1 #ifndef BLUE_COLOUR_FILTER_H_
2 #define BLUE_COLOUR_FILTER_H_
6 #include "graph_filter.h"
15 template<
typename GraphType>
26 properties_(properties) {
46 properties_.set_property(m,
"colour",
"blue");
51 template<
typename P1,
typename P2>
virtual bool operator()(E_type edge)
Operator used for edges, at present this will colour both source and target of the edge...
Definition: blue_colour_filter.h:38
virtual GraphFilter< GraphType > * clone()
Definition: blue_colour_filter.h:32
Forward declarations for functors.
Definition: defines.h:32
T1 * from()
Definition: dependency.h:37
Definition: graph_filter.h:15
Definition: graph_properties.h:7
BlueColourFilter(GraphProperties< GraphType > &properties)
Definition: blue_colour_filter.h:24
T2 * to()
Definition: dependency.h:45
unsigned int index_type_t
The type of index used for the nodes in the graph.
Definition: grapher.h:52
Definition: blue_colour_filter.h:16