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: region< T > Class Template Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1region.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 = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1region-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > region< T > Class Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for region< T > :< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1region__inherit__graph.png" border = "0" usemap = "#region_3_01T_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "region_3_01T_01_4_inherit__map" id = "region_3_01T_01_4_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "5,80,107,107" / >
< area shape = "rect" href = "classpFlow_1_1regionBase.html" title = " " alt = "" coords = "9,5,103,32" / >
< / map >
< 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 region< T > :< / 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_1region__coll__graph.png" border = "0" usemap = "#region_3_01T_01_4_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "region_3_01T_01_4_coll__map" id = "region_3_01T_01_4_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "5,80,107,107" / >
< area shape = "rect" href = "classpFlow_1_1regionBase.html" title = " " alt = "" coords = "9,5,103,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a86075eb6d82a3b2f028418f01f5423b2" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#a86075eb6d82a3b2f028418f01f5423b2" > region< / a > (const T & rgn)< / td > < / tr >
< tr class = "separator:a86075eb6d82a3b2f028418f01f5423b2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a57c7ba1bdab198bc5f98e78354164e85" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#a57c7ba1bdab198bc5f98e78354164e85" > region< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a57c7ba1bdab198bc5f98e78354164e85" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9df5370aef6dcbc8ce9599c85a5ada7a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#a9df5370aef6dcbc8ce9599c85a5ada7a" > region< / a > (const < a class = "el" href = "classpFlow_1_1region.html" > region< / a > & )=default< / td > < / tr >
< tr class = "separator:a9df5370aef6dcbc8ce9599c85a5ada7a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4beb1eb821d2a0f42463f5d2d3abef84" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1region.html" > region< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#a4beb1eb821d2a0f42463f5d2d3abef84" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1region.html" > region< / a > & )=default< / td > < / tr >
< tr class = "separator:a4beb1eb821d2a0f42463f5d2d3abef84" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a72c284bb55eab6882fb59a91d2ec79be" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#a72c284bb55eab6882fb59a91d2ec79be" > ~region< / a > ()=default< / td > < / tr >
< tr class = "separator:a72c284bb55eab6882fb59a91d2ec79be" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a69d32c64119381c87f24d681ccbf0cf2" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#a69d32c64119381c87f24d681ccbf0cf2" > isInside< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > point) const override< / td > < / tr >
< tr class = "separator:a69d32c64119381c87f24d681ccbf0cf2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acf6e6a0952837949b1e96e5c5572c8b9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#acf6e6a0952837949b1e96e5c5572c8b9" > minPoint< / a > () const override< / td > < / tr >
< tr class = "separator:acf6e6a0952837949b1e96e5c5572c8b9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10527e76299c00f3ea71765b0ace7f97" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#a10527e76299c00f3ea71765b0ace7f97" > maxPoint< / a > () const override< / td > < / tr >
< tr class = "separator:a10527e76299c00f3ea71765b0ace7f97" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a95589df8b0eec5d6660d123bd021a61e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#a95589df8b0eec5d6660d123bd021a61e" > name< / a > () const override< / td > < / tr >
< tr class = "separator:a95589df8b0eec5d6660d123bd021a61e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1regionBase" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1regionBase')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1regionBase.html" > regionBase< / a > < / td > < / tr >
< tr class = "memitem:a2be3b48c99fba30ea64382c5eb00c6f9 inherit pub_methods_classpFlow_1_1regionBase" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1regionBase.html#a2be3b48c99fba30ea64382c5eb00c6f9" > regionBase< / a > ()=default< / td > < / tr >
< tr class = "separator:a2be3b48c99fba30ea64382c5eb00c6f9 inherit pub_methods_classpFlow_1_1regionBase" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af6cb5cb702bd0abe5cdac54ec1f365e0 inherit pub_methods_classpFlow_1_1regionBase" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1regionBase.html#af6cb5cb702bd0abe5cdac54ec1f365e0" > regionBase< / a > (const < a class = "el" href = "classpFlow_1_1regionBase.html" > regionBase< / a > & )=default< / td > < / tr >
< tr class = "separator:af6cb5cb702bd0abe5cdac54ec1f365e0 inherit pub_methods_classpFlow_1_1regionBase" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aabd90f7e915ce3b24948f6e4a688a954 inherit pub_methods_classpFlow_1_1regionBase" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1regionBase.html" > regionBase< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1regionBase.html#aabd90f7e915ce3b24948f6e4a688a954" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1regionBase.html" > regionBase< / a > & )=default< / td > < / tr >
< tr class = "separator:aabd90f7e915ce3b24948f6e4a688a954 inherit pub_methods_classpFlow_1_1regionBase" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe86a1ef5185c0eb4b11c08f2d6897cc inherit pub_methods_classpFlow_1_1regionBase" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1regionBase.html#afe86a1ef5185c0eb4b11c08f2d6897cc" > ~regionBase< / a > ()=default< / td > < / tr >
< tr class = "separator:afe86a1ef5185c0eb4b11c08f2d6897cc inherit pub_methods_classpFlow_1_1regionBase" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a60b886d3788be057475815f3bef478d5" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1region.html#a60b886d3788be057475815f3bef478d5" > region_< / a > < / td > < / tr >
< tr class = "separator:a60b886d3788be057475815f3bef478d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< typename T> < br / >
class pFlow::region< T > < / h3 >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a86075eb6d82a3b2f028418f01f5423b2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a86075eb6d82a3b2f028418f01f5423b2" > ◆ < / a > < / span > region() < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1region.html" > region< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > rgn< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00064" > 64< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a57c7ba1bdab198bc5f98e78354164e85" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a57c7ba1bdab198bc5f98e78354164e85" > ◆ < / a > < / span > region() < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1region.html" > region< / 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 > < 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 = "positionParticles_8hpp_source.html#l00069" > 69< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a9df5370aef6dcbc8ce9599c85a5ada7a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9df5370aef6dcbc8ce9599c85a5ada7a" > ◆ < / a > < / span > region() < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1region.html" > region< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1region.html" > region< / a > < T > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a72c284bb55eab6882fb59a91d2ec79be" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a72c284bb55eab6882fb59a91d2ec79be" > ◆ < / a > < / span > ~region()< / 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_1region.html" > region< / 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 >
< a id = "a4beb1eb821d2a0f42463f5d2d3abef84" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4beb1eb821d2a0f42463f5d2d3abef84" > ◆ < / a > < / span > operator=()< / 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_1region.html" > region< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1region.html" > region< / a > < T > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a69d32c64119381c87f24d681ccbf0cf2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a69d32c64119381c87f24d681ccbf0cf2" > ◆ < / a > < / span > isInside()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool isInside < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td >
< td class = "paramname" > < em > point< / em > < / 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" >
< p > Implements < a class = "el" href = "classpFlow_1_1regionBase.html#afb1b6ebaadf19f73eb513a835f989a33" > regionBase< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00080" > 80< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "positionParticles_8hpp_source.html#l00060" > region< T > ::region_< / a > .< / p >
< / div >
< / div >
< a id = "acf6e6a0952837949b1e96e5c5572c8b9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acf6e6a0952837949b1e96e5c5572c8b9" > ◆ < / a > < / span > minPoint()< / 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#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > minPoint < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1regionBase.html#a0eaa746652ab523dd5085782aec09f6f" > regionBase< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00085" > 85< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "positionParticles_8hpp_source.html#l00060" > region< T > ::region_< / a > .< / p >
< / div >
< / div >
< a id = "a10527e76299c00f3ea71765b0ace7f97" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a10527e76299c00f3ea71765b0ace7f97" > ◆ < / a > < / span > maxPoint()< / 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#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > maxPoint < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1regionBase.html#a72af82996b37fc569b68ddc4fc9f9e53" > regionBase< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00090" > 90< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "positionParticles_8hpp_source.html#l00060" > region< T > ::region_< / a > .< / p >
< / div >
< / div >
< a id = "a95589df8b0eec5d6660d123bd021a61e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a95589df8b0eec5d6660d123bd021a61e" > ◆ < / a > < / span > name()< / 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#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > name < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1regionBase.html#ae037b76de941b7495bd17837ce23e9b8" > regionBase< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00095" > 95< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "positionParticles_8hpp_source.html#l00060" > region< T > ::region_< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a60b886d3788be057475815f3bef478d5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a60b886d3788be057475815f3bef478d5" > ◆ < / a > < / span > region_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > T region_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "positionParticles_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "positionParticles_8hpp_source.html#l00080" > region< T > ::isInside()< / a > , < a class = "el" href = "positionParticles_8hpp_source.html#l00090" > region< T > ::maxPoint()< / a > , < a class = "el" href = "positionParticles_8hpp_source.html#l00085" > region< T > ::minPoint()< / a > , and < a class = "el" href = "positionParticles_8hpp_source.html#l00095" > region< T > ::name()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > utilities/particlesPhasicFlow/positionParticles/< a class = "el" href = "positionParticles_8hpp_source.html" > positionParticles.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_1region.html" > region< / 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 >