31 #ifndef vtkUnstructuredGridVolumeRayCastFunction_h
32 #define vtkUnstructuredGridVolumeRayCastFunction_h
34 #include "vtkRenderingVolumeModule.h"
a simple class to control print indentation
abstract base class for most VTK objects
abstract specification for renderers
a superclass for ray casting functions
vtkUnstructuredGridVolumeRayCastFunction()
virtual void Finalize()=0
virtual void Initialize(vtkRenderer *ren, vtkVolume *vol)=0
~vtkUnstructuredGridVolumeRayCastFunction()
virtual VTK_NEWINSTANCE vtkUnstructuredGridVolumeRayCastIterator * NewIterator()=0
Returns a new object that will iterate over all the intersections of a ray with the cells of the inpu...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkUnstructuredGridVolumeRayCastIterator is a superclass for iterating over the intersections of a vi...
represents a volume (data & properties) in a rendered scene