MeVisLabToolboxReference
ml::CSOBulgeProcessor Class Reference

Module which allows for an interactive bulging of CSOs of all types. More...

#include <CSOBulgeProcessor.h>

Inheritance diagram for ml::CSOBulgeProcessor:
ml::CSOProcessor ml::CSOGenerator ml::CSOBaseModule ml::CSOGeneratorBase ml::Module ml::FieldContainer ml::Base

List of all members.

Public Member Functions

 CSOBulgeProcessor ()
 Standard constructor.
virtual bool process (CSOEvalEventView2DInfos view2DInfos, CSOEvalEventCSOInfos csoInfos)
 Processes the interaction events and interpolates the contours accordingly.
virtual bool needsMemoryImage ()
 Returns whether the processor need the current memory image for interpolation.
virtual bool isCurrentlyGenerating ()
 Returns whether the processor is currently generating a new contour.
virtual bool isCurrentlyEditing ()
 Returns whether the processor is currently editing an existing contour.
virtual bool couldCloseCSO ()
 Returns whether the processor could close an open CSO by the processor's rules.
virtual void resetInteractionState ()
 Sets back the internal interaction state.
virtual void triggerSetMouseCursor (SoView2D *view2d, bool shouldSetMouseCursor)
 Triggers the setting of the processors default mouse cursor.

Protected Member Functions

virtual ~CSOBulgeProcessor ()
 Standard destructor.
virtual void activateAttachments ()
 Initializes module after loading.
virtual void handleNotification (Field *field)
 Called when input changes.

Detailed Description

Module which allows for an interactive bulging of CSOs of all types.

Definition at line 25 of file CSOBulgeProcessor.h.


Constructor & Destructor Documentation

ml::CSOBulgeProcessor::CSOBulgeProcessor ( )

Standard constructor.

virtual ml::CSOBulgeProcessor::~CSOBulgeProcessor ( ) [protected, virtual]

Standard destructor.


Member Function Documentation

virtual void ml::CSOBulgeProcessor::activateAttachments ( ) [protected, virtual]

Initializes module after loading.

Reimplemented from ml::CSOBaseModule.

virtual bool ml::CSOBulgeProcessor::couldCloseCSO ( ) [virtual]

Returns whether the processor could close an open CSO by the processor's rules.

Reimplemented from ml::CSOProcessor.

virtual void ml::CSOBulgeProcessor::handleNotification ( Field field) [protected, virtual]

Called when input changes.

Reimplemented from ml::CSOBaseModule.

virtual bool ml::CSOBulgeProcessor::isCurrentlyEditing ( ) [virtual]

Returns whether the processor is currently editing an existing contour.

Reimplemented from ml::CSOProcessor.

virtual bool ml::CSOBulgeProcessor::isCurrentlyGenerating ( ) [virtual]

Returns whether the processor is currently generating a new contour.

Reimplemented from ml::CSOProcessor.

virtual bool ml::CSOBulgeProcessor::needsMemoryImage ( ) [virtual]

Returns whether the processor need the current memory image for interpolation.

Reimplemented from ml::CSOProcessor.

virtual bool ml::CSOBulgeProcessor::process ( CSOEvalEventView2DInfos  view2DInfos,
CSOEvalEventCSOInfos  csoInfos 
) [virtual]

Processes the interaction events and interpolates the contours accordingly.

Reimplemented from ml::CSOProcessor.

virtual void ml::CSOBulgeProcessor::resetInteractionState ( ) [virtual]

Sets back the internal interaction state.

Reimplemented from ml::CSOProcessor.

virtual void ml::CSOBulgeProcessor::triggerSetMouseCursor ( SoView2D view2d,
bool  shouldSetMouseCursor 
) [virtual]

Triggers the setting of the processors default mouse cursor.

Reimplemented from ml::CSOProcessor.


The documentation for this class was generated from the following file: