MeVisLab Toolbox Reference
SoView2DVoxelView Class Reference

SoView2DExtension for detailed voxel viewing. More...

#include <SoView2DVoxelView.h>

Inheritance diagram for SoView2DVoxelView:
SoView2DExtension SoInteractionProviderNode SoInteractionOwner SoInteractionProvider

Public Member Functions

 SoView2DVoxelView (void)
 Creates a detail viewer for voxels. More...
 
void draw (View2DSliceList *dsl, View2DSlice *dslice, int slice) override
 Virtual method called by the SoView2D node. More...
 
- Public Member Functions inherited from SoView2DExtension
 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 &)
 
View2DEventgetEvent ()
 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...
 
virtual bool implementsManagedInteractionAndClassicEventHandling () const
 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...
 
- Public Member Functions inherited from SoInteractionProviderNode
 SoInteractionProviderNode ()
 Default constructor. More...
 
 ~SoInteractionProviderNode () override
 Destructor. More...
 
std::string getID () const override
 Returns the id string for identifying the provider (and its actions) - this is usually the name of the scene node. More...
 
void objRef () override
 Memory management by reference counting; must be implemented in derived classes. More...
 
void objUnref () override
 
- Public Member Functions inherited from SoInteractionOwner
 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. Be defaults simply calls the below version. More...
 
void pointerLeftWindow (SoState *state) override
 Same as below, with additional SoState argument. Be defaults simply calls the below version. More...
 
void addListener (SoInteractionOwnerListenerInterface *listener)
 Add a listener object that is notified of changes in the interaction list. More...
 
void removeListener (SoInteractionOwnerListenerInterface *listener)
 Remove a listener object that was notified of changes in the interaction list. More...
 
- Public Member Functions inherited from SoInteractionProvider
 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 (void)
 Initialization function of this class. More...
 
- Static Public Member Functions inherited from SoView2DExtension
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 Public Member Functions inherited from SoInteractionProviderNode
static void initClass ()
 Initializes this class. More...
 
- Static Public Member Functions inherited from SoInteractionProvider
static void registerInteractionProviderNode (SoType type, GetProviderFunc func)
 Register a function to obtain a SoInteractionProvider from a SoNode. More...
 
static SoInteractionProvidergetInteractionProvider (SoNode *node)
 Get a SoInteractionProvider from a SoNode if registered, else NULL. More...
 

Public Attributes

Parameter fields.

If enabled the voxel value is drawn in the center of each voxel; default is TRUE.

SoSFBool drawVoxelValues
 
SoSFString defaultFitString
 String which should fit into a voxel to be shown, that means if it does not fit no voxel values are shown to avoid unreadable text overlays on inappropriate zoom values; default is "123". More...
 
SoSFBool drawCenterDots
 If enabled a pixel is drawn in the center of each voxel; default is false. More...
 
SoSFBool drawCornerDots
 If enabled dots are drawn in all corners of each voxel; default is false. More...
 
SoSFBool useCommas
 If enabled then all spaces in multicomponent voxel values are replaced by commas for better readability; default is TRUE. More...
 
SoSFBool outLineVoxels
 If enabled then on voxel the border pixels are drawn; default is FALSE. More...
 
SoSFBool useLut
 If enabled a connected look up table will be used to draw everything in the "looked up" values of the voxel value; if disabled a connected LUT will be ignored. More...
 
SoSFFloat defaultAlpha
 Transparency from [0,1] used if no LUT is used; default is 0.5 (half transparent). More...
 
SoSFFloat fontSize
 Size of font for voxel value; default is 10, minimum is 6, maximum is 250. More...
 
SoSFInt32 numCoordinateComponents
 The number of coordinate components to be shown; default is 0. More...
 
SoSFInt32 numRowComponents
 The number of coordinate components to be shown in one row; 0 means automatic row size, which uses root of component numbers in case of matrices; default is 0. More...
 
SoSFInt32 numPrecisionDigits
 The maximum number of digits after "." in floating point numbers; default is 1. More...
 
SoSFMLBase inputLut
 Optional node input for an optional lookup table node which controls color mapping of drawn stuff. More...
 
- Public Attributes inherited from SoView2DExtension
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...
 
- Public Attributes inherited from SoInteractionProviderNode
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

virtual void _drawCellInformation (View2DSliceList *, View2DSlice *, int, bool, int, const MLTypeInfos &, MLDataType, MLTypeData *, int, GLfloat[4], float, float, View2DFont &, float)
 User defined function to draw additional stuff in derived classes. More...
 
void _getGLColor (double dblVoxVal, GLfloat rgba[4])
 Set correct color value in rgba dependent on the current settings and the voxel value dblVoxVal. More...
 
float _drawVoxelValue (bool drawTexts, int numRowComps, MLDataType dType, MLTypeData *vBuf1, int numDTComponents, GLfloat rgba[4], float xPos, float yPos, View2DFont &font, float fSize)
 If drawTexts is true, the default string fits into a voxel then draw the voxel value from voxel data buffer vBuf1 (if non NULL) of type dType with numDTComponents components with the color rgba at the vertical device position (xPos, yPos). More...
 
float _drawStringVoxelValue (bool drawTexts, MLDataType dType, MLTypeData *vBuf1, int numDTComponents, GLfloat rgba[4], float xPos, float yPos, View2DFont &font, float fSize)
 Still incomplete and unused. More...
 
void _drawCoordinateComponents (bool drawTexts, int numComps, XVImageSize &pos, GLfloat rgba[4], float xPos, float yPos, View2DFont &font, float fSize)
 If drawTexts is true then draw numComps coordinate components of position pos with the color rgba at the vertical device position (xPos, yPos). More...
 
void _updateLutData (SoSFMLImage &inImg, View2DLutPrecision precision)
 Update the look up table according to the image data. More...
 
- Protected Member Functions inherited from SoView2DExtension
virtual void editingOnChanged (SoField *)
 called when editingOn field is touched: More...
 
virtual void buttonMaskChanged (SoField *)
 called when one of the button/modifier fields is touched: More...
 
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
 
- Protected Member Functions inherited from SoInteractionOwner
virtual void pointerPosition (const SoPointerPosition &)
 Override this if you always need to be informed of the current mouse cursor position. More...
 
virtual void pointerLeftWindow ()
 This is called when the mouse cursor leaves the window. More...
 
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 *)
 

Protected Attributes

ml::LUTData< MLfloat_lutData
 Data table for voxel value look up. More...
 
- Protected Attributes inherited from SoView2DExtension
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...
 

Additional Inherited Members

- Public Types inherited from SoView2DExtension
enum  Sign { ZERO , NEGATIVE , POSITIVE }
 defines the sign of a number, with zero as an extra value More...
 
- Public Types inherited from SoInteractionProvider
typedef SoInteractionProvider *(* GetProviderFunc) (SoNode *)
 

Detailed Description

SoView2DExtension for detailed voxel viewing.

Definition at line 33 of file SoView2DVoxelView.h.

Constructor & Destructor Documentation

◆ SoView2DVoxelView()

SoView2DVoxelView::SoView2DVoxelView ( void  )

Creates a detail viewer for voxels.

Member Function Documentation

◆ _drawCellInformation()

virtual void SoView2DVoxelView::_drawCellInformation ( View2DSliceList ,
View2DSlice ,
int  ,
bool  ,
int  ,
const MLTypeInfos ,
MLDataType  ,
MLTypeData ,
int  ,
GLfloat  [4],
float  ,
float  ,
View2DFont ,
float   
)
inlineprotectedvirtual

User defined function to draw additional stuff in derived classes.

Parameters
dslpointer to View2DSliceList passed to the internally overloaded View2DExtension::draw() method.
dSlicepointer to View2DSlice passed to the internally overloaded View2DExtension::draw() method.
sliceslice number passed to the internally overloaded View2DExtension::draw() method.
drawTextsis true if text shall be drawn because it seems to fit into the default string width.
numRowCompsThe number of coordinate components to be shown in one row; 0 means automatic row size, which uses root of component numbers in case of matrices.
dTypeis the data type id of the voxel.
v1BufPointer to the voxel data.
numDTCompsNumber of components of the voxel.
fontFont to be used for text drawing.
fSizeSize of font to be used for text drawing.

Definition at line 130 of file SoView2DVoxelView.h.

◆ _drawCoordinateComponents()

void SoView2DVoxelView::_drawCoordinateComponents ( bool  drawTexts,
int  numComps,
XVImageSize pos,
GLfloat  rgba[4],
float  xPos,
float  yPos,
View2DFont font,
float  fSize 
)
protected

If drawTexts is true then draw numComps coordinate components of position pos with the color rgba at the vertical device position (xPos, yPos).

numComps must be a value from [0,...,6]. Font and font size are given by font and fSize.

◆ _drawStringVoxelValue()

float SoView2DVoxelView::_drawStringVoxelValue ( bool  drawTexts,
MLDataType  dType,
MLTypeData vBuf1,
int  numDTComponents,
GLfloat  rgba[4],
float  xPos,
float  yPos,
View2DFont font,
float  fSize 
)
protected

Still incomplete and unused.

If drawTexts is true, the default string fits into a voxel then draw the voxel value from voxel data buffer vBuf1 (if non NULL) of type dType with numDTComponents components with the color rgba at the vertical device position (xPos, yPos) as string. Font and font size are given by font and fSize. The return value is the optimal position for drawings of the coordinate position.

◆ _drawVoxelValue()

float SoView2DVoxelView::_drawVoxelValue ( bool  drawTexts,
int  numRowComps,
MLDataType  dType,
MLTypeData vBuf1,
int  numDTComponents,
GLfloat  rgba[4],
float  xPos,
float  yPos,
View2DFont font,
float  fSize 
)
protected

If drawTexts is true, the default string fits into a voxel then draw the voxel value from voxel data buffer vBuf1 (if non NULL) of type dType with numDTComponents components with the color rgba at the vertical device position (xPos, yPos).

Font and font size are given by font and fSize. The return value is the optimal position for drawings of the coordinate position.

◆ _getGLColor()

void SoView2DVoxelView::_getGLColor ( double  dblVoxVal,
GLfloat  rgba[4] 
)
protected

Set correct color value in rgba dependent on the current settings and the voxel value dblVoxVal.

◆ _updateLutData()

void SoView2DVoxelView::_updateLutData ( SoSFMLImage inImg,
View2DLutPrecision  precision 
)
protected

Update the look up table according to the image data.

On available LUT true is returned and shift and scale can be used to transform voxel values to non clamped LutData indices. If no LUT is available then false is returned and shift and scale are left unchanged.

◆ draw()

void SoView2DVoxelView::draw ( View2DSliceList dsl,
View2DSlice dslice,
int  slice 
)
overridevirtual

Virtual method called by the SoView2D node.

It is called for each slices drawn in each viewer. dsl is the View2DSliceList, the list containing all information of all slices handled by the viewer. dslice is the slice currently drawn and slice the the number of the currently drawn slice.

Reimplemented from SoView2DExtension.

◆ initClass()

static void SoView2DVoxelView::initClass ( void  )
static

Initialization function of this class.

It implements the registration of this class in the runtime type system of open Inventor and other user stuff e.g. activation of other Inventor classes (events, actions, elements) needed in this class.

Member Data Documentation

◆ _lutData

ml::LUTData<MLfloat> SoView2DVoxelView::_lutData
protected

Data table for voxel value look up.

Definition at line 146 of file SoView2DVoxelView.h.

◆ defaultAlpha

SoSFFloat SoView2DVoxelView::defaultAlpha

Transparency from [0,1] used if no LUT is used; default is 0.5 (half transparent).

Definition at line 87 of file SoView2DVoxelView.h.

◆ defaultFitString

SoSFString SoView2DVoxelView::defaultFitString

String which should fit into a voxel to be shown, that means if it does not fit no voxel values are shown to avoid unreadable text overlays on inappropriate zoom values; default is "123".

Definition at line 66 of file SoView2DVoxelView.h.

◆ drawCenterDots

SoSFBool SoView2DVoxelView::drawCenterDots

If enabled a pixel is drawn in the center of each voxel; default is false.

Definition at line 69 of file SoView2DVoxelView.h.

◆ drawCornerDots

SoSFBool SoView2DVoxelView::drawCornerDots

If enabled dots are drawn in all corners of each voxel; default is false.

Definition at line 72 of file SoView2DVoxelView.h.

◆ drawVoxelValues

SoSFBool SoView2DVoxelView::drawVoxelValues

Definition at line 61 of file SoView2DVoxelView.h.

◆ fontSize

SoSFFloat SoView2DVoxelView::fontSize

Size of font for voxel value; default is 10, minimum is 6, maximum is 250.

Definition at line 90 of file SoView2DVoxelView.h.

◆ inputLut

SoSFMLBase SoView2DVoxelView::inputLut

Optional node input for an optional lookup table node which controls color mapping of drawn stuff.

Its usage is enabled by useLut.

Definition at line 107 of file SoView2DVoxelView.h.

◆ numCoordinateComponents

SoSFInt32 SoView2DVoxelView::numCoordinateComponents

The number of coordinate components to be shown; default is 0.

Definition at line 93 of file SoView2DVoxelView.h.

◆ numPrecisionDigits

SoSFInt32 SoView2DVoxelView::numPrecisionDigits

The maximum number of digits after "." in floating point numbers; default is 1.

Values smaller 0 are considered the maximum sensible digit number for the floating point types; values larger than the maximum sensible number will lead to at most the maximum sensible number of digits.

Definition at line 103 of file SoView2DVoxelView.h.

◆ numRowComponents

SoSFInt32 SoView2DVoxelView::numRowComponents

The number of coordinate components to be shown in one row; 0 means automatic row size, which uses root of component numbers in case of matrices; default is 0.

Definition at line 97 of file SoView2DVoxelView.h.

◆ outLineVoxels

SoSFBool SoView2DVoxelView::outLineVoxels

If enabled then on voxel the border pixels are drawn; default is FALSE.

Definition at line 79 of file SoView2DVoxelView.h.

◆ useCommas

SoSFBool SoView2DVoxelView::useCommas

If enabled then all spaces in multicomponent voxel values are replaced by commas for better readability; default is TRUE.

Definition at line 76 of file SoView2DVoxelView.h.

◆ useLut

SoSFBool SoView2DVoxelView::useLut

If enabled a connected look up table will be used to draw everything in the "looked up" values of the voxel value; if disabled a connected LUT will be ignored.

be ignored; default is TRUE.

Definition at line 84 of file SoView2DVoxelView.h.


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