| Home | Trees | Indices | Help |
|
|---|
|
|
enthought.traits.api.HasTraits --+
|
base_extraction_line_manager.BaseExtractionLineManager --+
|
ExtractionLineManager
Manager for interacting with the extraction line contains 2 interaction canvases, 2D and 3D contains reference to valve manager, gauge manager and laser manager
|
| Class Hierarchy for ExtractionLineManager |
|
|||
|
|||
|
|||
|
|||
float
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
View
|
|
||
|
|||
| ExtractionLineCanvas2D |
|
||
| Inherited from base_extraction_line_manager.BaseExtractionLineManager | |||
|---|---|---|---|
|
|||
| boolean |
|
||
|
|||
touch_canvas2D = Instance(ExtractionLineCanvas2D)
|
|||
touch_canvas3D = Instance(ExtractionLineCanvas3D)
|
|||
valve_manager = Instance(ValveManager)
|
|||
laser_manager = Instance(LaserManager)
|
|||
gauge_manager = Instance(GaugeManager)
|
|||
twod_canvas = Bool(False)
|
|||
| Inherited from base_extraction_line_manager.BaseExtractionLineManager | |||
|---|---|---|---|
extraction_line = Any
|
|||
|
|||
handler for interactor state changes simple updates the 3D canvas' interactor state
|
handler for tool state changes simple updates the 3D canvas' tool state
|
send a heat command to the laser manager
|
get the pressure from the gauge manager
|
open a valve by name if actuate is true a command is send to the valve manager to open otherwise the only state of the valve is updated in the canvases
|
close a valve by name if actuate is true a command is send to the valve manager to close otherwise the only state of the valve is updated in the canvases
|
identify the valve in the 3D canvas
|
update the 2D canvas when changes are made to the 3D canvas
|
update the 3D canvas when changes are made to the 2D canvas
|
default view for this object
|
factory method for the 3d canvas
|
default 2D canvas
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Nov 22 12:51:56 2009 | http://epydoc.sourceforge.net |