#include "BaseClass.h"
#include <ttkCinemaDarkroomColorMapping.h>
#include <vtkImageData.h>
#include <vtkInformation.h>
#include <vtkObjectFactory.h>
#include <vtkPointData.h>
#include <vtkUnsignedCharArray.h>
#include <ttkMacros.h>
#include <ttkUtils.h>
#include <cmath>
Go to the source code of this file.
◆ mapScalarsToColor()
template<typename DT>
| int mapScalarsToColor |
( |
unsigned char * | color, |
|
|
const std::vector< double > & | colorMap, |
|
|
const double * | nanColor, |
|
|
const DT * | array, |
|
|
const double | range[2], |
|
|
const size_t | nPixels, |
|
|
const int | threadNumber ) |
◆ vtkStandardNewMacro()