MeVisLabToolboxReference
SbSlabRenderingProperties Class Reference

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

#include <SoSlabRenderingElement.h>

List of all members.

Public Member Functions

 SbSlabRenderingProperties ()

Public Attributes

bool enabled
 < Flag that defines if the slab rendering is enabled and the parameters below should be used.
SbPlane frontPlane
 < The front plane of the slab in world coordinate system
SbPlane backPlane
 < The back plane of the slab in world coordinate system
SbVec3f worldPositionOnSlice
 < A world position on one of the rendered slices that MUST be sliced by a renderer
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
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

Detailed Description

Open Inventor element to store information about current slab mode.

Definition at line 24 of file SoSlabRenderingElement.h.


Constructor & Destructor Documentation

SbSlabRenderingProperties::SbSlabRenderingProperties ( ) [inline]

Definition at line 38 of file SoSlabRenderingElement.h.


Member Data Documentation

< The back plane of the slab in world coordinate system

Definition at line 31 of file SoSlabRenderingElement.h.

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

Definition at line 28 of file SoSlabRenderingElement.h.

< The front plane of the slab in world coordinate system

Definition at line 30 of file SoSlabRenderingElement.h.

< 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 36 of file SoSlabRenderingElement.h.

< 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 34 of file SoSlabRenderingElement.h.

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

Definition at line 33 of file SoSlabRenderingElement.h.


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