Home
last modified time | relevance | path

Searched defs:UEdgeIt (Results 1 – 6 of 6) sorted by relevance

/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/concepts/
H A Dugraph.h232 UEdgeIt() { } in UEdgeIt() function
237 UEdgeIt(const UEdgeIt& e) : UEdge(e) { } in UEdgeIt() function
242 UEdgeIt(Invalid) { } in UEdgeIt() function
246 UEdgeIt(const UGraph&) { } in UEdgeIt() function
253 UEdgeIt(const UGraph&, const UEdge&) { } in UEdgeIt() function
H A Dbpugraph.h441 UEdgeIt() { } in UEdgeIt() function
446 UEdgeIt(const UEdgeIt& e) : UEdge(e) { } in UEdgeIt() function
451 UEdgeIt(Invalid) { } in UEdgeIt() function
455 UEdgeIt(const BpUGraph&) { } in UEdgeIt() function
462 UEdgeIt(const BpUGraph&, const UEdge&) { } in UEdgeIt() function
H A Dgraph_components.h1050 typedef GraphItemIt<Graph, UEdge> UEdgeIt; typedef
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/bits/
H A Dgraph_adaptor_extender.h355 UEdgeIt() { } in UEdgeIt() function
357 UEdgeIt(Invalid i) : UEdge(i) { } in UEdgeIt() function
359 explicit UEdgeIt(const Adaptor& _graph) : graph(&_graph) { in UEdgeIt() function
363 UEdgeIt(const Adaptor& _graph, const UEdge& e) : in UEdgeIt() function
584 UEdgeIt() { } in UEdgeIt() function
586 UEdgeIt(Invalid i) : UEdge(INVALID) { } in UEdgeIt() function
588 explicit UEdgeIt(const Graph& _graph) : graph(&_graph) { in UEdgeIt() function
592 UEdgeIt(const Graph& _graph, const UEdge& edge) in UEdgeIt() function
H A Dgraph_extender.h515 UEdgeIt() { } in UEdgeIt() function
517 UEdgeIt(Invalid i) : UEdge(i) { } in UEdgeIt() function
519 explicit UEdgeIt(const Graph& _graph) : graph(&_graph) { in UEdgeIt() function
523 UEdgeIt(const Graph& _graph, const UEdge& e) : in UEdgeIt() function
945 UEdgeIt() { } in UEdgeIt() function
947 UEdgeIt(Invalid i) : UEdge(INVALID) { } in UEdgeIt() function
949 explicit UEdgeIt(const Graph& _graph) : graph(&_graph) { in UEdgeIt() function
953 UEdgeIt(const Graph& _graph, const UEdge& edge) in UEdgeIt() function
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/
H A Dbipartite_matching.h61 typedef typename Graph::UEdgeIt UEdgeIt; typedef
672 typedef typename BpUGraph::UEdgeIt UEdgeIt; typedef
1271 typedef typename BpUGraph::UEdgeIt UEdgeIt; typedef