Go to the documentation of this file.
31 #ifndef vtkUnstructuredGridVolumeRayCastFunction_h
32 #define vtkUnstructuredGridVolumeRayCastFunction_h
34 #include "vtkRenderingVolumeModule.h"
represents a volume (data & properties) in a rendered scene
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...
virtual void Finalize()=0
abstract base class for most VTK objects
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...
virtual void Initialize(vtkRenderer *ren, vtkVolume *vol)=0
a simple class to control print indentation
a superclass for ray casting functions
vtkUnstructuredGridVolumeRayCastFunction()
abstract specification for renderers
~vtkUnstructuredGridVolumeRayCastFunction()