31#if defined(CLocalEstimatorFromSurfelFunctor_RECURSES)
32#error Recursive header files inclusion detected in CLocalEstimatorFromSurfelFunctor.h
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"
147#undef CLocalEstimatorFromSurfelFunctor_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: this concept describes functors on digtal surface surfel which can be used to define local estim...
BOOST_CONCEPT_USAGE(CLocalEstimatorFromSurfelFunctor)
BOOST_CONCEPT_ASSERT((concepts::CSCellEmbedder< SCellEmbedder >))
T::SCellEmbedder SCellEmbedder
BOOST_CONCEPT_ASSERT((CQuantity< Quantity >))
Aim: defines the concept of quantity in DGtal.
Aim: A cell embedder is a mapping from signed cells to Euclidean points. It adds inner types to funct...