MeVisLab Toolbox Reference
SbSlabRenderingProperties Class Reference

Open Inventor element to store information about current slab mode. More...

#include <SoSlabRenderingElement.h>

Public Member Functions

 SbSlabRenderingProperties ()
 

Public Attributes

bool enabled
 < Flag that defines if the slab rendering is enabled and the parameters below should be used. More...
 
SbPlane frontPlane
 < The front plane of the slab in world coordinate system More...
 
SbPlane backPlane
 < The back plane of the slab in world coordinate system More...
 
SbVec3f worldPositionOnSlice
 < A world position on one of the rendered slices that MUST be sliced by a renderer More...
 
SbVec3f worldPositionOnNextSlice
 < Another world position on the next slice to be rendered, this may be used by the renderer but is not required to be used More...
 
SlabRenderingSamplingMode samplingMode
 < If this flag is enabled, the renderer should render slices at exactly worldPositionOnSlice and all other slices with distance fabs(worldPositionOnNextSlice-worldPositionOnSlice), so it effectively does not allow any over/undersampling More...
 

Detailed Description

Open Inventor element to store information about current slab mode.

Definition at line 29 of file SoSlabRenderingElement.h.

Constructor & Destructor Documentation

◆ SbSlabRenderingProperties()

SbSlabRenderingProperties::SbSlabRenderingProperties ( )
inline

Definition at line 43 of file SoSlabRenderingElement.h.

Member Data Documentation

◆ backPlane

SbPlane SbSlabRenderingProperties::backPlane

< The back plane of the slab in world coordinate system

Definition at line 36 of file SoSlabRenderingElement.h.

◆ enabled

bool SbSlabRenderingProperties::enabled

< Flag that defines if the slab rendering is enabled and the parameters below should be used.

Definition at line 33 of file SoSlabRenderingElement.h.

◆ frontPlane

SbPlane SbSlabRenderingProperties::frontPlane

< The front plane of the slab in world coordinate system

Definition at line 35 of file SoSlabRenderingElement.h.

◆ samplingMode

SlabRenderingSamplingMode SbSlabRenderingProperties::samplingMode

< If this flag is enabled, the renderer should render slices at exactly worldPositionOnSlice and all other slices with distance fabs(worldPositionOnNextSlice-worldPositionOnSlice), so it effectively does not allow any over/undersampling

Definition at line 41 of file SoSlabRenderingElement.h.

◆ worldPositionOnNextSlice

SbVec3f SbSlabRenderingProperties::worldPositionOnNextSlice

< Another world position on the next slice to be rendered, this may be used by the renderer but is not required to be used

Definition at line 39 of file SoSlabRenderingElement.h.

◆ worldPositionOnSlice

SbVec3f SbSlabRenderingProperties::worldPositionOnSlice

< A world position on one of the rendered slices that MUST be sliced by a renderer

Definition at line 38 of file SoSlabRenderingElement.h.


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