31 #if defined(CColorMap_RECURSES)
32 #error Recursive header files inclusion detected in CColorMap.h
35 #define CColorMap_RECURSES
37 #if !defined CColorMap_h
44 #include "boost/concept_check.hpp"
45 #include "DGtal/base/ConceptUtils.h"
46 #include "DGtal/base/CLabel.h"
47 #include "DGtal/base/Common.h"
48 #include "DGtal/io/Color.h"
92 template <
typename CMap>
126 #undef CColorMap_RECURSES
Structure representing an RGB triple with alpha component.
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines the concept describing a color map. A color map converts a value within a given range in...
BOOST_CONCEPT_USAGE(CColorMap)
BOOST_CONCEPT_ASSERT((CLabel< Value >))
Aim: Define the concept of DGtal labels. Models of CLabel can be default-constructible,...