bool isAdjacentTo(const Point &p1, const Point &p2) const
void writeNeighborhood(const Point &p, OutputIterator &out_it) const
void selfDisplay(std::ostream &out) const
void writeProperNeighborhood(const Point &p, OutputIterator &out_it) const
Aim: This concept represents a digital domain, i.e. a non mutable subset of points of the given digit...
Aim: Describes digital adjacencies in a digital domain that are defined with the 1-norm and the infin...
DomainMetricAdjacency & operator=(const DomainMetricAdjacency &other)
BOOST_CONCEPT_ASSERT((concepts::CDomain< Domain >))
bool isProperlyAdjacentTo(const Point &p1, const Point &p2) const