#include <vtkVolumeProMapper.h>
Inheritance diagram for vtkVolumeProMapper:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent index) |
virtual void | Render (vtkRenderer *, vtkVolume *) |
virtual void | SetBlendMode (int) |
virtual int | GetBlendMode () |
void | SetBlendModeToComposite () |
void | SetBlendModeToMaximumIntensity () |
void | SetBlendModeToMinimumIntensity () |
const char * | GetBlendModeAsString (void) |
virtual void | SetSubVolume (int, int, int, int, int, int) |
virtual void | SetSubVolume (int[6]) |
virtual int * | GetSubVolume () |
virtual void | GetSubVolume (int data[6]) |
virtual void | SetCursor (int) |
virtual int | GetCursor () |
virtual void | CursorOn () |
virtual void | CursorOff () |
virtual void | SetCursorType (int) |
virtual int | GetCursorType () |
void | SetCursorTypeToCrossHair () |
void | SetCursorTypeToPlane () |
const char * | GetCursorTypeAsString (void) |
virtual void | SetCursorPosition (double, double, double) |
virtual void | SetCursorPosition (double[3]) |
virtual double * | GetCursorPosition () |
virtual void | GetCursorPosition (double data[3]) |
virtual void | SetCursorXAxisColor (double, double, double) |
virtual void | SetCursorXAxisColor (double[3]) |
virtual double * | GetCursorXAxisColor () |
virtual void | GetCursorXAxisColor (double data[3]) |
virtual void | SetCursorYAxisColor (double, double, double) |
virtual void | SetCursorYAxisColor (double[3]) |
virtual double * | GetCursorYAxisColor () |
virtual void | GetCursorYAxisColor (double data[3]) |
virtual void | SetCursorZAxisColor (double, double, double) |
virtual void | SetCursorZAxisColor (double[3]) |
virtual double * | GetCursorZAxisColor () |
virtual void | GetCursorZAxisColor (double data[3]) |
virtual void | SetSuperSampling (int) |
virtual int | GetSuperSampling () |
virtual void | SuperSamplingOn () |
virtual void | SuperSamplingOff () |
void | SetSuperSamplingFactor (double x, double y, double z) |
void | SetSuperSamplingFactor (double f[3]) |
virtual double * | GetSuperSamplingFactor () |
virtual void | GetSuperSamplingFactor (double data[3]) |
virtual void | SetCutPlane (int) |
virtual int | GetCutPlane () |
virtual void | CutPlaneOn () |
virtual void | CutPlaneOff () |
virtual void | SetCutPlaneEquation (double, double, double, double) |
virtual void | SetCutPlaneEquation (double[4]) |
virtual double * | GetCutPlaneEquation () |
virtual void | GetCutPlaneEquation (double data[4]) |
virtual void | SetCutPlaneThickness (double) |
virtual double | GetCutPlaneThickness () |
virtual void | SetCutPlaneFallOffDistance (int) |
virtual int | GetCutPlaneFallOffDistance () |
virtual void | SetGradientOpacityModulation (int) |
virtual int | GetGradientOpacityModulation () |
virtual void | GradientOpacityModulationOn () |
virtual void | GradientOpacityModulationOff () |
virtual void | SetGradientDiffuseModulation (int) |
virtual int | GetGradientDiffuseModulation () |
virtual void | GradientDiffuseModulationOn () |
virtual void | GradientDiffuseModulationOff () |
virtual void | SetGradientSpecularModulation (int) |
virtual int | GetGradientSpecularModulation () |
virtual void | GradientSpecularModulationOn () |
virtual void | GradientSpecularModulationOff () |
virtual int | GetNoHardware () |
virtual int | GetWrongVLIVersion () |
virtual int | GetNumberOfBoards () |
virtual int | GetMajorBoardVersion () |
virtual int | GetMinorBoardVersion () |
virtual int | GetAvailableBoardMemory () |
virtual void | GetLockSizesForBoardMemory (unsigned int vtkNotUsed(type), unsigned int *vtkNotUsed(xSize), unsigned int *vtkNotUsed(ySize), unsigned int *vtkNotUsed(zSize)) |
virtual void | SetIntermixIntersectingGeometry (int) |
virtual int | GetIntermixIntersectingGeometry () |
virtual void | IntermixIntersectingGeometryOn () |
virtual void | IntermixIntersectingGeometryOff () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkVolumeProMapper * | SafeDownCast (vtkObject *o) |
vtkVolumeProMapper * | New () |
Protected Methods | |
vtkVolumeProMapper () | |
~vtkVolumeProMapper () | |
int | StatusOK () |
Protected Attributes | |
VLIContext * | Context |
VLIVolume * | Volume |
vtkImageData * | VolumeInput |
vtkTimeStamp * | VolumeBuildTime |
int | VolumeDataType |
VLILookupTable * | LookupTable |
int | BlendMode |
VLILight ** | Lights |
int | NumberOfLights |
int | SubVolume [6] |
int | Cursor |
int | CursorType |
double | CursorPosition [3] |
double | CursorXAxisColor [3] |
double | CursorYAxisColor [3] |
double | CursorZAxisColor [3] |
int | CutPlane |
VLICutPlane * | Cut |
double | CutPlaneEquation [4] |
double | CutPlaneThickness |
int | CutPlaneFallOffDistance |
int | SuperSampling |
double | SuperSamplingFactor [3] |
int | GradientOpacityModulation |
int | GradientDiffuseModulation |
int | GradientSpecularModulation |
int | NumberOfBoards |
int | MajorBoardVersion |
int | MinorBoardVersion |
int | GradientTableSize |
int | NoHardware |
int | WrongVLIVersion |
int | DisplayedMessage |
int | IntermixIntersectingGeometry |
vtkVolumeProMapper is the superclass for VolumePRO volume rendering mappers. Any functionality that is general across all VolumePRO implementations is placed here in this class. Subclasses of this class are for the specific board implementations. Subclasses of that are for underlying graphics languages. Users should not create subclasses directly - a vtkVolumeProMapper will automatically create the object of the right type.
If you do not have the VolumePRO libraries when building this object, then the New method will create a default renderer that will not render. You can check the NumberOfBoards ivar to see if it is a real rendering class. To build with the VolumePRO board see vtkVolumeProVG500Mapper.h or vtkVolumeProVP1000Mapper.h for instructions.
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.
Definition at line 99 of file vtkVolumeProMapper.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 vtkVolumeMapper. Reimplemented in vtkOpenGLVolumeProVG500Mapper, vtkOpenGLVolumeProVP1000Mapper, vtkVolumeProVG500Mapper, and vtkVolumeProVP1000Mapper. |
|
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 vtkVolumeMapper. Reimplemented in vtkOpenGLVolumeProVG500Mapper, vtkOpenGLVolumeProVP1000Mapper, vtkVolumeProVG500Mapper, and vtkVolumeProVP1000Mapper. |
|
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 vtkVolumeMapper. Reimplemented in vtkOpenGLVolumeProVG500Mapper, vtkOpenGLVolumeProVP1000Mapper, vtkVolumeProVG500Mapper, and vtkVolumeProVP1000Mapper. |
|
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 vtkVolumeMapper. Reimplemented in vtkOpenGLVolumeProVG500Mapper, vtkOpenGLVolumeProVP1000Mapper, vtkVolumeProVG500Mapper, and vtkVolumeProVP1000Mapper. |
|
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 vtkVolumeMapper. |
|
Automatically create the proper subclass Reimplemented from vtkProcessObject. Reimplemented in vtkOpenGLVolumeProVG500Mapper, vtkOpenGLVolumeProVP1000Mapper, vtkVolumeProVG500Mapper, and vtkVolumeProVP1000Mapper. |
|
Render the image using the hardware and place it in the frame buffer Reimplemented from vtkVolumeMapper. Reimplemented in vtkVolumeProVG500Mapper, and vtkVolumeProVP1000Mapper. Definition at line 109 of file vtkVolumeProMapper.h. |
|
Set the blend mode |
|
Set the blend mode |
|
Set the blend mode Definition at line 116 of file vtkVolumeProMapper.h. |
|
Set the blend mode Definition at line 118 of file vtkVolumeProMapper.h. |
|
Set the blend mode Definition at line 120 of file vtkVolumeProMapper.h. |
|
Get the blending mode as a descriptive string Definition at line 330 of file vtkVolumeProMapper.h. |
|
Set the subvolume |
|
Set the subvolume |
|
Set the subvolume |
|
Set the subvolume |
|
Turn the cursor on / off |
|
Turn the cursor on / off |
|
Turn the cursor on / off |
|
Turn the cursor on / off |
|
Set the type of the cursor |
|
Set the type of the cursor |
|
Set the type of the cursor Definition at line 143 of file vtkVolumeProMapper.h. |
|
Set the type of the cursor Definition at line 145 of file vtkVolumeProMapper.h. |
|
Get the cursor type as a descriptive string Definition at line 346 of file vtkVolumeProMapper.h. |
|
Set/Get the cursor position |
|
Set/Get the cursor position |
|
Set/Get the cursor position |
|
Set/Get the cursor position |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Set/Get the cursor color |
|
Turn supersampling on/off |
|
Turn supersampling on/off |
|
Turn supersampling on/off |
|
Turn supersampling on/off |
|
Set the supersampling factors |
|
Set the supersampling factors Definition at line 176 of file vtkVolumeProMapper.h. |
|
Set the supersampling factors |
|
Set the supersampling factors |
|
Turn on / off the cut plane |
|
Turn on / off the cut plane |
|
Turn on / off the cut plane |
|
Turn on / off the cut plane |
|
Set/Get the cut plane equation |
|
Set/Get the cut plane equation |
|
Set/Get the cut plane equation |
|
Set/Get the cut plane equation |
|
Set / Get the cut plane thickness |
|
Set / Get the cut plane thickness |
|
Set / Get the cut plane falloff value for intensities |
|
Set / Get the cut plane falloff value for intensities |
|
Set/Get the gradient magnitude opacity modulation |
|
Set/Get the gradient magnitude opacity modulation |
|
Set/Get the gradient magnitude opacity modulation |
|
Set/Get the gradient magnitude opacity modulation |
|
Set/Get the gradient magnitude diffuse modulation |
|
Set/Get the gradient magnitude diffuse modulation |
|
Set/Get the gradient magnitude diffuse modulation |
|
Set/Get the gradient magnitude diffuse modulation |
|
Set/Get the gradient magnitude specular modulation |
|
Set/Get the gradient magnitude specular modulation |
|
Set/Get the gradient magnitude specular modulation |
|
Set/Get the gradient magnitude specular modulation |
|
Conveniece methods for debugging |
|
Conveniece methods for debugging |
|
Access methods for some board info |
|
Access methods for some board info |
|
Access methods for some board info |
|
Access methods for some board info Reimplemented in vtkVolumeProVG500Mapper, and vtkVolumeProVP1000Mapper. Definition at line 238 of file vtkVolumeProMapper.h. |
|
Access methods for some board info Definition at line 239 of file vtkVolumeProMapper.h. |
|
Specify whether any geometry intersects the volume. Does nothing with VG500 |
|
Specify whether any geometry intersects the volume. Does nothing with VG500 |
|
Specify whether any geometry intersects the volume. Does nothing with VG500 |
|
Specify whether any geometry intersects the volume. Does nothing with VG500 |
|
|
|
Definition at line 260 of file vtkVolumeProMapper.h. |
|
Definition at line 264 of file vtkVolumeProMapper.h. |
|
Definition at line 265 of file vtkVolumeProMapper.h. |
|
Definition at line 266 of file vtkVolumeProMapper.h. |
|
Definition at line 269 of file vtkVolumeProMapper.h. |
|
Definition at line 273 of file vtkVolumeProMapper.h. |
|
Definition at line 276 of file vtkVolumeProMapper.h. |
|
Definition at line 280 of file vtkVolumeProMapper.h. |
|
Definition at line 281 of file vtkVolumeProMapper.h. |
|
Definition at line 284 of file vtkVolumeProMapper.h. |
|
Definition at line 287 of file vtkVolumeProMapper.h. |
|
Definition at line 288 of file vtkVolumeProMapper.h. |
|
Definition at line 289 of file vtkVolumeProMapper.h. |
|
Definition at line 290 of file vtkVolumeProMapper.h. |
|
Definition at line 291 of file vtkVolumeProMapper.h. |
|
Definition at line 292 of file vtkVolumeProMapper.h. |
|
Definition at line 295 of file vtkVolumeProMapper.h. |
|
Definition at line 296 of file vtkVolumeProMapper.h. |
|
Definition at line 297 of file vtkVolumeProMapper.h. |
|
Definition at line 298 of file vtkVolumeProMapper.h. |
|
Definition at line 299 of file vtkVolumeProMapper.h. |
|
Definition at line 302 of file vtkVolumeProMapper.h. |
|
Definition at line 303 of file vtkVolumeProMapper.h. |
|
Definition at line 306 of file vtkVolumeProMapper.h. |
|
Definition at line 307 of file vtkVolumeProMapper.h. |
|
Definition at line 308 of file vtkVolumeProMapper.h. |
|
Definition at line 311 of file vtkVolumeProMapper.h. |
|
Definition at line 312 of file vtkVolumeProMapper.h. |
|
Definition at line 313 of file vtkVolumeProMapper.h. |
|
Definition at line 314 of file vtkVolumeProMapper.h. |
|
Definition at line 317 of file vtkVolumeProMapper.h. |
|
Definition at line 318 of file vtkVolumeProMapper.h. |
|
Definition at line 319 of file vtkVolumeProMapper.h. |
|
Definition at line 322 of file vtkVolumeProMapper.h. |