Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkUnstructuredGridVolumeRayCastFunction Class Reference

#include <vtkUnstructuredGridVolumeRayCastFunction.h>

Inheritance diagram for vtkUnstructuredGridVolumeRayCastFunction:

Inheritance graph
[legend]
Collaboration diagram for vtkUnstructuredGridVolumeRayCastFunction:

Collaboration graph
[legend]
List of all members.

Detailed Description

a superclass for ray casting functions

Date
2003/11/25 06:06:45
Revision
1.3

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

Definition at line 37 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 void CastRay (int x, int y, double bounds[2], float color[4])=0

Static Public Member Functions

int IsTypeOf (const char *type)
vtkUnstructuredGridVolumeRayCastFunctionSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkUnstructuredGridVolumeRayCastFunction ()
 ~vtkUnstructuredGridVolumeRayCastFunction ()


Member Typedef Documentation

typedef vtkObject vtkUnstructuredGridVolumeRayCastFunction::Superclass
 

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

Definition at line 40 of file vtkUnstructuredGridVolumeRayCastFunction.h.


Constructor & Destructor Documentation

vtkUnstructuredGridVolumeRayCastFunction::vtkUnstructuredGridVolumeRayCastFunction  )  [inline, protected]
 

Definition at line 53 of file vtkUnstructuredGridVolumeRayCastFunction.h.

vtkUnstructuredGridVolumeRayCastFunction::~vtkUnstructuredGridVolumeRayCastFunction  )  [inline, protected]
 

Definition at line 54 of file vtkUnstructuredGridVolumeRayCastFunction.h.


Member Function Documentation

virtual const char* vtkUnstructuredGridVolumeRayCastFunction::GetClassName  )  [virtual]
 

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

int vtkUnstructuredGridVolumeRayCastFunction::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

virtual int vtkUnstructuredGridVolumeRayCastFunction::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkUnstructuredGridBunykRayCastFunction.

vtkUnstructuredGridVolumeRayCastFunction* vtkUnstructuredGridVolumeRayCastFunction::SafeDownCast vtkObject o  )  [static]
 

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]
 

Implemented in vtkUnstructuredGridBunykRayCastFunction.

virtual void vtkUnstructuredGridVolumeRayCastFunction::Finalize  )  [pure virtual]
 

Implemented in vtkUnstructuredGridBunykRayCastFunction.

virtual void vtkUnstructuredGridVolumeRayCastFunction::CastRay int  x,
int  y,
double  bounds[2],
float  color[4]
[pure virtual]
 

Implemented in vtkUnstructuredGridBunykRayCastFunction.


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