33 #ifndef vtkUnstructuredGridVolumeRayCastIterator_h
34 #define vtkUnstructuredGridVolumeRayCastIterator_h
37 #include "vtkRenderingVolumeModule.h"
53 virtual void Initialize(
int x,
int y) = 0;
75 vtkSetVector2Macro(Bounds,
double);
76 vtkGetVector2Macro(Bounds,
double);
82 vtkSetMacro(MaxNumberOfIntersections,
vtkIdType);
83 vtkGetMacro(MaxNumberOfIntersections,
vtkIdType);
99 #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
vtkIdType MaxNumberOfIntersections
vtkUnstructuredGridVolumeRayCastIterator is a superclass for iterating over the intersections of a vi...