|
CGRA-ME
|
#include <GraphAlgorithmHelpers.h>
Public Member Functions | |
| template<typename ARG1 = NodeSet, typename... Args> | |
| IgnoreVertexSetVisitor (ARG1 &&arg1, Args &&... args) | |
| bool | shouldIgnore (const VertexID &v) |
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 | |
| NodeSet | nodes_to_ignore |
Definition at line 146 of file GraphAlgorithmHelpers.h.
|
inline |
Definition at line 150 of file GraphAlgorithmHelpers.h.
|
inline |
Definition at line 154 of file GraphAlgorithmHelpers.h.
| NodeSet IgnoreVertexSetVisitor< VertexID, Base, NodeSet >::nodes_to_ignore |
Definition at line 147 of file GraphAlgorithmHelpers.h.
1.8.17