MeVisLab Toolbox Reference
|
interactive editor to accumulate a transformation matrix More...
#include <SoView2DRigidRegistrationEditorBase.h>
Classes | |
struct | RegistrationState |
Public Member Functions | |
SoView2DRigidRegistrationEditorBase (const std::string &actionID) | |
Constructor. More... | |
void | draw (View2DSliceList *list, View2DSlice *slice, int z) override |
Called by the SoView2D for each slice that is rendered. More... | |
virtual void | doReset () |
![]() | |
SoView2DInteractionExtension (const std::string &actionID, bool positionSensitive=true) | |
SoView2DInteractionExtension () | |
Constructor. More... | |
bool | implementsManagedInteractionAndClassicEventHandling () const override |
this node is a hybrid module providing managed interaction and classic event handling More... | |
![]() | |
SoView2DExtension () | |
Constructor. More... | |
void | init () |
setup internal state More... | |
virtual void | updateValues () |
Update fields to local variables, may be reimplemented if you want to update additional local vars. More... | |
virtual bool | evalEvent (SoView2D *view2d, View2DSliceList *slicelist, View2DEvent *ec, View2DEventPhase phase) |
Called by the SoView2D for each event that happens on the viewer. More... | |
virtual void | startDrawing (View2DSliceList *) |
virtual void | endDrawing (View2DSliceList *) |
virtual void | overwriteDrawingSettings (SoView2DDrawingSettings &) |
View2DEvent * | getEvent () |
get the current event (when inside of evalEvent) More... | |
float | getSelectDist () |
Set the distance tolerance on hit checking in pixels. More... | |
bool | isPointInsideDeviceRect (float pointX, float pointY, float centerX, float centerY, float hitRectangleSize=0.0) |
returns whether the given point is inside a rectangle around the given center. More... | |
void | drawMiniRect (float xp, float yp, float ext, float lineWidth=1.f) |
Draws a small rectangle with given half side length and a line width. More... | |
void | drawDashedMiniRect (float xp, float yp, float ext, float lineWidth) |
void | drawFilledMiniRect (float xp, float yp, float ext, float lineWidth=1.f) |
Draws a small filled rectangle with given half side length. More... | |
void | drawMiniTriangle (float xp, float yp, float ext, float lineWidth=1.f) |
Draws a small triangle with given center point, half height and line width. More... | |
void | drawFilledMiniTriangle (float xp, float yp, float ext, float lineWidth=1.f) |
Draws a small filled triangle with given center point and half height. More... | |
void | drawMiniCircle (float xp, float yp, float ext, float lineWidth=1.f) |
Draws a small circle with given center point and radius. More... | |
void | drawFilledMiniCircle (float xp, float yp, float ext, float lineWidth=1.f) |
Draws a small filled circle with given center point and radius. More... | |
void | drawFixedSizeMiniCircleAt (float xp, float yp) |
Draws a fixed size small circle at the given position. More... | |
void | drawVoxelBorder (View2DSlice *slice, float vx, float vy, float vz) |
surround the given voxel with a border More... | |
int | getX () |
get the x device position of current event, only returns valid result when called inside of evalEvent() More... | |
int | getY () |
get the y device position of current event, only returns valid result when called inside of evalEvent() More... | |
virtual bool | isDrawingOn () |
check if drawing is on More... | |
virtual bool | isEditingOn () |
check if editing is on More... | |
virtual bool | isFixZOn () |
check if z should stay fixed More... | |
virtual bool | isClipToSlice () |
check if the image is clipped to slice More... | |
virtual void | fieldChanged (SoSensor *sensor) |
handle if any field has changed More... | |
bool | isCreateNewMode () |
check if extension is in createNewMode More... | |
void | setCreateNewMode (bool flag) |
set this extension to create new objects More... | |
bool | isCreateNewModeRequest () |
check if extension has a request for createNewMode More... | |
void | setCreateNewModeRequest (bool flag) |
set that extension want to become createNewMode More... | |
virtual bool | isActive () |
returns if the extension is active (derive this method in child) (in createNewMode or with a selected object)(called by SoView2D) More... | |
virtual void | deleteSelectedObject () |
deletes the currently active object (derive this method in child) (called by SoView2D) More... | |
virtual void | getStatusString (SbString &status) |
get the current status of this extension More... | |
virtual bool | evaluateEvent (SoView2D *view2d, View2DEvent *ec) |
virtual bool | ignoreEvent (View2DEvent *ec) |
Return true if ec has been handled before and if ignoreHandledEvents is True. More... | |
bool | wantsMouseOverUpdates () const |
public access to _wantsMouseOverUpdateEvents More... | |
virtual void | consumeEvent (View2DEvent *ec, bool handled=TRUE) |
Set handled-flag of ec to true (= consumed) if handled is True and setEventHandled is True. More... | |
int | getSelectedModifierMask () |
Get compare and ignore mask for the currently selected button/modifier combination, usable with SoPointingAction. More... | |
int | getSelectedIgnoreMask () |
SoPointingAction::Trigger | getPointingActionTriggerFromFields () |
Get the trigger that matches the button/modifier field state. More... | |
![]() | |
SoInteractionProviderNode () | |
Default constructor. More... | |
~SoInteractionProviderNode () override | |
Destructor. More... | |
std::string | getID () const override |
Returns the ID string for identifying the provider and its actions. More... | |
void | objRef () override |
Memory management by reference counting; must be implemented in derived classes. More... | |
void | objUnref () override |
![]() | |
SoInteractionOwner () | |
Default constructor. More... | |
~SoInteractionOwner () override | |
The destructor will destroy all interactions created with this object as owner. More... | |
std::list< SoInteraction * > | getInteractions (SoState *state) override |
Returns the list of all interactions of this provider. More... | |
void | pointerPosition (SoState *state, const SoPointerPosition &pos) override |
Same as below, with additional SoState argument. By default, simply calls the below version. More... | |
void | pointerLeftWindow (SoState *state) override |
Same as below, with additional SoState argument. By defaults, simply calls the below version. More... | |
void | addListener (SoInteractionOwnerListenerInterface *listener) |
Adds a listener object that is notified of changes in the interaction list. More... | |
void | removeListener (SoInteractionOwnerListenerInterface *listener) |
Removes a listener object that was notified of changes in the interaction list. More... | |
![]() | |
SoInteractionProvider () | |
Default constructor. More... | |
virtual | ~SoInteractionProvider () |
template<class T > | |
std::list< T * > | getInteractionsOfType (SoState *state) |
Returns list of interactions of a specific type. More... | |
virtual std::list< SoCommandAction * > | getCommandActions (SoState *state) |
virtual std::list< SoPointingAction * > | getPointingActions (SoState *state) |
virtual std::list< SoOffsetAction * > | getOffsetActions (SoState *state) |
Static Public Member Functions | |
static void | initClass () |
Initializes this class (called on dll initialization). More... | |
![]() | |
static void | initClass () |
Initializes this class. More... | |
![]() | |
static void | initClass () |
Initializes this class. More... | |
static float | snapToPixelCenter (float coordinateComponent) |
Snaps the coordinate component to the pixel center. More... | |
static void | fieldChangedCB (void *data, SoSensor *sensor) |
inventor callbacks if any field has changed, calls fieldChanged More... | |
static bool | isImageParallel (SoSFMLImage *image, View2DSliceList *dsl) |
Return true if image is parallel to the image of the slice list up to slice thickness. More... | |
static void | enableLineStippling (const SoSFEnum &lineStyleField) |
Set/reset stippling pattern. More... | |
static void | disableLineStippling (const SoSFEnum &lineStyleField) |
static void | getAxisOrientation (int axis, SbMatrix &matrix, char &negativeResult, char &positiveResult) |
Geometry helpers. More... | |
static float | pointToLineDistance (SbVec3f point, SbVec3f line1, SbVec3f line2) |
calculate 3D point to line distance More... | |
static float | pointToLineDistance (SbVec2f point, SbVec2f line1, SbVec2f line2) |
calculate 2D point to line distance More... | |
static Sign | edgeIntersectWithPlane (const SbVec3f &v1, const SbVec3f &v2, const SbPlane &plane, SbVec3f &intersect) |
intersect given edge from v1 to v2 with given plane, returns sign and intersect point More... | |
![]() | |
static void | initClass () |
Initializes this class. More... | |
![]() | |
static void | registerInteractionProviderNode (SoType type, GetProviderFunc func) |
Registers a function to obtain a SoInteractionProvider from a SoNode. More... | |
static SoInteractionProvider * | getInteractionProvider (SoNode *node) |
Returns a SoInteractionProvider from a SoNode if registered, else NULL. More... | |
Public Attributes | |
SoSFMatrix | outputMatrix |
matrix with the current registration matrix More... | |
SoSFVec3f | rotationCenterWorld |
the current rotation center in world coordinates More... | |
SoSFTrigger | reset |
SoSFTrigger | resetRotationWheelCenter |
SoSFMatrix | defaultOutputMatrix |
default values for outputMatrix and rotationCenterWorld, these will propagate directly and reset the undo stack More... | |
SoSFString | resolvedWheelImageFile |
appearance configuration More... | |
SoSFString | resolvedCenterImageFile |
SoSFFloat | rotationRelativeCenterRadius |
SoSFFloat | minRelativeWheelRadius |
SoSFFloat | maxRelativeWheelRadius |
SoSFColor | inactiveColor |
SoSFColor | highlightColor |
SoSFBool | drawShadow |
SoSFColor | shadowColor |
SoSFFloat | alpha |
SoSFFloat | sizeViewerPercentage |
SoSFFloat | minWheelSizeInPixels |
SoSFFloat | maxWheelSizeInPixels |
![]() | |
SoSFTrigger | singleClicked |
this is triggered when the user clicks without moving the mouse (this only is supported when using Managed Interaction) More... | |
SoSFTrigger | doubleClicked |
the same for the second click in a row More... | |
![]() | |
SoSFColor | color |
color that should be used for drawing More... | |
SoSFBool | drawingOn |
flag if the extension should draw, needs to be checked inside of the draw() method More... | |
SoSFBool | editingOn |
flag if the extension should edit objects on mouse events, needs to be checked inside of the evalEvent() method More... | |
SoSFBool | maskValid |
flag if the event mask is valid. More... | |
SoSFFloat | selectionTolerance |
the selection tolerance in pixels More... | |
SoSFBool | wantsAllEvents |
flag if ALL events should be passed to evalEvent(), if disabled, events are only passed to evalEvent when the mouse mask gets valid More... | |
SoSFBool | wantsKeyEvents |
flag if keyboard events should be passed to evalEvent() More... | |
SoSFBool | wantsMouseWheelEvents |
flag if MouseWheel events should be passed to evalEvent() More... | |
SoSFBool | setEventHandled |
Set event handled if it is indeed handled by this extension. More... | |
SoSFBool | ignoreHandledEvents |
Ignore events, that have been handled by previous extensions. More... | |
SoSFEnum | button1 |
mouse mask for button1 More... | |
SoSFEnum | button2 |
mouse mask for button2 More... | |
SoSFEnum | button3 |
mouse mask for button3 More... | |
SoSFEnum | shift |
shift modifier for mouse mask More... | |
SoSFEnum | control |
shift control for mouse mask More... | |
SoSFEnum | alt |
shift alt for mouse mask More... | |
SoSFBool | needsValidVoxel |
sets if a valid voxel must be hit to get evalEvent() calls More... | |
SoSFBool | renderOnSlab |
defines if the extension should be rendered on all slab slices More... | |
SoSFBool | createNewMode |
flag if extension is in createNewMode More... | |
SoSFTrigger | createNewModeRequest |
SoSFBool | clipToSlice |
Flag to clip drawing to slice. More... | |
SoSFEnum | cursorShape |
Set cursor shape if the mouse mask fits and mouseEvents are effectively sent to evalEvent for editing. More... | |
SoSFBool | fixZOn |
DEPRECATED flag that indicates that the extension should fix the z value, only used in SoView2DRectangle. More... | |
![]() | |
SoSFString | instanceName |
Defines interface field to store the instance name. More... | |
SoSFString | interactionProviderID |
This field overrides the instanceName as providerID if specified. More... | |
Protected Member Functions | |
~SoView2DRigidRegistrationEditorBase () override | |
Protected destructor. More... | |
bool | implementsManagedInteractionAndClassicEventHandling () const override |
return true if this node is a hybrid module providing managed interaction and classic event handling - in this case SoView2D::useManagedInteraction decides which one to use More... | |
void | doResetCallback (SoField *) |
field change callbacks: More... | |
void | doResetRotationWheelCenterCallback (SoField *) |
virtual void | iconImagesChanged (SoField *) |
void | pointerPosition (const SoPointerPosition &pos) override |
interface inherited from SoInteractionProvider More... | |
void | pointerLeftWindow () override |
This is called when the mouse cursor leaves the window. More... | |
virtual void | pushOldState (const RegistrationState &) |
callback for undo system More... | |
bool | getRegistrationState (RegistrationState &state) const |
void | setRegistrationState (const RegistrationState &state) |
bool | isSensitiveAt (const SoPointerPosition &) override |
interface forwarded from SoPointingAction: More... | |
int | getCurrentCursor (SoViewerProxy *viewerProxy) override |
interface forwarded from SoPointingAction: More... | |
void | setHighlightAt (const SoPointerPosition &pos) override |
void | unsetHighlight () override |
void | startPressAt (const SoPointerPosition &pos) override |
void | dragMoveTo (const SoPointerPosition &pos) override |
SoPointingAction * | endPress (int clickCount) override |
![]() | |
~SoView2DInteractionExtension () override | |
destructor More... | |
bool | isValidLocation (const SoPointerPosition &pos) |
return true if the position is inside the image or needsValidVoxel is not set More... | |
virtual bool | shouldPointingActionBeEnabled () |
void | editingOnChanged (SoField *field) override |
called when editingOn field is touched: More... | |
void | buttonMaskChanged (SoField *field) override |
called when one of the button/modifier fields is touched: More... | |
virtual int | getNumInteractionModes () const |
virtual void | setInteractionMode (int) |
![]() | |
virtual void | createNewModeRequestTriggered (SoField *) |
called when createNewModeRequest field ist touched: More... | |
~SoView2DExtension () override | |
destructor More... | |
void | GLRender (SoGLRenderAction *action) override |
Inventor actions. More... | |
void | callback (SoCallbackAction *action) override |
void | handleEvent (SoHandleEventAction *action) override |
void | getMatrix (SoGetMatrixAction *action) override |
void | getBoundingBox (SoGetBoundingBoxAction *action) override |
void | pick (SoPickAction *action) override |
void | doAction (SoAction *action) override |
![]() | |
bool | hasInteractions () const |
Returns whether there are any actions defined by this owner. More... | |
template<class T > | |
bool | hasInteractionsOfType () const |
Same as above, but asking for a specific type of interaction. More... | |
void | addPointingAction (SoPointingAction *) |
void | addCommandAction (SoCommandAction *) |
void | addOffsetAction (SoOffsetAction *) |
Additional Inherited Members | |
![]() | |
enum | Sign { ZERO , NEGATIVE , POSITIVE } |
defines the sign of a number, with zero as an extra value More... | |
![]() | |
typedef SoInteractionProvider *(* | GetProviderFunc) (SoNode *) |
![]() | |
SoPointingAction * | _pointingAction |
![]() | |
SoNodeSensor * | _nodeSensor |
node sensor that is used to notice field changes More... | |
float | _rgbColor [4] |
Color of the object, update on each field change by _nodeSensor. More... | |
bool | _wantsMouseOverUpdateEvents |
set this flag to receive mouse over events while the extension is active More... | |
interactive editor to accumulate a transformation matrix
Definition at line 41 of file SoView2DRigidRegistrationEditorBase.h.
SoView2DRigidRegistrationEditorBase::SoView2DRigidRegistrationEditorBase | ( | const std::string & | actionID | ) |
Constructor.
|
overrideprotected |
Protected destructor.
|
virtual |
|
inlineprotected |
field change callbacks:
Definition at line 107 of file SoView2DRigidRegistrationEditorBase.h.
|
inlineprotected |
Definition at line 108 of file SoView2DRigidRegistrationEditorBase.h.
|
overrideprotectedvirtual |
Reimplemented from SoView2DInteractionExtension.
|
overridevirtual |
Called by the SoView2D for each slice that is rendered.
Implement this method if you want your SoView2DExtension to point on the slices. The sliceZ is the slice that is rendered onto, the slicelist and slice object are passed to access image geometry and render state
Reimplemented from SoView2DExtension.
|
overrideprotectedvirtual |
Reimplemented from SoView2DInteractionExtension.
|
overrideprotectedvirtual |
interface forwarded from SoPointingAction:
Reimplemented from SoView2DInteractionExtension.
|
protected |
|
inlineprotectedvirtual |
Definition at line 109 of file SoView2DRigidRegistrationEditorBase.h.
|
inlineoverrideprotectedvirtual |
return true if this node is a hybrid module providing managed interaction and classic event handling - in this case SoView2D::useManagedInteraction decides which one to use
Reimplemented from SoView2DExtension.
Definition at line 93 of file SoView2DRigidRegistrationEditorBase.h.
|
static |
Initializes this class (called on dll initialization).
|
overrideprotectedvirtual |
interface forwarded from SoPointingAction:
Reimplemented from SoView2DInteractionExtension.
|
overrideprotectedvirtual |
This is called when the mouse cursor leaves the window.
Reimplemented from SoInteractionOwner.
|
overrideprotectedvirtual |
interface inherited from SoInteractionProvider
Reimplemented from SoInteractionOwner.
|
inlineprotectedvirtual |
callback for undo system
Reimplemented in SoView2DRigidRegistrationEditor.
Definition at line 125 of file SoView2DRigidRegistrationEditorBase.h.
|
overrideprotectedvirtual |
Reimplemented from SoView2DInteractionExtension.
|
protected |
References SoInteractionOwner::pointerPosition().
|
overrideprotectedvirtual |
Reimplemented from SoView2DInteractionExtension.
|
overrideprotectedvirtual |
Reimplemented from SoView2DInteractionExtension.
SoSFFloat SoView2DRigidRegistrationEditorBase::alpha |
Definition at line 80 of file SoView2DRigidRegistrationEditorBase.h.
SoSFMatrix SoView2DRigidRegistrationEditorBase::defaultOutputMatrix |
default values for outputMatrix and rotationCenterWorld, these will propagate directly and reset the undo stack
Definition at line 62 of file SoView2DRigidRegistrationEditorBase.h.
SoSFBool SoView2DRigidRegistrationEditorBase::drawShadow |
Definition at line 78 of file SoView2DRigidRegistrationEditorBase.h.
SoSFColor SoView2DRigidRegistrationEditorBase::highlightColor |
Definition at line 77 of file SoView2DRigidRegistrationEditorBase.h.
SoSFColor SoView2DRigidRegistrationEditorBase::inactiveColor |
Definition at line 76 of file SoView2DRigidRegistrationEditorBase.h.
SoSFFloat SoView2DRigidRegistrationEditorBase::maxRelativeWheelRadius |
Definition at line 74 of file SoView2DRigidRegistrationEditorBase.h.
SoSFFloat SoView2DRigidRegistrationEditorBase::maxWheelSizeInPixels |
Definition at line 84 of file SoView2DRigidRegistrationEditorBase.h.
SoSFFloat SoView2DRigidRegistrationEditorBase::minRelativeWheelRadius |
Definition at line 73 of file SoView2DRigidRegistrationEditorBase.h.
SoSFFloat SoView2DRigidRegistrationEditorBase::minWheelSizeInPixels |
Definition at line 83 of file SoView2DRigidRegistrationEditorBase.h.
SoSFMatrix SoView2DRigidRegistrationEditorBase::outputMatrix |
matrix with the current registration matrix
Definition at line 56 of file SoView2DRigidRegistrationEditorBase.h.
SoSFTrigger SoView2DRigidRegistrationEditorBase::reset |
Definition at line 65 of file SoView2DRigidRegistrationEditorBase.h.
SoSFTrigger SoView2DRigidRegistrationEditorBase::resetRotationWheelCenter |
Definition at line 66 of file SoView2DRigidRegistrationEditorBase.h.
SoSFString SoView2DRigidRegistrationEditorBase::resolvedCenterImageFile |
Definition at line 70 of file SoView2DRigidRegistrationEditorBase.h.
SoSFString SoView2DRigidRegistrationEditorBase::resolvedWheelImageFile |
appearance configuration
Definition at line 69 of file SoView2DRigidRegistrationEditorBase.h.
SoSFVec3f SoView2DRigidRegistrationEditorBase::rotationCenterWorld |
the current rotation center in world coordinates
Definition at line 59 of file SoView2DRigidRegistrationEditorBase.h.
SoSFFloat SoView2DRigidRegistrationEditorBase::rotationRelativeCenterRadius |
Definition at line 72 of file SoView2DRigidRegistrationEditorBase.h.
SoSFColor SoView2DRigidRegistrationEditorBase::shadowColor |
Definition at line 79 of file SoView2DRigidRegistrationEditorBase.h.
SoSFFloat SoView2DRigidRegistrationEditorBase::sizeViewerPercentage |
Definition at line 82 of file SoView2DRigidRegistrationEditorBase.h.