37 #ifndef vtkVolumeRayCastIsosurfaceFunction_h
38 #define vtkVolumeRayCastIsosurfaceFunction_h
40 #include "vtkRenderingVolumeModule.h"
43 #if !defined(VTK_LEGACY_REMOVE)
65 vtkGetMacro( IsoValue,
double );
95 #endif // VTK_LEGACY_REMOVE
represents a volume (data & properties) in a rendered scene
An isosurface ray caster for volumes.
abstract specification for renderers
double IsoValue
This is the isovalue at which to view a surface.
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.
a simple class to control print indentation
a superclass for ray casting functions
A slow but accurate mapper for rendering volumes.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
virtual void CastRay(vtkVolumeRayCastDynamicInfo *dynamicInfo, vtkVolumeRayCastStaticInfo *staticInfo)=0
virtual void SpecificFunctionInitialize(vtkRenderer *ren, vtkVolume *vol, vtkVolumeRayCastStaticInfo *staticInfo, vtkVolumeRayCastMapper *mapper)=0
This method gives the subclass a chance to do any special initialization that it may need to do...
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...