31 #if defined(CanonicSCellEmbedder_RECURSES)
32 #error Recursive header files inclusion detected in CanonicSCellEmbedder.h
35 #define CanonicSCellEmbedder_RECURSES
37 #if !defined CanonicSCellEmbedder_h
39 #define CanonicSCellEmbedder_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/CanonicSCellEmbedder.ih"
190 #undef CanonicSCellEmbedder_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 cell, which corresponds to the canonic injection of cell centroids...
CanonicSCellEmbedder(const Self &other)
const KSpace & space() const
Self & operator=(const Self &other)
RealPoint operator()(const SCell &cell) const
BOOST_CONCEPT_ASSERT((concepts::CPreCellularGridSpaceND< TKSpace >))
CanonicSCellEmbedder(ConstAlias< KSpace > aKSpace)
Space::RealPoint RealPoint
RealPoint embed(const SCell &cell) const
CanonicSCellEmbedder< TKSpace > Self
Represents a signed cell in a cellular grid space by its Khalimsky coordinates and a boolean value.
Aim: This concept describes an unbounded cellular grid space in nD. In these spaces obtained by carte...