open_iA  2020.04
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 "open_iA_Core_export.h"
#include <vtkSmartPointer.h>
#include <QString>
Include dependency graph for iALUT.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 iALUT
 

Functions

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