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>
virtual bool operator()(E_type edge)
Operator used to filter edges.
Definition: hide_action.h:36
HideAction(HideAction ©)
Copy constructor (required to make sure parent is initialized)
Definition: hide_action.h:31
Forward declarations for functors.
Definition: defines.h:32
GraphFilter< GraphType > * filter()
Definition: graph_action.h:45
Definition: graph_action.h:13
Definition: hide_action.h:16
HideAction(GraphFilter< GraphType > *filter)
Definition: hide_action.h:26
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