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

Class GobjectWithNodesAndElems

source code

GobjectBase --+
              |
             GobjectWithNodesAndElems
Known Subclasses:
tower.Tower, nacelle.Nacelle, rotor.Hub, blade.Blade

For an abstrat turbine object manipulating nodes and elements. The common methods are resumed in this class.

Instance Methods [hide private]
 
__init__(self) source code
 
common_init_from_loaded_file(self)
Make the component aware of its own results
source code
 
init_from_loaded_file(self)
Initialize the object results once the result file has been loaded
source code
 
display_on(self, gtk_tree, giter)
Display the nodes object on the GTK treeview
source code
 
display_nodes_on(self, gtk_tree, giter)
Display the nodes on the GTK treeview
source code
 
activate_nodes_visibility(self, current_frame_id, vtk_area)
Show the nodes position
source code
 
desactivate_nodes_visibility(self, vtk_area)
Hide the nodes position
source code

Inherited from GobjectBase: activate, desactivate

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: GobjectBase.__init__