#include <CSOLiveWireProcessor.h>

Public Member Functions | |
| CSOLiveWireProcessor () | |
| Standard constructor. | |
| virtual bool | process (CSOList *csoList, Vector3 ¤tHitPoint, int hitMode, CSO *recentlySelectedCSO, CSOSeedPoint *recentlySelectedSeedPoint, CSOPathPoints *recentlySelectedPathPoints, SoView2D *view2d, View2DSliceList *slicelist, View2DEvent *ec, View2DEventPhase phase, CSOBoundingBox slabBB, int timepointindex, bool deleteSeedPoint) |
| Processes the interaction events and interpolates the contours accordingly. | |
| virtual bool | needsMemoryImage () |
| Returns if the processor need the current memory image for interpolation. | |
| virtual void | setMemoryImage (float *imageData, int sizex, int sizey, int voxelPosZ, const Matrix4 &voxelToWorldMatrix, const Matrix4 &worldToVoxelMatrix, View2DSliceList *slicelist) |
| Sets an image which can be used with an image based interpolation algorithm. | |
| virtual bool | isCurrentlyGenerating () |
| Returns if the processor is currently generating a new contour. | |
| virtual bool | isCurrentlyEditing () |
| Returns if the processor is currently editing an existing contour. | |
| virtual bool | couldCloseCSO () |
| Returns if the processor could close an open CSO by the processor's rules. | |
| virtual void | resetInteractionState () |
| Sets back internal interaction state. | |
| virtual void | triggerSetMouseCursor (SoView2D *view2d, bool shouldSetMouseCursor) |
| Triggers the setting of the processors default mouse cursor. | |
Protected Member Functions | |
| virtual | ~CSOLiveWireProcessor () |
| Standard destructor. | |
| virtual void | activateAttachments () |
| Initialize module after loading. | |
| virtual void | handleNotification (Field *field) |
| Called when input changes. | |
Definition at line 46 of file CSOLiveWireProcessor.h.
| ml::CSOLiveWireProcessor::CSOLiveWireProcessor | ( | ) |
Standard constructor.
| virtual ml::CSOLiveWireProcessor::~CSOLiveWireProcessor | ( | ) | [protected, virtual] |
Standard destructor.
| virtual void ml::CSOLiveWireProcessor::activateAttachments | ( | ) | [protected, virtual] |
| virtual bool ml::CSOLiveWireProcessor::couldCloseCSO | ( | ) | [virtual] |
Returns if the processor could close an open CSO by the processor's rules.
Reimplemented from ml::CSOProcessor.
| virtual void ml::CSOLiveWireProcessor::handleNotification | ( | Field * | field | ) | [protected, virtual] |
| virtual bool ml::CSOLiveWireProcessor::isCurrentlyEditing | ( | ) | [virtual] |
Returns if the processor is currently editing an existing contour.
Reimplemented from ml::CSOProcessor.
| virtual bool ml::CSOLiveWireProcessor::isCurrentlyGenerating | ( | ) | [virtual] |
Returns if the processor is currently generating a new contour.
Reimplemented from ml::CSOProcessor.
| virtual bool ml::CSOLiveWireProcessor::needsMemoryImage | ( | ) | [virtual] |
Returns if the processor need the current memory image for interpolation.
Reimplemented from ml::CSOProcessor.
| virtual bool ml::CSOLiveWireProcessor::process | ( | CSOList * | csoList, | |
| Vector3 & | currentHitPoint, | |||
| int | hitMode, | |||
| CSO * | recentlySelectedCSO, | |||
| CSOSeedPoint * | recentlySelectedSeedPoint, | |||
| CSOPathPoints * | recentlySelectedPathPoints, | |||
| SoView2D * | view2d, | |||
| View2DSliceList * | slicelist, | |||
| View2DEvent * | ec, | |||
| View2DEventPhase | phase, | |||
| CSOBoundingBox | slabBB, | |||
| int | timepointindex, | |||
| bool | deleteSeedPoint | |||
| ) | [virtual] |
Processes the interaction events and interpolates the contours accordingly.
Reimplemented from ml::CSOProcessor.
| virtual void ml::CSOLiveWireProcessor::resetInteractionState | ( | ) | [virtual] |
| virtual void ml::CSOLiveWireProcessor::setMemoryImage | ( | float * | imageData, | |
| int | sizex, | |||
| int | sizey, | |||
| int | voxelPosZ, | |||
| const Matrix4 & | voxelToWorldMatrix, | |||
| const Matrix4 & | worldToVoxelMatrix, | |||
| View2DSliceList * | slicelist | |||
| ) | [virtual] |
Sets an image which can be used with an image based interpolation algorithm.
Reimplemented from ml::CSOProcessor.
| virtual void ml::CSOLiveWireProcessor::triggerSetMouseCursor | ( | SoView2D * | view2d, | |
| bool | shouldSetMouseCursor | |||
| ) | [virtual] |
1.5.8