#include <vtkUnstructuredGridVolumeRayCastFunction.h>
Inheritance diagram for vtkUnstructuredGridVolumeRayCastFunction:
vtkUnstructuredGridVolumeRayCastFunction is a superclass for ray casting functions that can be used within a vtkUnstructuredGridVolumeRayCastMapper.
Definition at line 49 of file vtkUnstructuredGridVolumeRayCastFunction.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 | Initialize (vtkRenderer *ren, vtkVolume *vol)=0 |
virtual void | Finalize ()=0 |
virtual vtkUnstructuredGridVolumeRayCastIterator * | NewIterator ()=0 |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkUnstructuredGridVolumeRayCastFunction * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkUnstructuredGridVolumeRayCastFunction () | |
~vtkUnstructuredGridVolumeRayCastFunction () |
|
Reimplemented from vtkObject. Reimplemented in vtkUnstructuredGridBunykRayCastFunction. Definition at line 52 of file vtkUnstructuredGridVolumeRayCastFunction.h. |
|
Definition at line 68 of file vtkUnstructuredGridVolumeRayCastFunction.h. |
|
Definition at line 69 of file vtkUnstructuredGridVolumeRayCastFunction.h. |
|
Reimplemented from vtkObject. Reimplemented in vtkUnstructuredGridBunykRayCastFunction. |
|
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. Reimplemented in vtkUnstructuredGridBunykRayCastFunction. |
|
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 in vtkUnstructuredGridBunykRayCastFunction. |
|
Reimplemented from vtkObject. Reimplemented in vtkUnstructuredGridBunykRayCastFunction. |
|
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. Reimplemented in vtkUnstructuredGridBunykRayCastFunction. |
|
Implemented in vtkUnstructuredGridBunykRayCastFunction. |
|
Implemented in vtkUnstructuredGridBunykRayCastFunction. |
|
Returns a new object that will iterate over all the intersections of a ray with the cells of the input. The calling code is responsible for deleting the returned object. Implemented in vtkUnstructuredGridBunykRayCastFunction. |