#include <mitkVolumeRendererSplatting.h>
Inherits mitkVolumeRenderer.
Inheritance diagram for mitkVolumeRendererSplatting:
mitkVolumeRendererSplatting is a concrete volume renderer for rendering a volume using splatting technique.
where is the weight coefficient, is the adjust radii coefficient, and is the variance matrix:
_ _ | vmatrix[0] vmatrix[2] | |_ vmatrix[1] vmatrix[3] _|.
|
Set grid sample distances auto-adjusting off. |
|
Set grid sample distances auto-adjusting on. |
|
Set image sample distances auto-adjusting off. |
|
Set image sample distances auto-adjusting on. |
|
Get the adjust radii of Gaussian kernel in grid space.
|
|
Get whether to auto-adjust the grid sample distances.
|
|
Get whether to auto-adjust the image sample distances.
|
|
Get the weight coefficient of Gaussian kernel in grid space.
|
|
Get the gradient shader.
|
|
Get the gradient estimator used to estimate normals.
|
|
Get gradient magnitude bias.
Reimplemented from mitkVolumeRenderer. |
|
Get gradient magnitude scale.
Reimplemented from mitkVolumeRenderer. |
|
Get the sample distance in the grid space.
|
|
Get the maximum value of the grid sample distance in the grid space.
|
|
Get the minimum value of the grid sample distance in the grid space.
|
|
Get the sample distance in the image plane.
|
|
Get the maximum value of the image sample distance in the image plane.
|
|
Get the minimum value of the image sample distance in the image plane.
|
|
Get the splat radii of Gaussian kernel in grid space.
|
|
Get the maximum grid sample distance in the grid space.
|
|
Get the maximum value of the maximum grid sample distance in the grid space.
|
|
Get the minimum value of the maximum grid sample distance in the grid space.
|
|
Get the maximum image sample distance in the image plane.
|
|
Get the maximum value of the maximum image sample distance in the image plane.
|
|
Get the minimum value of the maximum image sample distance in the image plane.
|
|
Get the minimum grid sample distance in the grid space.
|
|
Get the maximum value of the minimum grid sample distance in the grid space.
|
|
Get the minimum value of the minimum grid sample distance in the grid space.
|
|
Get the minimum image sample distance in the image plane.
|
|
Get the maximum value of the minimum image sample distance in the image plane.
|
|
Get the minimum value of the minimum image sample distance in the image plane.
|
|
Get the volume rendering mode.
|
|
Get the Parallel splatter.
|
|
Get the perspective splatter.
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkVolumeRenderer. |
|
Internal method. Don't call it directly. Implements mitkVolumeRenderer. |
|
Set the adjust radii of Gaussian kernel in grid space.
|
|
Set the weight coefficient of Gaussian kernel in grid space.
|
|
Set the gradient estimator used to estimate normals.
|
|
Set the sample distance in the grid space.
|
|
Set the sample distance in the image plane.
|
|
Set the splat radii of Gaussian kernel in grid space.
|
|
Set the maximum value of the grid sample distance in the grid space.
|
|
Set the maximum value of the image sample distance in the image plane.
|
|
Set the minimum value of the grid sample distance in the grid space.
|
|
Set the minimum value of the image sample distance in the image plane.
|
|
Set volume rendering mode to be integral projection. |
|
Set volume rendering mode to be MOP(maximum opacity projection).
|
|
Set Parallel splatter to splat the volume.
|
|
Set perspective splatter to splat the volume.
|