2019-06-13 15:36:14 +02:00
<!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"/> -->
2019-06-20 23:08:48 +02:00
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
2019-06-13 15:36:14 +02:00
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2020-01-27 13:48:26 +01:00
< span id = "sfml" > Google OR-Tools 7.5< / span >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
2019-08-12 09:16:03 -07:00
< h2 > C++ Reference< / h2 >
2019-08-07 18:01:08 -07:00
< ul >
< li > < a href = "../cpp_algorithms/annotated.html" > Algorithms< / a > < / li >
2019-08-12 09:16:03 -07:00
< li > < a href = "../cpp_sat/annotated.html" > CP-SAT< / a > < / li >
2019-08-07 18:01:08 -07:00
< 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 >
2019-06-13 15:36:14 +02:00
< div id = "content" >
2019-08-07 18:01:08 -07:00
< div align = "center" >
< h1 style = "color: #145A32;" > C++ Reference: Graph< / h1 >
< / div >
2020-01-27 13:48:26 +01:00
<!-- Generated by Doxygen 1.8.18 -->
2019-06-13 15:36:14 +02:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
2019-07-15 17:42:24 -07:00
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
2019-06-13 15:36:14 +02:00
< / ul >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html" > ForwardStaticGraph< / a > < / li > < / ul >
2019-06-13 15:36:14 +02:00
< / div >
2019-08-07 18:01:08 -07:00
< / div > <!-- top -->
2019-06-13 15:36:14 +02:00
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "classoperations__research_1_1ForwardStaticGraph-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2019-08-07 18:01:08 -07:00
< div class = "title" > ForwardStaticGraph< NodeIndexType, ArcIndexType > < / div > < / div >
2019-06-13 15:36:14 +02:00
< / div > <!-- header -->
< div class = "contents" >
2019-08-12 23:15:11 -07:00
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< typename NodeIndexType, typename ArcIndexType> < br / >
class operations_research::ForwardStaticGraph< NodeIndexType, ArcIndexType > < / h3 >
2019-07-12 13:25:23 -07:00
2019-08-12 23:15:11 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00192" > 192< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div > < table class = "memberdecls" >
2019-06-13 15:36:14 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph_1_1CycleHandlerForAnnotatedArcs.html" > CycleHandlerForAnnotatedArcs< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:aec05ff3d270a5f888e1623c2a99ff2aa" > < td class = "memItemLeft" align = "right" valign = "top" > typedef NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#aec05ff3d270a5f888e1623c2a99ff2aa" > NodeIndex< / a > < / td > < / tr >
< tr class = "separator:aec05ff3d270a5f888e1623c2a99ff2aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a92531459eff09455cfa63976f5024906" > < td class = "memItemLeft" align = "right" valign = "top" > typedef ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a92531459eff09455cfa63976f5024906" > ArcIndex< / a > < / td > < / tr >
< tr class = "separator:a92531459eff09455cfa63976f5024906" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2020-01-27 13:48:26 +01:00
< tr class = "memitem:a6e87f7e1d0b9600ad5aa56a4fd2a8dd3" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a6e87f7e1d0b9600ad5aa56a4fd2a8dd3" > ForwardStaticGraph< / a > (const NodeIndexType num_nodes, const ArcIndexType num_arcs, const bool sort_arcs_by_head, std::vector< std::pair< NodeIndexType, NodeIndexType > > *client_input_arcs, operations_research::PermutationCycleHandler< ArcIndexType > *const client_cycle_handler)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a6e87f7e1d0b9600ad5aa56a4fd2a8dd3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aae684b1eb132c8c201f437d88e367b55" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#aae684b1eb132c8c201f437d88e367b55" > Tail< / a > (const ArcIndexType arc) const< / td > < / tr >
< tr class = "separator:aae684b1eb132c8c201f437d88e367b55" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4bdbd200e31110f301a3fed9abf15626" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a4bdbd200e31110f301a3fed9abf15626" > IsIncoming< / a > (ArcIndexType arc, NodeIndexType node) const< / td > < / tr >
< tr class = "separator:a4bdbd200e31110f301a3fed9abf15626" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac6532804a8bcf9ca89e41b0e3139d5fb" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#ac6532804a8bcf9ca89e41b0e3139d5fb" > CheckArcBounds< / a > (const ArcIndexType arc) const< / td > < / tr >
< tr class = "separator:ac6532804a8bcf9ca89e41b0e3139d5fb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a553e5eeb2887a1d7663e1200b7466e6c" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a553e5eeb2887a1d7663e1200b7466e6c" > CheckArcValidity< / a > (const ArcIndexType arc) const< / td > < / tr >
< tr class = "separator:a553e5eeb2887a1d7663e1200b7466e6c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6832ebe70da89cb9d2efea26a823d204" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a6832ebe70da89cb9d2efea26a823d204" > CheckTailIndexValidity< / a > (const ArcIndexType arc) const< / td > < / tr >
< tr class = "separator:a6832ebe70da89cb9d2efea26a823d204" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a53939b18e4b76d6f6ff9274c23b81b" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a6a53939b18e4b76d6f6ff9274c23b81b" > NextOutgoingArc< / a > (const NodeIndexType node, ArcIndexType arc) const< / td > < / tr >
< tr class = "separator:a6a53939b18e4b76d6f6ff9274c23b81b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a764be64f3029f8b8e23511061d8de355" > < td class = "memItemLeft" align = "right" valign = "top" > std::string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a764be64f3029f8b8e23511061d8de355" > DebugString< / a > () const< / td > < / tr >
< tr class = "separator:a764be64f3029f8b8e23511061d8de355" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a53ee05de8f3dd5145b9c0a5ef903a399" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a53ee05de8f3dd5145b9c0a5ef903a399" > BuildTailArray< / a > ()< / td > < / tr >
< tr class = "separator:a53ee05de8f3dd5145b9c0a5ef903a399" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6310ea59fd0f4f0f5de8671c87134fd9" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a6310ea59fd0f4f0f5de8671c87134fd9" > ReleaseTailArray< / a > ()< / td > < / tr >
< tr class = "separator:a6310ea59fd0f4f0f5de8671c87134fd9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adf0cfc6d2bc79267111a8d38a1f6ffea" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#adf0cfc6d2bc79267111a8d38a1f6ffea" > TailArrayComplete< / a > () const< / td > < / tr >
< tr class = "separator:adf0cfc6d2bc79267111a8d38a1f6ffea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-01-27 13:48:26 +01:00
< tr class = "memitem:a8b9175b7d6fd63f5ae764a7ea44d13e0" > < td class = "memItemLeft" align = "right" valign = "top" > ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a8b9175b7d6fd63f5ae764a7ea44d13e0" > end_arc_index< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a8b9175b7d6fd63f5ae764a7ea44d13e0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-01-27 13:48:26 +01:00
< tr class = "memitem:a5237cfbb86ec8f305e498e873e5c4e95" > < td class = "memItemLeft" align = "right" valign = "top" > NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a5237cfbb86ec8f305e498e873e5c4e95" > Head< / a > (const ArcIndexType arc) const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a5237cfbb86ec8f305e498e873e5c4e95" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-01-27 13:48:26 +01:00
< tr class = "memitem:a2b88b717e42d7137a884c36e35052191" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a2b88b717e42d7137a884c36e35052191" > IsNodeValid< / a > (NodeIndexType node) const< / td > < / tr >
< tr class = "separator:a2b88b717e42d7137a884c36e35052191" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-attribs" > < / a >
Static Public Attributes< / h2 > < / td > < / tr >
2020-01-27 13:48:26 +01:00
< tr class = "memitem:a3caf77fe23c752e7cf9c97116ee9d34a" > < td class = "memItemLeft" align = "right" valign = "top" > static const ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a3caf77fe23c752e7cf9c97116ee9d34a" > kFirstArc< / a > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a3caf77fe23c752e7cf9c97116ee9d34a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-01-27 13:48:26 +01:00
< tr class = "memitem:acaaf3f4354888c162f6c562f0bd2ae2b" > < td class = "memItemLeft" align = "right" valign = "top" > static const NodeIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#acaaf3f4354888c162f6c562f0bd2ae2b" > kFirstNode< / a > < / td > < / tr >
< tr class = "separator:acaaf3f4354888c162f6c562f0bd2ae2b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab3a7c235c6a6000a25a5a79d680f1ba" > < td class = "memItemLeft" align = "right" valign = "top" > static const ArcIndexType  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#aab3a7c235c6a6000a25a5a79d680f1ba" > kNilArc< / a > < / td > < / tr >
< tr class = "separator:aab3a7c235c6a6000a25a5a79d680f1ba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2019-08-12 23:15:11 -07:00
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a92531459eff09455cfa63976f5024906" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a92531459eff09455cfa63976f5024906" > ◆ < / a > < / span > ArcIndex< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > typedef ArcIndexType < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#a92531459eff09455cfa63976f5024906" > ArcIndex< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00565" > 565< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "aec05ff3d270a5f888e1623c2a99ff2aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aec05ff3d270a5f888e1623c2a99ff2aa" > ◆ < / a > < / span > NodeIndex< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > typedef NodeIndexType < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html#aec05ff3d270a5f888e1623c2a99ff2aa" > NodeIndex< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00564" > 564< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a6e87f7e1d0b9600ad5aa56a4fd2a8dd3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6e87f7e1d0b9600ad5aa56a4fd2a8dd3" > ◆ < / a > < / span > ForwardStaticGraph()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1ForwardStaticGraph.html" > ForwardStaticGraph< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const NodeIndexType  < / td >
< td class = "paramname" > < em > num_nodes< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const ArcIndexType  < / td >
< td class = "paramname" > < em > num_arcs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const bool  < / td >
< td class = "paramname" > < em > sort_arcs_by_head< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > std::vector< std::pair< NodeIndexType, NodeIndexType > > *  < / td >
< td class = "paramname" > < em > client_input_arcs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > operations_research::PermutationCycleHandler< ArcIndexType > *const  < / td >
< td class = "paramname" > < em > client_cycle_handler< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00621" > 621< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a53ee05de8f3dd5145b9c0a5ef903a399" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a53ee05de8f3dd5145b9c0a5ef903a399" > ◆ < / a > < / span > BuildTailArray()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool BuildTailArray < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00816" > 816< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ac6532804a8bcf9ca89e41b0e3139d5fb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac6532804a8bcf9ca89e41b0e3139d5fb" > ◆ < / a > < / span > CheckArcBounds()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool CheckArcBounds < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00770" > 770< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a553e5eeb2887a1d7663e1200b7466e6c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a553e5eeb2887a1d7663e1200b7466e6c" > ◆ < / a > < / span > CheckArcValidity()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool CheckArcValidity < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00778" > 778< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a6832ebe70da89cb9d2efea26a823d204" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6832ebe70da89cb9d2efea26a823d204" > ◆ < / a > < / span > CheckTailIndexValidity()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool CheckTailIndexValidity < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00783" > 783< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a764be64f3029f8b8e23511061d8de355" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a764be64f3029f8b8e23511061d8de355" > ◆ < / a > < / span > DebugString()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > std::string DebugString < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00802" > 802< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a8b9175b7d6fd63f5ae764a7ea44d13e0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8b9175b7d6fd63f5ae764a7ea44d13e0" > ◆ < / a > < / span > end_arc_index()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > ArcIndexType end_arc_index< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-01-27 13:48:26 +01:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00252" > 252< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a5237cfbb86ec8f305e498e873e5c4e95" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5237cfbb86ec8f305e498e873e5c4e95" > ◆ < / a > < / span > Head()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > NodeIndexType Head< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-01-27 13:48:26 +01:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00297" > 297< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a4bdbd200e31110f301a3fed9abf15626" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4bdbd200e31110f301a3fed9abf15626" > ◆ < / a > < / span > IsIncoming()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool IsIncoming < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > NodeIndexType  < / td >
< td class = "paramname" > < em > node< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00763" > 763< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a2b88b717e42d7137a884c36e35052191" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2b88b717e42d7137a884c36e35052191" > ◆ < / a > < / span > IsNodeValid()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > bool IsNodeValid< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-01-27 13:48:26 +01:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00279" > 279< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
2020-01-27 13:48:26 +01:00
< a id = "a6a53939b18e4b76d6f6ff9274c23b81b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a53939b18e4b76d6f6ff9274c23b81b" > ◆ < / a > < / span > NextOutgoingArc()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > ArcIndexType NextOutgoingArc < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const NodeIndexType  < / td >
2020-01-27 13:48:26 +01:00
< td class = "paramname" > < em > node< / em > , < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2020-01-27 13:48:26 +01:00
< td class = "paramtype" > ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / em >   < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-01-27 13:48:26 +01:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00788" > 788< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-01-27 13:48:26 +01:00
< a id = "a6310ea59fd0f4f0f5de8671c87134fd9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6310ea59fd0f4f0f5de8671c87134fd9" > ◆ < / a > < / span > ReleaseTailArray()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > void ReleaseTailArray < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
2020-01-27 13:48:26 +01:00
< td > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-01-27 13:48:26 +01:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00844" > 844< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-01-27 13:48:26 +01:00
< a id = "aae684b1eb132c8c201f437d88e367b55" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aae684b1eb132c8c201f437d88e367b55" > ◆ < / a > < / span > Tail()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > NodeIndexType Tail < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const ArcIndexType  < / td >
< td class = "paramname" > < em > arc< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-01-27 13:48:26 +01:00
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00756" > 756< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-01-27 13:48:26 +01:00
< a id = "adf0cfc6d2bc79267111a8d38a1f6ffea" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adf0cfc6d2bc79267111a8d38a1f6ffea" > ◆ < / a > < / span > TailArrayComplete()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > bool TailArrayComplete < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-01-27 13:48:26 +01:00
< td class = "paramname" > < / td > < td > )< / td >
2019-06-13 15:36:14 +02:00
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00847" > 847< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-01-27 13:48:26 +01:00
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a3caf77fe23c752e7cf9c97116ee9d34a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3caf77fe23c752e7cf9c97116ee9d34a" > ◆ < / a > < / span > kFirstArc< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > const ArcIndexType kFirstArc< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-01-27 13:48:26 +01:00
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00225" > 225< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-01-27 13:48:26 +01:00
< a id = "acaaf3f4354888c162f6c562f0bd2ae2b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acaaf3f4354888c162f6c562f0bd2ae2b" > ◆ < / a > < / span > kFirstNode< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > const NodeIndexType kFirstNode< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-01-27 13:48:26 +01:00
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2020-01-27 13:48:26 +01:00
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00222" > 222< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2020-01-27 13:48:26 +01:00
< a id = "aab3a7c235c6a6000a25a5a79d680f1ba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab3a7c235c6a6000a25a5a79d680f1ba" > ◆ < / a > < / span > kNilArc< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2020-01-27 13:48:26 +01:00
< td class = "memname" > const ArcIndexType kNilArc< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2020-01-27 13:48:26 +01:00
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2019-06-13 15:51:12 +02:00
2019-06-13 15:36:14 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "ebert__graph_8h_source.html#l00219" > 219< / a > of file < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "ebert__graph_8h_source.html" > ebert_graph.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
2019-08-07 18:01:08 -07:00
< / div >
2019-06-13 15:36:14 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >