|
CGRA-ME
|
#include <GraphAlgorithmHelpers.h>
Public Member Functions | |
| DebugVisitor (OStream *debug_stream=nullptr) | |
| void | onExamine (const VertexID &v) |
| void | onSkipped (const VertexID &v) |
| void | onExamineEdge (const VertexID &source, const VertexID &target) |
| void | onSkippedEdge (const VertexID &source, const VertexID &target) |
| void | onWaveEnd () |
Public Member Functions inherited from DoNothingGraphVisitor< VertexID > | |
| void | onExamine (const VertexID &) |
| void | onExamineEdge (const VertexID &, const VertexID &) |
| bool | shouldIgnore (const VertexID &) |
| bool | shouldIgnoreEdge (const VertexID &, const VertexID &) |
| void | onSkipped (const VertexID &) |
| void | onSkippedEdge (const VertexID &, const VertexID &) |
| void | onWaveEnd () |
| bool | shouldStop () |
Public Attributes | |
| OStream * | debug_stream |
Optionally prints the callbacks as they happen
Definition at line 181 of file GraphAlgorithmHelpers.h.
|
inline |
Definition at line 183 of file GraphAlgorithmHelpers.h.
|
inline |
Definition at line 185 of file GraphAlgorithmHelpers.h.
|
inline |
Definition at line 195 of file GraphAlgorithmHelpers.h.
|
inline |
Definition at line 190 of file GraphAlgorithmHelpers.h.
|
inline |
Definition at line 200 of file GraphAlgorithmHelpers.h.
|
inline |
Definition at line 205 of file GraphAlgorithmHelpers.h.
| OStream* DebugVisitor< VertexID, Base, OStream >::debug_stream |
Definition at line 182 of file GraphAlgorithmHelpers.h.
1.8.17