VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkVolumeProMapper Class Reference

Superclass for VolumePRO volume rendering mappers. More...

#include <vtkVolumeProMapper.h>

Inheritance diagram for vtkVolumeProMapper:
[legend]
Collaboration diagram for vtkVolumeProMapper:
[legend]

Public Types

typedef vtkVolumeMapper Superclass
 
- Public Types inherited from vtkVolumeMapper
enum  { COMPOSITE_BLEND, MAXIMUM_INTENSITY_BLEND, MINIMUM_INTENSITY_BLEND, ADDITIVE_BLEND }
 
typedef vtkAbstractVolumeMapper Superclass
 
- Public Types inherited from vtkAbstractVolumeMapper
typedef vtkAbstractMapper3D Superclass
 
- Public Types inherited from vtkAbstractMapper3D
typedef vtkAbstractMapper Superclass
 
- Public Types inherited from vtkAbstractMapper
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
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 ()
 
virtual 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 ()
 
virtual void SetAutoAdjustMipmapLevels (int)
 
virtual int GetAutoAdjustMipmapLevels ()
 
virtual void AutoAdjustMipmapLevelsOn ()
 
virtual void AutoAdjustMipmapLevelsOff ()
 
virtual void SetMinimumMipmapLevel (int)
 
virtual int GetMinimumMipmapLevel ()
 
virtual void SetMaximumMipmapLevel (int)
 
virtual int GetMaximumMipmapLevel ()
 
virtual void SetMipmapLevel (int)
 
virtual int GetMipmapLevel ()
 
- Public Member Functions inherited from vtkVolumeMapper
virtual void ReleaseGraphicsResources (vtkWindow *)
 
virtual void SetInput (vtkImageData *)
 
virtual void SetInput (vtkDataSet *)
 
vtkImageDataGetInput ()
 
void SetBlendModeToComposite ()
 
void SetBlendModeToMaximumIntensity ()
 
void SetBlendModeToMinimumIntensity ()
 
void SetBlendModeToAdditive ()
 
virtual void SetCropping (int)
 
virtual int GetCropping ()
 
virtual void CroppingOn ()
 
virtual void CroppingOff ()
 
virtual void SetCroppingRegionPlanes (double, double, double, double, double, double)
 
virtual void SetCroppingRegionPlanes (double[6])
 
virtual double * GetCroppingRegionPlanes ()
 
virtual void GetCroppingRegionPlanes (double data[6])
 
virtual double * GetVoxelCroppingRegionPlanes ()
 
virtual void GetVoxelCroppingRegionPlanes (double data[6])
 
virtual void SetCroppingRegionFlags (int)
 
virtual int GetCroppingRegionFlags ()
 
void SetCroppingRegionFlagsToSubVolume ()
 
void SetCroppingRegionFlagsToFence ()
 
void SetCroppingRegionFlagsToInvertedFence ()
 
void SetCroppingRegionFlagsToCross ()
 
void SetCroppingRegionFlagsToInvertedCross ()
 
- Public Member Functions inherited from vtkAbstractVolumeMapper
const char * GetScalarModeAsString ()
 
vtkDataSetGetDataSetInput ()
 
vtkDataObjectGetDataObjectInput ()
 
virtual double * GetBounds ()
 
virtual void GetBounds (double bounds[6])
 
virtual void SetScalarMode (int)
 
virtual int GetScalarMode ()
 
void SetScalarModeToDefault ()
 
void SetScalarModeToUsePointData ()
 
void SetScalarModeToUseCellData ()
 
void SetScalarModeToUsePointFieldData ()
 
void SetScalarModeToUseCellFieldData ()
 
virtual void SelectScalarArray (int arrayNum)
 
virtual void SelectScalarArray (const char *arrayName)
 
virtual char * GetArrayName ()
 
virtual int GetArrayId ()
 
virtual int GetArrayAccessMode ()
 
virtual float GetGradientMagnitudeScale ()
 
virtual float GetGradientMagnitudeBias ()
 
virtual float GetGradientMagnitudeScale (int)
 
virtual float GetGradientMagnitudeBias (int)
 
- Public Member Functions inherited from vtkAbstractMapper3D
double GetLength ()
 
virtual int IsARayCastMapper ()
 
virtual int IsARenderIntoImageMapper ()
 
double * GetCenter ()
 
void GetCenter (double center[3])
 
- Public Member Functions inherited from vtkAbstractMapper
virtual unsigned long GetMTime ()
 
void SetClippingPlanes (vtkPlanes *planes)
 
void ShallowCopy (vtkAbstractMapper *m)
 
virtual double GetTimeToDraw ()
 
void AddClippingPlane (vtkPlane *plane)
 
void RemoveClippingPlane (vtkPlane *plane)
 
void RemoveAllClippingPlanes ()
 
virtual void SetClippingPlanes (vtkPlaneCollection *)
 
virtual vtkPlaneCollectionGetClippingPlanes ()
 
- Public Member Functions inherited from vtkAlgorithm
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
virtual void Update ()
 
virtual void UpdateInformation ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
virtual double ComputePriority ()
 
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
- Public Member Functions inherited from vtkObject
virtual void DebugOn ()
 
virtual void DebugOff ()
 
unsigned char GetDebug ()
 
void SetDebug (unsigned char debugFlag)
 
virtual void Modified ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &os)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkVolumeProMapperSafeDownCast (vtkObject *o)
 
static vtkVolumeProMapperNew ()
 
- Static Public Member Functions inherited from vtkVolumeMapper
static int IsTypeOf (const char *type)
 
static vtkVolumeMapperSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkAbstractVolumeMapper
static int IsTypeOf (const char *type)
 
static vtkAbstractVolumeMapperSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkAbstractMapper3D
static int IsTypeOf (const char *type)
 
static vtkAbstractMapper3DSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkAbstractMapper
static int IsTypeOf (const char *type)
 
static vtkAbstractMapperSafeDownCast (vtkObject *o)
 
static vtkDataArrayGetScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &cellFlag)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObject *o)
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyPRESERVES_DATASET ()
 
static vtkInformationIntegerKeyPRESERVES_GEOMETRY ()
 
static vtkInformationIntegerKeyPRESERVES_BOUNDS ()
 
static vtkInformationIntegerKeyPRESERVES_TOPOLOGY ()
 
static vtkInformationIntegerKeyPRESERVES_ATTRIBUTES ()
 
static vtkInformationIntegerKeyPRESERVES_RANGES ()
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObject *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

 vtkVolumeProMapper ()
 
 ~vtkVolumeProMapper ()
 
int StatusOK ()
 
void StoreRenderTime (vtkRenderer *ren, vtkVolume *vol, float t)
 
float RetrieveRenderTime (vtkRenderer *ren, vtkVolume *vol)
 
- Protected Member Functions inherited from vtkVolumeMapper
 vtkVolumeMapper ()
 
 ~vtkVolumeMapper ()
 
void ConvertCroppingRegionPlanesToVoxels ()
 
virtual int FillInputPortInformation (int, vtkInformation *)
 
- Protected Member Functions inherited from vtkAbstractVolumeMapper
 vtkAbstractVolumeMapper ()
 
 ~vtkAbstractVolumeMapper ()
 
- Protected Member Functions inherited from vtkAbstractMapper3D
 vtkAbstractMapper3D ()
 
 ~vtkAbstractMapper3D ()
 
- Protected Member Functions inherited from vtkAbstractMapper
 vtkAbstractMapper ()
 
 ~vtkAbstractMapper ()
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &os)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

VLIContext * Context
 
VLIVolume * Volume
 
vtkImageDataVolumeInput
 
vtkTimeStampVolumeBuildTime
 
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
 
float * RenderTimeTable
 
vtkVolume ** RenderVolumeTable
 
vtkRenderer ** RenderRendererTable
 
int RenderTableSize
 
int RenderTableEntries
 
vtkTimerLogRenderTimer
 
int IntermixIntersectingGeometry
 
int AutoAdjustMipmapLevels
 
int MinimumMipmapLevel
 
int MaximumMipmapLevel
 
int MipmapLevel
 
- Protected Attributes inherited from vtkVolumeMapper
int BlendMode
 
int Cropping
 
double CroppingRegionPlanes [6]
 
double VoxelCroppingRegionPlanes [6]
 
int CroppingRegionFlags
 
- Protected Attributes inherited from vtkAbstractVolumeMapper
int ScalarMode
 
char * ArrayName
 
int ArrayId
 
int ArrayAccessMode
 
- Protected Attributes inherited from vtkAbstractMapper3D
double Bounds [6]
 
double Center [3]
 
- Protected Attributes inherited from vtkAbstractMapper
vtkTimerLogTimer
 
double TimeToDraw
 
vtkWindowLastWindow
 
vtkPlaneCollectionClippingPlanes
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
unsigned char Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
int ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

Superclass for VolumePRO volume rendering mappers.

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 vtkVolumeProVP1000Mapper.h for instructions.

For more information on the VolumePRO hardware, please see:

http://www.terarecon.com/products/volumepro_prod.html

If you encounter any problems with this class, please inform Kitware, Inc. at kitwa.nosp@m.re@k.nosp@m.itwar.nosp@m.e.co.nosp@m.m.

See also
vtkVolumeMapper vtkVolumeProVP1000Mapper vtkOpenGLVolumeProVP1000Mapper
Tests:
vtkVolumeProMapper (Tests)

Definition at line 92 of file vtkVolumeProMapper.h.

Member Typedef Documentation

Definition at line 95 of file vtkVolumeProMapper.h.

Constructor & Destructor Documentation

vtkVolumeProMapper::vtkVolumeProMapper ( )
protected
vtkVolumeProMapper::~vtkVolumeProMapper ( )
protected

Member Function Documentation

virtual const char* vtkVolumeProMapper::GetClassName ( )
virtual

Reimplemented from vtkVolumeMapper.

Reimplemented in vtkVolumeProVP1000Mapper, and vtkOpenGLVolumeProVP1000Mapper.

static int vtkVolumeProMapper::IsTypeOf ( const char *  type)
static
virtual int vtkVolumeProMapper::IsA ( const char *  name)
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 vtkVolumeMapper.

Reimplemented in vtkVolumeProVP1000Mapper, and vtkOpenGLVolumeProVP1000Mapper.

static vtkVolumeProMapper* vtkVolumeProMapper::SafeDownCast ( vtkObject o)
static
void vtkVolumeProMapper::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 vtkVolumeMapper.

Reimplemented in vtkVolumeProVP1000Mapper.

static vtkVolumeProMapper* vtkVolumeProMapper::New ( )
static

Automatically create the proper subclass

virtual void vtkVolumeProMapper::Render ( vtkRenderer ,
vtkVolume  
)
inlinevirtual

Render the image using the hardware and place it in the frame buffer

Implements vtkVolumeMapper.

Reimplemented in vtkVolumeProVP1000Mapper.

Definition at line 102 of file vtkVolumeProMapper.h.

virtual void vtkVolumeProMapper::SetBlendMode ( int  )
virtual

Set the blend mode

Reimplemented from vtkVolumeMapper.

virtual int vtkVolumeProMapper::GetBlendMode ( )
virtual

Set the blend mode

Reimplemented from vtkVolumeMapper.

void vtkVolumeProMapper::SetBlendModeToComposite ( )
inline

Set the blend mode

Definition at line 109 of file vtkVolumeProMapper.h.

void vtkVolumeProMapper::SetBlendModeToMaximumIntensity ( )
inline

Set the blend mode

Definition at line 111 of file vtkVolumeProMapper.h.

void vtkVolumeProMapper::SetBlendModeToMinimumIntensity ( )
inline

Set the blend mode

Definition at line 113 of file vtkVolumeProMapper.h.

const char * vtkVolumeProMapper::GetBlendModeAsString ( void  )
inline

Get the blending mode as a descriptive string

Definition at line 381 of file vtkVolumeProMapper.h.

virtual void vtkVolumeProMapper::SetSubVolume ( int  ,
int  ,
int  ,
int  ,
int  ,
int   
)
virtual

Set the subvolume

virtual void vtkVolumeProMapper::SetSubVolume ( int  [6])
virtual

Set the subvolume

virtual int* vtkVolumeProMapper::GetSubVolume ( )
virtual

Set the subvolume

virtual void vtkVolumeProMapper::GetSubVolume ( int  data[6])
virtual

Set the subvolume

virtual void vtkVolumeProMapper::SetCursor ( int  )
virtual

Turn the cursor on / off

virtual int vtkVolumeProMapper::GetCursor ( )
virtual

Turn the cursor on / off

virtual void vtkVolumeProMapper::CursorOn ( )
virtual

Turn the cursor on / off

virtual void vtkVolumeProMapper::CursorOff ( )
virtual

Turn the cursor on / off

virtual void vtkVolumeProMapper::SetCursorType ( int  )
virtual

Set the type of the cursor

virtual int vtkVolumeProMapper::GetCursorType ( )
virtual

Set the type of the cursor

void vtkVolumeProMapper::SetCursorTypeToCrossHair ( )
inline

Set the type of the cursor

Definition at line 136 of file vtkVolumeProMapper.h.

void vtkVolumeProMapper::SetCursorTypeToPlane ( )
inline

Set the type of the cursor

Definition at line 138 of file vtkVolumeProMapper.h.

const char * vtkVolumeProMapper::GetCursorTypeAsString ( void  )
inline

Get the cursor type as a descriptive string

Definition at line 399 of file vtkVolumeProMapper.h.

virtual void vtkVolumeProMapper::SetCursorPosition ( double  ,
double  ,
double   
)
virtual

Set/Get the cursor position

virtual void vtkVolumeProMapper::SetCursorPosition ( double  [3])
virtual

Set/Get the cursor position

virtual double* vtkVolumeProMapper::GetCursorPosition ( )
virtual

Set/Get the cursor position

virtual void vtkVolumeProMapper::GetCursorPosition ( double  data[3])
virtual

Set/Get the cursor position

virtual void vtkVolumeProMapper::SetCursorXAxisColor ( double  ,
double  ,
double   
)
virtual

Set/Get the cursor color

virtual void vtkVolumeProMapper::SetCursorXAxisColor ( double  [3])
virtual

Set/Get the cursor color

virtual double* vtkVolumeProMapper::GetCursorXAxisColor ( )
virtual

Set/Get the cursor color

virtual void vtkVolumeProMapper::GetCursorXAxisColor ( double  data[3])
virtual

Set/Get the cursor color

virtual void vtkVolumeProMapper::SetCursorYAxisColor ( double  ,
double  ,
double   
)
virtual

Set/Get the cursor color

virtual void vtkVolumeProMapper::SetCursorYAxisColor ( double  [3])
virtual

Set/Get the cursor color

virtual double* vtkVolumeProMapper::GetCursorYAxisColor ( )
virtual

Set/Get the cursor color

virtual void vtkVolumeProMapper::GetCursorYAxisColor ( double  data[3])
virtual

Set/Get the cursor color

virtual void vtkVolumeProMapper::SetCursorZAxisColor ( double  ,
double  ,
double   
)
virtual

Set/Get the cursor color

virtual void vtkVolumeProMapper::SetCursorZAxisColor ( double  [3])
virtual

Set/Get the cursor color

virtual double* vtkVolumeProMapper::GetCursorZAxisColor ( )
virtual

Set/Get the cursor color

virtual void vtkVolumeProMapper::GetCursorZAxisColor ( double  data[3])
virtual

Set/Get the cursor color

virtual void vtkVolumeProMapper::SetSuperSampling ( int  )
virtual

Turn supersampling on/off

virtual int vtkVolumeProMapper::GetSuperSampling ( )
virtual

Turn supersampling on/off

virtual void vtkVolumeProMapper::SuperSamplingOn ( )
virtual

Turn supersampling on/off

virtual void vtkVolumeProMapper::SuperSamplingOff ( )
virtual

Turn supersampling on/off

virtual void vtkVolumeProMapper::SetSuperSamplingFactor ( double  x,
double  y,
double  z 
)
virtual

Set the supersampling factors

Reimplemented in vtkVolumeProVP1000Mapper.

void vtkVolumeProMapper::SetSuperSamplingFactor ( double  f[3])
inline

Set the supersampling factors

Definition at line 169 of file vtkVolumeProMapper.h.

virtual double* vtkVolumeProMapper::GetSuperSamplingFactor ( )
virtual

Set the supersampling factors

virtual void vtkVolumeProMapper::GetSuperSamplingFactor ( double  data[3])
virtual

Set the supersampling factors

virtual void vtkVolumeProMapper::SetCutPlane ( int  )
virtual

Turn on / off the cut plane

virtual int vtkVolumeProMapper::GetCutPlane ( )
virtual

Turn on / off the cut plane

virtual void vtkVolumeProMapper::CutPlaneOn ( )
virtual

Turn on / off the cut plane

virtual void vtkVolumeProMapper::CutPlaneOff ( )
virtual

Turn on / off the cut plane

virtual void vtkVolumeProMapper::SetCutPlaneEquation ( double  ,
double  ,
double  ,
double   
)
virtual

Set/Get the cut plane equation

virtual void vtkVolumeProMapper::SetCutPlaneEquation ( double  [4])
virtual

Set/Get the cut plane equation

virtual double* vtkVolumeProMapper::GetCutPlaneEquation ( )
virtual

Set/Get the cut plane equation

virtual void vtkVolumeProMapper::GetCutPlaneEquation ( double  data[4])
virtual

Set/Get the cut plane equation

virtual void vtkVolumeProMapper::SetCutPlaneThickness ( double  )
virtual

Set / Get the cut plane thickness

virtual double vtkVolumeProMapper::GetCutPlaneThickness ( )
virtual

Set / Get the cut plane thickness

virtual void vtkVolumeProMapper::SetCutPlaneFallOffDistance ( int  )
virtual

Set / Get the cut plane falloff value for intensities

virtual int vtkVolumeProMapper::GetCutPlaneFallOffDistance ( )
virtual

Set / Get the cut plane falloff value for intensities

virtual void vtkVolumeProMapper::SetGradientOpacityModulation ( int  )
virtual

Set/Get the gradient magnitude opacity modulation

virtual int vtkVolumeProMapper::GetGradientOpacityModulation ( )
virtual

Set/Get the gradient magnitude opacity modulation

virtual void vtkVolumeProMapper::GradientOpacityModulationOn ( )
virtual

Set/Get the gradient magnitude opacity modulation

virtual void vtkVolumeProMapper::GradientOpacityModulationOff ( )
virtual

Set/Get the gradient magnitude opacity modulation

virtual void vtkVolumeProMapper::SetGradientDiffuseModulation ( int  )
virtual

Set/Get the gradient magnitude diffuse modulation

virtual int vtkVolumeProMapper::GetGradientDiffuseModulation ( )
virtual

Set/Get the gradient magnitude diffuse modulation

virtual void vtkVolumeProMapper::GradientDiffuseModulationOn ( )
virtual

Set/Get the gradient magnitude diffuse modulation

virtual void vtkVolumeProMapper::GradientDiffuseModulationOff ( )
virtual

Set/Get the gradient magnitude diffuse modulation

virtual void vtkVolumeProMapper::SetGradientSpecularModulation ( int  )
virtual

Set/Get the gradient magnitude specular modulation

virtual int vtkVolumeProMapper::GetGradientSpecularModulation ( )
virtual

Set/Get the gradient magnitude specular modulation

virtual void vtkVolumeProMapper::GradientSpecularModulationOn ( )
virtual

Set/Get the gradient magnitude specular modulation

virtual void vtkVolumeProMapper::GradientSpecularModulationOff ( )
virtual

Set/Get the gradient magnitude specular modulation

virtual int vtkVolumeProMapper::GetNoHardware ( )
virtual

Conveniece methods for debugging

virtual int vtkVolumeProMapper::GetWrongVLIVersion ( )
virtual

Conveniece methods for debugging

virtual int vtkVolumeProMapper::GetNumberOfBoards ( )
virtual

Access methods for some board info

virtual int vtkVolumeProMapper::GetMajorBoardVersion ( )
virtual

Access methods for some board info

virtual int vtkVolumeProMapper::GetMinorBoardVersion ( )
virtual

Access methods for some board info

virtual int vtkVolumeProMapper::GetAvailableBoardMemory ( )
inlinevirtual

Access methods for some board info

Reimplemented in vtkVolumeProVP1000Mapper.

Definition at line 231 of file vtkVolumeProMapper.h.

virtual void vtkVolumeProMapper::GetLockSizesForBoardMemory ( unsigned int   vtkNotUsedtype,
unsigned int *  vtkNotUsedxSize,
unsigned int *  vtkNotUsedySize,
unsigned int *  vtkNotUsedzSize 
)
inlinevirtual

Access methods for some board info

Definition at line 232 of file vtkVolumeProMapper.h.

virtual void vtkVolumeProMapper::SetIntermixIntersectingGeometry ( int  )
virtual

Specify whether any geometry intersects the volume.

virtual int vtkVolumeProMapper::GetIntermixIntersectingGeometry ( )
virtual

Specify whether any geometry intersects the volume.

virtual void vtkVolumeProMapper::IntermixIntersectingGeometryOn ( )
virtual

Specify whether any geometry intersects the volume.

virtual void vtkVolumeProMapper::IntermixIntersectingGeometryOff ( )
virtual

Specify whether any geometry intersects the volume.

virtual void vtkVolumeProMapper::SetAutoAdjustMipmapLevels ( int  )
virtual

If set to 1, this mapper will select a mipmap level to use based on the AllocatedRenderTime of the volume and the amount of time used by the previous render.

virtual int vtkVolumeProMapper::GetAutoAdjustMipmapLevels ( )
virtual

If set to 1, this mapper will select a mipmap level to use based on the AllocatedRenderTime of the volume and the amount of time used by the previous render.

virtual void vtkVolumeProMapper::AutoAdjustMipmapLevelsOn ( )
virtual

If set to 1, this mapper will select a mipmap level to use based on the AllocatedRenderTime of the volume and the amount of time used by the previous render.

virtual void vtkVolumeProMapper::AutoAdjustMipmapLevelsOff ( )
virtual

If set to 1, this mapper will select a mipmap level to use based on the AllocatedRenderTime of the volume and the amount of time used by the previous render.

virtual void vtkVolumeProMapper::SetMinimumMipmapLevel ( int  )
virtual

Specify the minimum mipmap level to use – the highest resolution. Defaults to 0. This is the mipmap level that is used when interaction stops.

virtual int vtkVolumeProMapper::GetMinimumMipmapLevel ( )
virtual

Specify the minimum mipmap level to use – the highest resolution. Defaults to 0. This is the mipmap level that is used when interaction stops.

virtual void vtkVolumeProMapper::SetMaximumMipmapLevel ( int  )
virtual

Specify the maximum mipmap level to use – the lowest resolution. Defaults to 4. It will not help to set the level larger than this unless your volume is very large because for each successive mipmap level, the number of voxels along each axis is cut in half.

virtual int vtkVolumeProMapper::GetMaximumMipmapLevel ( )
virtual

Specify the maximum mipmap level to use – the lowest resolution. Defaults to 4. It will not help to set the level larger than this unless your volume is very large because for each successive mipmap level, the number of voxels along each axis is cut in half.

virtual void vtkVolumeProMapper::SetMipmapLevel ( int  )
virtual

Choose a mipmap level. If AutoAdjustMipmapLevels is off, then this specifies the mipmap level to use during interaction. If AutoAdjustMipmapLevels is on, then this specifies the initial mipmap level to use.

Reimplemented in vtkVolumeProVP1000Mapper.

virtual int vtkVolumeProMapper::GetMipmapLevel ( )
virtual

Choose a mipmap level. If AutoAdjustMipmapLevels is off, then this specifies the mipmap level to use during interaction. If AutoAdjustMipmapLevels is on, then this specifies the initial mipmap level to use.

int vtkVolumeProMapper::StatusOK ( )
protected
void vtkVolumeProMapper::StoreRenderTime ( vtkRenderer ren,
vtkVolume vol,
float  t 
)
protected
float vtkVolumeProMapper::RetrieveRenderTime ( vtkRenderer ren,
vtkVolume vol 
)
protected

Member Data Documentation

VLIContext* vtkVolumeProMapper::Context
protected

Definition at line 287 of file vtkVolumeProMapper.h.

VLIVolume* vtkVolumeProMapper::Volume
protected

Definition at line 291 of file vtkVolumeProMapper.h.

vtkImageData* vtkVolumeProMapper::VolumeInput
protected

Definition at line 292 of file vtkVolumeProMapper.h.

vtkTimeStamp* vtkVolumeProMapper::VolumeBuildTime
protected

Definition at line 293 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::VolumeDataType
protected

Definition at line 296 of file vtkVolumeProMapper.h.

VLILookupTable* vtkVolumeProMapper::LookupTable
protected

Definition at line 300 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::BlendMode
protected

Definition at line 303 of file vtkVolumeProMapper.h.

VLILight** vtkVolumeProMapper::Lights
protected

Definition at line 307 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::NumberOfLights
protected

Definition at line 308 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::SubVolume[6]
protected

Definition at line 311 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::Cursor
protected

Definition at line 314 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::CursorType
protected

Definition at line 315 of file vtkVolumeProMapper.h.

double vtkVolumeProMapper::CursorPosition[3]
protected

Definition at line 316 of file vtkVolumeProMapper.h.

double vtkVolumeProMapper::CursorXAxisColor[3]
protected

Definition at line 317 of file vtkVolumeProMapper.h.

double vtkVolumeProMapper::CursorYAxisColor[3]
protected

Definition at line 318 of file vtkVolumeProMapper.h.

double vtkVolumeProMapper::CursorZAxisColor[3]
protected

Definition at line 319 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::CutPlane
protected

Definition at line 322 of file vtkVolumeProMapper.h.

VLICutPlane* vtkVolumeProMapper::Cut
protected

Definition at line 323 of file vtkVolumeProMapper.h.

double vtkVolumeProMapper::CutPlaneEquation[4]
protected

Definition at line 324 of file vtkVolumeProMapper.h.

double vtkVolumeProMapper::CutPlaneThickness
protected

Definition at line 325 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::CutPlaneFallOffDistance
protected

Definition at line 326 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::SuperSampling
protected

Definition at line 329 of file vtkVolumeProMapper.h.

double vtkVolumeProMapper::SuperSamplingFactor[3]
protected

Definition at line 330 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::GradientOpacityModulation
protected

Definition at line 333 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::GradientDiffuseModulation
protected

Definition at line 334 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::GradientSpecularModulation
protected

Definition at line 335 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::NumberOfBoards
protected

Definition at line 338 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::MajorBoardVersion
protected

Definition at line 339 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::MinorBoardVersion
protected

Definition at line 340 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::GradientTableSize
protected

Definition at line 341 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::NoHardware
protected

Definition at line 344 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::WrongVLIVersion
protected

Definition at line 345 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::DisplayedMessage
protected

Definition at line 346 of file vtkVolumeProMapper.h.

float* vtkVolumeProMapper::RenderTimeTable
protected

Definition at line 348 of file vtkVolumeProMapper.h.

vtkVolume** vtkVolumeProMapper::RenderVolumeTable
protected

Definition at line 349 of file vtkVolumeProMapper.h.

vtkRenderer** vtkVolumeProMapper::RenderRendererTable
protected

Definition at line 350 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::RenderTableSize
protected

Definition at line 351 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::RenderTableEntries
protected

Definition at line 352 of file vtkVolumeProMapper.h.

vtkTimerLog* vtkVolumeProMapper::RenderTimer
protected

Definition at line 354 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::IntermixIntersectingGeometry
protected

Definition at line 360 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::AutoAdjustMipmapLevels
protected

Definition at line 362 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::MinimumMipmapLevel
protected

Definition at line 363 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::MaximumMipmapLevel
protected

Definition at line 364 of file vtkVolumeProMapper.h.

int vtkVolumeProMapper::MipmapLevel
protected

Definition at line 365 of file vtkVolumeProMapper.h.


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