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." >
2025-01-10 13:02:07 +03:30
< title > PhasicFlow: ContactSearch< searchMethod > Class Template Reference< / title >
2023-03-27 10:16:23 -07:00
< 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-types" > Public Types< / a > |
< a href = "#pub-methods" > 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" >
2025-01-10 13:02:07 +03:30
< div class = "title" > ContactSearch< searchMethod > Class Template Reference< / div > < / div >
2023-03-27 10:16:23 -07:00
< / 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;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for ContactSearch< searchMethod > :< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1ContactSearch__inherit__graph.png" border = "0" usemap = "#ContactSearch_3_01searchMethod_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
2023-03-27 10:16:23 -07:00
< 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;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for ContactSearch< searchMethod > :< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1ContactSearch__coll__graph.png" border = "0" usemap = "#ContactSearch_3_01searchMethod_01_4_coll__map" alt = "Collaboration graph" / > < / div >
2023-03-27 10:16:23 -07:00
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a85466bc714e19a8eb1775698f6fce13a" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#a85466bc714e19a8eb1775698f6fce13a" > IdType< / a > = < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > < / td > < / tr >
< tr class = "separator:a85466bc714e19a8eb1775698f6fce13a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aafbc6c11862daeac07d73494aa73377a" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#aafbc6c11862daeac07d73494aa73377a" > ExecutionSpace< / a > = < a class = "el" href = "namespacepFlow.html#aa3a14d3c76643399fc4edd8eca14944a" > DefaultExecutionSpace< / a > < / td > < / tr >
< tr class = "separator:aafbc6c11862daeac07d73494aa73377a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a14a58890480776cd43f47cf202c50c45" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#a14a58890480776cd43f47cf202c50c45" > SearchMethodType< / a > = searchMethod< / td > < / tr >
< tr class = "separator:a14a58890480776cd43f47cf202c50c45" > < 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-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a954a983b771de06388078b901b5755a6" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#a954a983b771de06388078b901b5755a6" > TypeInfoTemplate11< / a > (" ContactSearch" , SearchMethodType)< / td > < / tr >
< tr class = "separator:a954a983b771de06388078b901b5755a6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af9dd514cd28edb2b83ffa07d78e89a77" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#af9dd514cd28edb2b83ffa07d78e89a77" > ContactSearch< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & csDict, 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:af9dd514cd28edb2b83ffa07d78e89a77" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a05f191978ffcabf5af6bacb4c6d35ebf" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#a05f191978ffcabf5af6bacb4c6d35ebf" > add_vCtor< / a > (< a class = "el" href = "classpFlow_1_1contactSearch.html" > contactSearch< / a > , < a class = "el" href = "classpFlow_1_1ContactSearch.html" > ContactSearch< / a > , < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > )< / td > < / tr >
< tr class = "separator:a05f191978ffcabf5af6bacb4c6d35ebf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a9c6d7334df6e89c55d07dbcfdbb3a7c1" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#a9c6d7334df6e89c55d07dbcfdbb3a7c1" > enterBroadSearchBoundary< / a > (const < a class = "el" href = "classpFlow_1_1timeInfo.html" > timeInfo< / a > & ti, bool force=false) const override< / td > < / tr >
< tr class = "separator:a9c6d7334df6e89c55d07dbcfdbb3a7c1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a15658cfdf5aae289d667e3cfcf40fce8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#a15658cfdf5aae289d667e3cfcf40fce8" > sizeRatio< / a > () const override< / td > < / tr >
< tr class = "separator:a15658cfdf5aae289d667e3cfcf40fce8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac643bee43d3e7b50488e3101cae80dec" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#ac643bee43d3e7b50488e3101cae80dec" > cellExtent< / a > () const override< / td > < / tr >
< tr class = "separator:ac643bee43d3e7b50488e3101cae80dec" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "inherit_header pub_methods_classpFlow_1_1contactSearch" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1contactSearch')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1contactSearch.html" > contactSearch< / a > < / td > < / tr >
< tr class = "memitem:af00f5591b2b70d676103efc88e1e8d6c inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a62b3e59f1513c6426a05b6d444374d06 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ad5cce7d60a1c5ca70040cfd1a9127389 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7035bb9f3d9dbace03ddc8acff866fa1 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a2f3fca6830cd43510c731216bcf9dd75 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1e7c591e73be85ae362386784f41203 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff674fd5d0a835b825f56856305dc174 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a405df0732509ffaf7bd22e7750540a5c inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab37872e585c62d1136cecc64404d1d1f inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a19650e729ef6a0899b8fbe25f5238728 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2879a9ee0fc5eab64daf8d5c6f3d88a9 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4cc3ca367ecc826265fde31912f28d99 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae355b601249331cd5c4facb48df43223 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab0f73623ec6d4ee09c142c435329ffbf inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a48ecafd5248ae4c45ba9a3f8343c91ca inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9f0335a9e7e4a973cc9a94c23a088e28 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9b93dba441524b3b65cb8ef6047f0986 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5124f03f9856a881876e589abb3d6e82 inherit pub_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_methods_classpFlow_1_1contactSearch" > < 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:a9b8b797bb562937bc89d63a074331a7b" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#a9b8b797bb562937bc89d63a074331a7b" > 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) override< / td > < / tr >
< tr class = "separator:a9b8b797bb562937bc89d63a074331a7b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab03a6396d06d64e1360bae7b31b221cf" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#ab03a6396d06d64e1360bae7b31b221cf" > 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) override< / td > < / tr >
< tr class = "separator:ab03a6396d06d64e1360bae7b31b221cf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:abf14a812b9c273d8c618eff23b99550f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1ContactSearch.html#a14a58890480776cd43f47cf202c50c45" > SearchMethodType< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#abf14a812b9c273d8c618eff23b99550f" > ppwContactSearch_< / a > = nullptr< / td > < / tr >
< tr class = "separator:abf14a812b9c273d8c618eff23b99550f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a467ac73738857be13fe399f67b1d935c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1boundaryContactSearchList.html" > boundaryContactSearchList< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#a467ac73738857be13fe399f67b1d935c" > csBoundaries_< / a > < / td > < / tr >
< tr class = "separator:a467ac73738857be13fe399f67b1d935c" > < 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 = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
< tr class = "inherit_header pub_static_methods_classpFlow_1_1contactSearch" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_methods_classpFlow_1_1contactSearch')" > < img src = "closed.png" alt = "-" / >   Static Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1contactSearch.html" > contactSearch< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae5b2ba050c4ff4822677d3caf1187b0f inherit pub_static_methods_classpFlow_1_1contactSearch" > < 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 inherit pub_static_methods_classpFlow_1_1contactSearch" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2025-01-10 13:02:07 +03:30
< div class = "textblock" > < h3 > template< class searchMethod> < br / >
class pFlow::ContactSearch< searchMethod > < / h3 >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "ContactSearch_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "ContactSearch_8hpp_source.html" > ContactSearch.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a85466bc714e19a8eb1775698f6fce13a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a85466bc714e19a8eb1775698f6fce13a" > ◆ < / a > < / span > IdType< / 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_1ContactSearch.html#a85466bc714e19a8eb1775698f6fce13a" > IdType< / a > = < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / 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 = "ContactSearch_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "ContactSearch_8hpp_source.html" > ContactSearch.hpp< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aafbc6c11862daeac07d73494aa73377a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aafbc6c11862daeac07d73494aa73377a" > ◆ < / a > < / span > ExecutionSpace< / 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_1ContactSearch.html#aafbc6c11862daeac07d73494aa73377a" > ExecutionSpace< / a > = < a class = "el" href = "namespacepFlow.html#aa3a14d3c76643399fc4edd8eca14944a" > DefaultExecutionSpace< / 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 = "ContactSearch_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "ContactSearch_8hpp_source.html" > ContactSearch.hpp< / a > .< / p >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a14a58890480776cd43f47cf202c50c45" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a14a58890480776cd43f47cf202c50c45" > ◆ < / a > < / span > SearchMethodType< / 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_1ContactSearch.html#a14a58890480776cd43f47cf202c50c45" > SearchMethodType< / a > = searchMethod< / 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 = "ContactSearch_8hpp_source.html#l00048" > 48< / a > of file < a class = "el" href = "ContactSearch_8hpp_source.html" > ContactSearch.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "af9dd514cd28edb2b83ffa07d78e89a77" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af9dd514cd28edb2b83ffa07d78e89a77" > ◆ < / a > < / span > ContactSearch()< / 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_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 > csDict< / 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 >
< / 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#l00101" > 101< / 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 = "classpFlow_1_1particles.html#adaa26de060a2ce43e01c63ff154a820e" > particles::boundingSphere()< / a > , < a class = "el" href = "particles_8cpp_source.html#l00116" > particles::boundingSphereMinMax()< / a > , < a class = "el" href = "internalField_8hpp_source.html#l00092" > internalField< T, MemorySpace > ::deviceViewAll()< / a > , < a class = "el" href = "VectorSingle_8cpp_source.html#l00249" > VectorSingle< T, MemorySpace > ::deviceViewAll()< / a > , < a class = "el" href = "contactSearch_8hpp_source.html#l00154" > contactSearch::dict()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00074" > particles::dynPointStruct()< / a > , < a class = "el" href = "contactSearch_8hpp_source.html#l00160" > contactSearch::extendedDomainBox()< / a > , < a class = "el" href = "contactSearch_8hpp_source.html#l00174" > contactSearch::Geometry()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00202" > triSurface::normals()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00157" > triSurface::numPoints()< / a > , < a class = "el" href = "contactSearch_8hpp_source.html#l00166" > contactSearch::Particles()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00079" > particles::pointPosition()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00172" > triSurface::points()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00162" > triSurface::size()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00192" > triSurface::vertices()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1ContactSearch_af9dd514cd28edb2b83ffa07d78e89a77_cgraph.png" border = "0" usemap = "#classpFlow_1_1ContactSearch_af9dd514cd28edb2b83ffa07d78e89a77_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a9b8b797bb562937bc89d63a074331a7b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9b8b797bb562937bc89d63a074331a7b" > ◆ < / a > < / span > BroadSearch()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > 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 >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
< td class = "paramname" > < em > ppPairs< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< 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 >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > private< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1contactSearch.html#aae2cdcc4a6badf5568c4467e9e982f41" > contactSearch< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "ContactSearch_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "ContactSearch_8hpp_source.html" > ContactSearch.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "classpFlow_1_1particles.html#adaa26de060a2ce43e01c63ff154a820e" > particles::boundingSphere()< / a > , < a class = "el" href = "internalField_8hpp_source.html#l00092" > internalField< T, MemorySpace > ::deviceViewAll()< / a > , < a class = "el" href = "timeInfo_8hpp_source.html#l00051" > timeInfo::dt()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00074" > particles::dynPointStruct()< / a > , < a class = "el" href = "timeInfo_8hpp_source.html#l00055" > timeInfo::iter()< / a > , < a class = "el" href = "contactSearch_8hpp_source.html#l00166" > contactSearch::Particles()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00079" > particles::pointPosition()< / a > , < a class = "el" href = "ContactSearch_8hpp_source.html#l00052" > ContactSearch< searchMethod > ::ppwContactSearch_< / a > , and < a class = "el" href = "timeInfo_8hpp_source.html#l00047" > timeInfo::t()< / 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;" >
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_1ContactSearch_a9b8b797bb562937bc89d63a074331a7b_cgraph.png" border = "0" usemap = "#classpFlow_1_1ContactSearch_a9b8b797bb562937bc89d63a074331a7b_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "ab03a6396d06d64e1360bae7b31b221cf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab03a6396d06d64e1360bae7b31b221cf" > ◆ < / a > < / span > BoundaryBroadSearch()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool BoundaryBroadSearch < / 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 > bndryIndex< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / 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_1timeInfo.html" > timeInfo< / a > &   < / td >
< td class = "paramname" > < em > ti< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > ppPairs< / 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 = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< 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" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > private< / span > < span class = "mlabel" > 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 > Implements < a class = "el" href = "classpFlow_1_1contactSearch.html#ae7016b7fd1858e28338f6d2e085e8e56" > contactSearch< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "ContactSearch_8hpp_source.html#l00080" > 80< / 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#l00054" > ContactSearch< searchMethod > ::csBoundaries_< / a > , < a class = "el" href = "timeInfo_8hpp_source.html#l00051" > timeInfo::dt()< / a > , < a class = "el" href = "timeInfo_8hpp_source.html#l00055" > timeInfo::iter()< / a > , and < a class = "el" href = "timeInfo_8hpp_source.html#l00047" > timeInfo::t()< / 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 call 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_1ContactSearch_ab03a6396d06d64e1360bae7b31b221cf_cgraph.png" border = "0" usemap = "#classpFlow_1_1ContactSearch_ab03a6396d06d64e1360bae7b31b221cf_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a954a983b771de06388078b901b5755a6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a954a983b771de06388078b901b5755a6" > ◆ < / a > < / span > TypeInfoTemplate11()< / 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" > TypeInfoTemplate11 < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > " ContactSearch< searchMethod > "   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1ContactSearch.html#a14a58890480776cd43f47cf202c50c45" > SearchMethodType< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a05f191978ffcabf5af6bacb4c6d35ebf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a05f191978ffcabf5af6bacb4c6d35ebf" > ◆ < / a > < / span > add_vCtor()< / h2 >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > add_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_1ContactSearch.html" > ContactSearch< / a > < searchMethod >   < / 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 > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a9c6d7334df6e89c55d07dbcfdbb3a7c1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9c6d7334df6e89c55d07dbcfdbb3a7c1" > ◆ < / 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" > 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" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1contactSearch.html#a874d98a70faec1dce74ee4d4c2fa2c77" > contactSearch< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "ContactSearch_8hpp_source.html#l00157" > 157< / 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 = "boundaryContactSearchList_8cpp_source.html#l00029" > boundaryContactSearchList::boundariesUpdated()< / a > , < a class = "el" href = "ContactSearch_8hpp_source.html#l00054" > ContactSearch< searchMethod > ::csBoundaries_< / a > , and < a class = "el" href = "contactSearch_8hpp_source.html#l00139" > contactSearch::enterBroadSearch()< / 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 call 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_a9c6d7334df6e89c55d07dbcfdbb3a7c1_cgraph.png" border = "0" usemap = "#classpFlow_1_1ContactSearch_a9c6d7334df6e89c55d07dbcfdbb3a7c1_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a15658cfdf5aae289d667e3cfcf40fce8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a15658cfdf5aae289d667e3cfcf40fce8" > ◆ < / a > < / span > sizeRatio()< / 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#a6192191c0e9c178a44ee1ac350fde476" > real< / a > sizeRatio < / 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 class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1contactSearch.html#aa4499ab5826758f54df4cac370688b5b" > contactSearch< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "ContactSearch_8hpp_source.html#l00162" > 162< / 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#l00052" > ContactSearch< searchMethod > ::ppwContactSearch_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ac643bee43d3e7b50488e3101cae80dec" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac643bee43d3e7b50488e3101cae80dec" > ◆ < / a > < / span > cellExtent()< / 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#a6192191c0e9c178a44ee1ac350fde476" > real< / a > cellExtent < / 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 class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Implements < a class = "el" href = "classpFlow_1_1contactSearch.html#a67aa1fcaf2590bc6dcfe0638c3f8ce58" > contactSearch< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "ContactSearch_8hpp_source.html#l00167" > 167< / 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#l00052" > ContactSearch< searchMethod > ::ppwContactSearch_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "abf14a812b9c273d8c618eff23b99550f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abf14a812b9c273d8c618eff23b99550f" > ◆ < / a > < / span > ppwContactSearch_< / 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 = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1ContactSearch.html#a14a58890480776cd43f47cf202c50c45" > SearchMethodType< / a > > ppwContactSearch_ = nullptr< / 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#l00052" > 52< / 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#l00056" > ContactSearch< searchMethod > ::BroadSearch()< / a > , < a class = "el" href = "ContactSearch_8hpp_source.html#l00167" > ContactSearch< searchMethod > ::cellExtent()< / a > , and < a class = "el" href = "ContactSearch_8hpp_source.html#l00162" > ContactSearch< searchMethod > ::sizeRatio()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a467ac73738857be13fe399f67b1d935c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a467ac73738857be13fe399f67b1d935c" > ◆ < / a > < / span > csBoundaries_< / 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 = "classpFlow_1_1boundaryContactSearchList.html" > boundaryContactSearchList< / a > csBoundaries_< / 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#l00054" > 54< / 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#l00080" > ContactSearch< searchMethod > ::BoundaryBroadSearch()< / a > , and < a class = "el" href = "ContactSearch_8hpp_source.html#l00157" > ContactSearch< searchMethod > ::enterBroadSearchBoundary()< / 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/contactSearch/ContactSearch/< a class = "el" href = "ContactSearch_8hpp_source.html" > ContactSearch.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_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 >