Package windSimSuite :: Package interface :: Module common :: Class GobjectBase
[hide private]

Class GobjectBase

source code

Known Subclasses:
GobjectWithNodesAndElems, rotor.Rotor

The base of a graphical object. It is able to activate or desactivate a feature from the VTK area.

Instance Methods [hide private]
 
__init__(self) source code
 
activate(self, feature_key, current_frame_id, vtk_area)
Activate a feature on the object.
source code
 
desactivate(self, feature_key, vtk_area)
Deactivate a feature on the object.
source code
Method Details [hide private]

activate(self, feature_key, current_frame_id, vtk_area)

source code 
Activate a feature on the object. The corresponding method will be called

desactivate(self, feature_key, vtk_area)

source code 
Deactivate a feature on the object. The corresponding method will be called