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

Functions

iALookupTable open_iA_Core_API Build (double const *lutRange, QString colorMap, int numCols, double alpha)
 
open_iA_Core_API int BuildLUT (vtkSmartPointer< vtkLookupTable > pLUT, double const *lutRange, QString colorMap, int numCols=256)
 
open_iA_Core_API int BuildLUT (vtkSmartPointer< vtkLookupTable > pLUT, double rangeFrom, double rangeTo, QString colorMap, int numCols=256)
 
open_iA_Core_API const QStringList & GetColorMapNames ()
 

Function Documentation

◆ Build()

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

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