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: box Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1box.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_1box-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > box Class 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 = "+" / > Collaboration diagram for box:< / 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_1box__coll__graph.png" border = "0" usemap = "#box_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a3c722e2f8dd1287de5cc2cbac3ea52d7" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#a3c722e2f8dd1287de5cc2cbac3ea52d7" > TypeInfoNV< / a > (" box" )< / td > < / tr >
< tr class = "separator:a3c722e2f8dd1287de5cc2cbac3ea52d7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ad19e9cdc10ee2e936945ea8d5dea430e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#ad19e9cdc10ee2e936945ea8d5dea430e" > box< / a > ()=default< / td > < / tr >
< tr class = "separator:ad19e9cdc10ee2e936945ea8d5dea430e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a45a4f20f8660dbe758c5d6c1ffe9c025" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#a45a4f20f8660dbe758c5d6c1ffe9c025" > box< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & minP, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & maxP)< / td > < / tr >
< tr class = "separator:a45a4f20f8660dbe758c5d6c1ffe9c025" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adce7742633b229c776b66930923a075d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#adce7742633b229c776b66930923a075d" > box< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:adce7742633b229c776b66930923a075d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afbef9cd91fe90a1d98d27735f6045769" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#afbef9cd91fe90a1d98d27735f6045769" > box< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:afbef9cd91fe90a1d98d27735f6045769" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a4926bff1ef302f2ec5d183fdf1e1eccc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#a4926bff1ef302f2ec5d183fdf1e1eccc" > box< / a > (const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & )=default< / td > < / tr >
< tr class = "separator:a4926bff1ef302f2ec5d183fdf1e1eccc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad319f2e2b6b08f172c552bcb08241be1" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#ad319f2e2b6b08f172c552bcb08241be1" > box< / a > (< a class = "el" href = "classpFlow_1_1box.html" > box< / a > & & )=default< / td > < / tr >
< tr class = "separator:ad319f2e2b6b08f172c552bcb08241be1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab25a930835b4497b3a9dbaed6bc154d9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#ab25a930835b4497b3a9dbaed6bc154d9" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & )=default< / td > < / tr >
< tr class = "separator:ab25a930835b4497b3a9dbaed6bc154d9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a567d8fe28ebd8e0a470599955aeba319" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#a567d8fe28ebd8e0a470599955aeba319" > operator=< / a > (< a class = "el" href = "classpFlow_1_1box.html" > box< / a > & & )=default< / td > < / tr >
< tr class = "separator:a567d8fe28ebd8e0a470599955aeba319" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0d4d84de07989851bb8c5361151e9dd2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#a0d4d84de07989851bb8c5361151e9dd2" > ~box< / a > ()=default< / td > < / tr >
< tr class = "separator:a0d4d84de07989851bb8c5361151e9dd2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a898603c1e4e433d2f304d86f1a22c53c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#a898603c1e4e433d2f304d86f1a22c53c" > isInside< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & point) const< / td > < / tr >
< tr class = "separator:a898603c1e4e433d2f304d86f1a22c53c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7a3e5e5740e519e910633f5d72bb043b" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#a7a3e5e5740e519e910633f5d72bb043b" > minPoint< / a > () const< / td > < / tr >
< tr class = "separator:a7a3e5e5740e519e910633f5d72bb043b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0200f1e557cc2585190d623c0a370108" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#a0200f1e557cc2585190d623c0a370108" > maxPoint< / a > () const< / td > < / tr >
< tr class = "separator:a0200f1e557cc2585190d623c0a370108" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaae8d277b317babcdeaf47d8593147ff" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#aaae8d277b317babcdeaf47d8593147ff" > minPoint< / a > ()< / td > < / tr >
< tr class = "separator:aaae8d277b317babcdeaf47d8593147ff" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adc89929c651a23f2af729f7917e27865" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#adc89929c651a23f2af729f7917e27865" > maxPoint< / a > ()< / td > < / tr >
< tr class = "separator:adc89929c651a23f2af729f7917e27865" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ae1d42751915e8566dac19658cc498ffa" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#ae1d42751915e8566dac19658cc498ffa" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:ae1d42751915e8566dac19658cc498ffa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7d820a4dd0777a9a82aee242b83a167" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#aa7d820a4dd0777a9a82aee242b83a167" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:aa7d820a4dd0777a9a82aee242b83a167" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab25b05023549e7fec0ee1d0f6ce239dd" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#ab25b05023549e7fec0ee1d0f6ce239dd" > read< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:ab25b05023549e7fec0ee1d0f6ce239dd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a279dae2ee3345fbb2b31e5af9ec0a5b4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1box.html#a279dae2ee3345fbb2b31e5af9ec0a5b4" > write< / a > (< a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict) const< / td > < / tr >
< tr class = "separator:a279dae2ee3345fbb2b31e5af9ec0a5b4" > < 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:acaa859f3dc98e5afead6007175a9d47d" > < 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_1box.html#acaa859f3dc98e5afead6007175a9d47d" > min_< / a > {0,0,0}< / td > < / tr >
< tr class = "separator:acaa859f3dc98e5afead6007175a9d47d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4caae70957c688b90b3596656bd20b9e" > < 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_1box.html#a4caae70957c688b90b3596656bd20b9e" > max_< / a > {1,1,1}< / td > < / tr >
< tr class = "separator:a4caae70957c688b90b3596656bd20b9e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "box_8hpp_source.html#l00032" > 32< / a > of file < a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "ad19e9cdc10ee2e936945ea8d5dea430e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad19e9cdc10ee2e936945ea8d5dea430e" > ◆ < / a > < / span > box() < span class = "overload" > [1/6]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / 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" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a45a4f20f8660dbe758c5d6c1ffe9c025" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a45a4f20f8660dbe758c5d6c1ffe9c025" > ◆ < / a > < / span > box() < span class = "overload" > [2/6]< / 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > minP< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > maxP< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "box_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > .< / p >
< / div >
< / div >
< a id = "adce7742633b229c776b66930923a075d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adce7742633b229c776b66930923a075d" > ◆ < / a > < / span > box() < span class = "overload" > [3/6]< / span > < / h2 >
< 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 >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / 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 >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "box_8cpp_source.html#l00027" > 27< / a > of file < a class = "el" href = "box_8cpp_source.html" > box.cpp< / a > .< / p >
< / div >
< / div >
< a id = "afbef9cd91fe90a1d98d27735f6045769" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afbef9cd91fe90a1d98d27735f6045769" > ◆ < / a > < / span > box() < span class = "overload" > [4/6]< / span > < / h2 >
< 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 >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / 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" > explicit< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "box_8cpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "box_8cpp_source.html" > box.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > , < a class = "el" href = "error_8hpp_source.html#l00087" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00223" > IOstream::lineNumber()< / a > , and < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1box_afbef9cd91fe90a1d98d27735f6045769_cgraph.png" border = "0" usemap = "#classpFlow_1_1box_afbef9cd91fe90a1d98d27735f6045769_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a4926bff1ef302f2ec5d183fdf1e1eccc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4926bff1ef302f2ec5d183fdf1e1eccc" > ◆ < / a > < / span > box() < span class = "overload" > [5/6]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / 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 >
2025-01-10 13:02:07 +03:30
< a id = "ad319f2e2b6b08f172c552bcb08241be1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad319f2e2b6b08f172c552bcb08241be1" > ◆ < / a > < / span > box() < span class = "overload" > [6/6]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & &   < / 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 >
2025-01-10 13:02:07 +03:30
< a id = "a0d4d84de07989851bb8c5361151e9dd2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0d4d84de07989851bb8c5361151e9dd2" > ◆ < / a > < / span > ~box()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > ~< a class = "el" href = "classpFlow_1_1box.html" > box< / a > < / td >
2023-03-27 10:16:23 -07:00
< 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 = "a3c722e2f8dd1287de5cc2cbac3ea52d7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3c722e2f8dd1287de5cc2cbac3ea52d7" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > " box"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab25a930835b4497b3a9dbaed6bc154d9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab25a930835b4497b3a9dbaed6bc154d9" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & operator= < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1box.html" > box< / a > &   < / 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 >
2025-01-10 13:02:07 +03:30
< a id = "a567d8fe28ebd8e0a470599955aeba319" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a567d8fe28ebd8e0a470599955aeba319" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & operator= < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1box.html" > box< / a > & &   < / 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 = "a898603c1e4e433d2f304d86f1a22c53c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a898603c1e4e433d2f304d86f1a22c53c" > ◆ < / 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" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > 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 > < / 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 = "box_8hpp_source.html#l00084" > 84< / a > of file < a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "box_8hpp_source.html#l00040" > box::max_< / a > , and < a class = "el" href = "box_8hpp_source.html#l00037" > box::min_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "collisionCheck_8cpp_source.html#l00004" > collisionCheck::build()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00147" > cells::inDomain()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00108" > rectangleMesh::isInsideIndex()< / a > , < a class = "el" href = "pointFlagKernels_8hpp_source.html#l00102" > pointFlag< DefaultHostExecutionSpace > ::markOutOfBoxDelete()< / a > , and < a class = "el" href = "selectBox_8cpp_source.html#l00025" > selectBox::selectAllPointsInBox()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1box_a898603c1e4e433d2f304d86f1a22c53c_icgraph.png" border = "0" usemap = "#classpFlow_1_1box_a898603c1e4e433d2f304d86f1a22c53c_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a7a3e5e5740e519e910633f5d72bb043b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7a3e5e5740e519e910633f5d72bb043b" > ◆ < / a > < / span > minPoint() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & minPoint < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "box_8hpp_source.html#l00091" > 91< / a > of file < a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "box_8hpp_source.html#l00037" > box::min_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00204" > cells::bound()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00082" > pFlow::boxExtent()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > cells::calculate()< / a > , < a class = "el" href = "box_8hpp_source.html#l00135" > pFlow::equal()< / a > , < a class = "el" href = "box_8hpp_source.html#l00148" > pFlow::extendBox()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00092" > pFlow::indexToCell()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00108" > rectangleMesh::isInsideIndex()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00097" > rectangleMesh::minPoint()< / a > , < a class = "el" href = "domain_8hpp_source.html#l00151" > domain::minPoint()< / a > , < a class = "el" href = "boxRegion_8cpp_source.html#l00043" > boxRegion::peek()< / a > , < a class = "el" href = "collisionCheck_8hpp_source.html#l00031" > collisionCheck::pointIndex()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00133" > cells::pointIndex()< / a > , < a class = "el" href = "rectangleMesh_8cpp_source.html#l00005" > rectangleMesh::rectangleMesh()< / a > , and < a class = "el" href = "mapperNBS_8cpp_source.html#l00029" > mapperNBS::setSearchBox()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1box_a7a3e5e5740e519e910633f5d72bb043b_icgraph.png" border = "0" usemap = "#classpFlow_1_1box_a7a3e5e5740e519e910633f5d72bb043b_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a0200f1e557cc2585190d623c0a370108" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0200f1e557cc2585190d623c0a370108" > ◆ < / a > < / span > maxPoint() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & maxPoint < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "box_8hpp_source.html#l00097" > 97< / a > of file < a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "box_8hpp_source.html#l00040" > box::max_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00204" > cells::bound()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00082" > pFlow::boxExtent()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00045" > cells::calculate()< / a > , < a class = "el" href = "box_8hpp_source.html#l00135" > pFlow::equal()< / a > , < a class = "el" href = "box_8hpp_source.html#l00148" > pFlow::extendBox()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00102" > rectangleMesh::maxPoint()< / a > , < a class = "el" href = "domain_8hpp_source.html#l00157" > domain::maxPoint()< / a > , < a class = "el" href = "boxRegion_8cpp_source.html#l00043" > boxRegion::peek()< / a > , < a class = "el" href = "rectangleMesh_8cpp_source.html#l00005" > rectangleMesh::rectangleMesh()< / a > , and < a class = "el" href = "mapperNBS_8cpp_source.html#l00029" > mapperNBS::setSearchBox()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1box_a0200f1e557cc2585190d623c0a370108_icgraph.png" border = "0" usemap = "#classpFlow_1_1box_a0200f1e557cc2585190d623c0a370108_icgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< / div >
< a id = "aaae8d277b317babcdeaf47d8593147ff" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaae8d277b317babcdeaf47d8593147ff" > ◆ < / a > < / span > minPoint() < span class = "overload" > [2/2]< / 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & minPoint < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "box_8hpp_source.html#l00103" > 103< / a > of file < a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "box_8hpp_source.html#l00037" > box::min_< / a > .< / p >
< / div >
< / div >
< a id = "adc89929c651a23f2af729f7917e27865" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adc89929c651a23f2af729f7917e27865" > ◆ < / a > < / span > maxPoint() < span class = "overload" > [2/2]< / 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & maxPoint < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "box_8hpp_source.html#l00109" > 109< / a > of file < a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "box_8hpp_source.html#l00040" > box::max_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae1d42751915e8566dac19658cc498ffa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae1d42751915e8566dac19658cc498ffa" > ◆ < / a > < / span > read() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool read < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "box_8cpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "box_8cpp_source.html" > box.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "box_8hpp_source.html#l00040" > box::max_< / a > , < a class = "el" href = "box_8hpp_source.html#l00037" > box::min_< / a > , and < a class = "el" href = "iIstreamI_8hpp_source.html#l00081" > iIstream::nextData()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "box_8cpp_source.html#l00107" > pFlow::operator> > ()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1box_ae1d42751915e8566dac19658cc498ffa_cgraph.png" border = "0" usemap = "#classpFlow_1_1box_ae1d42751915e8566dac19658cc498ffa_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1box_ae1d42751915e8566dac19658cc498ffa_icgraph.png" border = "0" usemap = "#classpFlow_1_1box_ae1d42751915e8566dac19658cc498ffa_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aa7d820a4dd0777a9a82aee242b83a167" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7d820a4dd0777a9a82aee242b83a167" > ◆ < / a > < / span > write() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool write < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "box_8cpp_source.html#l00065" > 65< / a > of file < a class = "el" href = "box_8cpp_source.html" > box.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8cpp_source.html#l00042" > IOstream::check()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00029" > FUNCTION_NAME< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00239" > iOstream::writeWordEntry()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "box_8cpp_source.html#l00119" > pFlow::operator< < ()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1box_aa7d820a4dd0777a9a82aee242b83a167_cgraph.png" border = "0" usemap = "#classpFlow_1_1box_aa7d820a4dd0777a9a82aee242b83a167_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1box_aa7d820a4dd0777a9a82aee242b83a167_icgraph.png" border = "0" usemap = "#classpFlow_1_1box_aa7d820a4dd0777a9a82aee242b83a167_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ab25b05023549e7fec0ee1d0f6ce239dd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab25b05023549e7fec0ee1d0f6ce239dd" > ◆ < / a > < / span > read() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > 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 = "box_8cpp_source.html#l00074" > 74< / a > of file < a class = "el" href = "box_8cpp_source.html" > box.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "dictionary_8hpp_source.html#l00379" > dictionary::getVal()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1box_ab25b05023549e7fec0ee1d0f6ce239dd_cgraph.png" border = "0" usemap = "#classpFlow_1_1box_ab25b05023549e7fec0ee1d0f6ce239dd_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a279dae2ee3345fbb2b31e5af9ec0a5b4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a279dae2ee3345fbb2b31e5af9ec0a5b4" > ◆ < / a > < / span > write() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > 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 = "box_8cpp_source.html#l00085" > 85< / a > of file < a class = "el" href = "box_8cpp_source.html" > box.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00435" > dictionary::add()< / a > , < 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 = "dictionary_8cpp_source.html#l00356" > dictionary::globalName()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1box_a279dae2ee3345fbb2b31e5af9ec0a5b4_cgraph.png" border = "0" usemap = "#classpFlow_1_1box_a279dae2ee3345fbb2b31e5af9ec0a5b4_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "acaa859f3dc98e5afead6007175a9d47d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acaa859f3dc98e5afead6007175a9d47d" > ◆ < / a > < / span > min_< / 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 > min_ {0,0,0}< / 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 = "box_8hpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "box_8hpp_source.html#l00084" > box::isInside()< / a > , < a class = "el" href = "box_8hpp_source.html#l00091" > box::minPoint()< / a > , and < a class = "el" href = "box_8cpp_source.html#l00057" > box::read()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a4caae70957c688b90b3596656bd20b9e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4caae70957c688b90b3596656bd20b9e" > ◆ < / a > < / span > max_< / 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 > max_ {1,1,1}< / 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 = "box_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "box_8hpp_source.html#l00084" > box::isInside()< / a > , < a class = "el" href = "box_8hpp_source.html#l00097" > box::maxPoint()< / a > , and < a class = "el" href = "box_8cpp_source.html#l00057" > box::read()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/structuredData/box/< a class = "el" href = "box_8hpp_source.html" > box.hpp< / a > < / li >
< li > src/phasicFlow/structuredData/box/< a class = "el" href = "box_8cpp_source.html" > box.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_1box.html" > box< / 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 >