31 #if defined(Expander_RECURSES)
32 #error Recursive header files inclusion detected in Expander.h
33 #else // defined(Expander_RECURSES)
35 #define Expander_RECURSES
37 #if !defined Expander_h
44 #include "DGtal/base/Common.h"
45 #include "DGtal/base/ConstAlias.h"
46 #include "DGtal/kernel/sets/DigitalSetSelector.h"
47 #include "DGtal/kernel/sets/DigitalSetDomain.h"
48 #include "DGtal/topology/DomainAdjacency.h"
49 #include "DGtal/topology/Object.h"
96 template <
typename TObject>
143 template <
typename Po
intInputIterator>
145 PointInputIterator b, PointInputIterator e );
311 template <
typename T>
320 #include "DGtal/graph/Expander.ih"
325 #endif // !defined Expander_h
327 #undef Expander_RECURSES
328 #endif // else defined(Expander_RECURSES)
DigitalSet::Domain Domain
void computeNextLayer(const DigitalSet &src)
const DigitalSet & core() const
const DigitalSet & layer() const
Aim: This class encapsulates its parameter class so that to indicate to the user that the object/poin...
DigitalSetDomain< DigitalSet > ObjectDomain
Expander & operator=(const Expander &other)
std::ostream & operator<<(std::ostream &out, const ATu0v1< TKSpace, TLinearAlgebra > &object)
const Domain & myEmbeddingDomain
ConstIterator begin() const
ConstIterator end() const
DGtal is the top-level namespace which contains all DGtal functions and types.
Object::DigitalSet DigitalSet
Aim: This class is useful to visit an object by adjacencies, layer by layer.
NotInCoreDomainPredicate myNotInCorePred
ObjectAdjacency myObjectAdjacency
ObjectDomain myObjectDomain
DomainAdjacency< ObjectDomain, ForegroundAdjacency > ObjectAdjacency
Object::ForegroundAdjacency ForegroundAdjacency
Container::const_iterator ConstIterator
ConstIterator type of the container;.
CoreDomain::Predicate InCoreDomainPredicate
void selfDisplay(std::ostream &out) const
DigitalTopology::ForegroundAdjacency ForegroundAdjacency
DigitalSetDomain< DigitalSet > CoreDomain
Aim: A wrapper class around a STL associative container for storing sets of digital points within som...
functors::NotPointPredicate< InCoreDomainPredicate > NotInCoreDomainPredicate
DigitalSet::ConstIterator ConstIterator