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-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: unsortedPairs< executionSpace, idType > 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_1unsortedPairs.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 = "#nested-classes" > Classes< / a > |
< 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_1unsortedPairs-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > unsortedPairs< executionSpace, idType > 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 = "+" / > Inheritance diagram for unsortedPairs< executionSpace, idType > :< / 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_1unsortedPairs__inherit__graph.png" border = "0" usemap = "#unsortedPairs_3_01executionSpace_00_01idType_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
< 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 = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structpFlow_1_1unsortedPairs_1_1pairAccessor.html" > pairAccessor< / 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 >
< tr class = "memitem:aace43a73fcea2cf153dd2d9569d72421" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#aace43a73fcea2cf153dd2d9569d72421" > UnsortedPairs< / a > = < a class = "el" href = "classpFlow_1_1unsortedPairs.html" > unsortedPairs< / a > < executionSpace, idType > < / td > < / tr >
< tr class = "separator:aace43a73fcea2cf153dd2d9569d72421" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a692c89a3ec20703da511762a9f727427" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a692c89a3ec20703da511762a9f727427" > IdType< / a > = idType< / td > < / tr >
< tr class = "separator:a692c89a3ec20703da511762a9f727427" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af0f525b6fd2cb3ded0a601d7fb4a8b83" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af0f525b6fd2cb3ded0a601d7fb4a8b83" > ExecutionSpace< / a > = executionSpace< / td > < / tr >
< tr class = "separator:af0f525b6fd2cb3ded0a601d7fb4a8b83" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9037fe54e33b899b96a62988ecf26d76" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a9037fe54e33b899b96a62988ecf26d76" > memory_space< / a > = typename ExecutionSpace::memory_space< / td > < / tr >
< tr class = "separator:a9037fe54e33b899b96a62988ecf26d76" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7cb1b756dd55ea6191069aac4a7e012f" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > = < a class = "el" href = "namespacepFlow.html#a5b353480033e53f7e1fd71c6328b7fc5" > Pair< / a > < idType, idType > < / td > < / tr >
< tr class = "separator:a7cb1b756dd55ea6191069aac4a7e012f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ContainerType< / a > = < a class = "el" href = "namespacepFlow.html#a48a6996c6f91d11bf502a6be451658d2" > unorderedSet< / a > < < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > , < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af0f525b6fd2cb3ded0a601d7fb4a8b83" > ExecutionSpace< / a > > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > < 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:add4f2c30e6aac3bc403ce77e36e3c471" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#add4f2c30e6aac3bc403ce77e36e3c471" > TypeInfoNV< / a > (" unsorderedPairs" )< / td > < / tr >
< tr class = "separator:add4f2c30e6aac3bc403ce77e36e3c471" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa24be931e6502436cbd405bbc633fab3" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#aa24be931e6502436cbd405bbc633fab3" > unsortedPairs< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a2c568367e3aaa446720ee21283a0ca34" > capacity< / a > =1)< / td > < / tr >
< tr class = "separator:aa24be931e6502436cbd405bbc633fab3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a32ff8c51a3aa19a92929906c6d81d00b" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a32ff8c51a3aa19a92929906c6d81d00b" > beforeBroadSearch< / a > ()< / td > < / tr >
< tr class = "separator:a32ff8c51a3aa19a92929906c6d81d00b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6141d3224e90a32108452817d4e08ea8" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a6141d3224e90a32108452817d4e08ea8" > afterBroadSearch< / a > ()< / td > < / tr >
< tr class = "separator:a6141d3224e90a32108452817d4e08ea8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:afeb2f431342b87934f2fc1be5da22341" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#afeb2f431342b87934f2fc1be5da22341" > insert< / a > (idType i, idType j) const< / td > < / tr >
< tr class = "separator:afeb2f431342b87934f2fc1be5da22341" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a243df1c58c8257aff69c3335106f9757" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a243df1c58c8257aff69c3335106f9757" > insert< / a > (const < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > & p) const< / td > < / tr >
< tr class = "separator:a243df1c58c8257aff69c3335106f9757" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af8e8593b419b4644ae5a16d355f0424c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af8e8593b419b4644ae5a16d355f0424c" > getPair< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > idx) const< / td > < / tr >
< tr class = "separator:af8e8593b419b4644ae5a16d355f0424c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab637a44fcad0d223420b921cea082c1a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#ab637a44fcad0d223420b921cea082c1a" > getPair< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > idx, < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > & p) const< / td > < / tr >
< tr class = "separator:ab637a44fcad0d223420b921cea082c1a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10b5c26ee2b44afb262aec629a1d70d7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a10b5c26ee2b44afb262aec629a1d70d7" > find< / a > (const < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > & p) const< / td > < / tr >
< tr class = "separator:a10b5c26ee2b44afb262aec629a1d70d7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aedf8edb334ea2783de06581536ff1d79" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#aedf8edb334ea2783de06581536ff1d79" > isValid< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > idx) const< / td > < / tr >
< tr class = "separator:aedf8edb334ea2783de06581536ff1d79" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2c568367e3aaa446720ee21283a0ca34" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a2c568367e3aaa446720ee21283a0ca34" > capacity< / a > () const< / td > < / tr >
< tr class = "separator:a2c568367e3aaa446720ee21283a0ca34" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee663f8b6fb1d42a4fd10d4da252e743" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#aee663f8b6fb1d42a4fd10d4da252e743" > loopCount< / a > () const< / td > < / tr >
< tr class = "separator:aee663f8b6fb1d42a4fd10d4da252e743" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a91e42e32d0d132f5a4ea77685e441f12" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a91e42e32d0d132f5a4ea77685e441f12" > size< / a > () const< / td > < / tr >
< tr class = "separator:a91e42e32d0d132f5a4ea77685e441f12" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a196f60a46106f091bb84950e99697a83" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "structpFlow_1_1unsortedPairs_1_1pairAccessor.html" > pairAccessor< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a196f60a46106f091bb84950e99697a83" > getPairs< / a > () const< / td > < / tr >
< tr class = "separator:a196f60a46106f091bb84950e99697a83" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7eef148cd93f8f556fb095c4f0c50a6c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7eef148cd93f8f556fb095c4f0c50a6c" > increaseCapacityBy< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > len)< / td > < / tr >
< tr class = "memdesc:a7eef148cd93f8f556fb095c4f0c50a6c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > increase the capacity of the container by at-least len the content will be erased. < a href = "classpFlow_1_1unsortedPairs.html#a7eef148cd93f8f556fb095c4f0c50a6c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a7eef148cd93f8f556fb095c4f0c50a6c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:afd32d1c4cda15e685fd3008f4ded29f2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#afd32d1c4cda15e685fd3008f4ded29f2" > clear< / a > ()< / td > < / tr >
< tr class = "separator:afd32d1c4cda15e685fd3008f4ded29f2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8232063a2ffe74e4227ec3b35389eed9" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ContainerType< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a8232063a2ffe74e4227ec3b35389eed9" > container< / a > () const< / td > < / tr >
< tr class = "separator:a8232063a2ffe74e4227ec3b35389eed9" > < 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:a318d760a8f0d48a62d42f1d44a41910c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ContainerType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a318d760a8f0d48a62d42f1d44a41910c" > container_< / a > < / td > < / tr >
< tr class = "separator:a318d760a8f0d48a62d42f1d44a41910c" > < 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 executionSpace, typename idType> < br / >
class pFlow::unsortedPairs< executionSpace, idType > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "unsortedPairs_8hpp_source.html#l00032" > 32< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "aace43a73fcea2cf153dd2d9569d72421" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aace43a73fcea2cf153dd2d9569d72421" > ◆ < / a > < / span > UnsortedPairs< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1unsortedPairs.html#aace43a73fcea2cf153dd2d9569d72421" > UnsortedPairs< / a > = < a class = "el" href = "classpFlow_1_1unsortedPairs.html" > unsortedPairs< / a > < executionSpace,idType> < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "unsortedPairs_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a692c89a3ec20703da511762a9f727427" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a692c89a3ec20703da511762a9f727427" > ◆ < / a > < / span > IdType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a692c89a3ec20703da511762a9f727427" > IdType< / a > = idType< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "unsortedPairs_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< a id = "af0f525b6fd2cb3ded0a601d7fb4a8b83" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af0f525b6fd2cb3ded0a601d7fb4a8b83" > ◆ < / a > < / span > ExecutionSpace< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af0f525b6fd2cb3ded0a601d7fb4a8b83" > ExecutionSpace< / a > = executionSpace< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "unsortedPairs_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a9037fe54e33b899b96a62988ecf26d76" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9037fe54e33b899b96a62988ecf26d76" > ◆ < / a > < / span > memory_space< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a9037fe54e33b899b96a62988ecf26d76" > memory_space< / a > = typename ExecutionSpace::memory_space< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "unsortedPairs_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a7cb1b756dd55ea6191069aac4a7e012f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7cb1b756dd55ea6191069aac4a7e012f" > ◆ < / a > < / span > PairType< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > = < a class = "el" href = "namespacepFlow.html#a5b353480033e53f7e1fd71c6328b7fc5" > Pair< / a > < idType,idType> < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "unsortedPairs_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ◆ < / a > < / span > ContainerType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ContainerType< / a > = < a class = "el" href = "namespacepFlow.html#a48a6996c6f91d11bf502a6be451658d2" > unorderedSet< / a > < < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > , < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af0f525b6fd2cb3ded0a601d7fb4a8b83" > ExecutionSpace< / a > > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "unsortedPairs_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "aa24be931e6502436cbd405bbc633fab3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa24be931e6502436cbd405bbc633fab3" > ◆ < / a > < / span > unsortedPairs()< / h2 >
2023-03-27 10:16:23 -07:00
< 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_1unsortedPairs.html" > unsortedPairs< / a > < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > capacity< / em > = < code > 1< / code > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "unsortedPairs_8hpp_source.html#l00087" > 87< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "add4f2c30e6aac3bc403ce77e36e3c471" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#add4f2c30e6aac3bc403ce77e36e3c471" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > " unsorderedPairs"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a32ff8c51a3aa19a92929906c6d81d00b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a32ff8c51a3aa19a92929906c6d81d00b" > ◆ < / a > < / span > beforeBroadSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool beforeBroadSearch < / 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 = "unsortedPairs_8hpp_source.html#l00092" > 92< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "unsortedContactList_8hpp_source.html#l00093" > unsortedContactList< valueType, executionSpace, idType > ::beforeBroadSearch()< / 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 caller 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_1unsortedPairs_a32ff8c51a3aa19a92929906c6d81d00b_icgraph.png" border = "0" usemap = "#classpFlow_1_1unsortedPairs_a32ff8c51a3aa19a92929906c6d81d00b_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a6141d3224e90a32108452817d4e08ea8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6141d3224e90a32108452817d4e08ea8" > ◆ < / a > < / span > afterBroadSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool afterBroadSearch < / 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 = "unsortedPairs_8hpp_source.html#l00098" > 98< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "unsortedContactList_8hpp_source.html#l00102" > unsortedContactList< valueType, executionSpace, idType > ::afterBroadSearch()< / 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 caller 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_1unsortedPairs_a6141d3224e90a32108452817d4e08ea8_icgraph.png" border = "0" usemap = "#classpFlow_1_1unsortedPairs_a6141d3224e90a32108452817d4e08ea8_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "afeb2f431342b87934f2fc1be5da22341" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afeb2f431342b87934f2fc1be5da22341" > ◆ < / a > < / span > insert() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > insert < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > idType  < / td >
< td class = "paramname" > < em > i< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > idType  < / td >
< td class = "paramname" > < em > j< / 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 = "unsortedPairs_8hpp_source.html#l00105" > 105< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "ppwBndryContactSearchKernels_8cpp_source.html#l00039" > pFlow::pweBndryContactSearchKernels::broadSearchPP()< / a > , and < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00151" > cellsWallLevel0::findPairsElementRangeCount()< / a > .< / p >
< 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;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1unsortedPairs_afeb2f431342b87934f2fc1be5da22341_icgraph.png" border = "0" usemap = "#classpFlow_1_1unsortedPairs_afeb2f431342b87934f2fc1be5da22341_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a243df1c58c8257aff69c3335106f9757" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a243df1c58c8257aff69c3335106f9757" > ◆ < / a > < / span > insert() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > insert < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > p< / 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 = "unsortedPairs_8hpp_source.html#l00115" > 115< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af8e8593b419b4644ae5a16d355f0424c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af8e8593b419b4644ae5a16d355f0424c" > ◆ < / a > < / span > getPair() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > getPair < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > idx< / 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 = "unsortedPairs_8hpp_source.html#l00128" > 128< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab637a44fcad0d223420b921cea082c1a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab637a44fcad0d223420b921cea082c1a" > ◆ < / a > < / span > getPair() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool getPair < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > idx< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > p< / 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 = "unsortedPairs_8hpp_source.html#l00136" > 136< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a10b5c26ee2b44afb262aec629a1d70d7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a10b5c26ee2b44afb262aec629a1d70d7" > ◆ < / a > < / span > find()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > find < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a7cb1b756dd55ea6191069aac4a7e012f" > PairType< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > p< / 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 = "unsortedPairs_8hpp_source.html#l00151" > 151< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "unsortedContactList_8hpp_source.html#l00125" > unsortedContactList< valueType, executionSpace, idType > ::getValue()< / a > , and < a class = "el" href = "unsortedContactList_8hpp_source.html#l00142" > unsortedContactList< valueType, executionSpace, idType > ::setValue()< / a > .< / p >
< 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 caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1unsortedPairs_a10b5c26ee2b44afb262aec629a1d70d7_icgraph.png" border = "0" usemap = "#classpFlow_1_1unsortedPairs_a10b5c26ee2b44afb262aec629a1d70d7_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aedf8edb334ea2783de06581536ff1d79" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aedf8edb334ea2783de06581536ff1d79" > ◆ < / a > < / span > isValid()< / h2 >
2023-03-27 10:16:23 -07:00
< 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool isValid < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > idx< / 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 = "unsortedPairs_8hpp_source.html#l00161" > 161< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "unsortedContactList_8hpp_source.html#l00153" > unsortedContactList< valueType, executionSpace, idType > ::operator()()< / a > .< / p >
< 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;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1unsortedPairs_aedf8edb334ea2783de06581536ff1d79_icgraph.png" border = "0" usemap = "#classpFlow_1_1unsortedPairs_aedf8edb334ea2783de06581536ff1d79_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a2c568367e3aaa446720ee21283a0ca34" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2c568367e3aaa446720ee21283a0ca34" > ◆ < / a > < / span > capacity()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > capacity < / td >
2023-03-27 10:16:23 -07: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 = "unsortedPairs_8hpp_source.html#l00168" > 168< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "unsortedContactList_8hpp_source.html#l00063" > unsortedContactList< valueType, executionSpace, idType > ::adjustCapacity()< / a > , < a class = "el" href = "unsortedContactList_8hpp_source.html#l00102" > unsortedContactList< valueType, executionSpace, idType > ::afterBroadSearch()< / a > , < a class = "el" href = "wallBoundaryContactSearch_8cpp_source.html#l00050" > wallBoundaryContactSearch::broadSearch()< / a > , < a class = "el" href = "ppwBndryContactSearch_8cpp_source.html#l00058" > ppwBndryContactSearch::broadSearchPP()< / a > , < a class = "el" href = "NBSLevel0_8cpp_source.html#l00025" > NBSLevel0::findPairs()< / a > , < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00115" > cellsWallLevel0::particleWallFindPairs()< / a > , and < a class = "el" href = "sortedPairs_8hpp_source.html#l00189" > sortedPairs< executionSpace, idType > ::prepareSorted()< / a > .< / p >
< 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 caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1unsortedPairs_a2c568367e3aaa446720ee21283a0ca34_icgraph.png" border = "0" usemap = "#classpFlow_1_1unsortedPairs_a2c568367e3aaa446720ee21283a0ca34_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aee663f8b6fb1d42a4fd10d4da252e743" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aee663f8b6fb1d42a4fd10d4da252e743" > ◆ < / a > < / span > loopCount()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > loopCount < / td >
2023-03-27 10:16:23 -07: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 = "unsortedPairs_8hpp_source.html#l00173" > 173< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a91e42e32d0d132f5a4ea77685e441f12" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a91e42e32d0d132f5a4ea77685e441f12" > ◆ < / a > < / span > size()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > size < / td >
2023-03-27 10:16:23 -07: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 = "unsortedPairs_8hpp_source.html#l00180" > 180< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
< / div >
< / div >
< a id = "a196f60a46106f091bb84950e99697a83" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a196f60a46106f091bb84950e99697a83" > ◆ < / a > < / span > getPairs()< / 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 = "structpFlow_1_1unsortedPairs_1_1pairAccessor.html" > pairAccessor< / a > getPairs < / td >
< 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 = "unsortedPairs_8hpp_source.html#l00185" > 185< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a7eef148cd93f8f556fb095c4f0c50a6c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7eef148cd93f8f556fb095c4f0c50a6c" > ◆ < / a > < / span > increaseCapacityBy()< / h2 >
2023-03-27 10:16:23 -07:00
< 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 = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void increaseCapacityBy < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > len< / 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 > increase the capacity of the container by at-least len the content will be erased. < / p >
< p > < br / >
< / p >
< p class = "definition" > Definition at line < a class = "el" href = "unsortedPairs_8hpp_source.html#l00193" > 193< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00201" > unsortedPairs< executionSpace, idType > ::clear()< / a > , and < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "wallBoundaryContactSearch_8cpp_source.html#l00050" > wallBoundaryContactSearch::broadSearch()< / a > , < a class = "el" href = "ppwBndryContactSearch_8cpp_source.html#l00058" > ppwBndryContactSearch::broadSearchPP()< / a > , < a class = "el" href = "NBSLevel0_8cpp_source.html#l00025" > NBSLevel0::findPairs()< / a > , and < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00115" > cellsWallLevel0::particleWallFindPairs()< / a > .< / p >
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 call 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;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1unsortedPairs_a7eef148cd93f8f556fb095c4f0c50a6c_cgraph.png" border = "0" usemap = "#classpFlow_1_1unsortedPairs_a7eef148cd93f8f556fb095c4f0c50a6c_cgraph" alt = "" / > < / div >
< / div >
< 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;" >
< div class = "center" > < img src = "classpFlow_1_1unsortedPairs_a7eef148cd93f8f556fb095c4f0c50a6c_icgraph.png" border = "0" usemap = "#classpFlow_1_1unsortedPairs_a7eef148cd93f8f556fb095c4f0c50a6c_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< a id = "afd32d1c4cda15e685fd3008f4ded29f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afd32d1c4cda15e685fd3008f4ded29f2" > ◆ < / a > < / span > clear()< / 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 = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > void clear < / 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 = "unsortedPairs_8hpp_source.html#l00201" > 201< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sortedPairs_8hpp_source.html#l00183" > sortedPairs< executionSpace, idType > ::clear()< / a > , and < a class = "el" href = "unsortedPairs_8hpp_source.html#l00193" > unsortedPairs< executionSpace, idType > ::increaseCapacityBy()< / a > .< / p >
2025-01-10 13:02:07 +03:30
< 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 caller graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< 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_1unsortedPairs_afd32d1c4cda15e685fd3008f4ded29f2_icgraph.png" border = "0" usemap = "#classpFlow_1_1unsortedPairs_afd32d1c4cda15e685fd3008f4ded29f2_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a8232063a2ffe74e4227ec3b35389eed9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8232063a2ffe74e4227ec3b35389eed9" > ◆ < / a > < / span > container()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ContainerType< / a > & container < / td >
< 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 = "unsortedPairs_8hpp_source.html#l00206" > 206< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00078" > unsortedPairs< executionSpace, idType > ::container_< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a318d760a8f0d48a62d42f1d44a41910c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a318d760a8f0d48a62d42f1d44a41910c" > ◆ < / a > < / span > container_< / 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_1unsortedPairs.html#a4bb4e3dfa4ffb7ba2c4a3d65db86bd37" > ContainerType< / a > container_< / 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 = "unsortedPairs_8hpp_source.html#l00078" > 78< / a > of file < a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "unsortedPairs_8hpp_source.html#l00092" > unsortedPairs< executionSpace, idType > ::beforeBroadSearch()< / a > , < a class = "el" href = "unsortedContactList_8hpp_source.html#l00093" > unsortedContactList< valueType, executionSpace, idType > ::beforeBroadSearch()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00168" > unsortedPairs< executionSpace, idType > ::capacity()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00201" > unsortedPairs< executionSpace, idType > ::clear()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00206" > unsortedPairs< executionSpace, idType > ::container()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00151" > unsortedPairs< executionSpace, idType > ::find()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00128" > unsortedPairs< executionSpace, idType > ::getPair()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00185" > unsortedPairs< executionSpace, idType > ::getPairs()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00193" > unsortedPairs< executionSpace, idType > ::increaseCapacityBy()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00105" > unsortedPairs< executionSpace, idType > ::insert()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00161" > unsortedPairs< executionSpace, idType > ::isValid()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00173" > unsortedPairs< executionSpace, idType > ::loopCount()< / a > , < a class = "el" href = "sortedPairs_8hpp_source.html#l00238" > sortedPairs< executionSpace, idType > ::operator()()< / a > , and < a class = "el" href = "unsortedPairs_8hpp_source.html#l00180" > unsortedPairs< executionSpace, idType > ::size()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > src/Interaction/contactLists/< a class = "el" href = "unsortedPairs_8hpp_source.html" > unsortedPairs.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_1unsortedPairs.html" > unsortedPairs< / 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 >