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

vtkOpenGLVolumeProVP1000Mapper Class Reference

Concrete class for VolumePRO mapper. More...

#include <vtkOpenGLVolumeProVP1000Mapper.h>

Inheritance diagram for vtkOpenGLVolumeProVP1000Mapper:

Inheritance graph
[legend]
Collaboration diagram for vtkOpenGLVolumeProVP1000Mapper:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)

Static Public Methods

int IsTypeOf (const char *type)
vtkOpenGLVolumeProVP1000Mapper * SafeDownCast (vtkObject *o)
vtkOpenGLVolumeProVP1000Mapper * New ()

Protected Methods

 vtkOpenGLVolumeProVP1000Mapper ()
 ~vtkOpenGLVolumeProVP1000Mapper ()
 vtkOpenGLVolumeProVP1000Mapper (const vtkOpenGLVolumeProVP1000Mapper &)
void operator= (const vtkOpenGLVolumeProVP1000Mapper &)
void RenderImageBuffer (vtkRenderer *ren, vtkVolume *vol, int size[2], unsigned int *outData)
virtual void GetDepthBufferValues (vtkRenderer *ren, int size[2], unsigned int *outData)

Detailed Description

Concrete class for VolumePRO mapper.

Date:
2001/11/08 21:21:57
Revision:
1.2

vtkOpenGLVolumeProVP1000Mapper is the concrete implementation of a vtkVolumeProMapper based on the VP1000 chip running with OpenGL. Users should not create this class directly - a vtkVolumeProMapper will automatically create the object of the right type.

This class is not included in the Rendering CMakeLists by default. If you want to add this class to your vtk build, you need to have the vli header and library files. Please see the vtkVolumeProVP1000Mapper.h file for instructions on how to use the vli library with vtk.

For more information on the VolumePRO hardware, please see:

http://www.terarecon.com/3d_products.shtml

If you encounter any problems with this class, please inform Kitware, Inc. at kitware@kitware.com.

See also:
vtkVolumeMapper vtkVolumeProMapper vtkVolumeProVP1000Mapper

Definition at line 75 of file vtkOpenGLVolumeProVP1000Mapper.h.


Constructor & Destructor Documentation

vtkOpenGLVolumeProVP1000Mapper::vtkOpenGLVolumeProVP1000Mapper   [inline, protected]
 

Definition at line 82 of file vtkOpenGLVolumeProVP1000Mapper.h.

vtkOpenGLVolumeProVP1000Mapper::~vtkOpenGLVolumeProVP1000Mapper   [inline, protected]
 

Definition at line 83 of file vtkOpenGLVolumeProVP1000Mapper.h.

vtkOpenGLVolumeProVP1000Mapper::vtkOpenGLVolumeProVP1000Mapper const vtkOpenGLVolumeProVP1000Mapper &    [protected]
 


Member Function Documentation

virtual const char* vtkOpenGLVolumeProVP1000Mapper::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkVolumeProVP1000Mapper.

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

Reimplemented from vtkVolumeProVP1000Mapper.

virtual int vtkOpenGLVolumeProVP1000Mapper::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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkVolumeProVP1000Mapper.

vtkOpenGLVolumeProVP1000Mapper* vtkOpenGLVolumeProVP1000Mapper::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkVolumeProVP1000Mapper.

vtkOpenGLVolumeProVP1000Mapper* vtkOpenGLVolumeProVP1000Mapper::New   [static]
 

Automatically create the proper subclass

Reimplemented from vtkVolumeProVP1000Mapper.

void vtkOpenGLVolumeProVP1000Mapper::operator= const vtkOpenGLVolumeProVP1000Mapper &    [protected]
 

void vtkOpenGLVolumeProVP1000Mapper::RenderImageBuffer vtkRenderer   ren,
vtkVolume   vol,
int    size[2],
unsigned int *    outData
[protected]
 

virtual void vtkOpenGLVolumeProVP1000Mapper::GetDepthBufferValues vtkRenderer   ren,
int    size[2],
unsigned int *    outData
[protected, virtual]
 


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:38:00 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001