6 #include "graph_filter.h"
7 #include "graph_action.h"
8 #include "graph_properties.h"
15 template<
typename GraphType>
49 template<
typename P1,
typename P2>
Forward declarations for functors.
Definition: defines.h:32
GraphFilter< GraphType > * filter()
Definition: graph_action.h:45
Definition: graph_action.h:13
NoopAction(GraphFilter< GraphType > *filter)
Definition: noop_action.h:26
Definition: noop_action.h:16
NoopAction(NoopAction ©)
Copy constructor (required to make sure parent is initialized)
Definition: noop_action.h:32
Definition: graph_filter.h:15
virtual bool operator()(E_type edge)
Operator used to filter edges, at present this does nothing but call parent in hierarchy.
Definition: noop_action.h:37
unsigned int index_type_t
The type of index used for the nodes in the graph.
Definition: grapher.h:52