28#ifndef vtkUnstructuredGridVolumeRayCastFunction_h
29#define vtkUnstructuredGridVolumeRayCastFunction_h
32#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
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 Finalize()=0
vtkUnstructuredGridVolumeRayCastFunction()=default
virtual void Initialize(vtkRenderer *ren, vtkVolume *vol)=0
~vtkUnstructuredGridVolumeRayCastFunction() override=default
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