Files
ortools-clone/docs/cpp_graph/functions_func_o.html
2021-04-27 23:00:03 +02:00

275 lines
26 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OR-Tools</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">Google OR-Tools 9.0</span>
</div>
</div>
<div id="content" style="width: 100%; overflow: hidden;">
<div style="margin-left: 15px; margin-top: 5px; float: left; color: #145A32;">
<h2>C++ Reference</h2>
<ul>
<li><a href="../cpp_algorithms/annotated.html">Algorithms</a></li>
<li><a href="../cpp_sat/annotated.html">CP-SAT</a></li>
<li><a href="../cpp_graph/annotated.html">Graph</a></li>
<li><a href="../cpp_routing/annotated.html">Routing</a></li>
<li><a href="../cpp_linear/annotated.html">Linear solver</a></li>
</ul>
</div>
<div id="content">
<div align="center">
<h1 style="color: #145A32;">C++ Reference: Graph</h1>
</div>
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('functions_func_o.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
&#160;
<h3><a id="index_o"></a>- o -</h3><ul>
<li>Offset()
: <a class="el" href="classoperations__research_1_1_lattice_memory_manager.html#a1958048f654b22c744e32dfbcdbeb416">LatticeMemoryManager&lt; Set, CostType &gt;</a>
</li>
<li>OffsetDelta()
: <a class="el" href="classoperations__research_1_1_lattice_memory_manager.html#a6789c7b14fc935d7e3d03e1376cb79d8">LatticeMemoryManager&lt; Set, CostType &gt;</a>
</li>
<li>Ok()
: <a class="el" href="classoperations__research_1_1_ebert_graph_1_1_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">EbertGraph&lt; NodeIndexType, ArcIndexType &gt;::IncomingArcIterator</a>
, <a class="el" href="classoperations__research_1_1_ebert_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">EbertGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingOrOppositeIncomingArcIterator</a>
, <a class="el" href="classoperations__research_1_1_linear_sum_assignment_1_1_bipartite_left_node_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">LinearSumAssignment&lt; GraphType &gt;::BipartiteLeftNodeIterator</a>
, <a class="el" href="classoperations__research_1_1_star_graph_base_1_1_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;::ArcIterator</a>
, <a class="el" href="classoperations__research_1_1_star_graph_base_1_1_node_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;::NodeIterator</a>
, <a class="el" href="classoperations__research_1_1_star_graph_base_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">CompleteBipartiteGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingHeadIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;::OppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingHeadIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingOrOppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;::OppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingOrOppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;::OppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingOrOppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html#aa7e07ffe21ad6b4c71a0d22c65f30347">StaticGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
</li>
<li>OnNewWMax()
: <a class="el" href="classoperations__research_1_1_held_wolfe_crowder_evaluator.html#a2ad04ff9537d97fcabc58c86183890c3">HeldWolfeCrowderEvaluator&lt; CostType, CostFunction &gt;</a>
, <a class="el" href="classoperations__research_1_1_volgenant_jonker_evaluator.html#a2ad04ff9537d97fcabc58c86183890c3">VolgenantJonkerEvaluator&lt; CostType &gt;</a>
</li>
<li>OnOneTree()
: <a class="el" href="classoperations__research_1_1_held_wolfe_crowder_evaluator.html#a33c2c5b8d838c77c2701a538f7f30ae4">HeldWolfeCrowderEvaluator&lt; CostType, CostFunction &gt;</a>
, <a class="el" href="classoperations__research_1_1_volgenant_jonker_evaluator.html#a33c2c5b8d838c77c2701a538f7f30ae4">VolgenantJonkerEvaluator&lt; CostType &gt;</a>
</li>
<li>operator!=()
: <a class="el" href="classoperations__research_1_1_element_iterator.html#aefcf46820145a241c215f2e82b69d5f5">ElementIterator&lt; Set &gt;</a>
, <a class="el" href="classoperations__research_1_1_set.html#a3382ddf3a1f05b9ded21ddb7b0013f78">Set&lt; Integer &gt;</a>
, <a class="el" href="classoperations__research_1_1_set_range_iterator.html#a9a69c0a346336b270178d60cd6da6404">SetRangeIterator&lt; SetRange &gt;</a>
, <a class="el" href="classutil_1_1_integer_range_iterator.html#aa886ac418159ae65d914839225a62d35">IntegerRangeIterator&lt; IntegerType &gt;</a>
, <a class="el" href="classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#aaf78c758b76820a9789b9c0b46e7b7d8">ListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingHeadIterator</a>
, <a class="el" href="structutil_1_1_mutable_vector_iteration_1_1_iterator.html#a710b1a5c9f835b20b87a76ce12e4f305">MutableVectorIteration&lt; T &gt;::Iterator</a>
</li>
<li>operator()()
: <a class="el" href="classoperations__research_1_1_arc_functor_ordering_by_tail_and_head.html#a7fc8cebeaaae309b2282772d6cac1888">ArcFunctorOrderingByTailAndHead&lt; GraphType &gt;</a>
, <a class="el" href="classoperations__research_1_1_arc_index_ordering_by_tail_node.html#a7fc8cebeaaae309b2282772d6cac1888">ArcIndexOrderingByTailNode&lt; GraphType &gt;</a>
, <a class="el" href="classoperations__research_1_1_permutation_index_comparison_by_arc_head.html#adfac7f64c59dc84fca23bcd984ef2bdd">PermutationIndexComparisonByArcHead&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>operator*()
: <a class="el" href="classoperations__research_1_1_element_iterator.html#ab4661162459f2cb4e9887fcbc2d38b55">ElementIterator&lt; Set &gt;</a>
, <a class="el" href="classoperations__research_1_1_set_range_iterator.html#ae395c3faa468322a08f842fffcd6cad4">SetRangeIterator&lt; SetRange &gt;</a>
, <a class="el" href="classutil_1_1_integer_range_iterator.html#a0f63c776321c87f50125ed7586ef9020">IntegerRangeIterator&lt; IntegerType &gt;</a>
, <a class="el" href="classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#ab11124729dee2812f84ff011de2c1dbe">ListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingHeadIterator</a>
, <a class="el" href="structutil_1_1_mutable_vector_iteration_1_1_iterator.html#a961cb6e716a724e52369e0d11458e3d0">MutableVectorIteration&lt; T &gt;::Iterator</a>
, <a class="el" href="classutil_1_1_undirected_adjacency_lists_of_directed_graph_1_1_adjacency_list_iterator.html#a1ce6d58586efadff072fb5b4591f5ea3">UndirectedAdjacencyListsOfDirectedGraph&lt; Graph &gt;::AdjacencyListIterator</a>
</li>
<li>operator++()
: <a class="el" href="classoperations__research_1_1_element_iterator.html#a6eb44ef439441ada8ffaaf6ee33a9c40">ElementIterator&lt; Set &gt;</a>
, <a class="el" href="classoperations__research_1_1_set_range_iterator.html#ab199aaba95428b8647f6bfdd83ecb68c">SetRangeIterator&lt; SetRange &gt;</a>
, <a class="el" href="classutil_1_1_integer_range_iterator.html#a43aa6480dc6c9f7b95252cc6540c6c3e">IntegerRangeIterator&lt; IntegerType &gt;</a>
, <a class="el" href="classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#a00f008b80917746917b874d00abd02a9">ListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingHeadIterator</a>
, <a class="el" href="structutil_1_1_mutable_vector_iteration_1_1_iterator.html#aef12ef33726bc591f569f822c7b5ac41">MutableVectorIteration&lt; T &gt;::Iterator</a>
</li>
<li>operator=()
: <a class="el" href="class_connected_components_finder.html#afab44a2f4671e0d0b0f30268ee17b70a">ConnectedComponentsFinder&lt; T, CompareOrHashT &gt;</a>
, <a class="el" href="class_dense_connected_components_finder.html#a3d15b26abd67b58e80e5779beb7b91ad">DenseConnectedComponentsFinder</a>
, <a class="el" href="classoperations__research_1_1_ebert_graph_1_1_incoming_arc_iterator.html#a22389499759a3a1fc6747d4bd0f2a120">EbertGraph&lt; NodeIndexType, ArcIndexType &gt;::IncomingArcIterator</a>
, <a class="el" href="classoperations__research_1_1_ebert_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#af251b7da74772dec7390bcc35f5e57f9">EbertGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingOrOppositeIncomingArcIterator</a>
, <a class="el" href="classoperations__research_1_1_p_r_o_t_o_b_u_f___f_i_n_a_l.html#affa2aefcb846db37716151c0fc4a06bf">PROTOBUF_FINAL</a>
, <a class="el" href="classoperations__research_1_1_star_graph_base_1_1_outgoing_arc_iterator.html#a9161ace1ff0d056c1895c2cab31b308c">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_integer_range_iterator.html#a194c86973a19954f22653a749c10a4d8">IntegerRangeIterator&lt; IntegerType &gt;</a>
, <a class="el" href="classutil_1_1_s_vector.html#aae6f26430b052e475c71158ad69d3a09">SVector&lt; T &gt;</a>
</li>
<li>operator==()
: <a class="el" href="classutil_1_1_integer_range_iterator.html#abb48460e69696358e9fb202c6428c442">IntegerRangeIterator&lt; IntegerType &gt;</a>
</li>
<li>operator[]()
: <a class="el" href="classutil_1_1_complete_bipartite_graph.html#abd4f7ccb1100068c90a108c9c44a1724">CompleteBipartiteGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_complete_graph.html#abd4f7ccb1100068c90a108c9c44a1724">CompleteGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_list_graph.html#a1ae8aef05d10b9545e6a1c0bfb0c7735">ListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#af1f4fd786d8ece275104e594ebc6bfb8">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#a71e14c0088eed792506574efd3e516be">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#a71e14c0088eed792506574efd3e516be">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_static_graph.html#a71e14c0088eed792506574efd3e516be">StaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_s_vector.html#ae1eb43afe1c1e1a47e90d9b1fcec8351">SVector&lt; T &gt;</a>
, <a class="el" href="classutil_1_1_undirected_adjacency_lists_of_directed_graph.html#acb3986c66a9d18524b947fd391f68240">UndirectedAdjacencyListsOfDirectedGraph&lt; Graph &gt;</a>
</li>
<li>Opposite()
: <a class="el" href="classoperations__research_1_1_ebert_graph.html#a5e97f7ded349bc661bf63bca4c951d6b">EbertGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classoperations__research_1_1_generic_max_flow.html#adf24020c0638fbd28d483762e6247ff5">GenericMaxFlow&lt; Graph &gt;</a>
</li>
<li>OppositeArc()
: <a class="el" href="structoperations__research_1_1_graphs.html#ae9cc106c6139c0b4e57057594bf56ea8">Graphs&lt; Graph &gt;</a>
, <a class="el" href="structoperations__research_1_1_graphs_3_01operations__research_1_1_star_graph_01_4.html#ae9cc106c6139c0b4e57057594bf56ea8">Graphs&lt; operations_research::StarGraph &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#a1639035dfa412336ad43f8d8193a0307">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#a1639035dfa412336ad43f8d8193a0307">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#a1639035dfa412336ad43f8d8193a0307">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>OppositeIncomingArcIterator()
: <a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_opposite_incoming_arc_iterator.html#a7c63f34c18b32790f99ff0460ffb5a6e">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;::OppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_opposite_incoming_arc_iterator.html#acbd6c415460badaeb51852031e73fc1b">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;::OppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_opposite_incoming_arc_iterator.html#a07dbc7d066ccb1d50eef6e153aa6350c">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;::OppositeIncomingArcIterator</a>
</li>
<li>OppositeIncomingArcs()
: <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#a2d4c1b57da542282856d41631254c9f0">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#a2d4c1b57da542282856d41631254c9f0">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#a2d4c1b57da542282856d41631254c9f0">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>OppositeIncomingArcsStartingFrom()
: <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#ac82038a46ba21e5e92ea9ce755c9d562">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#ac82038a46ba21e5e92ea9ce755c9d562">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#ac82038a46ba21e5e92ea9ce755c9d562">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>OptimalCost()
: <a class="el" href="classoperations__research_1_1_simple_min_cost_flow.html#ad39ce7ee10c34a3ce1f69f179aa4f1e9">SimpleMinCostFlow</a>
</li>
<li>OptimalFlow()
: <a class="el" href="classoperations__research_1_1_simple_max_flow.html#a865dfd15177ea8b4cd75a34ab9cee1b1">SimpleMaxFlow</a>
</li>
<li>OptimizeGraphLayout()
: <a class="el" href="classoperations__research_1_1_linear_sum_assignment.html#aa4b556b7bee4c7f3fb60781e7ebda1b2">LinearSumAssignment&lt; GraphType &gt;</a>
</li>
<li>OutDegree()
: <a class="el" href="classutil_1_1_complete_bipartite_graph.html#a972f29a740833d0f6d9ae9ad1f568b22">CompleteBipartiteGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_complete_graph.html#a972f29a740833d0f6d9ae9ad1f568b22">CompleteGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_list_graph.html#a972f29a740833d0f6d9ae9ad1f568b22">ListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#a972f29a740833d0f6d9ae9ad1f568b22">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#a972f29a740833d0f6d9ae9ad1f568b22">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#a972f29a740833d0f6d9ae9ad1f568b22">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_static_graph.html#a972f29a740833d0f6d9ae9ad1f568b22">StaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>OutgoingArcIterator()
: <a class="el" href="classoperations__research_1_1_star_graph_base_1_1_outgoing_arc_iterator.html#adb89d4c88029fe2fa9992864e32c0391">StarGraphBase&lt; NodeIndexType, ArcIndexType, DerivedGraph &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_complete_bipartite_graph_1_1_outgoing_arc_iterator.html#a3ebbc468e485ed1a334078cdac6084c5">CompleteBipartiteGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_list_graph_1_1_outgoing_arc_iterator.html#aca9bd0f81d59e1e7956e2b52d984e7a9">ListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_arc_iterator.html#a09204ded3355c128d6bee038d4308730">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_arc_iterator.html#a0af74c9f2629d4667b5daf3235c4bce7">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_outgoing_arc_iterator.html#a5eafa0bb6911e15aa04f37a71e10d9e9">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
, <a class="el" href="classutil_1_1_static_graph_1_1_outgoing_arc_iterator.html#a5cd9d7be1ec11a2cf229cf8518527646">StaticGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingArcIterator</a>
</li>
<li>OutgoingArcs()
: <a class="el" href="classutil_1_1_complete_bipartite_graph.html#a05add2b29aa63527f24f25c605c29b12">CompleteBipartiteGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_complete_graph.html#a05add2b29aa63527f24f25c605c29b12">CompleteGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_list_graph.html#ad7db584fc1fe14ce9296131fda625994">ListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#ad7db584fc1fe14ce9296131fda625994">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#ad7db584fc1fe14ce9296131fda625994">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#ad7db584fc1fe14ce9296131fda625994">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_static_graph.html#ad7db584fc1fe14ce9296131fda625994">StaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>OutgoingArcsStartingFrom()
: <a class="el" href="classutil_1_1_complete_bipartite_graph.html#ac79c65c1a4e1b6e585ce0a297a30e783">CompleteBipartiteGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_complete_graph.html#ac79c65c1a4e1b6e585ce0a297a30e783">CompleteGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_list_graph.html#a670eedbe0833896676a7063dc91a89ff">ListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#a670eedbe0833896676a7063dc91a89ff">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#a670eedbe0833896676a7063dc91a89ff">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#a670eedbe0833896676a7063dc91a89ff">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_static_graph.html#a670eedbe0833896676a7063dc91a89ff">StaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>OutgoingHeadIterator()
: <a class="el" href="classutil_1_1_list_graph_1_1_outgoing_head_iterator.html#af42a7f0eb417709481c23986ebaafd55">ListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingHeadIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_head_iterator.html#a3b47cc7e028f3affa867594f0667016a">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingHeadIterator</a>
</li>
<li>OutgoingOrOppositeIncomingArcIterator()
: <a class="el" href="classoperations__research_1_1_ebert_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#ab0fa4991e548ecbe6666e461ac898b32">EbertGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingOrOppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_list_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#a2282bb0bc1118383354bf90a92822b32">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingOrOppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#a6794aab15410a6bb6d59859e39078fed">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingOrOppositeIncomingArcIterator</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph_1_1_outgoing_or_opposite_incoming_arc_iterator.html#aaab2995a93d88c5a0d4b611126adbb00">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;::OutgoingOrOppositeIncomingArcIterator</a>
</li>
<li>OutgoingOrOppositeIncomingArcs()
: <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#a96c9c7908573f98dcd303002f2d27f08">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#a96c9c7908573f98dcd303002f2d27f08">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#a96c9c7908573f98dcd303002f2d27f08">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
<li>OutgoingOrOppositeIncomingArcsStartingFrom()
: <a class="el" href="classutil_1_1_reverse_arc_list_graph.html#a6487722851853c8b5b979780b1acb027">ReverseArcListGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_mixed_graph.html#a6487722851853c8b5b979780b1acb027">ReverseArcMixedGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
, <a class="el" href="classutil_1_1_reverse_arc_static_graph.html#a6487722851853c8b5b979780b1acb027">ReverseArcStaticGraph&lt; NodeIndexType, ArcIndexType &gt;</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
</div>
</div>
<div id="footer-container">
<div id="footer">
</div>
</div>
</body>
</html>