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

Class _NiBSplineCompTransformInterpolator

source code

                  object --+                                        
                           |                                        
      utils.graph.DetailNode --+                                    
                               |                                    
          utils.graph.GlobalNode --+                                
                                   |                                
object_models.xml.struct_.StructBase --+                            
                                       |                            
                     NifFormat._NiObject --+                        
                                           |                        
                          NifFormat.NiObject --+                    
                                               |                    
                        NifFormat.NiInterpolator --+                
                                                   |                
                    NifFormat._NiBSplineInterpolator --+            
                                                       |            
                         NifFormat.NiBSplineInterpolator --+        
                                                           |        
                   NifFormat._NiBSplineTransformInterpolator --+    
                                                               |    
                        NifFormat.NiBSplineTransformInterpolator --+
                                                                   |
                                                                  NifFormat._NiBSplineCompTransformInterpolator
Known Subclasses:

An interpolator for storing transform keyframes via a compressedB-spline (that is, using shorts rather than floats in the B-splinedata).
Nested Classes [hide private]

Inherited from object_models.xml.struct_.StructBase: __metaclass__

Instance Methods [hide private]

Inherited from NiBSplineTransformInterpolator: apply_scale, get_rotations, get_scales, get_translations

Inherited from NiBSplineInterpolator: get_times

Inherited from NiBSplineInterpolator (private): _getCompKeys, _getFloatKeys

Inherited from NiObject: find, find_chain, is_interchangeable, tree

Inherited from NiObject (private): _validateTree

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 = {}
  _is_template = False
  _names = ['start_time', 'stop_time', 'spline_data', 'basis_dat...

Inherited from _NiBSplineInterpolator (private): _has_links, _has_refs

Inherited from object_models.xml.struct_.StructBase: arg

Properties [hide private]
  rotation_bias
Rotation Bias
  rotation_multiplier
Rotation Multiplier
  scale_bias
Scale Bias
  scale_multiplier
Scale Multiplier
  translation_bias
Translation Bias
  translation_multiplier
Translation Multiplier

Inherited from _NiBSplineTransformInterpolator: rotation, rotation_offset, scale, scale_offset, translation, translation_offset

Inherited from _NiBSplineInterpolator: basis_data, spline_data, start_time, stop_time

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x2db5a50>,
 <pyffi.object_models.xml.StructAttribute object at 0x2db5b10>,
 <pyffi.object_models.xml.StructAttribute object at 0x2db5bd0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2db5c90>,
 <pyffi.object_models.xml.StructAttribute object at 0x2db5a50>,
 <pyffi.object_models.xml.StructAttribute object at 0x2db5b10>,
 <pyffi.object_models.xml.StructAttribute object at 0x2db5bd0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2db5c90>,
...

_attrs

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x2e9d5d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2e9da90>,
 <pyffi.object_models.xml.StructAttribute object at 0x2e9db50>,
 <pyffi.object_models.xml.StructAttribute object at 0x2e9db90>,
 <pyffi.object_models.xml.StructAttribute object at 0x2e9dbd0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2e9dc50>]

_names

Value:
['start_time',
 'stop_time',
 'spline_data',
 'basis_data',
 'translation',
 'rotation',
 'scale',
 'translation_offset',
...

Property Details [hide private]

rotation_bias

Rotation Bias
Get Method:
<functools.partial object at 0x2ea2730>
Set Method:
<functools.partial object at 0x2ea2788>

rotation_multiplier

Rotation Multiplier
Get Method:
<functools.partial object at 0x2ea2838>
Set Method:
<functools.partial object at 0x2ea2890>

scale_bias

Scale Bias
Get Method:
<functools.partial object at 0x2ea2940>
Set Method:
<functools.partial object at 0x2ea2998>

scale_multiplier

Scale Multiplier
Get Method:
<functools.partial object at 0x2ea2a48>
Set Method:
<functools.partial object at 0x2ea2aa0>

translation_bias

Translation Bias
Get Method:
<functools.partial object at 0x2ea2520>
Set Method:
<functools.partial object at 0x2ea2578>

translation_multiplier

Translation Multiplier
Get Method:
<functools.partial object at 0x2ea2628>
Set Method:
<functools.partial object at 0x2ea2680>