open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Classes | Functions
iATransferFunction.h File Reference
#include <vtkSmartPointer.h>
#include "iAbase_export.h"

Classes

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...
 

Functions

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)
 

Function Documentation

◆ 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 
)