Package mbdyn :: Package interface :: Module groups :: Class ReferenceList
[hide private]

Class ReferenceList

source code

               object --+            
                        |            
                     list --+        
                            |        
record.RecordBase --+       |        
                    |       |        
        record.Record --+   |        
                        |   |        
       common.BasicObject --+        
                            |        
             groups.ItemGroup --+    
                                |    
             groups.ReferenceList --+
                                    |
                                   ReferenceList

The reference frames list

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
set_unit_arrow(self, unit_arrow)
Set the arrow mapper representing the unit vector
source code
 
activate(self, key_feature, current_frame_id, vtk_area)
Activate a feature according to the current simulation frame
source code
 
desactivate(self, key_feature, vtk_area)
Deactivate a feature
source code
 
set_parameters(self, para)
Create reference frames with VTK attributes instead of reference frames from the mbdyn.references module.
source code

Inherited from groups.ReferenceList: add, collect_parameters, write_into

Inherited from groups.ItemGroup: add_item, get, get_from_label, get_number, set_labels, set_labels_auto, set_names_auto

Inherited from groups.ItemGroup (private): _is_more_than_one_time

Inherited from list: __add__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, append, count, extend, index, insert, pop, remove, reverse, sort

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __str__

Inherited from common.BasicObject: get_lines, get_mbdyn_instance, set_comment, set_label, set_name, set_simulation_ref

Inherited from record.Record: common_init_results, init_results, save, set_own_parameters, will_save, will_save_nothing, will_save_only

Inherited from record.RecordBase: collect_own_parameters, set_own_para

Inherited from record.RecordBase (private): _collect_own_para

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Returns:
new list

Overrides: groups.ReferenceList.__init__

set_parameters(self, para)

source code 
Create reference frames with VTK attributes instead of reference frames from the mbdyn.references module.
Overrides: groups.ReferenceList.set_parameters