#include <vtkVolumeProVG500Mapper.h>
Inheritance diagram for vtkVolumeProVG500Mapper:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | Render (vtkRenderer *, vtkVolume *) |
virtual int | GetAvailableBoardMemory () |
virtual void | GetLockSizesForBoardMemory (unsigned int type, unsigned int *xSize, unsigned int *ySize, unsigned int *zSize) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkVolumeProVG500Mapper * | SafeDownCast (vtkObject *o) |
vtkVolumeProVG500Mapper * | New () |
Protected Methods | |
vtkVolumeProVG500Mapper () | |
~vtkVolumeProVG500Mapper () | |
vtkVolumeProVG500Mapper (const vtkVolumeProVG500Mapper &) | |
void | operator= (const vtkVolumeProVG500Mapper &) |
void | UpdateCamera (vtkRenderer *, vtkVolume *) |
void | UpdateLights (vtkRenderer *, vtkVolume *) |
void | UpdateProperties (vtkRenderer *, vtkVolume *) |
void | UpdateVolume (vtkRenderer *, vtkVolume *) |
void | UpdateCropping (vtkRenderer *, vtkVolume *) |
void | UpdateCursor (vtkRenderer *, vtkVolume *) |
void | UpdateCutPlane (vtkRenderer *, vtkVolume *) |
virtual void | RenderHexagon (vtkRenderer *vtkNotUsed(ren), vtkVolume *vtkNotUsed(vol), VLIPixel *vtkNotUsed(basePlane), int size[2], VLIVector3D hexagon[6], VLIVector2D textureCoords[6]) |
void | CorrectBasePlaneSize (VLIPixel *inBase, int inSize[2], VLIPixel **outBase, int outSize[2], VLIVector2D textureCoords[6]) |
vtkVolumeProVG500Mapper is the superclass for VolumePRO volume rendering mappers based on the VG500 chip. Subclasses are for underlying graphics languages. Users should not create subclasses 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, and you will need to perform the following steps:
1. Make sure you are building with the contrib kit. On Unix add --with-contrib to your configure line, on Windows check the contrib box on PCMaker.
2. Edit the Makefile.in in contrib. Add the following three classes to the CONCRETE list of classes: vtkVolumeProVG500Mapper, vtkOpenGLVolumeProVG500Mapper. Please be certain that there are no spaces after the "\" that separates lines.
3. Specify the include path for vli.h to the vtk make process. For Windows, add the option -I "/path/to/vli/" to the Advanced Options Extra Compiler flags of pcmaker. For example, the following works here: -I "c:\Program Files/VolumePro/inc" -DVTK_USE_VLI For UNIX, add the path to USER_CXXFLAGS as a -I option to the compiler. Or you can edit vtkVolumeProMapper.h and specify the include path for vli.h, or simply copy the vli.h file to your contrib directory.
4. Add a -DVTK_USE_VLI to the compile options. For Windows, add the flag in the Advanced Options Extra Compiler Flags of pcmaker. For Unix, add the flag to USER_CXXFLAGS in user.make.
5. On Windows - add the vli.lib file to the Extra Linker Flags under the Advanced Options. For example the following works here: "c:\program files\volumepro\lib\vli.lib" On Unix - add the vli shared object to the KIT_LIBS in the Makefile.in in contrib.
6. On Windows - make sure vli.dll is somewhere in your path before you run vtk. You can put it in your vtkbin/lib or vtkbin/Debug/lib if you want. On Unix - make sure the vli shared object is in your shared library path before you run.
7. Reconfigure and rebuild vtk. You should now be able to create a vtkVolumeProMapper which, if you have a VolumePRO board and the device driver is running, should connect to the hardware and render your volumes quickly.
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 113 of file vtkVolumeProVG500Mapper.h.
|
|
|
|
|
Definition at line 128 of file vtkVolumeProVG500Mapper.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 vtkVolumeProMapper. Reimplemented in vtkOpenGLVolumeProVG500Mapper. |
|
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 vtkVolumeProMapper. Reimplemented in vtkOpenGLVolumeProVG500Mapper. |
|
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 vtkVolumeProMapper. Reimplemented in vtkOpenGLVolumeProVG500Mapper. |
|
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 vtkVolumeProMapper. Reimplemented in vtkOpenGLVolumeProVG500Mapper. |
|
Automatically create the proper subclass Reimplemented from vtkVolumeProMapper. Reimplemented in vtkOpenGLVolumeProVG500Mapper. |
|
Render the image using the hardware and place it in the frame buffer Reimplemented from vtkVolumeProMapper. |
|
Reimplemented from vtkVolumeProMapper. |
|
|
|
Definition at line 129 of file vtkVolumeProVG500Mapper.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 156 of file vtkVolumeProVG500Mapper.h. |
|
|