MeVisLab Toolbox Reference
SoSlabRenderingElement.h File Reference
#include "SoUtilsSystem.h"
#include <Inventor/elements/SoReplacedElement.h>

Go to the source code of this file.

Classes

class  SbSlabRenderingProperties
 Open Inventor element to store information about current slab mode. More...
 
class  SoSlabRenderingElement
 Inventor element storing SlabRendering properties in the Open Inventor state. More...
 

Enumerations

enum  SlabRenderingSamplingMode { EXACT_SLICE_SAMPLING , ALLOW_RESAMPLING }
 Sampling mode for SbSlabRenderingProperties. More...
 

Enumeration Type Documentation

◆ SlabRenderingSamplingMode

Sampling mode for SbSlabRenderingProperties.

Enumerator
EXACT_SLICE_SAMPLING 

If enabled, the renderer should render exactly the slice at worldPositionOnSlice and all other slices in the slab with a multiple of the distance fabs(worldPositionOnNextSlice-worldPositionOnSlice)

ALLOW_RESAMPLING 

If enabled, the renderer should render the slice at worldPositionOnSlice but may render more subslices and does not need to slice worldPositionOnNextSlice.

Definition at line 22 of file SoSlabRenderingElement.h.