Home
last modified time | relevance | path

Searched refs:EdgeSubGraphAdaptor (Results 1 – 1 of 1) sorted by relevance

/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/
H A Dgraph_adaptor.h990 class EdgeSubGraphAdaptor :
999 EdgeSubGraphAdaptor() : const_true_map(true) { in EdgeSubGraphAdaptor() function
1005 EdgeSubGraphAdaptor(Graph& _graph, EdgeFilterMap& _edge_filter_map) : in EdgeSubGraphAdaptor() function
1018 EdgeSubGraphAdaptor<const Graph, EdgeFilterMap>
1020 return EdgeSubGraphAdaptor<const Graph, EdgeFilterMap>(graph, efm); in edgeSubGraphAdaptor()
1024 EdgeSubGraphAdaptor<const Graph, const EdgeFilterMap>
1026 return EdgeSubGraphAdaptor<const Graph, const EdgeFilterMap>(graph, efm); in edgeSubGraphAdaptor()
1520 public EdgeSubGraphAdaptor<
1539 typedef EdgeSubGraphAdaptor<UGraph, EdgeFilter> Parent;