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

A fixed point mapper for volumes. More...

#include <vtkFixedPointVolumeRayCastMapper.h>

Inheritance diagram for vtkFixedPointVolumeRayCastMapper:
[legend]
Collaboration diagram for vtkFixedPointVolumeRayCastMapper:
[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
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkFixedPointVolumeRayCastMapperNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void Render (vtkRenderer *, vtkVolume *)
 
unsigned int ToFixedPointPosition (float val)
 
void ToFixedPointPosition (float in[3], unsigned int out[3])
 
unsigned int ToFixedPointDirection (float dir)
 
void ToFixedPointDirection (float in[3], unsigned int out[3])
 
void FixedPointIncrement (unsigned int position[3], unsigned int increment[3])
 
void GetFloatTripleFromPointer (float v[3], float *ptr)
 
void GetUIntTripleFromPointer (unsigned int v[3], unsigned int *ptr)
 
void ShiftVectorDown (unsigned int in[3], unsigned int out[3])
 
int CheckMinMaxVolumeFlag (unsigned int pos[3], int c)
 
int CheckMIPMinMaxVolumeFlag (unsigned int pos[3], int c, unsigned short maxIdx, int flip)
 
void LookupColorUC (unsigned short *colorTable, unsigned short *scalarOpacityTable, unsigned short index, unsigned char color[4])
 
void LookupDependentColorUC (unsigned short *colorTable, unsigned short *scalarOpacityTable, unsigned short index[4], int components, unsigned char color[4])
 
void LookupAndCombineIndependentColorsUC (unsigned short *colorTable[4], unsigned short *scalarOpacityTable[4], unsigned short index[4], float weights[4], int components, unsigned char color[4])
 
int CheckIfCropped (unsigned int pos[3])
 
virtual vtkRenderWindowGetRenderWindow ()
 
virtual vtkFixedPointVolumeRayCastMIPHelperGetMIPHelper ()
 
virtual vtkFixedPointVolumeRayCastCompositeHelperGetCompositeHelper ()
 
virtual vtkFixedPointVolumeRayCastCompositeGOHelperGetCompositeGOHelper ()
 
virtual vtkFixedPointVolumeRayCastCompositeGOShadeHelperGetCompositeGOShadeHelper ()
 
virtual vtkFixedPointVolumeRayCastCompositeShadeHelperGetCompositeShadeHelper ()
 
virtual floatGetTableShift ()
 
virtual void GetTableShift (float data[4])
 
virtual floatGetTableScale ()
 
virtual void GetTableScale (float data[4])
 
virtual int GetShadingRequired ()
 
virtual int GetGradientOpacityRequired ()
 
virtual vtkDataArrayGetCurrentScalars ()
 
virtual vtkDataArrayGetPreviousScalars ()
 
intGetRowBounds ()
 
unsigned short * GetColorTable (int c)
 
unsigned short * GetScalarOpacityTable (int c)
 
unsigned short * GetGradientOpacityTable (int c)
 
vtkVolumeGetVolume ()
 
unsigned short ** GetGradientNormal ()
 
unsigned char ** GetGradientMagnitude ()
 
unsigned short * GetDiffuseShadingTable (int c)
 
unsigned short * GetSpecularShadingTable (int c)
 
void ComputeRayInfo (int x, int y, unsigned int pos[3], unsigned int dir[3], unsigned int *numSteps)
 
void InitializeRayInfo (vtkVolume *vol)
 
int ShouldUseNearestNeighborInterpolation (vtkVolume *vol)
 
int PerImageInitialization (vtkRenderer *, vtkVolume *, int, double *, double *, int *)
 
void PerVolumeInitialization (vtkRenderer *, vtkVolume *)
 
void PerSubVolumeInitialization (vtkRenderer *, vtkVolume *, int)
 
void RenderSubVolume ()
 
void DisplayRenderedImage (vtkRenderer *, vtkVolume *)
 
void AbortRender ()
 
void CreateCanonicalView (vtkVolume *volume, vtkImageData *image, int blend_mode, double viewDirection[3], double viewUp[3])
 
virtual int GetFlipMIPComparison ()
 
virtual void ReleaseGraphicsResources (vtkWindow *)
 
virtual void SetSampleDistance (float)
 
virtual float GetSampleDistance ()
 
virtual void SetInteractiveSampleDistance (float)
 
virtual float GetInteractiveSampleDistance ()
 
virtual void SetImageSampleDistance (float)
 
virtual float GetImageSampleDistance ()
 
virtual void SetMinimumImageSampleDistance (float)
 
virtual float GetMinimumImageSampleDistance ()
 
virtual void SetMaximumImageSampleDistance (float)
 
virtual float GetMaximumImageSampleDistance ()
 
virtual void SetAutoAdjustSampleDistances (int)
 
virtual int GetAutoAdjustSampleDistances ()
 
virtual void AutoAdjustSampleDistancesOn ()
 
virtual void AutoAdjustSampleDistancesOff ()
 
virtual void SetLockSampleDistanceToInputSpacing (int)
 
virtual int GetLockSampleDistanceToInputSpacing ()
 
virtual void LockSampleDistanceToInputSpacingOn ()
 
virtual void LockSampleDistanceToInputSpacingOff ()
 
void SetNumberOfThreads (int num)
 
int GetNumberOfThreads ()
 
virtual void SetIntermixIntersectingGeometry (int)
 
virtual int GetIntermixIntersectingGeometry ()
 
virtual void IntermixIntersectingGeometryOn ()
 
virtual void IntermixIntersectingGeometryOff ()
 
float ComputeRequiredImageSampleDistance (float desiredTime, vtkRenderer *ren)
 
float ComputeRequiredImageSampleDistance (float desiredTime, vtkRenderer *ren, vtkVolume *vol)
 
void SetRayCastImage (vtkFixedPointRayCastImage *)
 
virtual vtkFixedPointRayCastImageGetRayCastImage ()
 
float GetEstimatedRenderTime (vtkRenderer *ren, vtkVolume *vol)
 
float GetEstimatedRenderTime (vtkRenderer *ren)
 
virtual void SetFinalColorWindow (float)
 
virtual float GetFinalColorWindow ()
 
virtual void SetFinalColorLevel (float)
 
virtual float GetFinalColorLevel ()
 
- Public Member Functions inherited from vtkVolumeMapper
vtkVolumeMapperNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInputData (vtkImageData *)
 
virtual void SetInputData (vtkDataSet *)
 
vtkImageDataGetInput ()
 
virtual void SetBlendMode (int)
 
void SetBlendModeToComposite ()
 
void SetBlendModeToMaximumIntensity ()
 
void SetBlendModeToMinimumIntensity ()
 
void SetBlendModeToAdditive ()
 
virtual int GetBlendMode ()
 
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 doubleGetCroppingRegionPlanes ()
 
virtual void GetCroppingRegionPlanes (double data[6])
 
virtual doubleGetVoxelCroppingRegionPlanes ()
 
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
vtkAbstractVolumeMapperNewInstance () const
 
const char * GetScalarModeAsString ()
 
vtkDataSetGetDataSetInput ()
 
vtkDataObjectGetDataObjectInput ()
 
virtual doubleGetBounds ()
 
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
vtkAbstractMapper3DNewInstance () const
 
double GetLength ()
 
int GetNumberOfClippingPlanes ()
 
doubleGetCenter ()
 
void GetCenter (double center[3])
 
virtual int IsARayCastMapper ()
 
virtual int IsARenderIntoImageMapper ()
 
void GetClippingPlaneInDataCoords (vtkMatrix4x4 *propMatrix, int i, double planeEquation[4])
 
- Public Member Functions inherited from vtkAbstractMapper
vtkAbstractMapperNewInstance () const
 
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
vtkAlgorithmNewInstance () const
 
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)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
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)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int extent[6])
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool 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)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(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 &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static vtkFixedPointVolumeRayCastMapperNew ()
 
static int IsTypeOf (const char *type)
 
static vtkFixedPointVolumeRayCastMapperSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkVolumeMapper
static int IsTypeOf (const char *type)
 
static vtkVolumeMapperSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAbstractVolumeMapper
static int IsTypeOf (const char *type)
 
static vtkAbstractVolumeMapperSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAbstractMapper3D
static int IsTypeOf (const char *type)
 
static vtkAbstractMapper3DSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAbstractMapper
static int IsTypeOf (const char *type)
 
static vtkAbstractMapperSafeDownCast (vtkObjectBase *o)
 
static vtkDataArrayGetScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &cellFlag)
 
static vtkAbstractArrayGetAbstractScalars (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 (vtkObjectBase *o)
 
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 vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *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

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkFixedPointVolumeRayCastMapper ()
 
 ~vtkFixedPointVolumeRayCastMapper ()
 
void ComputeMatrices (double volumeOrigin[3], double volumeSpacing[3], int volumeExtent[6], vtkRenderer *ren, vtkVolume *vol)
 
int ComputeRowBounds (vtkRenderer *ren, int imageFlag, int rowBoundsFlag, int volumeExtent[6])
 
void CaptureZBuffer (vtkRenderer *ren)
 
void StoreRenderTime (vtkRenderer *ren, vtkVolume *vol, float t)
 
float RetrieveRenderTime (vtkRenderer *ren, vtkVolume *vol)
 
float RetrieveRenderTime (vtkRenderer *ren)
 
int ClipRayAgainstVolume (float rayStart[3], float rayEnd[3], float rayDirection[3], double bounds[6])
 
int UpdateColorTable (vtkVolume *vol)
 
int UpdateGradients (vtkVolume *vol)
 
int UpdateShadingTable (vtkRenderer *ren, vtkVolume *vol)
 
void UpdateCroppingRegions ()
 
void ComputeGradients (vtkVolume *vol)
 
int ClipRayAgainstClippingPlanes (float rayStart[3], float rayEnd[3], int numClippingPlanes, float *clippingPlanes)
 
float GetZBufferValue (int x, int y)
 
void UpdateMinMaxVolume (vtkVolume *vol)
 
void FillInMaxGradientMagnitudes (int fullDim[3], int smallDim[3])
 
void ApplyFinalColorWindowLevel ()
 
- 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)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *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 &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkRayCastImageDisplayHelperImageDisplayHelper
 
float SampleDistance
 
float InteractiveSampleDistance
 
float ImageSampleDistance
 
float MinimumImageSampleDistance
 
float MaximumImageSampleDistance
 
int AutoAdjustSampleDistances
 
int LockSampleDistanceToInputSpacing
 
float OldSampleDistance
 
float OldImageSampleDistance
 
vtkMultiThreaderThreader
 
vtkMatrix4x4PerspectiveMatrix
 
vtkMatrix4x4ViewToWorldMatrix
 
vtkMatrix4x4ViewToVoxelsMatrix
 
vtkMatrix4x4VoxelsToViewMatrix
 
vtkMatrix4x4WorldToVoxelsMatrix
 
vtkMatrix4x4VoxelsToWorldMatrix
 
vtkMatrix4x4VolumeMatrix
 
vtkTransformPerspectiveTransform
 
vtkTransformVoxelsTransform
 
vtkTransformVoxelsToViewTransform
 
vtkFixedPointRayCastImageRayCastImage
 
intRowBounds
 
intOldRowBounds
 
floatRenderTimeTable
 
vtkVolume ** RenderVolumeTable
 
vtkRenderer ** RenderRendererTable
 
int RenderTableSize
 
int RenderTableEntries
 
int IntermixIntersectingGeometry
 
float MinimumViewDistance
 
vtkColorTransferFunctionSavedRGBFunction [4]
 
vtkPiecewiseFunctionSavedGrayFunction [4]
 
vtkPiecewiseFunctionSavedScalarOpacityFunction [4]
 
vtkPiecewiseFunctionSavedGradientOpacityFunction [4]
 
int SavedColorChannels [4]
 
float SavedScalarOpacityDistance [4]
 
int SavedBlendMode
 
vtkImageDataSavedParametersInput
 
vtkTimeStamp SavedParametersMTime
 
vtkImageDataSavedGradientsInput
 
vtkTimeStamp SavedGradientsMTime
 
float SavedSampleDistance
 
unsigned short ColorTable [4][32768 *3]
 
unsigned short ScalarOpacityTable [4][32768]
 
unsigned short GradientOpacityTable [4][256]
 
int TableSize [4]
 
float TableScale [4]
 
float TableShift [4]
 
float GradientMagnitudeScale [4]
 
float GradientMagnitudeShift [4]
 
unsigned short ** GradientNormal
 
unsigned char ** GradientMagnitude
 
unsigned short * ContiguousGradientNormal
 
unsigned char * ContiguousGradientMagnitude
 
int NumberOfGradientSlices
 
vtkDirectionEncoderDirectionEncoder
 
vtkEncodedGradientShaderGradientShader
 
vtkFiniteDifferenceGradientEstimatorGradientEstimator
 
unsigned short DiffuseShadingTable [4][65536 *3]
 
unsigned short SpecularShadingTable [4][65536 *3]
 
int ShadingRequired
 
int GradientOpacityRequired
 
vtkDataArrayCurrentScalars
 
vtkDataArrayPreviousScalars
 
vtkRenderWindowRenderWindow
 
vtkVolumeVolume
 
unsigned int FixedPointCroppingRegionPlanes [6]
 
unsigned int CroppingRegionMask [27]
 
vtkFixedPointVolumeRayCastMIPHelperMIPHelper
 
vtkFixedPointVolumeRayCastCompositeHelperCompositeHelper
 
vtkFixedPointVolumeRayCastCompositeGOHelperCompositeGOHelper
 
vtkFixedPointVolumeRayCastCompositeShadeHelperCompositeShadeHelper
 
vtkFixedPointVolumeRayCastCompositeGOShadeHelperCompositeGOShadeHelper
 
float ViewToVoxelsArray [16]
 
float WorldToVoxelsArray [16]
 
float VoxelsToWorldArray [16]
 
double CroppingBounds [6]
 
int NumTransformedClippingPlanes
 
floatTransformedClippingPlanes
 
double SavedSpacing [3]
 
unsigned short * MinMaxVolume
 
int MinMaxVolumeSize [4]
 
vtkImageDataSavedMinMaxInput
 
vtkImageDataMinMaxVolumeCache
 
vtkVolumeRayCastSpaceLeapingImageFilterSpaceLeapFilter
 
float FinalColorWindow
 
float FinalColorLevel
 
int FlipMIPComparison
 
- 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
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Friends

VTK_THREAD_RETURN_TYPE FixedPointVolumeRayCastMapper_CastRays (void *arg)
 
VTK_THREAD_RETURN_TYPE vtkFPVRCMSwitchOnDataType (void *arg)
 

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

A fixed point mapper for volumes.

This is a software ray caster for rendering volumes in vtkImageData. It works with all input data types and up to four components. It performs composite or MIP rendering, and can be intermixed with geometric data. Space leaping is used to speed up the rendering process. In addition, calculation are performed in 15 bit fixed point precision. This mapper is threaded, and will interleave scan lines across processors.

WARNING: This ray caster may not produce consistent results when the number of threads exceeds 1. The class warns if the number of threads > 1. The differences may be subtle. Applications should decide if the trade-off in performance is worth the lack of consistency.

This mapper is a good replacement for vtkVolumeRayCastMapper EXCEPT:

The vtkVolumeRayCastMapper CANNOT be used in these instances when a vtkFixedPointVolumeRayCastMapper can be used:

This mapper handles all data type from unsigned char through double. However, some of the internal calcultions are performed in float and therefore even the full float range may cause problems for this mapper (both in scalar data values and in spacing between samples).

Space leaping is performed by creating a sub-sampled volume. 4x4x4 cells in the original volume are represented by a min, max, and combined gradient and flag value. The min max volume has three unsigned shorts per 4x4x4 group of cells from the original volume - one reprenting the minimum scalar index (the scalar value adjusted to fit in the 15 bit range), the maximum scalar index, and a third unsigned short which is both the maximum gradient opacity in the neighborhood (an unsigned char) and the flag that is filled in for the current lookup tables to indicate whether this region can be skipped.

See also
vtkVolumeMapper
Events:
vtkCommand::VolumeMapperComputeGradientsStartEvent vtkCommand::VolumeMapperRenderEndEvent vtkCommand::VolumeMapperComputeGradientsEndEvent vtkCommand::VolumeMapperComputeGradientsProgressEvent vtkCommand::VolumeMapperRenderStartEvent
Examples:
vtkFixedPointVolumeRayCastMapper (Examples)
Tests:
vtkFixedPointVolumeRayCastMapper (Tests)

Definition at line 109 of file vtkFixedPointVolumeRayCastMapper.h.

Member Typedef Documentation

Definition at line 113 of file vtkFixedPointVolumeRayCastMapper.h.

Constructor & Destructor Documentation

vtkFixedPointVolumeRayCastMapper::vtkFixedPointVolumeRayCastMapper ( )
protected
vtkFixedPointVolumeRayCastMapper::~vtkFixedPointVolumeRayCastMapper ( )
protected

Member Function Documentation

static vtkFixedPointVolumeRayCastMapper* vtkFixedPointVolumeRayCastMapper::New ( )
static
static int vtkFixedPointVolumeRayCastMapper::IsTypeOf ( const char *  type)
static
virtual int vtkFixedPointVolumeRayCastMapper::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.

static vtkFixedPointVolumeRayCastMapper* vtkFixedPointVolumeRayCastMapper::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkFixedPointVolumeRayCastMapper::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkVolumeMapper.

vtkFixedPointVolumeRayCastMapper* vtkFixedPointVolumeRayCastMapper::NewInstance ( ) const
void vtkFixedPointVolumeRayCastMapper::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 vtkAbstractVolumeMapper.

virtual void vtkFixedPointVolumeRayCastMapper::SetSampleDistance ( float  )
virtual

Set/Get the distance between samples used for rendering when AutoAdjustSampleDistances is off, or when this mapper has more than 1 second allocated to it for rendering.

virtual float vtkFixedPointVolumeRayCastMapper::GetSampleDistance ( )
virtual

Set/Get the distance between samples used for rendering when AutoAdjustSampleDistances is off, or when this mapper has more than 1 second allocated to it for rendering.

virtual void vtkFixedPointVolumeRayCastMapper::SetInteractiveSampleDistance ( float  )
virtual

Set/Get the distance between samples when interactive rendering is happening. In this case, interactive is defined as this volume mapper having less than 1 second allocated for rendering. When AutoAdjustSampleDistance is On, and the allocated render time is less than 1 second, then this InteractiveSampleDistance will be used instead of the SampleDistance above.

virtual float vtkFixedPointVolumeRayCastMapper::GetInteractiveSampleDistance ( )
virtual

Set/Get the distance between samples when interactive rendering is happening. In this case, interactive is defined as this volume mapper having less than 1 second allocated for rendering. When AutoAdjustSampleDistance is On, and the allocated render time is less than 1 second, then this InteractiveSampleDistance will be used instead of the SampleDistance above.

virtual void vtkFixedPointVolumeRayCastMapper::SetImageSampleDistance ( float  )
virtual

Sampling distance in the XY image dimensions. Default value of 1 meaning 1 ray cast per pixel. If set to 0.5, 4 rays will be cast per pixel. If set to 2.0, 1 ray will be cast for every 4 (2 by 2) pixels. This value will be adjusted to meet a desired frame rate when AutoAdjustSampleDistances is on.

virtual float vtkFixedPointVolumeRayCastMapper::GetImageSampleDistance ( )
virtual

Sampling distance in the XY image dimensions. Default value of 1 meaning 1 ray cast per pixel. If set to 0.5, 4 rays will be cast per pixel. If set to 2.0, 1 ray will be cast for every 4 (2 by 2) pixels. This value will be adjusted to meet a desired frame rate when AutoAdjustSampleDistances is on.

virtual void vtkFixedPointVolumeRayCastMapper::SetMinimumImageSampleDistance ( float  )
virtual

This is the minimum image sample distance allow when the image sample distance is being automatically adjusted.

virtual float vtkFixedPointVolumeRayCastMapper::GetMinimumImageSampleDistance ( )
virtual

This is the minimum image sample distance allow when the image sample distance is being automatically adjusted.

virtual void vtkFixedPointVolumeRayCastMapper::SetMaximumImageSampleDistance ( float  )
virtual

This is the maximum image sample distance allow when the image sample distance is being automatically adjusted.

virtual float vtkFixedPointVolumeRayCastMapper::GetMaximumImageSampleDistance ( )
virtual

This is the maximum image sample distance allow when the image sample distance is being automatically adjusted.

virtual void vtkFixedPointVolumeRayCastMapper::SetAutoAdjustSampleDistances ( int  )
virtual

If AutoAdjustSampleDistances is on, the the ImageSampleDistance and the SampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use). If this is an interactive render (more than 1 frame per second) the SampleDistance will be increased, otherwise it will not be altered (a binary decision, as opposed to the ImageSampleDistance which will vary continuously).

virtual int vtkFixedPointVolumeRayCastMapper::GetAutoAdjustSampleDistances ( )
virtual

If AutoAdjustSampleDistances is on, the the ImageSampleDistance and the SampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use). If this is an interactive render (more than 1 frame per second) the SampleDistance will be increased, otherwise it will not be altered (a binary decision, as opposed to the ImageSampleDistance which will vary continuously).

virtual void vtkFixedPointVolumeRayCastMapper::AutoAdjustSampleDistancesOn ( )
virtual

If AutoAdjustSampleDistances is on, the the ImageSampleDistance and the SampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use). If this is an interactive render (more than 1 frame per second) the SampleDistance will be increased, otherwise it will not be altered (a binary decision, as opposed to the ImageSampleDistance which will vary continuously).

virtual void vtkFixedPointVolumeRayCastMapper::AutoAdjustSampleDistancesOff ( )
virtual

If AutoAdjustSampleDistances is on, the the ImageSampleDistance and the SampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use). If this is an interactive render (more than 1 frame per second) the SampleDistance will be increased, otherwise it will not be altered (a binary decision, as opposed to the ImageSampleDistance which will vary continuously).

virtual void vtkFixedPointVolumeRayCastMapper::SetLockSampleDistanceToInputSpacing ( int  )
virtual

Automatically compute the sample distance from the data spacing. When the number of voxels is 8, the sample distance will be roughly 1/200 the average voxel size. The distance will grow proportionally to numVoxels^(1/3) until it reaches 1/2 average voxel size when number of voxels is 1E6. Note that ScalarOpacityUnitDistance is still taken into account and if different than 1, will effect the sample distance.

virtual int vtkFixedPointVolumeRayCastMapper::GetLockSampleDistanceToInputSpacing ( )
virtual

Automatically compute the sample distance from the data spacing. When the number of voxels is 8, the sample distance will be roughly 1/200 the average voxel size. The distance will grow proportionally to numVoxels^(1/3) until it reaches 1/2 average voxel size when number of voxels is 1E6. Note that ScalarOpacityUnitDistance is still taken into account and if different than 1, will effect the sample distance.

virtual void vtkFixedPointVolumeRayCastMapper::LockSampleDistanceToInputSpacingOn ( )
virtual

Automatically compute the sample distance from the data spacing. When the number of voxels is 8, the sample distance will be roughly 1/200 the average voxel size. The distance will grow proportionally to numVoxels^(1/3) until it reaches 1/2 average voxel size when number of voxels is 1E6. Note that ScalarOpacityUnitDistance is still taken into account and if different than 1, will effect the sample distance.

virtual void vtkFixedPointVolumeRayCastMapper::LockSampleDistanceToInputSpacingOff ( )
virtual

Automatically compute the sample distance from the data spacing. When the number of voxels is 8, the sample distance will be roughly 1/200 the average voxel size. The distance will grow proportionally to numVoxels^(1/3) until it reaches 1/2 average voxel size when number of voxels is 1E6. Note that ScalarOpacityUnitDistance is still taken into account and if different than 1, will effect the sample distance.

void vtkFixedPointVolumeRayCastMapper::SetNumberOfThreads ( int  num)

Set/Get the number of threads to use. This by default is equal to the number of available processors detected. WARNING: If number of threads > 1, results may not be consistent.

int vtkFixedPointVolumeRayCastMapper::GetNumberOfThreads ( )

Set/Get the number of threads to use. This by default is equal to the number of available processors detected. WARNING: If number of threads > 1, results may not be consistent.

virtual void vtkFixedPointVolumeRayCastMapper::SetIntermixIntersectingGeometry ( int  )
virtual

If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.

virtual int vtkFixedPointVolumeRayCastMapper::GetIntermixIntersectingGeometry ( )
virtual

If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.

virtual void vtkFixedPointVolumeRayCastMapper::IntermixIntersectingGeometryOn ( )
virtual

If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.

virtual void vtkFixedPointVolumeRayCastMapper::IntermixIntersectingGeometryOff ( )
virtual

If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.

float vtkFixedPointVolumeRayCastMapper::ComputeRequiredImageSampleDistance ( float  desiredTime,
vtkRenderer ren 
)

What is the image sample distance required to achieve the desired time? A version of this method is provided that does not require the volume argument since if you are using an LODProp3D you may not know this information. If you use this version you must be certain that the ray cast mapper is only used for one volume (and not shared among multiple volumes)

float vtkFixedPointVolumeRayCastMapper::ComputeRequiredImageSampleDistance ( float  desiredTime,
vtkRenderer ren,
vtkVolume vol 
)

What is the image sample distance required to achieve the desired time? A version of this method is provided that does not require the volume argument since if you are using an LODProp3D you may not know this information. If you use this version you must be certain that the ray cast mapper is only used for one volume (and not shared among multiple volumes)

void vtkFixedPointVolumeRayCastMapper::Render ( vtkRenderer ,
vtkVolume  
)
virtual

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Initialize rendering for this volume.

Implements vtkVolumeMapper.

unsigned int vtkFixedPointVolumeRayCastMapper::ToFixedPointPosition ( float  val)
inline

Definition at line 541 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::ToFixedPointPosition ( float  in[3],
unsigned int  out[3] 
)
inline

Definition at line 546 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned int vtkFixedPointVolumeRayCastMapper::ToFixedPointDirection ( float  dir)
inline

Definition at line 553 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::ToFixedPointDirection ( float  in[3],
unsigned int  out[3] 
)
inline

Definition at line 560 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::FixedPointIncrement ( unsigned int  position[3],
unsigned int  increment[3] 
)
inline

Definition at line 576 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::GetFloatTripleFromPointer ( float  v[3],
float ptr 
)
inline

Definition at line 605 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::GetUIntTripleFromPointer ( unsigned int  v[3],
unsigned int ptr 
)
inline

Definition at line 612 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::ShiftVectorDown ( unsigned int  in[3],
unsigned int  out[3] 
)
inline

Definition at line 619 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::CheckMinMaxVolumeFlag ( unsigned int  pos[3],
int  c 
)
inline

Definition at line 627 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::CheckMIPMinMaxVolumeFlag ( unsigned int  pos[3],
int  c,
unsigned short  maxIdx,
int  flip 
)
inline

Definition at line 639 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::LookupColorUC ( unsigned short *  colorTable,
unsigned short *  scalarOpacityTable,
unsigned short  index,
unsigned char  color[4] 
)
inline

Definition at line 666 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::LookupDependentColorUC ( unsigned short *  colorTable,
unsigned short *  scalarOpacityTable,
unsigned short  index[4],
int  components,
unsigned char  color[4] 
)
inline

Definition at line 681 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::LookupAndCombineIndependentColorsUC ( unsigned short *  colorTable[4],
unsigned short *  scalarOpacityTable[4],
unsigned short  index[4],
float  weights[4],
int  components,
unsigned char  color[4] 
)
inline

Definition at line 711 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::CheckIfCropped ( unsigned int  pos[3])
inline

Definition at line 736 of file vtkFixedPointVolumeRayCastMapper.h.

virtual vtkRenderWindow* vtkFixedPointVolumeRayCastMapper::GetRenderWindow ( )
virtual
virtual vtkFixedPointVolumeRayCastMIPHelper* vtkFixedPointVolumeRayCastMapper::GetMIPHelper ( )
virtual
virtual vtkFixedPointVolumeRayCastCompositeHelper* vtkFixedPointVolumeRayCastMapper::GetCompositeHelper ( )
virtual
virtual vtkFixedPointVolumeRayCastCompositeGOHelper* vtkFixedPointVolumeRayCastMapper::GetCompositeGOHelper ( )
virtual
virtual vtkFixedPointVolumeRayCastCompositeGOShadeHelper* vtkFixedPointVolumeRayCastMapper::GetCompositeGOShadeHelper ( )
virtual
virtual vtkFixedPointVolumeRayCastCompositeShadeHelper* vtkFixedPointVolumeRayCastMapper::GetCompositeShadeHelper ( )
virtual
virtual float* vtkFixedPointVolumeRayCastMapper::GetTableShift ( )
virtual
virtual void vtkFixedPointVolumeRayCastMapper::GetTableShift ( float  data[4])
virtual
virtual float* vtkFixedPointVolumeRayCastMapper::GetTableScale ( )
virtual
virtual void vtkFixedPointVolumeRayCastMapper::GetTableScale ( float  data[4])
virtual
virtual int vtkFixedPointVolumeRayCastMapper::GetShadingRequired ( )
virtual
virtual int vtkFixedPointVolumeRayCastMapper::GetGradientOpacityRequired ( )
virtual
virtual vtkDataArray* vtkFixedPointVolumeRayCastMapper::GetCurrentScalars ( )
virtual
virtual vtkDataArray* vtkFixedPointVolumeRayCastMapper::GetPreviousScalars ( )
virtual
int* vtkFixedPointVolumeRayCastMapper::GetRowBounds ( )
inline

Definition at line 266 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short* vtkFixedPointVolumeRayCastMapper::GetColorTable ( int  c)
inline

Definition at line 267 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short* vtkFixedPointVolumeRayCastMapper::GetScalarOpacityTable ( int  c)
inline

Definition at line 268 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short* vtkFixedPointVolumeRayCastMapper::GetGradientOpacityTable ( int  c)
inline

Definition at line 269 of file vtkFixedPointVolumeRayCastMapper.h.

vtkVolume* vtkFixedPointVolumeRayCastMapper::GetVolume ( )
inline

Definition at line 270 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short** vtkFixedPointVolumeRayCastMapper::GetGradientNormal ( )
inline

Definition at line 271 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned char** vtkFixedPointVolumeRayCastMapper::GetGradientMagnitude ( )
inline

Definition at line 272 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short* vtkFixedPointVolumeRayCastMapper::GetDiffuseShadingTable ( int  c)
inline

Definition at line 273 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short* vtkFixedPointVolumeRayCastMapper::GetSpecularShadingTable ( int  c)
inline

Definition at line 274 of file vtkFixedPointVolumeRayCastMapper.h.

void vtkFixedPointVolumeRayCastMapper::ComputeRayInfo ( int  x,
int  y,
unsigned int  pos[3],
unsigned int  dir[3],
unsigned int numSteps 
)
void vtkFixedPointVolumeRayCastMapper::InitializeRayInfo ( vtkVolume vol)
int vtkFixedPointVolumeRayCastMapper::ShouldUseNearestNeighborInterpolation ( vtkVolume vol)
void vtkFixedPointVolumeRayCastMapper::SetRayCastImage ( vtkFixedPointRayCastImage )

Set / Get the underlying image object. One will be automatically created - only need to set it when using from an AMR mapper which renders multiple times into the same image.

virtual vtkFixedPointRayCastImage* vtkFixedPointVolumeRayCastMapper::GetRayCastImage ( )
virtual

Set / Get the underlying image object. One will be automatically created - only need to set it when using from an AMR mapper which renders multiple times into the same image.

int vtkFixedPointVolumeRayCastMapper::PerImageInitialization ( vtkRenderer ,
vtkVolume ,
int  ,
double ,
double ,
int  
)
void vtkFixedPointVolumeRayCastMapper::PerVolumeInitialization ( vtkRenderer ,
vtkVolume  
)
void vtkFixedPointVolumeRayCastMapper::PerSubVolumeInitialization ( vtkRenderer ,
vtkVolume ,
int   
)
void vtkFixedPointVolumeRayCastMapper::RenderSubVolume ( )
void vtkFixedPointVolumeRayCastMapper::DisplayRenderedImage ( vtkRenderer ,
vtkVolume  
)
void vtkFixedPointVolumeRayCastMapper::AbortRender ( )
void vtkFixedPointVolumeRayCastMapper::CreateCanonicalView ( vtkVolume volume,
vtkImageData image,
int  blend_mode,
double  viewDirection[3],
double  viewUp[3] 
)
float vtkFixedPointVolumeRayCastMapper::GetEstimatedRenderTime ( vtkRenderer ren,
vtkVolume vol 
)
inline

Get an estimate of the rendering time for a given volume / renderer. Only valid if this mapper has been used to render that volume for that renderer previously. Estimate is good when the viewing parameters have not changed much since that last render.

Definition at line 312 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::GetEstimatedRenderTime ( vtkRenderer ren)
inline

Get an estimate of the rendering time for a given volume / renderer. Only valid if this mapper has been used to render that volume for that renderer previously. Estimate is good when the viewing parameters have not changed much since that last render.

Definition at line 315 of file vtkFixedPointVolumeRayCastMapper.h.

virtual void vtkFixedPointVolumeRayCastMapper::SetFinalColorWindow ( float  )
virtual

Set/Get the window / level applied to the final color. This allows brightness / contrast adjustments on the final image. window is the width of the window. level is the center of the window. Initial window value is 1.0 Initial level value is 0.5 window cannot be null but can be negative, this way values will be reversed. |window| can be larger than 1.0 level can be any real value.

virtual float vtkFixedPointVolumeRayCastMapper::GetFinalColorWindow ( )
virtual

Set/Get the window / level applied to the final color. This allows brightness / contrast adjustments on the final image. window is the width of the window. level is the center of the window. Initial window value is 1.0 Initial level value is 0.5 window cannot be null but can be negative, this way values will be reversed. |window| can be larger than 1.0 level can be any real value.

virtual void vtkFixedPointVolumeRayCastMapper::SetFinalColorLevel ( float  )
virtual

Set/Get the window / level applied to the final color. This allows brightness / contrast adjustments on the final image. window is the width of the window. level is the center of the window. Initial window value is 1.0 Initial level value is 0.5 window cannot be null but can be negative, this way values will be reversed. |window| can be larger than 1.0 level can be any real value.

virtual float vtkFixedPointVolumeRayCastMapper::GetFinalColorLevel ( )
virtual

Set/Get the window / level applied to the final color. This allows brightness / contrast adjustments on the final image. window is the width of the window. level is the center of the window. Initial window value is 1.0 Initial level value is 0.5 window cannot be null but can be negative, this way values will be reversed. |window| can be larger than 1.0 level can be any real value.

virtual int vtkFixedPointVolumeRayCastMapper::GetFlipMIPComparison ( )
virtual
virtual void vtkFixedPointVolumeRayCastMapper::ReleaseGraphicsResources ( vtkWindow )
virtual

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.

Reimplemented from vtkVolumeMapper.

void vtkFixedPointVolumeRayCastMapper::ComputeMatrices ( double  volumeOrigin[3],
double  volumeSpacing[3],
int  volumeExtent[6],
vtkRenderer ren,
vtkVolume vol 
)
protected
int vtkFixedPointVolumeRayCastMapper::ComputeRowBounds ( vtkRenderer ren,
int  imageFlag,
int  rowBoundsFlag,
int  volumeExtent[6] 
)
protected
void vtkFixedPointVolumeRayCastMapper::CaptureZBuffer ( vtkRenderer ren)
protected
void vtkFixedPointVolumeRayCastMapper::StoreRenderTime ( vtkRenderer ren,
vtkVolume vol,
float  t 
)
protected
float vtkFixedPointVolumeRayCastMapper::RetrieveRenderTime ( vtkRenderer ren,
vtkVolume vol 
)
protected
float vtkFixedPointVolumeRayCastMapper::RetrieveRenderTime ( vtkRenderer ren)
protected
int vtkFixedPointVolumeRayCastMapper::ClipRayAgainstVolume ( float  rayStart[3],
float  rayEnd[3],
float  rayDirection[3],
double  bounds[6] 
)
protected
int vtkFixedPointVolumeRayCastMapper::UpdateColorTable ( vtkVolume vol)
protected
int vtkFixedPointVolumeRayCastMapper::UpdateGradients ( vtkVolume vol)
protected
int vtkFixedPointVolumeRayCastMapper::UpdateShadingTable ( vtkRenderer ren,
vtkVolume vol 
)
protected
void vtkFixedPointVolumeRayCastMapper::UpdateCroppingRegions ( )
protected
void vtkFixedPointVolumeRayCastMapper::ComputeGradients ( vtkVolume vol)
protected
int vtkFixedPointVolumeRayCastMapper::ClipRayAgainstClippingPlanes ( float  rayStart[3],
float  rayEnd[3],
int  numClippingPlanes,
float clippingPlanes 
)
protected
float vtkFixedPointVolumeRayCastMapper::GetZBufferValue ( int  x,
int  y 
)
protected
void vtkFixedPointVolumeRayCastMapper::UpdateMinMaxVolume ( vtkVolume vol)
protected
void vtkFixedPointVolumeRayCastMapper::FillInMaxGradientMagnitudes ( int  fullDim[3],
int  smallDim[3] 
)
protected
void vtkFixedPointVolumeRayCastMapper::ApplyFinalColorWindowLevel ( )
protected

Friends And Related Function Documentation

VTK_THREAD_RETURN_TYPE FixedPointVolumeRayCastMapper_CastRays ( void *  arg)
friend
VTK_THREAD_RETURN_TYPE vtkFPVRCMSwitchOnDataType ( void *  arg)
friend

Member Data Documentation

vtkRayCastImageDisplayHelper* vtkFixedPointVolumeRayCastMapper::ImageDisplayHelper
protected

Definition at line 350 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::SampleDistance
protected

Definition at line 353 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::InteractiveSampleDistance
protected

Definition at line 354 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::ImageSampleDistance
protected

Definition at line 357 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::MinimumImageSampleDistance
protected

Definition at line 358 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::MaximumImageSampleDistance
protected

Definition at line 359 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::AutoAdjustSampleDistances
protected

Definition at line 360 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::LockSampleDistanceToInputSpacing
protected

Definition at line 361 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::OldSampleDistance
protected

Definition at line 364 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::OldImageSampleDistance
protected

Definition at line 365 of file vtkFixedPointVolumeRayCastMapper.h.

vtkMultiThreader* vtkFixedPointVolumeRayCastMapper::Threader
protected

Definition at line 384 of file vtkFixedPointVolumeRayCastMapper.h.

vtkMatrix4x4* vtkFixedPointVolumeRayCastMapper::PerspectiveMatrix
protected

Definition at line 386 of file vtkFixedPointVolumeRayCastMapper.h.

vtkMatrix4x4* vtkFixedPointVolumeRayCastMapper::ViewToWorldMatrix
protected

Definition at line 387 of file vtkFixedPointVolumeRayCastMapper.h.

vtkMatrix4x4* vtkFixedPointVolumeRayCastMapper::ViewToVoxelsMatrix
protected

Definition at line 388 of file vtkFixedPointVolumeRayCastMapper.h.

vtkMatrix4x4* vtkFixedPointVolumeRayCastMapper::VoxelsToViewMatrix
protected

Definition at line 389 of file vtkFixedPointVolumeRayCastMapper.h.

vtkMatrix4x4* vtkFixedPointVolumeRayCastMapper::WorldToVoxelsMatrix
protected

Definition at line 390 of file vtkFixedPointVolumeRayCastMapper.h.

vtkMatrix4x4* vtkFixedPointVolumeRayCastMapper::VoxelsToWorldMatrix
protected

Definition at line 391 of file vtkFixedPointVolumeRayCastMapper.h.

vtkMatrix4x4* vtkFixedPointVolumeRayCastMapper::VolumeMatrix
protected

Definition at line 393 of file vtkFixedPointVolumeRayCastMapper.h.

vtkTransform* vtkFixedPointVolumeRayCastMapper::PerspectiveTransform
protected

Definition at line 395 of file vtkFixedPointVolumeRayCastMapper.h.

vtkTransform* vtkFixedPointVolumeRayCastMapper::VoxelsTransform
protected

Definition at line 396 of file vtkFixedPointVolumeRayCastMapper.h.

vtkTransform* vtkFixedPointVolumeRayCastMapper::VoxelsToViewTransform
protected

Definition at line 397 of file vtkFixedPointVolumeRayCastMapper.h.

vtkFixedPointRayCastImage* vtkFixedPointVolumeRayCastMapper::RayCastImage
protected

Definition at line 400 of file vtkFixedPointVolumeRayCastMapper.h.

int* vtkFixedPointVolumeRayCastMapper::RowBounds
protected

Definition at line 402 of file vtkFixedPointVolumeRayCastMapper.h.

int* vtkFixedPointVolumeRayCastMapper::OldRowBounds
protected

Definition at line 403 of file vtkFixedPointVolumeRayCastMapper.h.

float* vtkFixedPointVolumeRayCastMapper::RenderTimeTable
protected

Definition at line 405 of file vtkFixedPointVolumeRayCastMapper.h.

vtkVolume** vtkFixedPointVolumeRayCastMapper::RenderVolumeTable
protected

Definition at line 406 of file vtkFixedPointVolumeRayCastMapper.h.

vtkRenderer** vtkFixedPointVolumeRayCastMapper::RenderRendererTable
protected

Definition at line 407 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::RenderTableSize
protected

Definition at line 408 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::RenderTableEntries
protected

Definition at line 409 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::IntermixIntersectingGeometry
protected

Definition at line 415 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::MinimumViewDistance
protected

Definition at line 417 of file vtkFixedPointVolumeRayCastMapper.h.

vtkColorTransferFunction* vtkFixedPointVolumeRayCastMapper::SavedRGBFunction[4]
protected

Definition at line 419 of file vtkFixedPointVolumeRayCastMapper.h.

vtkPiecewiseFunction* vtkFixedPointVolumeRayCastMapper::SavedGrayFunction[4]
protected

Definition at line 420 of file vtkFixedPointVolumeRayCastMapper.h.

vtkPiecewiseFunction* vtkFixedPointVolumeRayCastMapper::SavedScalarOpacityFunction[4]
protected

Definition at line 421 of file vtkFixedPointVolumeRayCastMapper.h.

vtkPiecewiseFunction* vtkFixedPointVolumeRayCastMapper::SavedGradientOpacityFunction[4]
protected

Definition at line 422 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::SavedColorChannels[4]
protected

Definition at line 423 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::SavedScalarOpacityDistance[4]
protected

Definition at line 424 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::SavedBlendMode
protected

Definition at line 425 of file vtkFixedPointVolumeRayCastMapper.h.

vtkImageData* vtkFixedPointVolumeRayCastMapper::SavedParametersInput
protected

Definition at line 426 of file vtkFixedPointVolumeRayCastMapper.h.

vtkTimeStamp vtkFixedPointVolumeRayCastMapper::SavedParametersMTime
protected

Definition at line 427 of file vtkFixedPointVolumeRayCastMapper.h.

vtkImageData* vtkFixedPointVolumeRayCastMapper::SavedGradientsInput
protected

Definition at line 429 of file vtkFixedPointVolumeRayCastMapper.h.

vtkTimeStamp vtkFixedPointVolumeRayCastMapper::SavedGradientsMTime
protected

Definition at line 430 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::SavedSampleDistance
protected

Definition at line 432 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short vtkFixedPointVolumeRayCastMapper::ColorTable[4][32768 *3]
protected

Definition at line 435 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short vtkFixedPointVolumeRayCastMapper::ScalarOpacityTable[4][32768]
protected

Definition at line 436 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short vtkFixedPointVolumeRayCastMapper::GradientOpacityTable[4][256]
protected

Definition at line 437 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::TableSize[4]
protected

Definition at line 438 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::TableScale[4]
protected

Definition at line 439 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::TableShift[4]
protected

Definition at line 440 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::GradientMagnitudeScale[4]
protected

Definition at line 442 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::GradientMagnitudeShift[4]
protected

Definition at line 443 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short** vtkFixedPointVolumeRayCastMapper::GradientNormal
protected

Definition at line 445 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned char** vtkFixedPointVolumeRayCastMapper::GradientMagnitude
protected

Definition at line 446 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short* vtkFixedPointVolumeRayCastMapper::ContiguousGradientNormal
protected

Definition at line 447 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned char* vtkFixedPointVolumeRayCastMapper::ContiguousGradientMagnitude
protected

Definition at line 448 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::NumberOfGradientSlices
protected

Definition at line 450 of file vtkFixedPointVolumeRayCastMapper.h.

vtkDirectionEncoder* vtkFixedPointVolumeRayCastMapper::DirectionEncoder
protected

Definition at line 452 of file vtkFixedPointVolumeRayCastMapper.h.

vtkEncodedGradientShader* vtkFixedPointVolumeRayCastMapper::GradientShader
protected

Definition at line 454 of file vtkFixedPointVolumeRayCastMapper.h.

vtkFiniteDifferenceGradientEstimator* vtkFixedPointVolumeRayCastMapper::GradientEstimator
protected

Definition at line 456 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short vtkFixedPointVolumeRayCastMapper::DiffuseShadingTable[4][65536 *3]
protected

Definition at line 458 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short vtkFixedPointVolumeRayCastMapper::SpecularShadingTable[4][65536 *3]
protected

Definition at line 459 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::ShadingRequired
protected

Definition at line 461 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::GradientOpacityRequired
protected

Definition at line 462 of file vtkFixedPointVolumeRayCastMapper.h.

vtkDataArray* vtkFixedPointVolumeRayCastMapper::CurrentScalars
protected

Definition at line 464 of file vtkFixedPointVolumeRayCastMapper.h.

vtkDataArray* vtkFixedPointVolumeRayCastMapper::PreviousScalars
protected

Definition at line 465 of file vtkFixedPointVolumeRayCastMapper.h.

vtkRenderWindow* vtkFixedPointVolumeRayCastMapper::RenderWindow
protected

Definition at line 467 of file vtkFixedPointVolumeRayCastMapper.h.

vtkVolume* vtkFixedPointVolumeRayCastMapper::Volume
protected

Definition at line 468 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned int vtkFixedPointVolumeRayCastMapper::FixedPointCroppingRegionPlanes[6]
protected

Definition at line 488 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned int vtkFixedPointVolumeRayCastMapper::CroppingRegionMask[27]
protected

Definition at line 489 of file vtkFixedPointVolumeRayCastMapper.h.

vtkFixedPointVolumeRayCastMIPHelper* vtkFixedPointVolumeRayCastMapper::MIPHelper
protected

Definition at line 496 of file vtkFixedPointVolumeRayCastMapper.h.

vtkFixedPointVolumeRayCastCompositeHelper* vtkFixedPointVolumeRayCastMapper::CompositeHelper
protected

Definition at line 497 of file vtkFixedPointVolumeRayCastMapper.h.

vtkFixedPointVolumeRayCastCompositeGOHelper* vtkFixedPointVolumeRayCastMapper::CompositeGOHelper
protected

Definition at line 498 of file vtkFixedPointVolumeRayCastMapper.h.

vtkFixedPointVolumeRayCastCompositeShadeHelper* vtkFixedPointVolumeRayCastMapper::CompositeShadeHelper
protected

Definition at line 499 of file vtkFixedPointVolumeRayCastMapper.h.

vtkFixedPointVolumeRayCastCompositeGOShadeHelper* vtkFixedPointVolumeRayCastMapper::CompositeGOShadeHelper
protected

Definition at line 500 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::ViewToVoxelsArray[16]
protected

Definition at line 503 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::WorldToVoxelsArray[16]
protected

Definition at line 504 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::VoxelsToWorldArray[16]
protected

Definition at line 505 of file vtkFixedPointVolumeRayCastMapper.h.

double vtkFixedPointVolumeRayCastMapper::CroppingBounds[6]
protected

Definition at line 507 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::NumTransformedClippingPlanes
protected

Definition at line 509 of file vtkFixedPointVolumeRayCastMapper.h.

float* vtkFixedPointVolumeRayCastMapper::TransformedClippingPlanes
protected

Definition at line 510 of file vtkFixedPointVolumeRayCastMapper.h.

double vtkFixedPointVolumeRayCastMapper::SavedSpacing[3]
protected

Definition at line 512 of file vtkFixedPointVolumeRayCastMapper.h.

unsigned short* vtkFixedPointVolumeRayCastMapper::MinMaxVolume
protected

Definition at line 516 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::MinMaxVolumeSize[4]
protected

Definition at line 517 of file vtkFixedPointVolumeRayCastMapper.h.

vtkImageData* vtkFixedPointVolumeRayCastMapper::SavedMinMaxInput
protected

Definition at line 518 of file vtkFixedPointVolumeRayCastMapper.h.

vtkImageData* vtkFixedPointVolumeRayCastMapper::MinMaxVolumeCache
protected

Definition at line 519 of file vtkFixedPointVolumeRayCastMapper.h.

vtkVolumeRayCastSpaceLeapingImageFilter* vtkFixedPointVolumeRayCastMapper::SpaceLeapFilter
protected

Definition at line 520 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::FinalColorWindow
protected

Definition at line 526 of file vtkFixedPointVolumeRayCastMapper.h.

float vtkFixedPointVolumeRayCastMapper::FinalColorLevel
protected

Definition at line 527 of file vtkFixedPointVolumeRayCastMapper.h.

int vtkFixedPointVolumeRayCastMapper::FlipMIPComparison
protected

Definition at line 529 of file vtkFixedPointVolumeRayCastMapper.h.


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