#include <mitkTransferFunction.h>
Inherits mitkObject.
Inherited by mitkTransferFunction1D, and mitkTransferFunction2DRGBA.
Inheritance diagram for mitkTransferFunction:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
float * | GetData () |
virtual int | GetDimension ()=0 |
bool | IsModified () const |
void | SetUnmodified () |
mitkTransferFunction is an abstract transfer function to map the data property, including scalar value, gradient value, etc., to opacity. MITK supports multi-dimensional transfer function by subclassing it.
|
Get the address of the opacity in the transfer function.
|
|
Get the dimensionality of this transfer function.
Implemented in mitkTransferFunction1D, and mitkTransferFunction2DRGBA. |
|
Test if some of the transfer function is modified.
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkObject. Reimplemented in mitkTransferFunction1D. |
|
Reset to unmodified after changes have been done according to the new transfer function. Reimplemented in mitkTransferFunction2DRGBA. |