#include <vtkUnstructuredGridVolumeRayCastIterator.h>
Inheritance diagram for vtkUnstructuredGridVolumeRayCastIterator:
Definition at line 41 of file vtkUnstructuredGridVolumeRayCastIterator.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetMaxNumberOfIntersections (vtkIdType) |
virtual vtkIdType | GetMaxNumberOfIntersections () |
virtual void | Initialize (int x, int y)=0 |
virtual vtkIdType | GetNextIntersections (vtkIdList *intersectedCells, vtkDoubleArray *intersectionLengths, vtkDataArray *scalars, vtkDataArray *nearIntersections, vtkDataArray *farIntersections)=0 |
virtual void | SetBounds (double, double) |
void | SetBounds (double[2]) |
virtual double * | GetBounds () |
virtual void | GetBounds (double &, double &) |
virtual void | GetBounds (double[2]) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkUnstructuredGridVolumeRayCastIterator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkUnstructuredGridVolumeRayCastIterator () | |
~vtkUnstructuredGridVolumeRayCastIterator () | |
Protected Attributes | |
double | Bounds [2] |
vtkIdType | MaxNumberOfIntersections |
|
Reimplemented from vtkObject. Definition at line 44 of file vtkUnstructuredGridVolumeRayCastIterator.h. |
|
|
|
|
|
Reimplemented from vtkObject. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. |
|
Reimplemented from vtkObject. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkObject. |
|
Initializes the iteration to the start of the ray at the given screen coordinates. |
|
Get the intersections of the next several cells. The cell ids are stored in |
|
Set/get the bounds of the cast ray (in viewing coordinates). By default the range is [0,1]. |
|
Set/get the bounds of the cast ray (in viewing coordinates). By default the range is [0,1]. |
|
Set/get the bounds of the cast ray (in viewing coordinates). By default the range is [0,1]. |
|
Set/get the bounds of the cast ray (in viewing coordinates). By default the range is [0,1]. |
|
Set/get the bounds of the cast ray (in viewing coordinates). By default the range is [0,1]. |
|
|
|
|
|
Definition at line 85 of file vtkUnstructuredGridVolumeRayCastIterator.h. |
|
Definition at line 87 of file vtkUnstructuredGridVolumeRayCastIterator.h. |