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: contactSearch Class 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_1contactSearch.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-methods" > Public Member Functions< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1contactSearch-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > contactSearch Class Reference< span class = "mlabels" > < span class = "mlabel" > abstract< / span > < / span > < / 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 contactSearch:< / 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_1contactSearch__inherit__graph.png" border = "0" usemap = "#contactSearch_inherit__map" alt = "Inheritance graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
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 = "+" / > Collaboration diagram for contactSearch:< / 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_1contactSearch__coll__graph.png" border = "0" usemap = "#contactSearch_coll__map" alt = "Collaboration 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 = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:af00f5591b2b70d676103efc88e1e8d6c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#af00f5591b2b70d676103efc88e1e8d6c" > TypeInfo< / a > (" contactSearch" )< / td > < / tr >
< tr class = "separator:af00f5591b2b70d676103efc88e1e8d6c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a62b3e59f1513c6426a05b6d444374d06" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a62b3e59f1513c6426a05b6d444374d06" > contactSearch< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & < a class = "el" href = "classpFlow_1_1contactSearch.html#a19650e729ef6a0899b8fbe25f5238728" > dict< / a > , const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & extDomain, const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & prtcl, const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > & geom, < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > & timers)< / td > < / tr >
< tr class = "separator:a62b3e59f1513c6426a05b6d444374d06" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ad5cce7d60a1c5ca70040cfd1a9127389" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#ad5cce7d60a1c5ca70040cfd1a9127389" > ~contactSearch< / a > ()=default< / td > < / tr >
< tr class = "separator:ad5cce7d60a1c5ca70040cfd1a9127389" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7035bb9f3d9dbace03ddc8acff866fa1" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a7035bb9f3d9dbace03ddc8acff866fa1" > create_vCtor< / a > (< a class = "el" href = "classpFlow_1_1contactSearch.html" > contactSearch< / a > , < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > ,(const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & < a class = "el" href = "classpFlow_1_1contactSearch.html#a19650e729ef6a0899b8fbe25f5238728" > dict< / a > , const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & < a class = "el" href = "classpFlow_1_1domain.html" > domain< / a > , const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & prtcl, const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > & geom, < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > & timers),(< a class = "el" href = "classpFlow_1_1contactSearch.html#a19650e729ef6a0899b8fbe25f5238728" > dict< / a > , < a class = "el" href = "classpFlow_1_1domain.html" > domain< / a > , prtcl, geom, timers))< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a7035bb9f3d9dbace03ddc8acff866fa1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a2f3fca6830cd43510c731216bcf9dd75" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a2f3fca6830cd43510c731216bcf9dd75" > performedSearch< / a > () const< / td > < / tr >
< tr class = "separator:a2f3fca6830cd43510c731216bcf9dd75" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1e7c591e73be85ae362386784f41203" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#ae1e7c591e73be85ae362386784f41203" > performedSearchBoundary< / a > () const< / td > < / tr >
< tr class = "separator:ae1e7c591e73be85ae362386784f41203" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff674fd5d0a835b825f56856305dc174" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#aff674fd5d0a835b825f56856305dc174" > performSearch< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > iter, bool force=false) const< / td > < / tr >
< tr class = "separator:aff674fd5d0a835b825f56856305dc174" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a405df0732509ffaf7bd22e7750540a5c" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a405df0732509ffaf7bd22e7750540a5c" > enterBroadSearch< / a > (const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > & ti, bool force=false) const< / td > < / tr >
< tr class = "separator:a405df0732509ffaf7bd22e7750540a5c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a874d98a70faec1dce74ee4d4c2fa2c77" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a874d98a70faec1dce74ee4d4c2fa2c77" > enterBroadSearchBoundary< / a > (const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > & ti, bool force=false) const =0< / td > < / tr >
< tr class = "separator:a874d98a70faec1dce74ee4d4c2fa2c77" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab37872e585c62d1136cecc64404d1d1f" > < 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_1contactSearch.html#ab37872e585c62d1136cecc64404d1d1f" > updateInterval< / a > () const< / td > < / tr >
< tr class = "separator:ab37872e585c62d1136cecc64404d1d1f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a19650e729ef6a0899b8fbe25f5238728" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a19650e729ef6a0899b8fbe25f5238728" > dict< / a > () const< / td > < / tr >
< tr class = "separator:a19650e729ef6a0899b8fbe25f5238728" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2879a9ee0fc5eab64daf8d5c6f3d88a9" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a2879a9ee0fc5eab64daf8d5c6f3d88a9" > extendedDomainBox< / a > () const< / td > < / tr >
< tr class = "separator:a2879a9ee0fc5eab64daf8d5c6f3d88a9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4cc3ca367ecc826265fde31912f28d99" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a4cc3ca367ecc826265fde31912f28d99" > Particles< / a > () const< / td > < / tr >
< tr class = "separator:a4cc3ca367ecc826265fde31912f28d99" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae355b601249331cd5c4facb48df43223" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#ae355b601249331cd5c4facb48df43223" > pStruct< / a > () const< / td > < / tr >
< tr class = "separator:ae355b601249331cd5c4facb48df43223" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab0f73623ec6d4ee09c142c435329ffbf" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#ab0f73623ec6d4ee09c142c435329ffbf" > Geometry< / a > () const< / td > < / tr >
< tr class = "separator:ab0f73623ec6d4ee09c142c435329ffbf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a48ecafd5248ae4c45ba9a3f8343c91ca" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a48ecafd5248ae4c45ba9a3f8343c91ca" > ppTimer< / a > ()< / td > < / tr >
< tr class = "separator:a48ecafd5248ae4c45ba9a3f8343c91ca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9f0335a9e7e4a973cc9a94c23a088e28" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a9f0335a9e7e4a973cc9a94c23a088e28" > bTimer< / a > ()< / td > < / tr >
< tr class = "separator:a9f0335a9e7e4a973cc9a94c23a088e28" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9b93dba441524b3b65cb8ef6047f0986" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a9b93dba441524b3b65cb8ef6047f0986" > broadSearch< / a > (const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > & ti, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & ppPairs, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pwPairs, bool force=false)< / td > < / tr >
< tr class = "separator:a9b93dba441524b3b65cb8ef6047f0986" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5124f03f9856a881876e589abb3d6e82" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a5124f03f9856a881876e589abb3d6e82" > boundaryBroadSearch< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > bndryIndex, const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > & ti, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & ppPairs, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pwPairs, bool force=false)< / td > < / tr >
< tr class = "separator:a5124f03f9856a881876e589abb3d6e82" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa4499ab5826758f54df4cac370688b5b" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#aa4499ab5826758f54df4cac370688b5b" > sizeRatio< / a > () const =0< / td > < / tr >
< tr class = "separator:aa4499ab5826758f54df4cac370688b5b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67aa1fcaf2590bc6dcfe0638c3f8ce58" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a67aa1fcaf2590bc6dcfe0638c3f8ce58" > cellExtent< / a > () const =0< / td > < / tr >
< tr class = "separator:a67aa1fcaf2590bc6dcfe0638c3f8ce58" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae5b2ba050c4ff4822677d3caf1187b0f" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1contactSearch.html" > contactSearch< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#ae5b2ba050c4ff4822677d3caf1187b0f" > create< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & < a class = "el" href = "classpFlow_1_1contactSearch.html#a19650e729ef6a0899b8fbe25f5238728" > dict< / a > , const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & extDomain, const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & prtcl, const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > & geom, < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > & timers)< / td > < / tr >
< tr class = "separator:ae5b2ba050c4ff4822677d3caf1187b0f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:aae2cdcc4a6badf5568c4467e9e982f41" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#aae2cdcc4a6badf5568c4467e9e982f41" > BroadSearch< / a > (const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > & ti, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & ppPairs, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pwPairs, bool force)=0< / td > < / tr >
< tr class = "separator:aae2cdcc4a6badf5568c4467e9e982f41" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae7016b7fd1858e28338f6d2e085e8e56" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#ae7016b7fd1858e28338f6d2e085e8e56" > BoundaryBroadSearch< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > bndryIndex, const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > & ti, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & ppPairs, < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pwPairs, bool force=false)=0< / td > < / tr >
< tr class = "separator:ae7016b7fd1858e28338f6d2e085e8e56" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:af1a603be8d4ebb376dae2de573b3fbda" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#af1a603be8d4ebb376dae2de573b3fbda" > extendedDomainBox_< / a > < / td > < / tr >
< tr class = "separator:af1a603be8d4ebb376dae2de573b3fbda" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac4bb4c44711fcaf1a3d05d04c14a4c94" > < 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_1contactSearch.html#ac4bb4c44711fcaf1a3d05d04c14a4c94" > updateInterval_< / a > = 1< / td > < / tr >
< tr class = "memdesc:ac4bb4c44711fcaf1a3d05d04c14a4c94" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > update interval in terms of iteration numebr < a href = "classpFlow_1_1contactSearch.html#ac4bb4c44711fcaf1a3d05d04c14a4c94" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ac4bb4c44711fcaf1a3d05d04c14a4c94" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a98c5c9155e77a5875ee4a8278a7acd17" > < 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_1contactSearch.html#a98c5c9155e77a5875ee4a8278a7acd17" > lastUpdated_< / a > = 0< / td > < / tr >
< tr class = "memdesc:a98c5c9155e77a5875ee4a8278a7acd17" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > last iteration number which contact search has been performed < a href = "classpFlow_1_1contactSearch.html#a98c5c9155e77a5875ee4a8278a7acd17" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a98c5c9155e77a5875ee4a8278a7acd17" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0fe252c95c374cf51d37d954d6ecc2ed" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a0fe252c95c374cf51d37d954d6ecc2ed" > performedSearch_< / a > = false< / td > < / tr >
< tr class = "memdesc:a0fe252c95c374cf51d37d954d6ecc2ed" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > performed search? < a href = "classpFlow_1_1contactSearch.html#a0fe252c95c374cf51d37d954d6ecc2ed" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0fe252c95c374cf51d37d954d6ecc2ed" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af5b049badf19ddd42c01ebdc2e1c0618" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#af5b049badf19ddd42c01ebdc2e1c0618" > performedSearchBoundary_< / a > = false< / td > < / tr >
< tr class = "memdesc:af5b049badf19ddd42c01ebdc2e1c0618" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > performed search in boundaries < a href = "classpFlow_1_1contactSearch.html#af5b049badf19ddd42c01ebdc2e1c0618" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af5b049badf19ddd42c01ebdc2e1c0618" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa9c6fe00ccb69057bc113796f134b81a" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#aa9c6fe00ccb69057bc113796f134b81a" > particles_< / a > < / td > < / tr >
< tr class = "memdesc:aa9c6fe00ccb69057bc113796f134b81a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > const ref to particles < a href = "classpFlow_1_1contactSearch.html#aa9c6fe00ccb69057bc113796f134b81a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa9c6fe00ccb69057bc113796f134b81a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0ca39596f183e9a3ac8974cdb9a99921" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a0ca39596f183e9a3ac8974cdb9a99921" > geometry_< / a > < / td > < / tr >
< tr class = "memdesc:a0ca39596f183e9a3ac8974cdb9a99921" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > const ref to geometry < a href = "classpFlow_1_1contactSearch.html#a0ca39596f183e9a3ac8974cdb9a99921" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0ca39596f183e9a3ac8974cdb9a99921" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa736bc0cb1b9da3f88119e7116f6c81e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#aa736bc0cb1b9da3f88119e7116f6c81e" > bTimer_< / a > < / td > < / tr >
< tr class = "separator:aa736bc0cb1b9da3f88119e7116f6c81e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa9f1f9c9b212215d51310b5de2ca0b21" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#aa9f1f9c9b212215d51310b5de2ca0b21" > ppTimer_< / a > < / td > < / tr >
< tr class = "separator:aa9f1f9c9b212215d51310b5de2ca0b21" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a5c644b0ad2ff77590a77fb0198c4a785" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1contactSearch.html#a5c644b0ad2ff77590a77fb0198c4a785" > dict_< / a > < / td > < / tr >
< tr class = "separator:a5c644b0ad2ff77590a77fb0198c4a785" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a62b3e59f1513c6426a05b6d444374d06" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a62b3e59f1513c6426a05b6d444374d06" > ◆ < / a > < / span > contactSearch()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1contactSearch.html" > contactSearch< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < em > extDomain< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > &   < / td >
< td class = "paramname" > < em > prtcl< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > &   < / td >
< td class = "paramname" > < em > geom< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > &   < / td >
< td class = "paramname" > < em > timers< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8cpp_source.html#l00026" > 26< / a > of file < a class = "el" href = "contactSearch_8cpp_source.html" > contactSearch.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad5cce7d60a1c5ca70040cfd1a9127389" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad5cce7d60a1c5ca70040cfd1a9127389" > ◆ < / a > < / span > ~contactSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual ~< a class = "el" href = "classpFlow_1_1contactSearch.html" > contactSearch< / 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" > virtual< / span > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "aae2cdcc4a6badf5568c4467e9e982f41" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aae2cdcc4a6badf5568c4467e9e982f41" > ◆ < / a > < / span > BroadSearch()< / 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" > virtual bool BroadSearch < / 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_1timeInfo.html" > timeInfo< / a > &   < / td >
< td class = "paramname" > < em > ti< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > ppPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > pwPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
2023-03-27 10:16:23 -07:00
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > force< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1ContactSearch.html#a9b8b797bb562937bc89d63a074331a7b" > ContactSearch< searchMethod > < / a > .< / p >
2023-03-27 10:16:23 -07:00
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 = "ae7016b7fd1858e28338f6d2e085e8e56" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae7016b7fd1858e28338f6d2e085e8e56" > ◆ < / a > < / span > BoundaryBroadSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual bool BoundaryBroadSearch < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > bndryIndex< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > &   < / td >
< td class = "paramname" > < em > ti< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > ppPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > pwPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > force< / em > = < code > false< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1ContactSearch.html#ab03a6396d06d64e1360bae7b31b221cf" > ContactSearch< searchMethod > < / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "af00f5591b2b70d676103efc88e1e8d6c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af00f5591b2b70d676103efc88e1e8d6c" > ◆ < / a > < / span > TypeInfo()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfo < / td >
< td > (< / td >
< td class = "paramtype" > " contactSearch"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a7035bb9f3d9dbace03ddc8acff866fa1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7035bb9f3d9dbace03ddc8acff866fa1" > ◆ < / a > < / span > create_vCtor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > create_vCtor < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1contactSearch.html" > contactSearch< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & < a class = "el" href = "classpFlow_1_1contactSearch.html#a19650e729ef6a0899b8fbe25f5238728" > dict< / a > , const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & < a class = "el" href = "classpFlow_1_1domain.html" > domain< / a > , const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & prtcl, const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > & geom, < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > & timers)  < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > , < / 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_1contactSearch.html#a19650e729ef6a0899b8fbe25f5238728" > dict< / a > , < a class = "el" href = "classpFlow_1_1domain.html" > domain< / a > , prtcl, geom, timers)  < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a2f3fca6830cd43510c731216bcf9dd75" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2f3fca6830cd43510c731216bcf9dd75" > ◆ < / a > < / span > performedSearch()< / 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" > bool performedSearch < / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00118" > 118< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00055" > contactSearch::performedSearch_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ae1e7c591e73be85ae362386784f41203" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae1e7c591e73be85ae362386784f41203" > ◆ < / a > < / span > performedSearchBoundary()< / 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" > bool performedSearchBoundary < / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00124" > 124< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00058" > contactSearch::performedSearchBoundary_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aff674fd5d0a835b825f56856305dc174" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff674fd5d0a835b825f56856305dc174" > ◆ < / a > < / span > performSearch()< / 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" > bool performSearch < / 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 >
< td class = "paramname" > < em > iter< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > force< / em > = < code > false< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
2025-01-10 13:02:07 +03:30
< td > < / td > < td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00130" > 130< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00052" > contactSearch::lastUpdated_< / a > , and < a class = "el" href = "contactSearch_8hpp_source.html#l00049" > contactSearch::updateInterval_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00139" > contactSearch::enterBroadSearch()< / a > .< / p >
< 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;" >
< div class = "center" > < img src = "classpFlow_1_1contactSearch_aff674fd5d0a835b825f56856305dc174_icgraph.png" border = "0" usemap = "#classpFlow_1_1contactSearch_aff674fd5d0a835b825f56856305dc174_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a405df0732509ffaf7bd22e7750540a5c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a405df0732509ffaf7bd22e7750540a5c" > ◆ < / a > < / span > enterBroadSearch()< / 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" > bool enterBroadSearch < / 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_1timeInfo.html" > timeInfo< / a > &   < / td >
< td class = "paramname" > < em > ti< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > force< / em > = < code > false< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00139" > 139< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "timeInfo_8hpp_source.html#l00055" > timeInfo::iter()< / a > , and < a class = "el" href = "contactSearch_8hpp_source.html#l00130" > contactSearch::performSearch()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "ContactSearch_8hpp_source.html#l00157" > ContactSearch< searchMethod > ::enterBroadSearchBoundary()< / 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 call 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;" >
< div class = "center" > < img src = "classpFlow_1_1contactSearch_a405df0732509ffaf7bd22e7750540a5c_cgraph.png" border = "0" usemap = "#classpFlow_1_1contactSearch_a405df0732509ffaf7bd22e7750540a5c_cgraph" alt = "" / > < / div >
< / div >
< 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;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1contactSearch_a405df0732509ffaf7bd22e7750540a5c_icgraph.png" border = "0" usemap = "#classpFlow_1_1contactSearch_a405df0732509ffaf7bd22e7750540a5c_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a874d98a70faec1dce74ee4d4c2fa2c77" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a874d98a70faec1dce74ee4d4c2fa2c77" > ◆ < / a > < / span > enterBroadSearchBoundary()< / 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" > virtual bool enterBroadSearchBoundary < / 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_1timeInfo.html" > timeInfo< / a > &   < / td >
< td class = "paramname" > < em > ti< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > force< / em > = < code > false< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implemented in < a class = "el" href = "classpFlow_1_1ContactSearch.html#a9c6d7334df6e89c55d07dbcfdbb3a7c1" > ContactSearch< searchMethod > < / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab37872e585c62d1136cecc64404d1d1f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab37872e585c62d1136cecc64404d1d1f" > ◆ < / a > < / span > updateInterval()< / 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 > updateInterval < / 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" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00148" > 148< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00049" > contactSearch::updateInterval_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a19650e729ef6a0899b8fbe25f5238728" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a19650e729ef6a0899b8fbe25f5238728" > ◆ < / a > < / span > dict()< / 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" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict < / 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" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00154" > 154< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00070" > contactSearch::dict_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "ContactSearch_8hpp_source.html#l00101" > ContactSearch< searchMethod > ::ContactSearch()< / 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;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1contactSearch_a19650e729ef6a0899b8fbe25f5238728_icgraph.png" border = "0" usemap = "#classpFlow_1_1contactSearch_a19650e729ef6a0899b8fbe25f5238728_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a2879a9ee0fc5eab64daf8d5c6f3d88a9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2879a9ee0fc5eab64daf8d5c6f3d88a9" > ◆ < / a > < / span > extendedDomainBox()< / 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" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & extendedDomainBox < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00160" > 160< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00046" > contactSearch::extendedDomainBox_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "ContactSearch_8hpp_source.html#l00101" > ContactSearch< searchMethod > ::ContactSearch()< / 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_1contactSearch_a2879a9ee0fc5eab64daf8d5c6f3d88a9_icgraph.png" border = "0" usemap = "#classpFlow_1_1contactSearch_a2879a9ee0fc5eab64daf8d5c6f3d88a9_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a4cc3ca367ecc826265fde31912f28d99" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4cc3ca367ecc826265fde31912f28d99" > ◆ < / a > < / span > Particles()< / 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" > const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & Particles < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00166" > 166< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00061" > contactSearch::particles_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "ContactSearch_8hpp_source.html#l00056" > ContactSearch< searchMethod > ::BroadSearch()< / a > , and < a class = "el" href = "ContactSearch_8hpp_source.html#l00101" > ContactSearch< searchMethod > ::ContactSearch()< / a > .< / p >
< 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;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1contactSearch_a4cc3ca367ecc826265fde31912f28d99_icgraph.png" border = "0" usemap = "#classpFlow_1_1contactSearch_a4cc3ca367ecc826265fde31912f28d99_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "ae355b601249331cd5c4facb48df43223" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae355b601249331cd5c4facb48df43223" > ◆ < / a > < / span > pStruct()< / 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" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pFlow::pointStructure< / a > & pStruct < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8cpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "contactSearch_8cpp_source.html" > contactSearch.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab0f73623ec6d4ee09c142c435329ffbf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab0f73623ec6d4ee09c142c435329ffbf" > ◆ < / a > < / span > Geometry()< / 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" > const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > & Geometry < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00174" > 174< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00064" > contactSearch::geometry_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "ContactSearch_8hpp_source.html#l00101" > ContactSearch< searchMethod > ::ContactSearch()< / a > .< / p >
< 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;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1contactSearch_ab0f73623ec6d4ee09c142c435329ffbf_icgraph.png" border = "0" usemap = "#classpFlow_1_1contactSearch_ab0f73623ec6d4ee09c142c435329ffbf_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a48ecafd5248ae4c45ba9a3f8343c91ca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a48ecafd5248ae4c45ba9a3f8343c91ca" > ◆ < / a > < / span > ppTimer()< / 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_1Timer.html" > Timer< / a > & ppTimer < / 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 = "contactSearch_8hpp_source.html#l00180" > 180< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00068" > contactSearch::ppTimer_< / a > .< / p >
< / div >
< / div >
< a id = "a9f0335a9e7e4a973cc9a94c23a088e28" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9f0335a9e7e4a973cc9a94c23a088e28" > ◆ < / a > < / span > bTimer()< / 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_1Timer.html" > Timer< / a > & bTimer < / 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 = "contactSearch_8hpp_source.html#l00186" > 186< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "contactSearch_8hpp_source.html#l00066" > contactSearch::bTimer_< / a > .< / p >
< / div >
< / div >
< a id = "a9b93dba441524b3b65cb8ef6047f0986" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9b93dba441524b3b65cb8ef6047f0986" > ◆ < / a > < / span > broadSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool broadSearch < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > &   < / td >
< td class = "paramname" > < em > ti< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > ppPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > pwPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > force< / em > = < code > false< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8cpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "contactSearch_8cpp_source.html" > contactSearch.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > .< / p >
< / div >
< / div >
< a id = "a5124f03f9856a881876e589abb3d6e82" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5124f03f9856a881876e589abb3d6e82" > ◆ < / a > < / span > boundaryBroadSearch()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool boundaryBroadSearch < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > bndryIndex< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > &   < / td >
< td class = "paramname" > < em > ti< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > ppPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > pwPairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > force< / em > = < code > false< / code >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8cpp_source.html#l00082" > 82< / a > of file < a class = "el" href = "contactSearch_8cpp_source.html" > contactSearch.cpp< / a > .< / p >
< / div >
< / div >
< a id = "aa4499ab5826758f54df4cac370688b5b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa4499ab5826758f54df4cac370688b5b" > ◆ < / a > < / span > sizeRatio()< / h2 >
< div class = "memitem" >
2023-03-27 10:16:23 -07:00
< 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" > virtual < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > sizeRatio < / 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" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1ContactSearch.html#a15658cfdf5aae289d667e3cfcf40fce8" > ContactSearch< searchMethod > < / a > .< / p >
< / div >
< / div >
< a id = "a67aa1fcaf2590bc6dcfe0638c3f8ce58" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a67aa1fcaf2590bc6dcfe0638c3f8ce58" > ◆ < / a > < / span > cellExtent()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > cellExtent < / 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" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1ContactSearch.html#ac643bee43d3e7b50488e3101cae80dec" > ContactSearch< searchMethod > < / a > .< / p >
< / div >
< / div >
< a id = "ae5b2ba050c4ff4822677d3caf1187b0f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae5b2ba050c4ff4822677d3caf1187b0f" > ◆ < / a > < / span > create()< / 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_1uniquePtr.html" > pFlow::uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1contactSearch.html" > pFlow::contactSearch< / a > > create < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / td >
< td class = "paramname" > < em > extDomain< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > &   < / td >
< td class = "paramname" > < em > prtcl< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > &   < / td >
< td class = "paramname" > < em > geom< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a > &   < / td >
< td class = "paramname" > < em > timers< / 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" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8cpp_source.html#l00118" > 118< / a > of file < a class = "el" href = "contactSearch_8cpp_source.html" > contactSearch.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "bTypesFunctions_8cpp_source.html#l00156" > pFlow::angleBracketsNames()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00070" > fatalError< / a > , < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , < a class = "el" href = "dictionary_8hpp_source.html#l00379" > dictionary::getVal()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00042" > Green_Text< / a > , < a class = "el" href = "namespacepFlow.html#a5461d284d871cfccadeb3dea5a44a03f" > pFlow::pOutput< / a > , < a class = "el" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" > pFlow::printKeys()< / a > , and < a class = "el" href = "iOstream_8cpp_source.html#l00119" > iOstream::space()< / a > .< / p >
< 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;" >
< div class = "center" > < img src = "classpFlow_1_1contactSearch_ae5b2ba050c4ff4822677d3caf1187b0f_cgraph.png" border = "0" usemap = "#classpFlow_1_1contactSearch_ae5b2ba050c4ff4822677d3caf1187b0f_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "af1a603be8d4ebb376dae2de573b3fbda" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af1a603be8d4ebb376dae2de573b3fbda" > ◆ < / a > < / span > extendedDomainBox_< / 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_1box.html" > box< / a > & extendedDomainBox_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00160" > contactSearch::extendedDomainBox()< / a > .< / p >
< / div >
< / div >
< a id = "ac4bb4c44711fcaf1a3d05d04c14a4c94" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac4bb4c44711fcaf1a3d05d04c14a4c94" > ◆ < / a > < / span > updateInterval_< / 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#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > updateInterval_ = 1< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > update interval in terms of iteration numebr < / p >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00130" > contactSearch::performSearch()< / a > , and < a class = "el" href = "contactSearch_8hpp_source.html#l00148" > contactSearch::updateInterval()< / a > .< / p >
< / div >
< / div >
< a id = "a98c5c9155e77a5875ee4a8278a7acd17" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a98c5c9155e77a5875ee4a8278a7acd17" > ◆ < / a > < / span > lastUpdated_< / 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#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > lastUpdated_ = 0< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > last iteration number which contact search has been performed < / p >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00130" > contactSearch::performSearch()< / a > .< / p >
< / div >
< / div >
< a id = "a0fe252c95c374cf51d37d954d6ecc2ed" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0fe252c95c374cf51d37d954d6ecc2ed" > ◆ < / a > < / span > performedSearch_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool performedSearch_ = false< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > performed search? < / p >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00118" > contactSearch::performedSearch()< / a > .< / p >
< / div >
< / div >
< a id = "af5b049badf19ddd42c01ebdc2e1c0618" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af5b049badf19ddd42c01ebdc2e1c0618" > ◆ < / a > < / span > performedSearchBoundary_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool performedSearchBoundary_ = false< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > performed search in boundaries < / p >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00124" > contactSearch::performedSearchBoundary()< / a > .< / p >
< / div >
< / div >
< a id = "aa9c6fe00ccb69057bc113796f134b81a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa9c6fe00ccb69057bc113796f134b81a" > ◆ < / a > < / span > particles_< / 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_1particles.html" > particles< / a > & particles_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > const ref to particles < / p >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00061" > 61< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00166" > contactSearch::Particles()< / a > .< / p >
< / div >
< / div >
< a id = "a0ca39596f183e9a3ac8974cdb9a99921" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0ca39596f183e9a3ac8974cdb9a99921" > ◆ < / a > < / span > geometry_< / 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_1geometry.html" > geometry< / a > & geometry_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > const ref to geometry < / p >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00064" > 64< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00174" > contactSearch::Geometry()< / a > .< / p >
< / div >
< / div >
< a id = "aa736bc0cb1b9da3f88119e7116f6c81e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa736bc0cb1b9da3f88119e7116f6c81e" > ◆ < / a > < / span > bTimer_< / 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_1Timer.html" > Timer< / a > bTimer_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00066" > 66< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00186" > contactSearch::bTimer()< / a > .< / p >
< / div >
< / div >
< a id = "aa9f1f9c9b212215d51310b5de2ca0b21" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa9f1f9c9b212215d51310b5de2ca0b21" > ◆ < / a > < / span > ppTimer_< / 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_1Timer.html" > Timer< / a > ppTimer_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00068" > 68< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00180" > contactSearch::ppTimer()< / a > .< / p >
< / div >
< / div >
< a id = "a5c644b0ad2ff77590a77fb0198c4a785" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5c644b0ad2ff77590a77fb0198c4a785" > ◆ < / a > < / span > dict_< / 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_1dictionary.html" > dictionary< / a > dict_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "contactSearch_8hpp_source.html#l00070" > 70< / a > of file < a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "contactSearch_8hpp_source.html#l00154" > contactSearch::dict()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/Interaction/contactSearch/contactSearch/< a class = "el" href = "contactSearch_8hpp_source.html" > contactSearch.hpp< / a > < / li >
< li > src/Interaction/contactSearch/contactSearch/< a class = "el" href = "contactSearch_8cpp_source.html" > contactSearch.cpp< / 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_1contactSearch.html" > contactSearch< / 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 >