31 #if defined(CanonicCellEmbedder_RECURSES)
32 #error Recursive header files inclusion detected in CanonicCellEmbedder.h
35 #define CanonicCellEmbedder_RECURSES
37 #if !defined CanonicCellEmbedder_h
39 #define CanonicCellEmbedder_h
44 #include "DGtal/base/Common.h"
45 #include "DGtal/base/ConstAlias.h"
46 #include "DGtal/topology/CPreCellularGridSpaceND.h"
64 template <
typename TKSpace>
172 template <
typename TKSpace>
182 #include "DGtal/topology/CanonicCellEmbedder.ih"
190 #undef CanonicCellEmbedder_RECURSES
Aim: This class encapsulates its parameter class so that to indicate to the user that the object/poin...
Aim: Implements basic operations that will be used in Point and Vector classes.
TInteger Integer
Arithmetic ring induced by (+,-,*) and Integer numbers.
DGtal is the top-level namespace which contains all DGtal functions and types.
std::ostream & operator<<(std::ostream &out, const ATu0v1< TKSpace, TLinearAlgebra > &object)
Aim: A trivial embedder for signed and unsigned cell, which corresponds to the canonic injection of c...
const KSpace & space() const
CanonicCellEmbedder< TKSpace > Self
CanonicCellEmbedder(const Self &other)
Space::RealPoint RealPoint
Self & operator=(const Self &other)
CanonicCellEmbedder(ConstAlias< KSpace > aKSpace)
RealPoint operator()(const Cell &cell) const
void selfDisplay(std::ostream &out) const
RealPoint embed(const Cell &cell) const
BOOST_CONCEPT_ASSERT((concepts::CPreCellularGridSpaceND< TKSpace >))
Aim: This concept describes an unbounded cellular grid space in nD. In these spaces obtained by carte...