MeVisLab Resolution Independence API
|
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. | |
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 | |
Open Inventor element to store information about current slab mode.
Definition at line 29 of file SoSlabRenderingElement.h.
|
inline |
Definition at line 43 of file SoSlabRenderingElement.h.
SbPlane SbSlabRenderingProperties::backPlane |
< The back plane of the slab in world coordinate system
Definition at line 36 of file SoSlabRenderingElement.h.
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.
SbPlane SbSlabRenderingProperties::frontPlane |
< The front plane of the slab in world coordinate system
Definition at line 35 of file SoSlabRenderingElement.h.
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.
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.
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.