#include "open_iA_Core_export.h"
#include <vtkSmartPointer.h>
#include <QString>
|
| 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) |
| |
| const open_iA_Core_API QStringList & | iALUT::GetColorMapNames () |
| |