31#if defined(CCellEmbedder_RECURSES)
32#error Recursive header files inclusion detected in CCellEmbedder.h
35#define CCellEmbedder_RECURSES
37#if !defined CCellEmbedder_h
39#define CCellEmbedder_h
44#include "DGtal/base/Common.h"
45#include "DGtal/base/CUnaryFunctor.h"
46#include "DGtal/topology/CCellularGridSpaceND.h"
138#undef CCellEmbedder_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: A cell embedder is a mapping from unsigned cells to Euclidean points. It adds inner types to fun...
BOOST_CONCEPT_ASSERT((CCellularGridSpaceND< KSpace >))
void checkConstConstraints() const
BOOST_STATIC_ASSERT((ConceptUtils::SameType< Cell, typename KSpace::Cell >::value))
BOOST_CONCEPT_USAGE(CCellEmbedder)
BOOST_STATIC_ASSERT((ConceptUtils::SameType< RealPoint, Value >::value))
BOOST_STATIC_ASSERT((ConceptUtils::SameType< Cell, Argument >::value))
Aim: This concept describes a cellular grid space in nD. In these spaces obtained by cartesian produc...
Aim: Defines a unary functor, which associates arguments to results.