Go to the documentation of this file.
32 #ifndef vtkUnstructuredGridVolumeRayCastMapper_h
33 #define vtkUnstructuredGridVolumeRayCastMapper_h
35 #include "vtkRenderingVolumeModule.h"
62 vtkSetClampMacro( ImageSampleDistance,
float, 0.1f, 100.0f );
63 vtkGetMacro( ImageSampleDistance,
float );
71 vtkSetClampMacro( MinimumImageSampleDistance,
float, 0.1f, 100.0f );
72 vtkGetMacro( MinimumImageSampleDistance,
float );
80 vtkSetClampMacro( MaximumImageSampleDistance,
float, 0.1f, 100.0f );
81 vtkGetMacro( MaximumImageSampleDistance,
float );
91 vtkSetClampMacro( AutoAdjustSampleDistances,
int, 0, 1 );
92 vtkGetMacro( AutoAdjustSampleDistances,
int );
102 vtkGetMacro( NumberOfThreads,
int );
110 vtkSetClampMacro( IntermixIntersectingGeometry,
int, 0, 1 );
111 vtkGetMacro( IntermixIntersectingGeometry,
int );
146 vtkGetVectorMacro( ImageInUseSize,
int, 2 );
147 vtkGetVectorMacro( ImageOrigin,
int, 2 );
148 vtkGetVectorMacro( ImageViewportSize,
int , 2 );
150 void CastRays(
int threadID,
int threadCount );
167 int ImageViewportSize[2];
173 int ImageMemorySize[2];
179 int ImageInUseSize[2];
201 int ZBufferOrigin[2];
206 double GetZBufferValue(
int x,
int y );
float ImageSampleDistance
a superclass for volume ray integration functions
vtkRenderer ** RenderRendererTable
represents a volume (data & properties) in a rendered scene
helper class that draws the image to the screen
abstract superclass for arrays of numeric data
float MaximumImageSampleDistance
vtkDataArray ** NearIntersectionsBuffer
vtkUnstructuredGridVolumeRayIntegrator * RealRayIntegrator
vtkRayCastImageDisplayHelper * ImageDisplayHelper
window superclass for vtkRenderWindow
vtkIdList ** IntersectedCellsBuffer
vtkVolume * CurrentVolume
A class for performing multithreaded execution.
vtkRenderer * CurrentRenderer
int AutoAdjustSampleDistances
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
a simple class to control print indentation
float MinimumImageSampleDistance
vtkDoubleArray ** IntersectionLengthsBuffer
list of point or cell ids
vtkUnstructuredGridVolumeRayCastFunction * RayCastFunction
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a superclass for ray casting functions
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
A software mapper for unstructured volumes.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkAlgorithm * New()
Timer support and logging.
vtkVolume ** RenderVolumeTable
Abstract class for a unstructured grid volume mapper.
abstract specification for renderers
dynamic, self-adjusting array of double
int IntermixIntersectingGeometry
vtkUnstructuredGridVolumeRayCastIterator ** RayCastIterators
vtkMultiThreader * Threader
vtkUnstructuredGridVolumeRayIntegrator * RayIntegrator
virtual void Render(vtkRenderer *ren, vtkVolume *vol)=0
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
vtkDataArray ** FarIntersectionsBuffer