31 #if defined(CGlobalGeometricEstimator_RECURSES)
32 #error Recursive header files inclusion detected in CGlobalGeometricEstimator.h
35 #define CGlobalGeometricEstimator_RECURSES
37 #if !defined CGlobalGeometricEstimator_h
39 #define CGlobalGeometricEstimator_h
44 #include "DGtal/base/Common.h"
45 #include "DGtal/base/CQuantity.h"
46 #include <boost/iterator/iterator_archetypes.hpp>
135 #undef CGlobalGeometricEstimator_RECURSES
MyDigitalSurface::ConstIterator ConstIterator
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: This concept describes an object that can process a range so as to return one estimated quantity...
BOOST_CONCEPT_ASSERT((boost_concepts::ForwardTraversalConcept< ConstIterator >))
BOOST_CONCEPT_USAGE(CGlobalGeometricEstimator)
BOOST_CONCEPT_ASSERT((boost_concepts::ReadableIteratorConcept< ConstIterator >))
T::ConstIterator ConstIterator
BOOST_CONCEPT_ASSERT((concepts::CQuantity< Quantity >))
Aim: defines the concept of quantity in DGtal.
Go to http://www.boost.org/doc/libs/1_52_0/libs/iterator/doc/ForwardTraversal.html.
Go to http://www.boost.org/doc/libs/1_52_0/libs/iterator/doc/ReadableIterator.html.