|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_VIS_COLORTABLE_HPP
30 #define CDPL_VIS_COLORTABLE_HPP
54 Map<std::size_t,
Color>() {}
56 template <
typename Iter>
58 Map<std::size_t,
Color>(beg, end)
62 const char* getClassName()
const;
67 #endif // CDPL_VIS_COLORTABLE_HPP
A unique sorted associative container that maps keys to values.
Definition: Map.hpp:96
ColorTable(const Iter &beg, const Iter &end)
Definition: ColorTable.hpp:57
Definition of the class CDPL::Util::Map.
ColorTable()
Definition: ColorTable.hpp:53
std::shared_ptr< ColorTable > SharedPointer
Definition: ColorTable.hpp:51
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
The namespace of the Chemical Data Processing Library.
A container for the storage and lookup of Vis::Color objects that are associated with a numeric ident...
Definition: ColorTable.hpp:48
Definition of the class CDPL::Vis::Color.
Definition of the preprocessor macro CDPL_VIS_API.
Specifies a color in terms of its red, green and blue components and an alpha-channel for transparenc...
Definition: Color.hpp:52