#include <vtkFixedPointVolumeRayCastMapper.h>
Inheritance diagram for vtkFixedPointVolumeRayCastMapper:
This is a software ray caster for rendering volumes in vtkImageData. It works with all input data types and up to four components. It performs composite or MIP rendering, and can be intermixed with geometric data. Space leaping is used to speed up the rendering process. In addition, calculation are performed in 15 bit fixed point precision. This mapper is threaded, and will interleave scan lines across processors.
This mapper is a good replacement for vtkVolumeRayCastMapper EXCEPT:
The vtkVolumeRayCastMapper CANNOT be used in these instances when a vtkFixedPointVolumeRayCastMapper can be used:
This mapper handles all data type from unsigned char through double. However, some of the internal calcultions are performed in float and therefore even the full float range may cause problems for this mapper (both in scalar data values and in spacing between samples).
Space leaping is performed by creating a sub-sampled volume. 4x4x4 cells in the original volume are represented by a min, max, and combined gradient and flag value. The min max volume has three unsigned shorts per 4x4x4 group of cells from the original volume - one reprenting the minumum scalar index (the scalar value adjusted to fit in the 15 bit range), the maximum scalar index, and a third unsigned short which is both the maximum gradient opacity in the neighborhood (an unsigned char) and the flag that is filled in for the current lookup tables to indicate whether this region can be skipped.
Definition at line 95 of file vtkFixedPointVolumeRayCastMapper.h.
|
Reimplemented from vtkVolumeMapper. Definition at line 99 of file vtkFixedPointVolumeRayCastMapper.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkVolumeMapper. |
|
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 vtkVolumeMapper. |
|
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 vtkVolumeMapper. |
|
Reimplemented from vtkVolumeMapper. |
|
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 vtkVolumeMapper. |
|
Set/Get the distance between samples used for rendering when AutoAdjustSampleDistances is off, or when this mapper has more than 1 second allocated to it for rendering. |
|
|
|
Set/Get the distance between samples when interactive rendering is happening. In this case, interactive is defined as this volume mapper having less than 1 second allocated for rendering. When AutoAdjustSampleDistance is On, and the allocated render time is less than 1 second, then this InteractiveSampleDistance will be used instead of the SampleDistance above. |
|
Set/Get the distance between samples when interactive rendering is happening. In this case, interactive is defined as this volume mapper having less than 1 second allocated for rendering. When AutoAdjustSampleDistance is On, and the allocated render time is less than 1 second, then this InteractiveSampleDistance will be used instead of the SampleDistance above. |
|
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. This value will be adjusted to meet a desired frame rate when AutoAdjustSampleDistances is on. |
|
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. This value will be adjusted to meet a desired frame rate when AutoAdjustSampleDistances is on. |
|
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 and the SampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use). If this is an interactive render (more than 1 frame per second) the SampleDistance will be increased, otherwise it will not be altered (a binary decision, as opposed to the ImageSampleDistance which will vary continuously). |
|
If AutoAdjustSampleDistances is on, the the ImageSampleDistance and the SampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use). If this is an interactive render (more than 1 frame per second) the SampleDistance will be increased, otherwise it will not be altered (a binary decision, as opposed to the ImageSampleDistance which will vary continuously). |
|
If AutoAdjustSampleDistances is on, the the ImageSampleDistance and the SampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use). If this is an interactive render (more than 1 frame per second) the SampleDistance will be increased, otherwise it will not be altered (a binary decision, as opposed to the ImageSampleDistance which will vary continuously). |
|
If AutoAdjustSampleDistances is on, the the ImageSampleDistance and the SampleDistance will be varied to achieve the allocated render time of this prop (controlled by the desired update rate and any culling in use). If this is an interactive render (more than 1 frame per second) the SampleDistance will be increased, otherwise it will not be altered (a binary decision, as opposed to the ImageSampleDistance which will vary continuously). |
|
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. |
|
What is the image sample distance required to achieve the desired time? A version of this method is provided that does not require the volume argument since if you are using an LODProp3D you may not know this information. If you use this version you must be certain that the ray cast mapper is only used for one volume (and not shared among multiple volumes) |
|
What is the image sample distance required to achieve the desired time? A version of this method is provided that does not require the volume argument since if you are using an LODProp3D you may not know this information. If you use this version you must be certain that the ray cast mapper is only used for one volume (and not shared among multiple volumes) |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Initialize rendering for this volume. Implements vtkVolumeMapper. |
|
Definition at line 453 of file vtkFixedPointVolumeRayCastMapper.h. References VTKKW_FP_SCALE. |
|
Definition at line 458 of file vtkFixedPointVolumeRayCastMapper.h. References VTKKW_FP_SCALE. |
|
Definition at line 465 of file vtkFixedPointVolumeRayCastMapper.h. References VTKKW_FP_SCALE. |
|
Definition at line 472 of file vtkFixedPointVolumeRayCastMapper.h. References VTKKW_FP_SCALE. |
|
Definition at line 488 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 517 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 524 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 531 of file vtkFixedPointVolumeRayCastMapper.h. References VTKKW_FP_SHIFT. |
|
Definition at line 539 of file vtkFixedPointVolumeRayCastMapper.h. References MinMaxVolumeSize. |
|
Definition at line 550 of file vtkFixedPointVolumeRayCastMapper.h. References MinMaxVolumeSize. |
|
Definition at line 569 of file vtkFixedPointVolumeRayCastMapper.h. References VTKKW_FP_SHIFT. |
|
Definition at line 584 of file vtkFixedPointVolumeRayCastMapper.h. References VTKKW_FP_SHIFT. |
|
Definition at line 614 of file vtkFixedPointVolumeRayCastMapper.h. References VTKKW_FP_SHIFT. |
|
Definition at line 639 of file vtkFixedPointVolumeRayCastMapper.h. References vtkVolumeMapper::CroppingRegionFlags, and CroppingRegionMask. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 234 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 235 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 236 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 237 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 238 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 239 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 240 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 241 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 242 of file vtkFixedPointVolumeRayCastMapper.h. |
|
|
|
|
|
|
|
Set / Get the underlying image object. One will be automatically created - only need to set it when using from an AMR mapper which renders multiple times into the same image. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 275 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 278 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 279 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 282 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 283 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 284 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 285 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 288 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 289 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 307 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 309 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 310 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 311 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 312 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 313 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 314 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 316 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 318 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 319 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 320 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 323 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 325 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 326 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 328 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 329 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 330 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 331 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 332 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 338 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 340 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 342 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 343 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 344 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 345 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 346 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 347 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 348 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 349 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 350 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 352 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 353 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 355 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 358 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 359 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 360 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 361 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 362 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 363 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 365 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 366 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 368 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 369 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 370 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 371 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 373 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 375 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 377 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 379 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 381 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 382 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 384 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 385 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 387 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 388 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 408 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 409 of file vtkFixedPointVolumeRayCastMapper.h. Referenced by CheckIfCropped(). |
|
Definition at line 416 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 417 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 418 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 419 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 420 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 423 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 424 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 425 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 427 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 429 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 430 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 432 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 436 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 437 of file vtkFixedPointVolumeRayCastMapper.h. Referenced by CheckMinMaxVolumeFlag(), and CheckMIPMinMaxVolumeFlag(). |
|
Definition at line 438 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 439 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 440 of file vtkFixedPointVolumeRayCastMapper.h. |
|
Definition at line 441 of file vtkFixedPointVolumeRayCastMapper.h. |