19 #ifndef vtkUnstructuredGridVolumeRayCastIterator_h
20 #define vtkUnstructuredGridVolumeRayCastIterator_h
23 #include "vtkRenderingVolumeModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
40 virtual void Initialize(
int x,
int y) = 0;
62 vtkSetVector2Macro(Bounds,
double);
63 vtkGetVector2Macro(Bounds,
double);
69 vtkSetMacro(MaxNumberOfIntersections,
vtkIdType);
70 vtkGetMacro(MaxNumberOfIntersections,
vtkIdType);
87 #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...