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 );
167 int ImageViewportSize[2];
173 int ImageMemorySize[2];
179 int ImageInUseSize[2];
201 int ZBufferOrigin[2];
abstract superclass for arrays of numeric data
dynamic, self-adjusting array of double
list of point or cell ids
a simple class to control print indentation
A class for performing multithreaded execution.
helper class that draws the image to the screen
abstract specification for renderers
Timer support and logging.
Abstract class for a unstructured grid volume mapper.
a superclass for ray casting functions
vtkUnstructuredGridVolumeRayCastIterator is a superclass for iterating over the intersections of a vi...
A software mapper for unstructured volumes.
float MaximumImageSampleDistance
vtkRenderer * CurrentRenderer
void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkUnstructuredGridVolumeRayCastMapper()
vtkUnstructuredGridVolumeRayIntegrator * RealRayIntegrator
void Render(vtkRenderer *, vtkVolume *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Initialize rendering for this volume.
static vtkUnstructuredGridVolumeRayCastMapper * New()
vtkDataArray ** FarIntersectionsBuffer
vtkUnstructuredGridVolumeRayIntegrator * RayIntegrator
~vtkUnstructuredGridVolumeRayCastMapper()
float ImageSampleDistance
vtkUnstructuredGridVolumeRayCastIterator ** RayCastIterators
vtkRayCastImageDisplayHelper * ImageDisplayHelper
virtual void SetRayCastFunction(vtkUnstructuredGridVolumeRayCastFunction *f)
Set/Get the helper class for casting rays.
vtkVolume ** RenderVolumeTable
vtkDataArray ** NearIntersectionsBuffer
int IntermixIntersectingGeometry
vtkVolume * CurrentVolume
void CastRays(int threadID, int threadCount)
double GetZBufferValue(int x, int y)
vtkRenderer ** RenderRendererTable
vtkUnstructuredGridVolumeRayCastFunction * RayCastFunction
float MinimumImageSampleDistance
vtkIdList ** IntersectedCellsBuffer
int AutoAdjustSampleDistances
void StoreRenderTime(vtkRenderer *ren, vtkVolume *vol, float t)
float RetrieveRenderTime(vtkRenderer *ren, vtkVolume *vol)
vtkMultiThreader * Threader
virtual void SetRayIntegrator(vtkUnstructuredGridVolumeRayIntegrator *ri)
Set/Get the helper class for integrating rays.
vtkDoubleArray ** IntersectionLengthsBuffer
double GetMinimumBoundsDepth(vtkRenderer *ren, vtkVolume *vol)
a superclass for volume ray integration functions
represents a volume (data & properties) in a rendered scene
window superclass for vtkRenderWindow
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.