#include <mitkVolumeProperty.h>
Inherits mitkObject.
Inheritance diagram for mitkVolumeProperty:
mitkVolumeProperty is a class contains properties of an mitkVolumeModel including shading parameters and transfer functions.
|
Correct the scalar-opacity transfer function when the sample distance changed.
|
|
Get the ambient lighting coefficient.
|
|
Get the diffuse lighting coefficient.
|
|
Get the gradient value to opacity transfer function.
|
|
Get the enableness of Gradient-Opacity transfer function.
|
|
Get the interpolation type for sampling a volume.
|
|
Get the interpolation type as a C string.
|
|
Get the general transfer function (may be multi-dimensional).
|
|
Get the scalar value to color transfer function.
|
|
Get the scalar value to opacity transfer function.
|
|
Get the status of shading.
|
|
Get the specular lighting coefficient.
|
|
Get the specular power.
|
|
Get the scalar value and gradient Magnitudes value to opacity transfer function.
|
|
Get the enableness of 2-D RGB and Opacity transfer function.
|
|
Get the style of transfer function.
|
|
Disable the calculation of Gradient-Opacity transfer function. |
|
Enable the calculation of Gradient-Opacity transfer function. |
|
Test if some of the properties are modified.
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkObject. |
|
Set the ambient lighting coefficient.
|
|
Set the diffuse lighting coefficient.
|
|
Set the gradient value to opacity transfer function.
|
|
Set the enableness of Gradient-Opacity transfer function.
|
|
Set the interpolation type for sampling a volume.
|
|
Set the interpolation type to linear interpolation. |
|
Set the interpolation type to nearest interpolation. |
|
Set the general transfer function (may be multi-dimensional).
|
|
Set the scalar value to color transfer function.
|
|
Set the scalar value to opacity transfer function.
|
|
Set the status of shading.
|
|
Set the specular lighting coefficient.
|
|
Set the specular power.
|
|
Set the scalar value and gradient Magnitudes value to 2D R, G, B and opacity transfer function.
|
|
Set the enableness of 2 dimensional RGB and Opacity transfer function.
|
|
Set the style of transfer function.
|
|
Reset to unmodified after changes have been done according to the new properties. |
|
Turn the shading off. |
|
Turn the shading on. |
|
Disable the calculation of 2-D RGB and Opacity transfer function. |
|
Enable the calculation of 2-D RGB and Opacity transfer function. |