592 lines
30 KiB
HTML
592 lines
30 KiB
HTML
<!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"/>
|
|
<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.">
|
|
<title>PhasicFlow: geometricRegion< GeomType > 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>
|
|
<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>
|
|
<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">
|
|
<table cellspacing="0" >
|
|
<tbody>
|
|
<tr>
|
|
<td id="projectlogo"><a href="https://github.com/PhasicFlow"><img alt="Logo" src="phasicFlow_logo.png"></a></td>
|
|
<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>
|
|
<tr>
|
|
<td id="projectbrief">
|
|
<a href="https://https://cemf.ir">www.cemf.ir</a>
|
|
</td>
|
|
</tr>
|
|
</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_1geometricRegion.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#pub-types">Public Types</a> |
|
|
<a href="#pub-methods">Public Member Functions</a> |
|
|
<a href="#pri-attribs">Private Attributes</a> |
|
|
<a href="#pri-static-attribs">Static Private Attributes</a> |
|
|
<a href="classpFlow_1_1geometricRegion-members.html">List of all members</a> </div>
|
|
<div class="headertitle">
|
|
<div class="title">geometricRegion< GeomType > Class Template Reference</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
|
|
<img id="dynsection-0-trigger" src="closed.png" alt="+"/> Collaboration diagram for geometricRegion< GeomType >:</div>
|
|
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
|
|
</div>
|
|
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
|
|
<div class="center"><img src="classpFlow_1_1geometricRegion__coll__graph.png" border="0" usemap="#geometricRegion_3_01GeomType_01_4_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-types"></a>
|
|
Public Types</h2></td></tr>
|
|
<tr class="memitem:a639da8e329957ecc9cb0bc5532289933"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#a639da8e329957ecc9cb0bc5532289933">GeometryType</a> = GeomType</td></tr>
|
|
<tr class="separator:a639da8e329957ecc9cb0bc5532289933"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
|
|
Public Member Functions</h2></td></tr>
|
|
<tr class="memitem:a10dc5984379ef42aa0633ce7c304688b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#a10dc5984379ef42aa0633ce7c304688b">TypeInfoTemplateNV11</a> ("geometricRegion", GeomType)</td></tr>
|
|
<tr class="separator:a10dc5984379ef42aa0633ce7c304688b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ae4abc67494276fe7908371057a3a7f47"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#ae4abc67494276fe7908371057a3a7f47">geometricRegion</a> (const <a class="el" href="classpFlow_1_1dictionary.html">dictionary</a> &dict)</td></tr>
|
|
<tr class="separator:ae4abc67494276fe7908371057a3a7f47"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ab40a373f6be38460a456e1a5bce1836f"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#ab40a373f6be38460a456e1a5bce1836f">~geometricRegion</a> ()=default</td></tr>
|
|
<tr class="separator:ab40a373f6be38460a456e1a5bce1836f"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:aaa6340380ab7af3599579f49f62308da"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#aaa6340380ab7af3599579f49f62308da">isInside</a> (const <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> &p) const</td></tr>
|
|
<tr class="separator:aaa6340380ab7af3599579f49f62308da"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a742999f822100111462c25118a0ce0fe"><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_1geometricRegion.html#a742999f822100111462c25118a0ce0fe">peek</a> () const</td></tr>
|
|
<tr class="separator:a742999f822100111462c25118a0ce0fe"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ad07962f74deec79ba7c983d69e15e1ab"><td class="memItemLeft" align="right" valign="top">const auto & </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#ad07962f74deec79ba7c983d69e15e1ab">minPoint</a> () const</td></tr>
|
|
<tr class="separator:ad07962f74deec79ba7c983d69e15e1ab"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a89e85c03719e97a2d467d635987d714f"><td class="memItemLeft" align="right" valign="top">const auto & </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#a89e85c03719e97a2d467d635987d714f">maxPoint</a> () const</td></tr>
|
|
<tr class="separator:a89e85c03719e97a2d467d635987d714f"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a6ce0c64db98eb6144d363dbfc86104eb"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#a6ce0c64db98eb6144d363dbfc86104eb">read</a> (const <a class="el" href="classpFlow_1_1dictionary.html">dictionary</a> &dict)</td></tr>
|
|
<tr class="separator:a6ce0c64db98eb6144d363dbfc86104eb"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a6964e9f1f100001543fdb044fa7fc896"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#a6964e9f1f100001543fdb044fa7fc896">write</a> (<a class="el" href="classpFlow_1_1dictionary.html">dictionary</a> &dict) const</td></tr>
|
|
<tr class="separator:a6964e9f1f100001543fdb044fa7fc896"><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:a7507bf9011acdf4fcd7f24922f148d1c"><td class="memItemLeft" align="right" valign="top">GeomType </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#a7507bf9011acdf4fcd7f24922f148d1c">geom_</a></td></tr>
|
|
<tr class="separator:a7507bf9011acdf4fcd7f24922f148d1c"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a9d40ea465ed9c32be4efd09cba85f627"><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_1geometricRegion.html#a9d40ea465ed9c32be4efd09cba85f627">minPoint_</a></td></tr>
|
|
<tr class="separator:a9d40ea465ed9c32be4efd09cba85f627"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ab2507e8c26d324f9d93ca3c09a72a08f"><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_1geometricRegion.html#ab2507e8c26d324f9d93ca3c09a72a08f">maxPoint_</a></td></tr>
|
|
<tr class="separator:ab2507e8c26d324f9d93ca3c09a72a08f"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a809105944d87bd27bb8fa71167a86e14"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classpFlow_1_1uniformRandomReal.html">uniformRandomReal</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#a809105944d87bd27bb8fa71167a86e14">random_</a></td></tr>
|
|
<tr class="separator:a809105944d87bd27bb8fa71167a86e14"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-static-attribs"></a>
|
|
Static Private Attributes</h2></td></tr>
|
|
<tr class="memitem:ac3bf08303ac1eb8cc09671c5c3b12475"><td class="memItemLeft" align="right" valign="top">static constexpr <a class="el" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classpFlow_1_1geometricRegion.html#ac3bf08303ac1eb8cc09671c5c3b12475">maxTries_</a> = 100</td></tr>
|
|
<tr class="separator:ac3bf08303ac1eb8cc09671c5c3b12475"><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 GeomType><br />
|
|
class pFlow::geometricRegion< GeomType ></h3>
|
|
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8hpp_source.html#l00033">33</a> of file <a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a>.</p>
|
|
</div><h2 class="groupheader">Member Typedef Documentation</h2>
|
|
<a id="a639da8e329957ecc9cb0bc5532289933"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a639da8e329957ecc9cb0bc5532289933">◆ </a></span>GeometryType</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">using <a class="el" href="classpFlow_1_1geometricRegion.html#a639da8e329957ecc9cb0bc5532289933">GeometryType</a> = GeomType</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8hpp_source.html#l00037">37</a> of file <a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
|
<a id="ae4abc67494276fe7908371057a3a7f47"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ae4abc67494276fe7908371057a3a7f47">◆ </a></span>geometricRegion()</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_1geometricRegion.html">geometricRegion</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">explicit</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8cpp_source.html#l00022">22</a> of file <a class="el" href="geometricRegion_8cpp_source.html">geometricRegion.cpp</a>.</p>
|
|
|
|
<p class="reference">References <a class="el" href="geometricRegion_8hpp_source.html#l00041">geometricRegion< GeomType >::geom_</a>, <a class="el" href="geometricRegion_8hpp_source.html#l00045">geometricRegion< GeomType >::maxPoint_</a>, and <a class="el" href="geometricRegion_8hpp_source.html#l00043">geometricRegion< GeomType >::minPoint_</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ab40a373f6be38460a456e1a5bce1836f"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ab40a373f6be38460a456e1a5bce1836f">◆ </a></span>~geometricRegion()</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_1geometricRegion.html">geometricRegion</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">default</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
</div>
|
|
</div>
|
|
<h2 class="groupheader">Member Function Documentation</h2>
|
|
<a id="a10dc5984379ef42aa0633ce7c304688b"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a10dc5984379ef42aa0633ce7c304688b">◆ </a></span>TypeInfoTemplateNV11()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">TypeInfoTemplateNV11 </td>
|
|
<td>(</td>
|
|
<td class="paramtype">"geometricRegion< GeomType >" </td>
|
|
<td class="paramname">, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">GeomType </td>
|
|
<td class="paramname"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
</div>
|
|
</div>
|
|
<a id="aaa6340380ab7af3599579f49f62308da"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#aaa6340380ab7af3599579f49f62308da">◆ </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>p</em></td><td>)</td>
|
|
<td> const</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8cpp_source.html#l00032">32</a> of file <a class="el" href="geometricRegion_8cpp_source.html">geometricRegion.cpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a742999f822100111462c25118a0ce0fe"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a742999f822100111462c25118a0ce0fe">◆ </a></span>peek()</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">pFlow::realx3</a> peek</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="geometricRegion_8cpp_source.html#l00039">39</a> of file <a class="el" href="geometricRegion_8cpp_source.html">geometricRegion.cpp</a>.</p>
|
|
|
|
<p class="reference">References <a class="el" href="iOstream_8hpp_source.html#l00341">pFlow::endl()</a>, <a class="el" href="error_8hpp_source.html#l00077">fatalErrorInFunction</a>, and <a class="el" href="error_8hpp_source.html#l00098">fatalExit</a>.</p>
|
|
<div id="dynsection-1" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
|
|
<img id="dynsection-1-trigger" src="closed.png" alt="+"/> Here is the call graph for this function:</div>
|
|
<div id="dynsection-1-summary" class="dynsummary" style="display:block;">
|
|
</div>
|
|
<div id="dynsection-1-content" class="dyncontent" style="display:none;">
|
|
<div class="center"><img src="classpFlow_1_1geometricRegion_a742999f822100111462c25118a0ce0fe_cgraph.png" border="0" usemap="#classpFlow_1_1geometricRegion_a742999f822100111462c25118a0ce0fe_cgraph" alt=""/></div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ad07962f74deec79ba7c983d69e15e1ab"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ad07962f74deec79ba7c983d69e15e1ab">◆ </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">const auto& 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> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8hpp_source.html#l00065">65</a> of file <a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a>.</p>
|
|
|
|
<p class="reference">References <a class="el" href="geometricRegion_8hpp_source.html#l00043">geometricRegion< GeomType >::minPoint_</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="PeakableRegion_8hpp_source.html#l00072">PeakableRegion< GeomType >::minPoint()</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_1geometricRegion_ad07962f74deec79ba7c983d69e15e1ab_icgraph.png" border="0" usemap="#classpFlow_1_1geometricRegion_ad07962f74deec79ba7c983d69e15e1ab_icgraph" alt=""/></div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a89e85c03719e97a2d467d635987d714f"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a89e85c03719e97a2d467d635987d714f">◆ </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">const auto& 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> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8hpp_source.html#l00070">70</a> of file <a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a>.</p>
|
|
|
|
<p class="reference">References <a class="el" href="geometricRegion_8hpp_source.html#l00045">geometricRegion< GeomType >::maxPoint_</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="PeakableRegion_8hpp_source.html#l00077">PeakableRegion< GeomType >::maxPoint()</a>.</p>
|
|
<div id="dynsection-3" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
|
|
<img id="dynsection-3-trigger" src="closed.png" alt="+"/> Here is the caller graph for this function:</div>
|
|
<div id="dynsection-3-summary" class="dynsummary" style="display:block;">
|
|
</div>
|
|
<div id="dynsection-3-content" class="dyncontent" style="display:none;">
|
|
<div class="center"><img src="classpFlow_1_1geometricRegion_a89e85c03719e97a2d467d635987d714f_icgraph.png" border="0" usemap="#classpFlow_1_1geometricRegion_a89e85c03719e97a2d467d635987d714f_icgraph" alt=""/></div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a6ce0c64db98eb6144d363dbfc86104eb"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a6ce0c64db98eb6144d363dbfc86104eb">◆ </a></span>read()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool read </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>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8cpp_source.html#l00057">57</a> of file <a class="el" href="geometricRegion_8cpp_source.html">geometricRegion.cpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a6964e9f1f100001543fdb044fa7fc896"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a6964e9f1f100001543fdb044fa7fc896">◆ </a></span>write()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">bool write </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="classpFlow_1_1dictionary.html">dictionary</a> & </td>
|
|
<td class="paramname"><em>dict</em></td><td>)</td>
|
|
<td> const</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8cpp_source.html#l00064">64</a> of file <a class="el" href="geometricRegion_8cpp_source.html">geometricRegion.cpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<h2 class="groupheader">Member Data Documentation</h2>
|
|
<a id="a7507bf9011acdf4fcd7f24922f148d1c"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a7507bf9011acdf4fcd7f24922f148d1c">◆ </a></span>geom_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">GeomType geom_</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="geometricRegion_8hpp_source.html#l00041">41</a> of file <a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="geometricRegion_8cpp_source.html#l00022">geometricRegion< GeomType >::geometricRegion()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a9d40ea465ed9c32be4efd09cba85f627"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a9d40ea465ed9c32be4efd09cba85f627">◆ </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>
|
|
</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="geometricRegion_8hpp_source.html#l00043">43</a> of file <a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="geometricRegion_8cpp_source.html#l00022">geometricRegion< GeomType >::geometricRegion()</a>, and <a class="el" href="geometricRegion_8hpp_source.html#l00065">geometricRegion< GeomType >::minPoint()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ab2507e8c26d324f9d93ca3c09a72a08f"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ab2507e8c26d324f9d93ca3c09a72a08f">◆ </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>
|
|
</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="geometricRegion_8hpp_source.html#l00045">45</a> of file <a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="geometricRegion_8cpp_source.html#l00022">geometricRegion< GeomType >::geometricRegion()</a>, and <a class="el" href="geometricRegion_8hpp_source.html#l00070">geometricRegion< GeomType >::maxPoint()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a809105944d87bd27bb8fa71167a86e14"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a809105944d87bd27bb8fa71167a86e14">◆ </a></span>random_</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_1uniformRandomReal.html">uniformRandomReal</a> random_</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel">mutable</span><span class="mlabel">private</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8hpp_source.html#l00047">47</a> of file <a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ac3bf08303ac1eb8cc09671c5c3b12475"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ac3bf08303ac1eb8cc09671c5c3b12475">◆ </a></span>maxTries_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="mlabels">
|
|
<tr>
|
|
<td class="mlabels-left">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">constexpr <a class="el" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> maxTries_ = 100</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td class="mlabels-right">
|
|
<span class="mlabels"><span class="mlabel">static</span><span class="mlabel">constexpr</span><span class="mlabel">private</span></span> </td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="geometricRegion_8hpp_source.html#l00049">49</a> of file <a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/>The documentation for this class was generated from the following files:<ul>
|
|
<li>src/phasicFlow/structuredData/peakableRegion/geometricRegion/<a class="el" href="geometricRegion_8hpp_source.html">geometricRegion.hpp</a></li>
|
|
<li>src/phasicFlow/structuredData/peakableRegion/geometricRegion/<a class="el" href="geometricRegion_8cpp_source.html">geometricRegion.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_1geometricRegion.html">geometricRegion</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>
|