#include <vtkOpenGLVolumeProVG500Mapper.h>
Inheritance diagram for vtkOpenGLVolumeProVG500Mapper:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkOpenGLVolumeProVG500Mapper * | SafeDownCast (vtkObject *o) |
vtkOpenGLVolumeProVG500Mapper * | New () |
Protected Methods | |
vtkOpenGLVolumeProVG500Mapper () | |
~vtkOpenGLVolumeProVG500Mapper () | |
vtkOpenGLVolumeProVG500Mapper (const vtkOpenGLVolumeProVG500Mapper &) | |
void | operator= (const vtkOpenGLVolumeProVG500Mapper &) |
void | RenderHexagon (vtkRenderer *ren, vtkVolume *vol, VLIPixel *basePlane, int size[2], VLIVector3D hexagon[6], VLIVector2D textureCoords[6]) |
vtkOpenGLVolumeProVG500Mapper is the concrete implementation of a vtkVolumeProMapper based on the VG500 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 contrib Makefile.in 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 vtkVolumeProVG500Mapper.h file for instructions on how to use the vli library with vtk.
For more information on the VolumePRO hardware, please see:
http://www.3dvolumegraphics.com/3dvolumegraphics/product/index.htm
If you encounter any problems with this class, please inform Kitware, Inc. at kitware@kitware.com.
Definition at line 74 of file vtkOpenGLVolumeProVG500Mapper.h.
|
Definition at line 81 of file vtkOpenGLVolumeProVG500Mapper.h. |
|
Definition at line 82 of file vtkOpenGLVolumeProVG500Mapper.h. |
|
Definition at line 83 of file vtkOpenGLVolumeProVG500Mapper.h. |
|
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 vtkVolumeProVG500Mapper. |
|
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 vtkVolumeProVG500Mapper. |
|
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 vtkVolumeProVG500Mapper. |
|
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 vtkVolumeProVG500Mapper. |
|
Automatically create the proper subclass Reimplemented from vtkVolumeProVG500Mapper. |
|
Definition at line 84 of file vtkOpenGLVolumeProVG500Mapper.h. |
|
|