29#if defined(CLMSTDSSFilter_RECURSES)
30#error Recursive header files inclusion detected in CLMSTDSSFilter.h
33#define CLMSTDSSFilter_RECURSES
35#if !defined CLMSTDSSFilter_h
37#define CLMSTDSSFilter_h
42#include "DGtal/base/Common.h"
43#include "boost/concept_check.hpp"
44#include "DGtal/base/ConceptUtils.h"
45#include "DGtal/base/CBidirectionalRange.h"
46#include "DGtal/geometry/curves/CForwardSegmentComputer.h"
92 typedef typename T::DSSType
TDSS;
125#undef CLMSTDSSFilter_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines the concept describing a functor which filters DSSes for L-MST calculations.
void checkConstConstraints() const
BOOST_CONCEPT_ASSERT((CForwardSegmentComputer< TDSS >))
BOOST_CONCEPT_USAGE(CLMSTDSSFilter)
Go to http://www.sgi.com/tech/stl/Assignable.html.
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.
Go to http://www.sgi.com/tech/stl/DefaultConstructible.html.