MeVisLabToolboxReference
MeVisLab/Standard/Sources/Inventor/SoUtils/SoSlabRenderingElement.h File Reference

Template base class for floating point vectors. More...

#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...

Detailed Description

Template base class for floating point vectors.

Author:
Florian Link
Date:
2010/02

Definition in file SoSlabRenderingElement.h.


Enumeration Type Documentation

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