Package pyffi :: Package formats :: Package cgf :: Class CgfFormat :: Class MeshPhysicsDataChunk
[hide private]
[frames] | no frames]

Class MeshPhysicsDataChunk

source code

                  object --+                    
                           |                    
      utils.graph.DetailNode --+                
                               |                
          utils.graph.GlobalNode --+            
                                   |            
object_models.xml.struct_.StructBase --+        
                                       |        
                        CgfFormat._Chunk --+    
                                           |    
                             CgfFormat.Chunk --+
                                               |
                                              CgfFormat.MeshPhysicsDataChunk

Nested Classes [hide private]

Inherited from object_models.xml.struct_.StructBase: __metaclass__

Instance Methods [hide private]

Inherited from Chunk: apply_scale, tree

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, 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...
  _games = {'Aion': [1], 'Crysis': [2048]}
  _has_links = True
  _has_refs = True
  _is_template = False
  _names = ['physics_data_size', 'flags', 'tetrahedra_data_size'...

Inherited from object_models.xml.struct_.StructBase: arg

Properties [hide private]
  flags
Not used?
  physics_data
  physics_data_size
Size of the physical data at the end of the chunk.
  reserved_1
  reserved_2
  tetrahedra
Not sure which type this should be.
  tetrahedra_data
  tetrahedra_data_size

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x2755810>,
 <pyffi.object_models.xml.StructAttribute object at 0x27557d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755850>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755910>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755950>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755990>,
 <pyffi.object_models.xml.StructAttribute object at 0x27559d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755ad0>]

_attrs

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x2755810>,
 <pyffi.object_models.xml.StructAttribute object at 0x27557d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755850>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755910>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755950>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755990>,
 <pyffi.object_models.xml.StructAttribute object at 0x27559d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2755ad0>]

_names

Value:
['physics_data_size',
 'flags',
 'tetrahedra_data_size',
 'tetrahedra',
 'reserved_1',
 'reserved_2',
 'physics_data',
 'tetrahedra_data']

Property Details [hide private]

flags

Not used?
Get Method:
<functools.partial object at 0x2759838>
Set Method:
<functools.partial object at 0x2759890>

physics_data

Get Method:
<functools.partial object at 0x2759d60>
Set Method:
<functools.partial object at 0x2759db8>

physics_data_size

Size of the physical data at the end of the chunk.
Get Method:
<functools.partial object at 0x2759730>
Set Method:
<functools.partial object at 0x2759788>

reserved_1

Get Method:
<functools.partial object at 0x2759b50>
Set Method:
<functools.partial object at 0x2759ba8>

reserved_2

Get Method:
<functools.partial object at 0x2759c58>
Set Method:
<functools.partial object at 0x2759cb0>

tetrahedra

Not sure which type this should be.
Get Method:
<functools.partial object at 0x2759a48>
Set Method:
<functools.partial object at 0x2759aa0>

tetrahedra_data

Get Method:
<functools.partial object at 0x2759e68>

tetrahedra_data_size

Get Method:
<functools.partial object at 0x2759940>
Set Method:
<functools.partial object at 0x2759998>