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

Namespaces

namespace  iALUT
 

Functions

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