OGS
ColorLookupTable.h File Reference

Detailed Description

Definition in file ColorLookupTable.h.

#include <cassert>
#include <tuple>
#include <utility>
#include <vector>
#include "Applications/DataHolderLib/Color.h"
Include dependency graph for ColorLookupTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DataHolderLib::ColorLookupTable
 

Namespaces

namespace  DataHolderLib
 

Enumerations

enum class  DataHolderLib::LUTType { DataHolderLib::NONE = 0 , DataHolderLib::LINEAR = 1 , DataHolderLib::EXPONENTIAL = 2 , DataHolderLib::SIGMOID = 3 }
 Interpolation methods. More...