open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Functions
iALUT Namespace Reference

Functions

iAcharts_API iALookupTable Build (double const *lutRange, QString colorMap, int numCols, double alpha)
 
iAcharts_API vtkSmartPointer< vtkLookupTable > BuildLabelColorTF (int labelCount, iAColorTheme const *colorTheme)
 
iAcharts_API vtkSmartPointer< vtkPiecewiseFunction > BuildLabelOpacityTF (int labelCount)
 
iAcharts_API int BuildLUT (vtkSmartPointer< vtkLookupTable > pLUT, double const *lutRange, QString colorMap, int numCols=256)
 
iAcharts_API int BuildLUT (vtkSmartPointer< vtkLookupTable > pLUT, double rangeFrom, double rangeTo, QString colorMap, int numCols=256)
 
iAcharts_API const QStringList & GetColorMapNames ()
 

Function Documentation

◆ Build()

iALookupTable iALUT::Build ( double const *  lutRange,
QString  colorMap,
int  numCols,
double  alpha 
)

◆ BuildLabelColorTF()

vtkSmartPointer< vtkLookupTable > iALUT::BuildLabelColorTF ( int  labelCount,
iAColorTheme const *  colorTheme 
)

◆ BuildLabelOpacityTF()

vtkSmartPointer< vtkPiecewiseFunction > iALUT::BuildLabelOpacityTF ( int  labelCount)

◆ BuildLUT() [1/2]

int iALUT::BuildLUT ( vtkSmartPointer< vtkLookupTable >  pLUT,
double const *  lutRange,
QString  colorMap,
int  numCols = 256 
)

◆ BuildLUT() [2/2]

int iALUT::BuildLUT ( vtkSmartPointer< vtkLookupTable >  pLUT,
double  rangeFrom,
double  rangeTo,
QString  colorMap,
int  numCols = 256 
)

◆ GetColorMapNames()

const QStringList & iALUT::GetColorMapNames ( )