2023-03-27 10:16:23 -07: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 >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-18 13:17:24 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM package for simulating granular flow developed in C++ and can be exectued on both GPU (like cuda) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: combinedRange< T > Class Template Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / 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& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1combinedRange.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 = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1combinedRange-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > combinedRange< T > Class Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for combinedRange< T > :< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange__coll__graph.png" border = "0" usemap = "#combinedRange_3_01T_01_4_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "combinedRange_3_01T_01_4_coll__map" id = "combinedRange_3_01T_01_4_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "142,95,307,121" / >
< area shape = "rect" href = "classpFlow_1_1List.html" title = " " alt = "" coords = "5,5,212,32" / >
< area shape = "rect" href = "classpFlow_1_1List.html" title = " " alt = "" coords = "236,5,448,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a6a4261d2bfdf55a03206cd358f1518ad" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a6a4261d2bfdf55a03206cd358f1518ad" > StridedRangeType< / a > = < a class = "el" href = "classpFlow_1_1stridedRange.html" > stridedRange< / a > < T > < / td > < / tr >
< tr class = "separator:a6a4261d2bfdf55a03206cd358f1518ad" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a649f34f2837d7dfd4b07fc29af94939a" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a649f34f2837d7dfd4b07fc29af94939a" > IntervalRangeType< / a > = < a class = "el" href = "classpFlow_1_1intervalRange.html" > intervalRange< / a > < T > < / td > < / tr >
< tr class = "separator:a649f34f2837d7dfd4b07fc29af94939a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a8c798d9aa1b7ae340589bb9574b0b78f" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a8c798d9aa1b7ae340589bb9574b0b78f" > combinedRange< / a > ()< / td > < / tr >
< tr class = "separator:a8c798d9aa1b7ae340589bb9574b0b78f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a107f494afd1b456c2659468157d69d5f" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a107f494afd1b456c2659468157d69d5f" > combinedRange< / a > (const std::vector< < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > > & strRanges)< / td > < / tr >
< tr class = "separator:a107f494afd1b456c2659468157d69d5f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adbbd1401a0edfb24f13accc47e8c85b9" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#adbbd1401a0edfb24f13accc47e8c85b9" > addRanges< / a > (const std::vector< < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > > & strRanges)< / td > < / tr >
< tr class = "separator:adbbd1401a0edfb24f13accc47e8c85b9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2174415fd682f88846895dafefee9d31" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a2174415fd682f88846895dafefee9d31" > addStridedRange< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & strRange)< / td > < / tr >
< tr class = "separator:a2174415fd682f88846895dafefee9d31" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7a0d90a77dd06f2b1cde85ce12c47c9d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a7a0d90a77dd06f2b1cde85ce12c47c9d" > addStridedRange< / a > (T begin, T end, T stride)< / td > < / tr >
< tr class = "separator:a7a0d90a77dd06f2b1cde85ce12c47c9d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a59ec953d3d9b171d79c9f11b16f9c26d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a59ec953d3d9b171d79c9f11b16f9c26d" > addIntervalRange< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & strRange)< / td > < / tr >
< tr class = "separator:a59ec953d3d9b171d79c9f11b16f9c26d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac028c434f72c1cb5fe0bfae4dcc3f069" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#ac028c434f72c1cb5fe0bfae4dcc3f069" > addIntervalRange< / a > (T begin, T end)< / td > < / tr >
< tr class = "separator:ac028c434f72c1cb5fe0bfae4dcc3f069" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3a79e0cba51ba81ae2b0b13faeb00c3d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a3a79e0cba51ba81ae2b0b13faeb00c3d" > addIndividual< / a > (const T & val)< / td > < / tr >
< tr class = "separator:a3a79e0cba51ba81ae2b0b13faeb00c3d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a504ecdaa95ec099d8d9d90f11e361141" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a504ecdaa95ec099d8d9d90f11e361141" > addIndividual< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & strVal)< / td > < / tr >
< tr class = "separator:a504ecdaa95ec099d8d9d90f11e361141" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5a3c06690014c015f02ad827514b8954" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a5a3c06690014c015f02ad827514b8954" > isMember< / a > (T val) const< / td > < / tr >
< tr class = "separator:a5a3c06690014c015f02ad827514b8954" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a765d9fc5e52a483564b9b2dc80b08db0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1List.html" > List< / a > < < a class = "el" href = "classpFlow_1_1combinedRange.html#a6a4261d2bfdf55a03206cd358f1518ad" > StridedRangeType< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a765d9fc5e52a483564b9b2dc80b08db0" > sRanges_< / a > < / td > < / tr >
< tr class = "separator:a765d9fc5e52a483564b9b2dc80b08db0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1943dfafc917454e5d303cc9721d12c4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1List.html" > List< / a > < < a class = "el" href = "classpFlow_1_1combinedRange.html#a649f34f2837d7dfd4b07fc29af94939a" > IntervalRangeType< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#a1943dfafc917454e5d303cc9721d12c4" > iRanges_< / a > < / td > < / tr >
< tr class = "separator:a1943dfafc917454e5d303cc9721d12c4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aadfbb6c22305cf1e35b4beaf382aca5a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5a3972b374b884e9021d78ba9ea58014" > Set< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1combinedRange.html#aadfbb6c22305cf1e35b4beaf382aca5a" > individuals_< / a > < / td > < / tr >
< tr class = "separator:aadfbb6c22305cf1e35b4beaf382aca5a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< typename T> < br / >
class pFlow::combinedRange< T > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a6a4261d2bfdf55a03206cd358f1518ad" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a4261d2bfdf55a03206cd358f1518ad" > ◆ < / a > < / span > StridedRangeType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1combinedRange.html#a6a4261d2bfdf55a03206cd358f1518ad" > StridedRangeType< / a > = < a class = "el" href = "classpFlow_1_1stridedRange.html" > stridedRange< / a > < T> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a649f34f2837d7dfd4b07fc29af94939a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a649f34f2837d7dfd4b07fc29af94939a" > ◆ < / a > < / span > IntervalRangeType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1combinedRange.html#a649f34f2837d7dfd4b07fc29af94939a" > IntervalRangeType< / a > = < a class = "el" href = "classpFlow_1_1intervalRange.html" > intervalRange< / a > < T> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a8c798d9aa1b7ae340589bb9574b0b78f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8c798d9aa1b7ae340589bb9574b0b78f" > ◆ < / a > < / span > combinedRange() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1combinedRange.html" > combinedRange< / a > < / td >
< 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 = "combinedRange_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a107f494afd1b456c2659468157d69d5f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a107f494afd1b456c2659468157d69d5f" > ◆ < / a > < / span > combinedRange() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1combinedRange.html" > combinedRange< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > > &   < / td >
< td class = "paramname" > < em > strRanges< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "combinedRange_8hpp_source.html#l00064" > combinedRange< T > ::addRanges()< / a > , and < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_a107f494afd1b456c2659468157d69d5f_cgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_a107f494afd1b456c2659468157d69d5f_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_a107f494afd1b456c2659468157d69d5f_cgraph" id = "classpFlow_1_1combinedRange_a107f494afd1b456c2659468157d69d5f_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,132,32" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#adbbd1401a0edfb24f13accc47e8c85b9" title = " " alt = "" coords = "180,5,275,32" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "adbbd1401a0edfb24f13accc47e8c85b9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adbbd1401a0edfb24f13accc47e8c85b9" > ◆ < / a > < / span > addRanges()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool addRanges < / td >
< td > (< / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > > &   < / td >
< td class = "paramname" > < em > strRanges< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00064" > 64< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "combinedRange_8hpp_source.html#l00115" > combinedRange< T > ::addIndividual()< / a > , < a class = "el" href = "combinedRange_8hpp_source.html#l00097" > combinedRange< T > ::addIntervalRange()< / a > , < a class = "el" href = "combinedRange_8hpp_source.html#l00080" > combinedRange< T > ::addStridedRange()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , and < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "combinedRange_8hpp_source.html#l00056" > combinedRange< T > ::combinedRange()< / a > , and < a class = "el" href = "postprocessPhasicFlow_8cpp_source.html#l00041" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_adbbd1401a0edfb24f13accc47e8c85b9_cgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_adbbd1401a0edfb24f13accc47e8c85b9_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_adbbd1401a0edfb24f13accc47e8c85b9_cgraph" id = "classpFlow_1_1combinedRange_adbbd1401a0edfb24f13accc47e8c85b9_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,81,100,108" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#a3a79e0cba51ba81ae2b0b13faeb00c3d" title = " " alt = "" coords = "161,5,272,32" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#a59ec953d3d9b171d79c9f11b16f9c26d" title = " " alt = "" coords = "148,56,285,83" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#a2174415fd682f88846895dafefee9d31" title = " " alt = "" coords = "150,107,283,133" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "168,157,265,184" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_adbbd1401a0edfb24f13accc47e8c85b9_icgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_adbbd1401a0edfb24f13accc47e8c85b9_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_adbbd1401a0edfb24f13accc47e8c85b9_icgraph" id = "classpFlow_1_1combinedRange_adbbd1401a0edfb24f13accc47e8c85b9_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "180,31,275,57" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#a107f494afd1b456c2659468157d69d5f" title = " " alt = "" coords = "5,5,132,32" / >
< area shape = "rect" href = "postprocessPhasicFlow_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627" title = " " alt = "" coords = "41,56,96,83" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a2174415fd682f88846895dafefee9d31" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2174415fd682f88846895dafefee9d31" > ◆ < / a > < / span > addStridedRange() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool addStridedRange < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > strRange< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00080" > 80< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "stridedRange_8hpp_source.html#l00109" > stridedRange< T > ::parseRange()< / a > , and < a class = "el" href = "combinedRange_8hpp_source.html#l00046" > combinedRange< T > ::sRanges_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "combinedRange_8hpp_source.html#l00064" > combinedRange< T > ::addRanges()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_a2174415fd682f88846895dafefee9d31_cgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_a2174415fd682f88846895dafefee9d31_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_a2174415fd682f88846895dafefee9d31_cgraph" id = "classpFlow_1_1combinedRange_a2174415fd682f88846895dafefee9d31_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,139,39" / >
< area shape = "rect" href = "classpFlow_1_1stridedRange.html#a862698fba81c111cbfaca5ea0528e5dd" title = " " alt = "" coords = "187,5,341,47" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_a2174415fd682f88846895dafefee9d31_icgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_a2174415fd682f88846895dafefee9d31_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_a2174415fd682f88846895dafefee9d31_icgraph" id = "classpFlow_1_1combinedRange_a2174415fd682f88846895dafefee9d31_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "148,5,281,32" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#adbbd1401a0edfb24f13accc47e8c85b9" title = " " alt = "" coords = "5,5,100,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a7a0d90a77dd06f2b1cde85ce12c47c9d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7a0d90a77dd06f2b1cde85ce12c47c9d" > ◆ < / a > < / span > addStridedRange() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool addStridedRange < / td >
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > begin< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > end< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > stride< / 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 = "combinedRange_8hpp_source.html#l00091" > 91< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "combinedRange_8hpp_source.html#l00046" > combinedRange< T > ::sRanges_< / a > .< / p >
< / div >
< / div >
< a id = "a59ec953d3d9b171d79c9f11b16f9c26d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a59ec953d3d9b171d79c9f11b16f9c26d" > ◆ < / a > < / span > addIntervalRange() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool addIntervalRange < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > strRange< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00097" > 97< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "combinedRange_8hpp_source.html#l00048" > combinedRange< T > ::iRanges_< / a > , and < a class = "el" href = "intervalRange_8hpp_source.html#l00080" > intervalRange< T > ::parseRange()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "combinedRange_8hpp_source.html#l00064" > combinedRange< T > ::addRanges()< / a > , and < a class = "el" href = "postprocessPhasicFlow_8cpp_source.html#l00041" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_a59ec953d3d9b171d79c9f11b16f9c26d_cgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_a59ec953d3d9b171d79c9f11b16f9c26d_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_a59ec953d3d9b171d79c9f11b16f9c26d_cgraph" id = "classpFlow_1_1combinedRange_a59ec953d3d9b171d79c9f11b16f9c26d_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,143,39" / >
< area shape = "rect" href = "classpFlow_1_1intervalRange.html#a7ac715f3b53f18c60bd73169fe9be2bc" title = " " alt = "" coords = "191,5,349,47" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_a59ec953d3d9b171d79c9f11b16f9c26d_icgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_a59ec953d3d9b171d79c9f11b16f9c26d_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_a59ec953d3d9b171d79c9f11b16f9c26d_icgraph" id = "classpFlow_1_1combinedRange_a59ec953d3d9b171d79c9f11b16f9c26d_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "251,31,388,57" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#adbbd1401a0edfb24f13accc47e8c85b9" title = " " alt = "" coords = "108,5,203,32" / >
< area shape = "rect" href = "postprocessPhasicFlow_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627" title = " " alt = "" coords = "5,31,60,57" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ac028c434f72c1cb5fe0bfae4dcc3f069" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac028c434f72c1cb5fe0bfae4dcc3f069" > ◆ < / a > < / span > addIntervalRange() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool addIntervalRange < / td >
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > begin< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > end< / 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 = "combinedRange_8hpp_source.html#l00109" > 109< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "combinedRange_8hpp_source.html#l00048" > combinedRange< T > ::iRanges_< / a > .< / p >
< / div >
< / div >
< a id = "a3a79e0cba51ba81ae2b0b13faeb00c3d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3a79e0cba51ba81ae2b0b13faeb00c3d" > ◆ < / a > < / span > addIndividual() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool addIndividual < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > val< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00115" > 115< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "combinedRange_8hpp_source.html#l00050" > combinedRange< T > ::individuals_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "combinedRange_8hpp_source.html#l00121" > combinedRange< T > ::addIndividual()< / a > , and < a class = "el" href = "combinedRange_8hpp_source.html#l00064" > combinedRange< T > ::addRanges()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_a3a79e0cba51ba81ae2b0b13faeb00c3d_icgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_a3a79e0cba51ba81ae2b0b13faeb00c3d_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_a3a79e0cba51ba81ae2b0b13faeb00c3d_icgraph" id = "classpFlow_1_1combinedRange_a3a79e0cba51ba81ae2b0b13faeb00c3d_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "164,31,275,57" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#a504ecdaa95ec099d8d9d90f11e361141" title = " " alt = "" coords = "5,5,116,32" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#adbbd1401a0edfb24f13accc47e8c85b9" title = " " alt = "" coords = "13,56,108,83" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a504ecdaa95ec099d8d9d90f11e361141" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a504ecdaa95ec099d8d9d90f11e361141" > ◆ < / a > < / span > addIndividual() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool addIndividual < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > strVal< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00121" > 121< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "combinedRange_8hpp_source.html#l00115" > combinedRange< T > ::addIndividual()< / a > , and < a class = "el" href = "bTypesFunctions_8hpp_source.html#l00140" > pFlow::readValue()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_a504ecdaa95ec099d8d9d90f11e361141_cgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_a504ecdaa95ec099d8d9d90f11e361141_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_a504ecdaa95ec099d8d9d90f11e361141_cgraph" id = "classpFlow_1_1combinedRange_a504ecdaa95ec099d8d9d90f11e361141_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,31,116,57" / >
< area shape = "rect" href = "classpFlow_1_1combinedRange.html#a3a79e0cba51ba81ae2b0b13faeb00c3d" title = " " alt = "" coords = "175,5,286,32" / >
< area shape = "rect" href = "namespacepFlow.html#a7463754e5378482488abf35490c46dd2" title = " " alt = "" coords = "164,56,297,83" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a5a3c06690014c015f02ad827514b8954" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5a3c06690014c015f02ad827514b8954" > ◆ < / a > < / span > isMember()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool isMember < / td >
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < em > val< / 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 = "combinedRange_8hpp_source.html#l00131" > 131< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "combinedRange_8hpp_source.html#l00050" > combinedRange< T > ::individuals_< / a > , < a class = "el" href = "combinedRange_8hpp_source.html#l00048" > combinedRange< T > ::iRanges_< / a > , and < a class = "el" href = "combinedRange_8hpp_source.html#l00046" > combinedRange< T > ::sRanges_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "postprocessPhasicFlow_8cpp_source.html#l00041" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1combinedRange_a5a3c06690014c015f02ad827514b8954_icgraph.png" border = "0" usemap = "#classpFlow_1_1combinedRange_a5a3c06690014c015f02ad827514b8954_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1combinedRange_a5a3c06690014c015f02ad827514b8954_icgraph" id = "classpFlow_1_1combinedRange_a5a3c06690014c015f02ad827514b8954_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "108,5,195,32" / >
< area shape = "rect" href = "postprocessPhasicFlow_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627" title = " " alt = "" coords = "5,5,60,32" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a765d9fc5e52a483564b9b2dc80b08db0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a765d9fc5e52a483564b9b2dc80b08db0" > ◆ < / a > < / span > sRanges_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1List.html" > List< / a > < < a class = "el" href = "classpFlow_1_1combinedRange.html#a6a4261d2bfdf55a03206cd358f1518ad" > StridedRangeType< / a > > sRanges_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "combinedRange_8hpp_source.html#l00080" > combinedRange< T > ::addStridedRange()< / a > , and < a class = "el" href = "combinedRange_8hpp_source.html#l00131" > combinedRange< T > ::isMember()< / a > .< / p >
< / div >
< / div >
< a id = "a1943dfafc917454e5d303cc9721d12c4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1943dfafc917454e5d303cc9721d12c4" > ◆ < / a > < / span > iRanges_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1List.html" > List< / a > < < a class = "el" href = "classpFlow_1_1combinedRange.html#a649f34f2837d7dfd4b07fc29af94939a" > IntervalRangeType< / a > > iRanges_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "combinedRange_8hpp_source.html#l00097" > combinedRange< T > ::addIntervalRange()< / a > , and < a class = "el" href = "combinedRange_8hpp_source.html#l00131" > combinedRange< T > ::isMember()< / a > .< / p >
< / div >
< / div >
< a id = "aadfbb6c22305cf1e35b4beaf382aca5a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aadfbb6c22305cf1e35b4beaf382aca5a" > ◆ < / a > < / span > individuals_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5a3972b374b884e9021d78ba9ea58014" > Set< / a > < T> individuals_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "combinedRange_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "combinedRange_8hpp_source.html#l00115" > combinedRange< T > ::addIndividual()< / a > , and < a class = "el" href = "combinedRange_8hpp_source.html#l00131" > combinedRange< T > ::isMember()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > src/phasicFlow/ranges/< a class = "el" href = "combinedRange_8hpp_source.html" > combinedRange.hpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1combinedRange.html" > combinedRange< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >