31 #if defined(CLocalEstimatorFromSurfelFunctor_RECURSES)
32 #error Recursive header files inclusion detected in CLocalEstimatorFromSurfelFunctor.h
33 #else // defined(CLocalEstimatorFromSurfelFunctor_RECURSES)
35 #define CLocalEstimatorFromSurfelFunctor_RECURSES
37 #if !defined CLocalEstimatorFromSurfelFunctor_h
39 #define CLocalEstimatorFromSurfelFunctor_h
44 #include "DGtal/base/Common.h"
45 #include "DGtal/topology/CSCellEmbedder.h"
46 #include "DGtal/base/CQuantity.h"
104 template <
typename T>
145 #endif // !defined CLocalEstimatorFromSurfelFunctor_h
147 #undef CLocalEstimatorFromSurfelFunctor_RECURSES
148 #endif // else defined(CLocalEstimatorFromSurfelFunctor_RECURSES)
BOOST_CONCEPT_USAGE(CLocalEstimatorFromSurfelFunctor)
BOOST_CONCEPT_ASSERT((concepts::CSCellEmbedder< SCellEmbedder >))
DGtal is the top-level namespace which contains all DGtal functions and types.
void sameType(const T &, const T &)
BOOST_CONCEPT_ASSERT((CQuantity< Quantity >))
Aim: defines the concept of quantity in DGtal.
Aim: this concept describes functors on digtal surface surfel which can be used to define local estim...
T::SCellEmbedder SCellEmbedder
Aim: A cell embedder is a mapping from signed cells to Euclidean points. It adds inner types to funct...