35 #ifndef vtkVolumeRayCastMIPFunction_h
36 #define vtkVolumeRayCastMIPFunction_h
38 #include "vtkRenderingVolumeModule.h"
41 #if !defined(VTK_LEGACY_REMOVE)
43 #define VTK_MAXIMIZE_SCALAR_VALUE 0
44 #define VTK_MAXIMIZE_OPACITY 1
64 vtkSetClampMacro( MaximizeMethod,
int,
66 vtkGetMacro(MaximizeMethod,
int);
71 const char *GetMaximizeMethodAsString(
void);
94 #endif // VTK_LEGACY_REMOVE
represents a volume (data & properties) in a rendered scene
#define VTK_MAXIMIZE_OPACITY
abstract specification for renderers
virtual float GetZeroOpacityThreshold(vtkVolume *vol)=0
Get the value below which all scalar values are considered to have 0 opacity.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetMaximizeMethodToScalarValue()
Set the MaximizeMethod to either ScalarValue or Opacity.
a simple class to control print indentation
a superclass for ray casting functions
A slow but accurate mapper for rendering volumes.
void SetMaximizeMethodToOpacity()
Set the MaximizeMethod to either ScalarValue or Opacity.
#define VTK_MAXIMIZE_SCALAR_VALUE
virtual void CastRay(vtkVolumeRayCastDynamicInfo *dynamicInfo, vtkVolumeRayCastStaticInfo *staticInfo)=0
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
A maximum intensity projection ray caster for volumes.