Go to the documentation of this file.
29 #ifndef vtkUnstructuredGridVolumeRayCastMapper_h
30 #define vtkUnstructuredGridVolumeRayCastMapper_h
32 #include "vtkRenderingVolumeModule.h"
59 vtkSetClampMacro( ImageSampleDistance,
float, 0.1f, 100.0f );
60 vtkGetMacro( ImageSampleDistance,
float );
68 vtkSetClampMacro( MinimumImageSampleDistance,
float, 0.1f, 100.0f );
69 vtkGetMacro( MinimumImageSampleDistance,
float );
77 vtkSetClampMacro( MaximumImageSampleDistance,
float, 0.1f, 100.0f );
78 vtkGetMacro( MaximumImageSampleDistance,
float );
88 vtkSetClampMacro( AutoAdjustSampleDistances,
vtkTypeBool, 0, 1 );
98 vtkSetMacro( NumberOfThreads,
int );
99 vtkGetMacro( NumberOfThreads,
int );
107 vtkSetClampMacro( IntermixIntersectingGeometry,
vtkTypeBool, 0, 1 );
143 vtkGetVectorMacro( ImageInUseSize,
int, 2 );
144 vtkGetVectorMacro( ImageOrigin,
int, 2 );
145 vtkGetVectorMacro( ImageViewportSize,
int , 2 );
164 int ImageViewportSize[2];
170 int ImageMemorySize[2];
176 int ImageInUseSize[2];
198 int ZBufferOrigin[2];
vtkTypeBool AutoAdjustSampleDistances
float ImageSampleDistance
a superclass for volume ray integration functions
virtual void SetRayIntegrator(vtkUnstructuredGridVolumeRayIntegrator *ri)
Set/Get the helper class for integrating rays.
vtkRenderer ** RenderRendererTable
represents a volume (data & properties) in a rendered scene
helper class that draws the image to the screen
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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
~vtkUnstructuredGridVolumeRayCastMapper() override
a simple class to control print indentation
float MinimumImageSampleDistance
double GetMinimumBoundsDepth(vtkRenderer *ren, vtkVolume *vol)
vtkDoubleArray ** IntersectionLengthsBuffer
list of point or cell ids
vtkUnstructuredGridVolumeRayCastFunction * RayCastFunction
a superclass for ray casting functions
virtual void SetRayCastFunction(vtkUnstructuredGridVolumeRayCastFunction *f)
Set/Get the helper class for casting rays.
A software mapper for unstructured volumes.
vtkTypeBool IntermixIntersectingGeometry
Timer support and logging.
vtkVolume ** RenderVolumeTable
Abstract class for an unstructured grid volume mapper.
float RetrieveRenderTime(vtkRenderer *ren, vtkVolume *vol)
abstract specification for renderers
void CastRays(int threadID, int threadCount)
dynamic, self-adjusting array of double
double GetZBufferValue(int x, int y)
void StoreRenderTime(vtkRenderer *ren, vtkVolume *vol, float t)
vtkUnstructuredGridVolumeRayCastMapper()
vtkUnstructuredGridVolumeRayCastIterator ** RayCastIterators
vtkMultiThreader * Threader
void Render(vtkRenderer *, vtkVolume *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Initialize rendering for this volume.
vtkUnstructuredGridVolumeRayIntegrator * RayIntegrator
static vtkUnstructuredGridVolumeRayCastMapper * New()
vtkDataArray ** FarIntersectionsBuffer