VTK
|
A software mapper for unstructured volumes. More...
#include <vtkUnstructuredGridVolumeRayCastMapper.h>
A software mapper for unstructured volumes.
This is a software ray caster for rendering volumes in vtkUnstructuredGrid.
Definition at line 48 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Reimplemented from vtkUnstructuredGridVolumeMapper.
Definition at line 52 of file vtkUnstructuredGridVolumeRayCastMapper.h.
static vtkUnstructuredGridVolumeRayCastMapper* vtkUnstructuredGridVolumeRayCastMapper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
static int vtkUnstructuredGridVolumeRayCastMapper::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type 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 vtkUnstructuredGridVolumeMapper.
virtual int vtkUnstructuredGridVolumeRayCastMapper::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 vtkUnstructuredGridVolumeMapper.
static vtkUnstructuredGridVolumeRayCastMapper* vtkUnstructuredGridVolumeRayCastMapper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkUnstructuredGridVolumeMapper.
virtual vtkObjectBase* vtkUnstructuredGridVolumeRayCastMapper::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkUnstructuredGridVolumeMapper.
vtkUnstructuredGridVolumeRayCastMapper* vtkUnstructuredGridVolumeRayCastMapper::NewInstance | ( | ) | const |
Reimplemented from vtkUnstructuredGridVolumeMapper.
void vtkUnstructuredGridVolumeRayCastMapper::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 vtkUnstructuredGridVolumeMapper.
virtual void vtkUnstructuredGridVolumeRayCastMapper::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.
virtual float vtkUnstructuredGridVolumeRayCastMapper::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.
virtual void vtkUnstructuredGridVolumeRayCastMapper::SetMinimumImageSampleDistance | ( | float | ) | [virtual] |
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
virtual float vtkUnstructuredGridVolumeRayCastMapper::GetMinimumImageSampleDistance | ( | ) | [virtual] |
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted
virtual void vtkUnstructuredGridVolumeRayCastMapper::SetMaximumImageSampleDistance | ( | float | ) | [virtual] |
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
virtual float vtkUnstructuredGridVolumeRayCastMapper::GetMaximumImageSampleDistance | ( | ) | [virtual] |
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted
virtual void vtkUnstructuredGridVolumeRayCastMapper::SetAutoAdjustSampleDistances | ( | int | ) | [virtual] |
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
virtual int vtkUnstructuredGridVolumeRayCastMapper::GetAutoAdjustSampleDistances | ( | ) | [virtual] |
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
virtual void vtkUnstructuredGridVolumeRayCastMapper::AutoAdjustSampleDistancesOn | ( | ) | [virtual] |
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
virtual void vtkUnstructuredGridVolumeRayCastMapper::AutoAdjustSampleDistancesOff | ( | ) | [virtual] |
If AutoAdjustSampleDistances is on, the the ImageSampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use).
virtual void vtkUnstructuredGridVolumeRayCastMapper::SetNumberOfThreads | ( | int | ) | [virtual] |
Set/Get the number of threads to use. This by default is equal to the number of available processors detected.
virtual int vtkUnstructuredGridVolumeRayCastMapper::GetNumberOfThreads | ( | ) | [virtual] |
Set/Get the number of threads to use. This by default is equal to the number of available processors detected.
virtual void vtkUnstructuredGridVolumeRayCastMapper::SetIntermixIntersectingGeometry | ( | int | ) | [virtual] |
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
virtual int vtkUnstructuredGridVolumeRayCastMapper::GetIntermixIntersectingGeometry | ( | ) | [virtual] |
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
virtual void vtkUnstructuredGridVolumeRayCastMapper::IntermixIntersectingGeometryOn | ( | ) | [virtual] |
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
virtual void vtkUnstructuredGridVolumeRayCastMapper::IntermixIntersectingGeometryOff | ( | ) | [virtual] |
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays.
virtual void vtkUnstructuredGridVolumeRayCastMapper::SetRayCastFunction | ( | vtkUnstructuredGridVolumeRayCastFunction * | f | ) | [virtual] |
Set/Get the helper class for casting rays.
virtual vtkUnstructuredGridVolumeRayCastFunction* vtkUnstructuredGridVolumeRayCastMapper::GetRayCastFunction | ( | ) | [virtual] |
Set/Get the helper class for casting rays.
virtual void vtkUnstructuredGridVolumeRayCastMapper::SetRayIntegrator | ( | vtkUnstructuredGridVolumeRayIntegrator * | ri | ) | [virtual] |
Set/Get the helper class for integrating rays. If set to NULL, a default integrator will be assigned.
virtual vtkUnstructuredGridVolumeRayIntegrator* vtkUnstructuredGridVolumeRayCastMapper::GetRayIntegrator | ( | ) | [virtual] |
Set/Get the helper class for integrating rays. If set to NULL, a default integrator will be assigned.
void vtkUnstructuredGridVolumeRayCastMapper::Render | ( | vtkRenderer * | , |
vtkVolume * | |||
) | [virtual] |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Initialize rendering for this volume.
Implements vtkUnstructuredGridVolumeMapper.
void vtkUnstructuredGridVolumeRayCastMapper::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 vtkUnstructuredGridVolumeMapper.
virtual int* vtkUnstructuredGridVolumeRayCastMapper::GetImageInUseSize | ( | ) | [virtual] |
virtual void vtkUnstructuredGridVolumeRayCastMapper::GetImageInUseSize | ( | int | data[2] | ) | [virtual] |
virtual int* vtkUnstructuredGridVolumeRayCastMapper::GetImageOrigin | ( | ) | [virtual] |
virtual void vtkUnstructuredGridVolumeRayCastMapper::GetImageOrigin | ( | int | data[2] | ) | [virtual] |
virtual int* vtkUnstructuredGridVolumeRayCastMapper::GetImageViewportSize | ( | ) | [virtual] |
virtual void vtkUnstructuredGridVolumeRayCastMapper::GetImageViewportSize | ( | int | data[2] | ) | [virtual] |
void vtkUnstructuredGridVolumeRayCastMapper::CastRays | ( | int | threadID, |
int | threadCount | ||
) |
void vtkUnstructuredGridVolumeRayCastMapper::StoreRenderTime | ( | vtkRenderer * | ren, |
vtkVolume * | vol, | ||
float | t | ||
) | [protected] |
float vtkUnstructuredGridVolumeRayCastMapper::RetrieveRenderTime | ( | vtkRenderer * | ren, |
vtkVolume * | vol | ||
) | [protected] |
double vtkUnstructuredGridVolumeRayCastMapper::GetZBufferValue | ( | int | x, |
int | y | ||
) | [protected] |
double vtkUnstructuredGridVolumeRayCastMapper::GetMinimumBoundsDepth | ( | vtkRenderer * | ren, |
vtkVolume * | vol | ||
) | [protected] |
Definition at line 137 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 138 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 139 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 140 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 142 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 143 of file vtkUnstructuredGridVolumeRayCastMapper.h.
vtkRayCastImageDisplayHelper* vtkUnstructuredGridVolumeRayCastMapper::ImageDisplayHelper [protected] |
Definition at line 145 of file vtkUnstructuredGridVolumeRayCastMapper.h.
int vtkUnstructuredGridVolumeRayCastMapper::ImageViewportSize[2] [protected] |
Definition at line 148 of file vtkUnstructuredGridVolumeRayCastMapper.h.
int vtkUnstructuredGridVolumeRayCastMapper::ImageMemorySize[2] [protected] |
Definition at line 154 of file vtkUnstructuredGridVolumeRayCastMapper.h.
int vtkUnstructuredGridVolumeRayCastMapper::ImageInUseSize[2] [protected] |
Definition at line 160 of file vtkUnstructuredGridVolumeRayCastMapper.h.
int vtkUnstructuredGridVolumeRayCastMapper::ImageOrigin[2] [protected] |
Definition at line 164 of file vtkUnstructuredGridVolumeRayCastMapper.h.
unsigned char* vtkUnstructuredGridVolumeRayCastMapper::Image [protected] |
Definition at line 167 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 169 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 170 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 171 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 172 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 173 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 178 of file vtkUnstructuredGridVolumeRayCastMapper.h.
float* vtkUnstructuredGridVolumeRayCastMapper::ZBuffer [protected] |
Definition at line 180 of file vtkUnstructuredGridVolumeRayCastMapper.h.
int vtkUnstructuredGridVolumeRayCastMapper::ZBufferSize[2] [protected] |
Definition at line 181 of file vtkUnstructuredGridVolumeRayCastMapper.h.
int vtkUnstructuredGridVolumeRayCastMapper::ZBufferOrigin[2] [protected] |
Definition at line 182 of file vtkUnstructuredGridVolumeRayCastMapper.h.
vtkUnstructuredGridVolumeRayCastFunction* vtkUnstructuredGridVolumeRayCastMapper::RayCastFunction [protected] |
Definition at line 192 of file vtkUnstructuredGridVolumeRayCastMapper.h.
vtkUnstructuredGridVolumeRayCastIterator** vtkUnstructuredGridVolumeRayCastMapper::RayCastIterators [protected] |
Definition at line 193 of file vtkUnstructuredGridVolumeRayCastMapper.h.
vtkUnstructuredGridVolumeRayIntegrator* vtkUnstructuredGridVolumeRayCastMapper::RayIntegrator [protected] |
Definition at line 194 of file vtkUnstructuredGridVolumeRayCastMapper.h.
vtkUnstructuredGridVolumeRayIntegrator* vtkUnstructuredGridVolumeRayCastMapper::RealRayIntegrator [protected] |
Definition at line 195 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 197 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 198 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 199 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 200 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 202 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 203 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 205 of file vtkUnstructuredGridVolumeRayCastMapper.h.
Definition at line 206 of file vtkUnstructuredGridVolumeRayCastMapper.h.