MeVisLab Toolbox Reference
|
SoView2DHint allows to switch the SoView2D module into 3D rendering mode. More...
#include <SoView2DHint.h>
Public Member Functions | |
SoView2DHint () | |
Constructor. | |
Static Public Member Functions | |
static void | initClass () |
Initializes this class. | |
Public Attributes | |
SoSFBool | renderSlices3D |
render the 2D slices in 3D | |
SoSFBool | renderExtensions3D |
render the 2D extensions in 3D | |
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 |
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.
SoView2DHint::SoView2DHint | ( | ) |
Constructor.
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
SoSFBool SoView2DHint::renderExtensions3D |
render the 2D extensions in 3D
Definition at line 41 of file SoView2DHint.h.
SoSFBool SoView2DHint::renderSlices3D |
render the 2D slices in 3D
Definition at line 39 of file SoView2DHint.h.