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"/> -->
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
2020-09-01 16:00:33 +02:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
2019-06-13 15:36:14 +02:00
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2021-09-20 15:57:27 +02:00
< span id = "sfml" > Google OR-Tools 9.1< / 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 >
2021-09-30 01:18:45 +02:00
<!-- Generated by Doxygen 1.9.2 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
2021-09-30 01:18:45 +02:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2021-09-30 01:18:45 +02:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2020-09-01 16:00:33 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2021-09-30 01:18:45 +02:00
/* @license-end */
< / script >
2020-09-01 16:00:33 +02:00
< div id = "main-nav" > < / div >
2019-08-07 18:01:08 -07:00
< / div > <!-- top -->
2020-09-01 16:00:33 +02:00
< 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" >
2021-09-30 01:18:45 +02:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(document).ready(function(){initNavTree('class_connected_components_finder.html',''); initResizable(); });
2020-09-01 16:00:33 +02:00
/* @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 >
2019-06-13 15:36:14 +02:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2020-10-09 12:00:09 +02:00
< a href = "class_connected_components_finder-members.html" > List of all members< / a > < / div >
2021-09-30 01:18:45 +02:00
< div class = "headertitle" > < div class = "title" > ConnectedComponentsFinder< T, CompareOrHashT > < / 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 >
2021-09-30 01:18:45 +02:00
< div class = "textblock" > < div class = "compoundTemplParams" > template< typename T, typename CompareOrHashT = std::less< T> > < br / >
class ConnectedComponentsFinder< T, CompareOrHashT > < / div >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00202" > 202< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-08-12 23:15:11 -07:00
< / div > < table class = "memberdecls" >
2021-09-30 01:18:45 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "pub-methods" name = "pub-methods" > < / a >
2019-08-07 18:01:08 -07:00
Public Member Functions< / h2 > < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a9d3b69f74c9aa5e8ddbf4e4056320a66" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#a9d3b69f74c9aa5e8ddbf4e4056320a66" > ConnectedComponentsFinder< / a > ()< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a9d3b69f74c9aa5e8ddbf4e4056320a66" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aa734f643cbf03341560a258b421414e7" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#aa734f643cbf03341560a258b421414e7" > ConnectedComponentsFinder< / a > (const < a class = "el" href = "class_connected_components_finder.html" > ConnectedComponentsFinder< / a > & )=delete< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aa734f643cbf03341560a258b421414e7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-09-30 01:18:45 +02:00
< tr class = "memitem:aacab55f2e1323ac0400649902f660f18" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "class_connected_components_finder.html" > ConnectedComponentsFinder< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#aacab55f2e1323ac0400649902f660f18" > operator=< / a > (const < a class = "el" href = "class_connected_components_finder.html" > ConnectedComponentsFinder< / a > & )=delete< / td > < / tr >
< tr class = "separator:aacab55f2e1323ac0400649902f660f18" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a5ad4abab1ba8325ac397efcba89563d4" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#a5ad4abab1ba8325ac397efcba89563d4" > AddNode< / a > (T node)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a5ad4abab1ba8325ac397efcba89563d4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-04-27 23:00:03 +02:00
< tr class = "memitem:a52a1af0d0ad4b70e83987131b8585cab" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#a52a1af0d0ad4b70e83987131b8585cab" > AddEdge< / a > (T node1, T node2)< / td > < / tr >
< tr class = "separator:a52a1af0d0ad4b70e83987131b8585cab" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ac7782f36c09257f370347166e02480f1" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#ac7782f36c09257f370347166e02480f1" > Connected< / a > (T node1, T node2)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ac7782f36c09257f370347166e02480f1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:a8c22d56c6bcad754b70f626de84070a0" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#a8c22d56c6bcad754b70f626de84070a0" > GetSize< / a > (T node)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:a8c22d56c6bcad754b70f626de84070a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2021-09-30 01:18:45 +02:00
< tr class = "memitem:a4361d2493d16cf506091e88190604ebf" > < td class = "memItemLeft" align = "right" valign = "top" > std::vector< std::vector< T > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#a4361d2493d16cf506091e88190604ebf" > FindConnectedComponents< / a > ()< / td > < / tr >
< tr class = "separator:a4361d2493d16cf506091e88190604ebf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:ac0d3efb0bf815ede0da31097a11c4a27" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#ac0d3efb0bf815ede0da31097a11c4a27" > FindConnectedComponents< / a > (std::vector< typename < a class = "el" href = "structinternal_1_1_connected_components_type_helper.html" > internal::ConnectedComponentsTypeHelper< / a > < T, CompareOrHashT > ::Set > *components)< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:ac0d3efb0bf815ede0da31097a11c4a27" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:af1a300e659dbc3041b1485f12855bd31" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#af1a300e659dbc3041b1485f12855bd31" > GetNumberOfComponents< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:af1a300e659dbc3041b1485f12855bd31" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-10-09 12:00:09 +02:00
< tr class = "memitem:aeeb8b88902830cab41c69ef944b5694f" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "class_connected_components_finder.html#aeeb8b88902830cab41c69ef944b5694f" > GetNumberOfNodes< / a > () const< / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "separator:aeeb8b88902830cab41c69ef944b5694f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
2019-08-12 23:15:11 -07:00
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2021-09-30 01:18:45 +02:00
< a id = "a9d3b69f74c9aa5e8ddbf4e4056320a66" name = "a9d3b69f74c9aa5e8ddbf4e4056320a66" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9d3b69f74c9aa5e8ddbf4e4056320a66" > ◆ < / a > < / span > ConnectedComponentsFinder() < span class = "overload" > [1/2]< / span > < / 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-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "class_connected_components_finder.html" > ConnectedComponentsFinder< / a > < / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00205" > 205< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2021-09-30 01:18:45 +02:00
< a id = "aa734f643cbf03341560a258b421414e7" name = "aa734f643cbf03341560a258b421414e7" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa734f643cbf03341560a258b421414e7" > ◆ < / a > < / span > ConnectedComponentsFinder() < span class = "overload" > [2/2]< / span > < / 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-10-09 12:00:09 +02:00
< td class = "memname" > < a class = "el" href = "class_connected_components_finder.html" > ConnectedComponentsFinder< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > const < a class = "el" href = "class_connected_components_finder.html" > ConnectedComponentsFinder< / a > < T, CompareOrHashT > &   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2021-09-30 01:18:45 +02:00
< a id = "a52a1af0d0ad4b70e83987131b8585cab" name = "a52a1af0d0ad4b70e83987131b8585cab" > < / a >
2021-04-27 23:00:03 +02:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a52a1af0d0ad4b70e83987131b8585cab" > ◆ < / a > < / span > AddEdge()< / 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 >
2021-04-27 23:00:03 +02:00
< td class = "memname" > bool AddEdge < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > node1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > node2< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00219" > 219< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2021-09-30 01:18:45 +02:00
< a id = "a5ad4abab1ba8325ac397efcba89563d4" name = "a5ad4abab1ba8325ac397efcba89563d4" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5ad4abab1ba8325ac397efcba89563d4" > ◆ < / a > < / span > AddNode()< / 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" > void AddNode < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > node< / em > < / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00213" > 213< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2021-09-30 01:18:45 +02:00
< a id = "ac7782f36c09257f370347166e02480f1" name = "ac7782f36c09257f370347166e02480f1" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac7782f36c09257f370347166e02480f1" > ◆ < / a > < / span > Connected()< / 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 Connected < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > node1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > node2< / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00226" > 226< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2021-09-30 01:18:45 +02:00
< a id = "a4361d2493d16cf506091e88190604ebf" name = "a4361d2493d16cf506091e88190604ebf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4361d2493d16cf506091e88190604ebf" > ◆ < / a > < / span > FindConnectedComponents() < span class = "overload" > [1/2]< / span > < / 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 >
2021-09-30 01:18:45 +02:00
< td class = "memname" > std::vector< std::vector< T > > FindConnectedComponents < / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00247" > 247< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2021-09-30 01:18:45 +02:00
< a id = "ac0d3efb0bf815ede0da31097a11c4a27" name = "ac0d3efb0bf815ede0da31097a11c4a27" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac0d3efb0bf815ede0da31097a11c4a27" > ◆ < / a > < / span > FindConnectedComponents() < span class = "overload" > [2/2]< / span > < / 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" > void FindConnectedComponents < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > std::vector< typename < a class = "el" href = "structinternal_1_1_connected_components_type_helper.html" > internal::ConnectedComponentsTypeHelper< / a > < T, CompareOrHashT > ::Set > *  < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < em > components< / em > < / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00255" > 255< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2021-09-30 01:18:45 +02:00
< a id = "af1a300e659dbc3041b1485f12855bd31" name = "af1a300e659dbc3041b1485f12855bd31" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af1a300e659dbc3041b1485f12855bd31" > ◆ < / a > < / span > GetNumberOfComponents()< / 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" > int GetNumberOfComponents < / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00268" > 268< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2021-09-30 01:18:45 +02:00
< a id = "aeeb8b88902830cab41c69ef944b5694f" name = "aeeb8b88902830cab41c69ef944b5694f" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeeb8b88902830cab41c69ef944b5694f" > ◆ < / a > < / span > GetNumberOfNodes()< / 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" > int GetNumberOfNodes < / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00276" > 276< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2021-09-30 01:18:45 +02:00
< a id = "a8c22d56c6bcad754b70f626de84070a0" name = "a8c22d56c6bcad754b70f626de84070a0" > < / a >
2019-08-07 18:01:08 -07:00
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8c22d56c6bcad754b70f626de84070a0" > ◆ < / a > < / span > GetSize()< / 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" > int GetSize < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > node< / em > < / 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" >
2021-04-27 23:00:03 +02:00
< p class = "definition" > Definition at line < a class = "el" href = "connected__components_8h_source.html#l00234" > 234< / a > of file < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > .< / p >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2021-09-30 01:18:45 +02:00
< a id = "aacab55f2e1323ac0400649902f660f18" name = "aacab55f2e1323ac0400649902f660f18" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aacab55f2e1323ac0400649902f660f18" > ◆ < / a > < / span > operator=()< / 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 >
2021-09-30 01:18:45 +02:00
< td class = "memname" > < a class = "el" href = "class_connected_components_finder.html" > ConnectedComponentsFinder< / a > & operator= < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
2020-10-09 12:00:09 +02:00
< td class = "paramtype" > const < a class = "el" href = "class_connected_components_finder.html" > ConnectedComponentsFinder< / a > < T, CompareOrHashT > &   < / td >
2019-06-13 15:36:14 +02:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "connected__components_8h_source.html" > connected_components.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
2020-09-01 16:00:33 +02:00
< / div > <!-- doc - content -->
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 >