6 #include "graph_filter.h"
11 template<
typename GraphType>
58 template<
typename P1,
typename P2>
virtual GraphFilter< GraphType > * clone()
Definition: true_filter.h:28
TrueFilter(std::string filter_name)
Definition: true_filter.h:21
Forward declarations for functors.
Definition: defines.h:32
Definition: graph_filter.h:15
virtual bool operator()(E_type edge)
Definition: true_filter.h:36
unsigned int index_type_t
The type of index used for the nodes in the graph.
Definition: grapher.h:52
Definition: true_filter.h:12