Class colormap_t#

Class Documentation#

class colormap_t#

Describe a colormap, which is a vector of repeated: val,r,g,b

Public Functions

colormap_t() = default#
inline explicit colormap_t(const std::vector<double> &vec)#
inline colormap_t(const std::initializer_list<double> &list)#
inline bool operator==(const colormap_t &other) const#
inline bool operator!=(const colormap_t &other) const#
inline const double *data() const#

Protected Attributes

std::vector<double> Vector#