Package pyffi :: Package formats :: Package nif :: Class NifFormat :: Class BSPackedAdditionalDataBlock
[hide private]
[frames] | no frames]

Class BSPackedAdditionalDataBlock

source code

                  object --+            
                           |            
      utils.graph.DetailNode --+        
                               |        
          utils.graph.GlobalNode --+    
                                   |    
object_models.xml.struct_.StructBase --+
                                       |
                                      NifFormat.BSPackedAdditionalDataBlock

Nested Classes [hide private]

Inherited from object_models.xml.struct_.StructBase: __metaclass__

Instance Methods [hide private]

Inherited from object_models.xml.struct_.StructBase: __init__, __str__, deepcopy, fix_links, get_attribute, get_basic_attribute, get_detail_child_names, get_detail_child_nodes, get_global_child_nodes, get_global_display, get_hash, get_links, get_refs, get_size, get_strings, get_template_attribute, read, replace_global_node, set_attribute, set_basic_attribute, set_template_attribute, tree, write

Inherited from utils.graph.GlobalNode: get_global_child_edge_types, get_global_iterator

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_display, get_detail_iterator

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from object_models.xml.struct_.StructBase: get_games, get_versions

Class Variables [hide private]
  _attribute_list = [<pyffi.object_models.xml.StructAttribute ob...
  _attrs = [<pyffi.object_models.xml.StructAttribute object at 0...
  _names = ['has_data', 'num_total_bytes', 'num_blocks', 'block_...

Inherited from object_models.xml.struct_.StructBase: arg

Properties [hide private]
  atom_sizes
The sum of all of these equal num total bytes per element, so this probably describes how each data element breaks down into smaller chunks (i.e.
  block_offsets
Block offsets in the data? Usually equal to zero.
  data
Unknown
  has_data
Has data
  num_atoms
Number of atoms?
  num_blocks
Number of blocks? Usually equal to one.
  num_total_bytes
Total number of bytes (over all channels and all elements, equals num total bytes per element times num vertices).
  num_total_bytes_per_element
Unsure, but this seems to correspond again to the number of total bytes per element.
  unknown_int_1

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x315d090>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d150>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d1d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d250>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d310>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d390>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d490>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d450>,
...

_attrs

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x315d090>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d150>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d1d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d250>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d310>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d390>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d490>,
 <pyffi.object_models.xml.StructAttribute object at 0x315d450>,
...

_names

Value:
['has_data',
 'num_total_bytes',
 'num_blocks',
 'block_offsets',
 'num_atoms',
 'atom_sizes',
 'data',
 'unknown_int_1',
...

Property Details [hide private]

atom_sizes

The sum of all of these equal num total bytes per element, so this probably describes how each data element breaks down into smaller chunks (i.e. atoms).
Get Method:
<functools.partial object at 0x315cd08>

block_offsets

Block offsets in the data? Usually equal to zero.
Get Method:
<functools.partial object at 0x315cb50>

data

Unknown
Get Method:
<functools.partial object at 0x315cdb8>

has_data

Has data
Get Method:
<functools.partial object at 0x315c838>
Set Method:
<functools.partial object at 0x315c890>

num_atoms

Number of atoms?
Get Method:
<functools.partial object at 0x315cc00>
Set Method:
<functools.partial object at 0x315cc58>

num_blocks

Number of blocks? Usually equal to one.
Get Method:
<functools.partial object at 0x315ca48>
Set Method:
<functools.partial object at 0x315caa0>

num_total_bytes

Total number of bytes (over all channels and all elements, equals num total bytes per element times num vertices).
Get Method:
<functools.partial object at 0x315c940>
Set Method:
<functools.partial object at 0x315c998>

num_total_bytes_per_element

Unsure, but this seems to correspond again to the number of total bytes per element.
Get Method:
<functools.partial object at 0x315cf70>
Set Method:
<functools.partial object at 0x315cfc8>

unknown_int_1

Get Method:
<functools.partial object at 0x315ce68>
Set Method:
<functools.partial object at 0x315cec0>