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