31#if defined(CAdjacency_RECURSES)
32#error Recursive header files inclusion detected in CAdjacency.h
35#define CAdjacency_RECURSES
37#if !defined CAdjacency_h
45#include "DGtal/base/Common.h"
46#include "DGtal/base/ConceptUtils.h"
47#include "DGtal/graph/CUndirectedSimpleLocalGraph.h"
98 template <
typename Adj>
138#undef CAdjacency_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: The concept CAdjacency defines an elementary adjacency relation between points of a digital spac...
BOOST_CONCEPT_USAGE(CAdjacency)
std::back_insert_iterator< std::vector< Point > > myInserter
Aim: Represents the concept of local graph: each vertex has neighboring vertices, but we do not neces...