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

Class MeshData

source code

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

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...
  _has_links = True
  _has_refs = True
  _has_strings = True
  _names = ['stream', 'is_per_instance', 'num_submeshes', 'subme...

Inherited from object_models.xml.struct_.StructBase: arg

Properties [hide private]
  component_semantics
Describes the semantic of each component.
  is_per_instance
Sets whether this stream data is per-instance data for use inhardware instancing.
  num_components
  num_submeshes
The number of submesh-to-region mappings that this data streamhas.
  stream
Reference to a data stream object which holds the data used bythis reference.
  submesh_to_region_map
A lookup table that maps submeshes to regions.

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x3162310>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c150>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c190>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c1d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c2d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c350>]

_attrs

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x3162310>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c150>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c190>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c1d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c2d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x316c350>]

_names

Value:
['stream',
 'is_per_instance',
 'num_submeshes',
 'submesh_to_region_map',
 'num_components',
 'component_semantics']

Property Details [hide private]

component_semantics

Describes the semantic of each component.
Get Method:
<functools.partial object at 0x316d310>

is_per_instance

Sets whether this stream data is per-instance data for use inhardware instancing.
Get Method:
<functools.partial object at 0x316bf18>
Set Method:
<functools.partial object at 0x316bf70>

num_components

Get Method:
<functools.partial object at 0x316d208>
Set Method:
<functools.partial object at 0x316d260>

num_submeshes

The number of submesh-to-region mappings that this data streamhas.
Get Method:
<functools.partial object at 0x316d050>
Set Method:
<functools.partial object at 0x316d0a8>

stream

Reference to a data stream object which holds the data used bythis reference.
Get Method:
<functools.partial object at 0x316be10>
Set Method:
<functools.partial object at 0x316be68>

submesh_to_region_map

A lookup table that maps submeshes to regions.
Get Method:
<functools.partial object at 0x316d158>