MeVisLab Toolbox Reference
SoView2DHint Class Reference

SoView2DHint allows to switch the SoView2D module into 3D rendering mode. More...

#include <SoView2DHint.h>

Inheritance diagram for SoView2DHint:

Public Member Functions

 SoView2DHint ()
 Constructor. More...
 

Static Public Member Functions

static void initClass ()
 Initializes this class. More...
 

Public Attributes

SoSFBool renderSlices3D
 render the 2D slices in 3D More...
 
SoSFBool renderExtensions3D
 render the 2D extensions in 3D More...
 

Protected Member Functions

void doAction (SoAction *action) override
 
void GLRender (SoGLRenderAction *action) override
 
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
 

Detailed Description

SoView2DHint allows to switch the SoView2D module into 3D rendering mode.

SoView2DHint allows to switch the SoView2D module into 3D rendering mode

Definition at line 27 of file SoView2DHint.h.

Constructor & Destructor Documentation

◆ SoView2DHint()

SoView2DHint::SoView2DHint ( )

Constructor.

Member Function Documentation

◆ callback()

void SoView2DHint::callback ( SoCallbackAction *  action)
overrideprotected

◆ doAction()

void SoView2DHint::doAction ( SoAction *  action)
overrideprotected

◆ getBoundingBox()

void SoView2DHint::getBoundingBox ( SoGetBoundingBoxAction *  action)
overrideprotected

◆ getMatrix()

void SoView2DHint::getMatrix ( SoGetMatrixAction *  action)
overrideprotected

◆ GLRender()

void SoView2DHint::GLRender ( SoGLRenderAction *  action)
overrideprotected

◆ handleEvent()

void SoView2DHint::handleEvent ( SoHandleEventAction *  action)
overrideprotected

◆ initClass()

static void SoView2DHint::initClass ( )
static

Initializes this class.

◆ pick()

void SoView2DHint::pick ( SoPickAction *  action)
overrideprotected

Member Data Documentation

◆ renderExtensions3D

SoSFBool SoView2DHint::renderExtensions3D

render the 2D extensions in 3D

Definition at line 41 of file SoView2DHint.h.

◆ renderSlices3D

SoSFBool SoView2DHint::renderSlices3D

render the 2D slices in 3D

Definition at line 39 of file SoView2DHint.h.


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