1 #ifndef GRAPH_ACTION_H_
2 #define GRAPH_ACTION_H_
4 #include "graph_filter.h"
12 template<
typename GraphType>
62 template<
typename P1,
typename P2>
GraphAction(GraphFilter< GraphType > *filter)
Definition: graph_action.h:23
GraphAction(GraphAction< GraphType > ©)
Definition: graph_action.h:31
Forward declarations for functors.
Definition: defines.h:32
virtual bool operator()(E_type edge)=0
virtual ~GraphAction()
Definition: graph_action.h:38
GraphFilter< GraphType > * filter()
Definition: graph_action.h:45
Definition: graph_action.h:13
Definition: graph_filter.h:15
bool run_filter(P arg)
Definition: graph_action.h:70
GraphFilter< GraphType > * filter_
The filter is used to indicate whether the action should be taken or not.
Definition: graph_action.h:79
unsigned int index_type_t
The type of index used for the nodes in the graph.
Definition: grapher.h:52