#include <vtkSmartPointer.h>
#include "iAbase_export.h"
|
| class | iASimpleTransferFunction |
| | simplest possible transfer function: just a container for ctf and otf (no management of these contained classes!) TODO: get rid in favor of something with smart pointers! More...
|
| |
| class | iATransferFunction |
| | base class for anything providing a full transfer function (opacity + color) More...
|
| |
|
| iAbase_API vtkSmartPointer< vtkColorTransferFunction > | defaultColorTF (double const range[2]) |
| |
| iAbase_API void | defaultColorTF (vtkSmartPointer< vtkColorTransferFunction > cTF, double const range[2]) |
| |
| iAbase_API vtkSmartPointer< vtkPiecewiseFunction > | defaultOpacityTF (double const range[2], bool opacityRamp) |
| |
| iAbase_API void | defaultOpacityTF (vtkSmartPointer< vtkPiecewiseFunction > pWF, double const range[2], bool opacityRamp) |
| |
◆ defaultColorTF() [1/2]
| iAbase_API vtkSmartPointer< vtkColorTransferFunction > defaultColorTF |
( |
double const |
range[2] | ) |
|
◆ defaultColorTF() [2/2]
| iAbase_API void defaultColorTF |
( |
vtkSmartPointer< vtkColorTransferFunction > |
cTF, |
|
|
double const |
range[2] |
|
) |
| |
◆ defaultOpacityTF() [1/2]
| iAbase_API vtkSmartPointer< vtkPiecewiseFunction > defaultOpacityTF |
( |
double const |
range[2], |
|
|
bool |
opacityRamp |
|
) |
| |
◆ defaultOpacityTF() [2/2]
| iAbase_API void defaultOpacityTF |
( |
vtkSmartPointer< vtkPiecewiseFunction > |
pWF, |
|
|
double const |
range[2], |
|
|
bool |
opacityRamp |
|
) |
| |