void writeNeighbors(OutputIterator &it, const Vertex &v) const
const Domain & domain() const
functors::DomainPredicate< Domain > Predicate
bool isProperlyAdjacentTo(const Point &p1, const Point &p2) const
Aim: Given a domain and an adjacency, limits the given adjacency to the specified domain for all adja...
bool isAdjacentTo(const Point &p1, const Point &p2) const
Size degree(const Vertex &v) const
Aim: This concept represents a digital domain, i.e. a non mutable subset of points of the given digit...
void selfDisplay(std::ostream &out) const
const Adjacency & myAdjacency
Size bestCapacity() const
const Predicate & predicate() const
std::map< Vertex, Value > Type
DomainAdjacency & operator=(const DomainAdjacency &other)
BOOST_CONCEPT_ASSERT((concepts::CDomain< TDomain >))
DigitalSetSelector< Domain, SMALL_DS+HIGH_ITER_DS >::Type VertexSet