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>
313 operator<< ( std::ostream & out, const Expander<T> & object );
320 #include "DGtal/graph/Expander.ih" 325 #endif // !defined Expander_h 327 #undef Expander_RECURSES 328 #endif // else defined(Expander_RECURSES)
const DigitalSet & core() const
DigitalSetDomain< DigitalSet > CoreDomain
MyDigitalSurface::ConstIterator ConstIterator
DigitalSet::ConstIterator ConstIterator
Aim: This class encapsulates its parameter class so that to indicate to the user that the object/poin...
DigitalSetDomain< DigitalSet > ObjectDomain
ConstIterator end() const
ConstIterator begin() const
Expander & operator=(const Expander &other)
const Domain & myEmbeddingDomain
NotInCoreDomainPredicate myNotInCorePred
Aim: This class is useful to visit an object by adjacencies, layer by layer.
DigitalTopology::ForegroundAdjacency ForegroundAdjacency
DGtal is the top-level namespace which contains all DGtal functions and types.
ObjectAdjacency myObjectAdjacency
Object::DigitalSet DigitalSet
Object::ForegroundAdjacency ForegroundAdjacency
DigitalSet::Domain Domain
ObjectDomain myObjectDomain
void selfDisplay(std::ostream &out) const
void computeNextLayer(const DigitalSet &src)
DomainAdjacency< ObjectDomain, ForegroundAdjacency > ObjectAdjacency
const DigitalSet & layer() const
functors::NotPointPredicate< InCoreDomainPredicate > NotInCoreDomainPredicate
CoreDomain::Predicate InCoreDomainPredicate