33 #ifndef vtkUnstructuredGridVolumeRayCastIterator_h 34 #define vtkUnstructuredGridVolumeRayCastIterator_h 36 #include "vtkRenderingVolumeModule.h" 53 virtual void Initialize(
int x,
int y) = 0;
77 vtkSetVector2Macro(Bounds,
double);
78 vtkGetVector2Macro(Bounds,
double);
85 vtkGetMacro(MaxNumberOfIntersections,
vtkIdType);
100 #endif //vtkUnstructuredGridRayCastIterator_h 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.
dynamic, self-adjusting array of double
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkUnstructuredGridVolumeRayCastIterator is a superclass for iterating over the intersections of a vi...