#include <vtkUnstructuredGridVolumeRayCastMapper.h>
Inheritance diagram for vtkUnstructuredGridVolumeRayCastMapper:
This is a software ray caster for rendering volumes in vtkUnstructuredGrid.
Definition at line 45 of file vtkUnstructuredGridVolumeRayCastMapper.h.
|
Reimplemented from vtkUnstructuredGridVolumeMapper. Definition at line 49 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkUnstructuredGridVolumeMapper. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkUnstructuredGridVolumeMapper. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkUnstructuredGridVolumeMapper. |
|
Reimplemented from vtkUnstructuredGridVolumeMapper. |
|
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. |
|
Control how the filter works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the filter will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the filter to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call SelectColorArray before you call GetColors. |
|
|
|
Definition at line 65 of file vtkUnstructuredGridVolumeRayCastMapper.h. References VTK_SCALAR_MODE_DEFAULT. |
|
Definition at line 67 of file vtkUnstructuredGridVolumeRayCastMapper.h. References VTK_SCALAR_MODE_USE_POINT_DATA. |
|
Definition at line 69 of file vtkUnstructuredGridVolumeRayCastMapper.h. References VTK_SCALAR_MODE_USE_CELL_DATA. |
|
Definition at line 71 of file vtkUnstructuredGridVolumeRayCastMapper.h. References VTK_SCALAR_MODE_USE_POINT_FIELD_DATA. |
|
Definition at line 73 of file vtkUnstructuredGridVolumeRayCastMapper.h. References VTK_SCALAR_MODE_USE_CELL_FIELD_DATA. |
|
When ScalarMode is set to UsePointFileData or UseCellFieldData, you can specify which array to use for coloring using these methods. The transfer function in the vtkVolumeProperty (attached to the calling vtkVolume) will decide how to convert vectors to colors. |
|
When ScalarMode is set to UsePointFileData or UseCellFieldData, you can specify which array to use for coloring using these methods. The transfer function in the vtkVolumeProperty (attached to the calling vtkVolume) will decide how to convert vectors to colors. |
|
Get the array name or number and component to color by. Definition at line 88 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Get the array name or number and component to color by. Definition at line 89 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Get the array name or number and component to color by. Definition at line 90 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Return the method for obtaining scalar data. |
|
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. |
|
Return the method for obtaining scalar data. |
|
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted |
|
This is the minimum image sample distance allow when the image sample distance is being automatically adjusted |
|
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted |
|
This is the maximum image sample distance allow when the image sample distance is being automatically adjusted |
|
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). |
|
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). |
|
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). |
|
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). |
|
Set/Get the number of threads to use. This by default is equal to the number of available processors detected. |
|
Set/Get the number of threads to use. This by default is equal to the number of available processors detected. |
|
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays. |
|
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays. |
|
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays. |
|
If IntermixIntersectingGeometry is turned on, the zbuffer will be captured and used to limit the traversal of the rays. |
|
Set/Get the helper class for casting rays. |
|
Set/Get the helper class for casting rays. |
|
Set/Get the helper class for integrating rays. If set to NULL, a default integrator will be assigned. |
|
Set/Get the helper class for integrating rays. If set to NULL, a default integrator will be assigned. |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Initialize rendering for this volume. Implements vtkUnstructuredGridVolumeMapper. |
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 178 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 179 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 180 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 181 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 183 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 184 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 186 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 189 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 195 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 201 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 205 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 208 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 210 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 211 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 212 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 213 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 214 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 219 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 221 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 222 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 223 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 233 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 234 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 235 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 236 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 238 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 239 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 241 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 242 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 243 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 244 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 246 of file vtkUnstructuredGridVolumeRayCastMapper.h. |
|
Definition at line 247 of file vtkUnstructuredGridVolumeRayCastMapper.h. |