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

Classes

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 
)