VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkUnstructuredGridVolumeRayCastFunction Class Reference

a superclass for ray casting functions More...

#include <vtkUnstructuredGridVolumeRayCastFunction.h>

Inheritance diagram for vtkUnstructuredGridVolumeRayCastFunction:
Inheritance graph
[legend]
Collaboration diagram for vtkUnstructuredGridVolumeRayCastFunction:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkUnstructuredGridVolumeRayCastFunctionNewInstance () const
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

static int IsTypeOf (const char *type)
static
vtkUnstructuredGridVolumeRayCastFunction
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkUnstructuredGridVolumeRayCastFunction ()
 ~vtkUnstructuredGridVolumeRayCastFunction ()

Detailed Description

a superclass for ray casting functions

vtkUnstructuredGridVolumeRayCastFunction is a superclass for ray casting functions that can be used within a vtkUnstructuredGridVolumeRayCastMapper.

See also:
vtkUnstructuredGridVolumeRayCastMapper vtkUnstructuredGridVolumeRayIntegrator
Tests:
vtkUnstructuredGridVolumeRayCastFunction (Tests)

Definition at line 40 of file vtkUnstructuredGridVolumeRayCastFunction.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

Definition at line 43 of file vtkUnstructuredGridVolumeRayCastFunction.h.


Constructor & Destructor Documentation

Definition at line 61 of file vtkUnstructuredGridVolumeRayCastFunction.h.

Definition at line 62 of file vtkUnstructuredGridVolumeRayCastFunction.h.


Member Function Documentation

static int vtkUnstructuredGridVolumeRayCastFunction::IsTypeOf ( const char *  name) [static]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

virtual int vtkUnstructuredGridVolumeRayCastFunction::IsA ( const char *  name) [virtual]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

virtual void vtkUnstructuredGridVolumeRayCastFunction::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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.

virtual void vtkUnstructuredGridVolumeRayCastFunction::Initialize ( vtkRenderer ren,
vtkVolume vol 
) [pure virtual]
virtual void vtkUnstructuredGridVolumeRayCastFunction::Finalize ( ) [pure virtual]

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.


The documentation for this class was generated from the following file: