31 #if defined(CDigitalSurfaceContainer_RECURSES) 32 #error Recursive header files inclusion detected in CDigitalSurfaceContainer.h 33 #else // defined(CDigitalSurfaceContainer_RECURSES) 35 #define CDigitalSurfaceContainer_RECURSES 37 #if !defined CDigitalSurfaceContainer_h 39 #define CDigitalSurfaceContainer_h 44 #include "DGtal/base/Common.h" 45 #include "DGtal/topology/Topology.h" 46 #include "DGtal/topology/CCellularGridSpaceND.h" 47 #include "DGtal/topology/CDigitalSurfaceTracker.h" 126 template <
typename T>
188 #endif // !defined CDigitalSurfaceContainer_h 190 #undef CDigitalSurfaceContainer_RECURSES 191 #endif // else defined(CDigitalSurfaceContainer_RECURSES) void checkConstConstraints() const
BOOST_CONCEPT_ASSERT((boost_concepts::SinglePassIteratorConcept< SurfelConstIterator >))
T::DigitalSurfaceTracker DigitalSurfaceTracker
T::SurfelConstIterator SurfelConstIterator
BOOST_CONCEPT_USAGE(CDigitalSurfaceContainer)
void sameType(const T &t1, const T &t2)
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.
SurfelConstIterator mySurfelCIt
DGtal is the top-level namespace which contains all DGtal functions and types.
DigitalSurfaceTracker * myPtrTracker
Aim: This concept describes a cellular grid space in nD. In these spaces obtained by cartesian produc...
Connectedness myConnectedness
Go to http://www.boost.org/doc/libs/1_52_0/libs/iterator/doc/SinglePassIterator.html.
Aim: The digital surface container concept describes a minimal set of inner types and methods so as t...
Go to http://www.boost.org/doc/libs/1_52_0/libs/iterator/doc/ReadableIterator.html.