36 #ifndef vtkVolumeRayCastMIPFunction_h 37 #define vtkVolumeRayCastMIPFunction_h 42 #define VTK_MAXIMIZE_SCALAR_VALUE 0 43 #define VTK_MAXIMIZE_OPACITY 1 66 const char *GetMaximizeMethodAsString(
void);
represents a volume (data & properties) in a rendered scene
#define VTKRENDERINGVOLUME_EXPORT
#define vtkGetMacro(name, type)
#define VTK_MAXIMIZE_OPACITY
abstract specification for renderers
#define vtkSetClampMacro(name, type, min, max)
#define vtkTypeMacro(thisClass, superclass)
virtual float GetZeroOpacityThreshold(vtkVolume *vol)=0
void SetMaximizeMethodToScalarValue()
a simple class to control print indentation
a superclass for ray casting functions
A slow but accurate mapper for rendering volumes.
void SetMaximizeMethodToOpacity()
#define VTK_MAXIMIZE_SCALAR_VALUE
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual void CastRay(vtkVolumeRayCastDynamicInfo *dynamicInfo, vtkVolumeRayCastStaticInfo *staticInfo)=0
virtual void SpecificFunctionInitialize(vtkRenderer *ren, vtkVolume *vol, vtkVolumeRayCastStaticInfo *staticInfo, vtkVolumeRayCastMapper *mapper)=0
A maximum intensity projection ray caster for volumes.