33 #if defined(DepthFirstVisitor_RECURSES)
34 #error Recursive header files inclusion detected in DepthFirstVisitor.h
37 #define DepthFirstVisitor_RECURSES
39 #if !defined DepthFirstVisitor_h
41 #define DepthFirstVisitor_h
47 #include "DGtal/base/Common.h"
48 #include "DGtal/base/CountedPtr.h"
49 #include "DGtal/base/ConstAlias.h"
50 #include "DGtal/kernel/sets/DigitalSetSelector.h"
51 #include "DGtal/kernel/sets/DigitalSetDomain.h"
52 #include "DGtal/topology/DomainAdjacency.h"
53 #include "DGtal/graph/CUndirectedSimpleLocalGraph.h"
93 template <
typename TGraph,
94 typename TMarkSet =
typename TGraph::VertexSet >
115 typedef std::pair< Vertex, Data >
Node;
165 template <
typename VertexIterator>
167 VertexIterator b, VertexIterator e );
214 template <
typename VertexPredicate>
215 void expand(
const VertexPredicate & authorized_vtx );
322 template <
typename TGraph,
typename TMarkSet >
332 #include "DGtal/graph/DepthFirstVisitor.ih"
339 #undef DepthFirstVisitor_RECURSES
Aim: This class encapsulates its parameter class so that to indicate to the user that the object/poin...
Aim: This class is useful to perform a depth-first exploration of a graph given a starting point or s...
DepthFirstVisitor(ConstAlias< Graph > graph, const Vertex &p)
const Graph & graph() const
std::stack< Node > NodeQueue
Internal data structure for computing the depth-first expansion.
DepthFirstVisitor< TGraph, TMarkSet > Self
DepthFirstVisitor(ConstAlias< Graph > graph)
const MarkSet & markedVertices() const
Size Data
Data attached to each Vertex is the depth distance to the seed.
std::vector< Vertex > VertexList
Internal data structure for storing vertices.
DepthFirstVisitor & operator=(const DepthFirstVisitor &other)
MarkSet visitedVertices() const
void expand(const VertexPredicate &authorized_vtx)
std::pair< Vertex, Data > Node
void selfDisplay(std::ostream &out) const
DepthFirstVisitor(ConstAlias< Graph > graph, VertexIterator b, VertexIterator e)
const Node & current() const
DepthFirstVisitor(const DepthFirstVisitor &other)
DGtal is the top-level namespace which contains all DGtal functions and types.
std::ostream & operator<<(std::ostream &out, const ATu0v1< TKSpace, TLinearAlgebra > &object)
HalfEdgeDataStructure::Size Size