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: sphere 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_1sphere.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_1sphere-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > sphere 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 sphere:< / 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_1sphere__coll__graph.png" border = "0" usemap = "#sphere_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:aebf283683e10db418c6a31fb2dec0515" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphere.html#aebf283683e10db418c6a31fb2dec0515" > TypeInfoNV< / a > (" sphere" )< / td > < / tr >
< tr class = "separator:aebf283683e10db418c6a31fb2dec0515" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a019421bc01ed94462147dfb3d0dae238" > < 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_1sphere.html#a019421bc01ed94462147dfb3d0dae238" > sphere< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & < a class = "el" href = "classpFlow_1_1sphere.html#af62a3e07c6f230fc63639ad004e40c7e" > center< / a > , const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > < a class = "el" href = "classpFlow_1_1sphere.html#a4611c0bbd5b552873706e6d361f8b43f" > radius< / a > )< / td > < / tr >
< tr class = "separator:a019421bc01ed94462147dfb3d0dae238" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6d4f46db39e84f0871654b7948572b35" > < 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_1sphere.html#a6d4f46db39e84f0871654b7948572b35" > sphere< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:a6d4f46db39e84f0871654b7948572b35" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a95b6dbeccc5693a32177ec7976e31838" > < 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_1sphere.html#a95b6dbeccc5693a32177ec7976e31838" > sphere< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:a95b6dbeccc5693a32177ec7976e31838" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5e22992250c530193ab43d4ab3815695" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphere.html#a5e22992250c530193ab43d4ab3815695" > sphere< / a > (const < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > & )=default< / td > < / tr >
< tr class = "separator:a5e22992250c530193ab43d4ab3815695" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a93314cce2089f0ae6ba9038c88a15a6f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphere.html#a93314cce2089f0ae6ba9038c88a15a6f" > sphere< / a > (< a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > & & )=default< / td > < / tr >
< tr class = "separator:a93314cce2089f0ae6ba9038c88a15a6f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a27012a3b79658a7bed448393d1c9627e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphere.html#a27012a3b79658a7bed448393d1c9627e" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > & )=default< / td > < / tr >
< tr class = "separator:a27012a3b79658a7bed448393d1c9627e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0f47a689e9bc212614f9a57f4ea21b20" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphere.html#a0f47a689e9bc212614f9a57f4ea21b20" > operator=< / a > (< a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > & & )=default< / td > < / tr >
< tr class = "separator:a0f47a689e9bc212614f9a57f4ea21b20" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad4624379ed2bc52a9ba133c561c9e623" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphere.html#ad4624379ed2bc52a9ba133c561c9e623" > ~sphere< / a > ()=default< / td > < / tr >
< tr class = "separator:ad4624379ed2bc52a9ba133c561c9e623" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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_1sphere.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 >
< tr class = "memitem:af62a3e07c6f230fc63639ad004e40c7e" > < 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_1sphere.html#af62a3e07c6f230fc63639ad004e40c7e" > center< / a > () const< / td > < / tr >
< tr class = "separator:af62a3e07c6f230fc63639ad004e40c7e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67424c452a87ed7ff748b65374f89e54" > < 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_1sphere.html#a67424c452a87ed7ff748b65374f89e54" > minPoint< / a > () const< / td > < / tr >
< tr class = "separator:a67424c452a87ed7ff748b65374f89e54" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a22e25e0baa24f79d1fa113c2a84f00f9" > < 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_1sphere.html#a22e25e0baa24f79d1fa113c2a84f00f9" > maxPoint< / a > () const< / td > < / tr >
< tr class = "separator:a22e25e0baa24f79d1fa113c2a84f00f9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4611c0bbd5b552873706e6d361f8b43f" > < 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#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphere.html#a4611c0bbd5b552873706e6d361f8b43f" > radius< / a > () const< / td > < / tr >
< tr class = "separator:a4611c0bbd5b552873706e6d361f8b43f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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_1sphere.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_1sphere.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_1sphere.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_1sphere.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:a58519a7039bfcaa45de84489becc4ad2" > < 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_1sphere.html#a58519a7039bfcaa45de84489becc4ad2" > center_< / a > < / td > < / tr >
< tr class = "separator:a58519a7039bfcaa45de84489becc4ad2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a498f87a6a3bd75c3036c49da59c964a8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphere.html#a498f87a6a3bd75c3036c49da59c964a8" > radius2_< / a > < / td > < / tr >
< tr class = "separator:a498f87a6a3bd75c3036c49da59c964a8" > < 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 = "sphere_8hpp_source.html#l00032" > 32< / a > of file < a class = "el" href = "sphere_8hpp_source.html" > sphere.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a019421bc01ed94462147dfb3d0dae238" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a019421bc01ed94462147dfb3d0dae238" > ◆ < / a > < / span > sphere() < span class = "overload" > [1/5]< / 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 > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > center< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > radius< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sphere_8cpp_source.html#l00026" > 26< / a > of file < a class = "el" href = "sphere_8cpp_source.html" > sphere.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a6d4f46db39e84f0871654b7948572b35" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6d4f46db39e84f0871654b7948572b35" > ◆ < / a > < / span > sphere() < span class = "overload" > [2/5]< / 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 > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / 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 >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sphere_8cpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "sphere_8cpp_source.html" > sphere.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-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_1sphere_a6d4f46db39e84f0871654b7948572b35_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_a6d4f46db39e84f0871654b7948572b35_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a95b6dbeccc5693a32177ec7976e31838" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a95b6dbeccc5693a32177ec7976e31838" > ◆ < / a > < / span > sphere() < span class = "overload" > [3/5]< / 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 > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / 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 >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sphere_8cpp_source.html#l00053" > 53< / a > of file < a class = "el" href = "sphere_8cpp_source.html" > sphere.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-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphere_a95b6dbeccc5693a32177ec7976e31838_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_a95b6dbeccc5693a32177ec7976e31838_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a5e22992250c530193ab43d4ab3815695" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5e22992250c530193ab43d4ab3815695" > ◆ < / a > < / span > sphere() < span class = "overload" > [4/5]< / 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#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / 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 = "a93314cce2089f0ae6ba9038c88a15a6f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a93314cce2089f0ae6ba9038c88a15a6f" > ◆ < / a > < / span > sphere() < span class = "overload" > [5/5]< / 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#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / 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 = "ad4624379ed2bc52a9ba133c561c9e623" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad4624379ed2bc52a9ba133c561c9e623" > ◆ < / a > < / span > ~sphere()< / 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_1sphere.html" > sphere< / 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 = "aebf283683e10db418c6a31fb2dec0515" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aebf283683e10db418c6a31fb2dec0515" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > " sphere"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a27012a3b79658a7bed448393d1c9627e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a27012a3b79658a7bed448393d1c9627e" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/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#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / 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 = "a0f47a689e9bc212614f9a57f4ea21b20" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0f47a689e9bc212614f9a57f4ea21b20" > ◆ < / a > < / span > operator=() < 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#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1sphere.html" > sphere< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "sphere_8hpp_source.html#l00075" > 75< / a > of file < a class = "el" href = "sphere_8hpp_source.html" > sphere.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sphere_8hpp_source.html#l00037" > sphere::center_< / a > , < a class = "el" href = "quadrupleFwd_8hpp.html#a6b8bdd44e6ac0d39b65ebd0eef5d4600" > dot()< / a > , and < a class = "el" href = "sphere_8hpp_source.html#l00040" > sphere::radius2_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereRegion_8cpp_source.html#l00043" > sphereRegion::peek()< / 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 call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphere_a898603c1e4e433d2f304d86f1a22c53c_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_a898603c1e4e433d2f304d86f1a22c53c_cgraph" alt = "" / > < / div >
< / div >
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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphere_a898603c1e4e433d2f304d86f1a22c53c_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_a898603c1e4e433d2f304d86f1a22c53c_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "af62a3e07c6f230fc63639ad004e40c7e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af62a3e07c6f230fc63639ad004e40c7e" > ◆ < / a > < / span > center()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & center < / 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 = "sphere_8hpp_source.html#l00084" > 84< / a > of file < a class = "el" href = "sphere_8hpp_source.html" > sphere.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sphere_8hpp_source.html#l00037" > sphere::center_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereRegion_8cpp_source.html#l00043" > sphereRegion::peek()< / 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 caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphere_af62a3e07c6f230fc63639ad004e40c7e_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_af62a3e07c6f230fc63639ad004e40c7e_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a67424c452a87ed7ff748b65374f89e54" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a67424c452a87ed7ff748b65374f89e54" > ◆ < / 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 = "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 > 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 = "sphere_8hpp_source.html#l00091" > 91< / a > of file < a class = "el" href = "sphere_8hpp_source.html" > sphere.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sphere_8hpp_source.html#l00037" > sphere::center_< / a > , and < a class = "el" href = "sphere_8hpp_source.html#l00103" > sphere::radius()< / a > .< / p >
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 call 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_1sphere_a67424c452a87ed7ff748b65374f89e54_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_a67424c452a87ed7ff748b65374f89e54_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a22e25e0baa24f79d1fa113c2a84f00f9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a22e25e0baa24f79d1fa113c2a84f00f9" > ◆ < / 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 = "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 > 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 = "sphere_8hpp_source.html#l00097" > 97< / a > of file < a class = "el" href = "sphere_8hpp_source.html" > sphere.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sphere_8hpp_source.html#l00037" > sphere::center_< / a > , and < a class = "el" href = "sphere_8hpp_source.html#l00103" > sphere::radius()< / 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_1sphere_a22e25e0baa24f79d1fa113c2a84f00f9_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_a22e25e0baa24f79d1fa113c2a84f00f9_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a4611c0bbd5b552873706e6d361f8b43f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4611c0bbd5b552873706e6d361f8b43f" > ◆ < / a > < / span > radius()< / 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#a6192191c0e9c178a44ee1ac350fde476" > real< / a > radius < / 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 = "sphere_8hpp_source.html#l00103" > 103< / a > of file < a class = "el" href = "sphere_8hpp_source.html" > sphere.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "sphere_8hpp_source.html#l00040" > sphere::radius2_< / a > , and < a class = "el" href = "VectorMath_8hpp_source.html#l00090" > pFlow::sqrt()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "sphere_8hpp_source.html#l00097" > sphere::maxPoint()< / a > , < a class = "el" href = "sphere_8hpp_source.html#l00091" > sphere::minPoint()< / a > , and < a class = "el" href = "sphereRegion_8cpp_source.html#l00043" > sphereRegion::peek()< / a > .< / p >
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 call 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_1sphere_a4611c0bbd5b552873706e6d361f8b43f_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_a4611c0bbd5b552873706e6d361f8b43f_cgraph" alt = "" / > < / div >
< / div >
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 caller 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_1sphere_a4611c0bbd5b552873706e6d361f8b43f_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_a4611c0bbd5b552873706e6d361f8b43f_icgraph" alt = "" / > < / div >
< / div >
< / 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 = "sphere_8cpp_source.html#l00067" > 67< / a > of file < a class = "el" href = "sphere_8cpp_source.html" > sphere.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "iIstreamI_8hpp_source.html#l00081" > iIstream::nextData()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphere_8cpp_source.html#l00121" > pFlow::operator> > ()< / 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_1sphere_ae1d42751915e8566dac19658cc498ffa_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_ae1d42751915e8566dac19658cc498ffa_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphere_ae1d42751915e8566dac19658cc498ffa_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_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 = "sphere_8cpp_source.html#l00077" > 77< / a > of file < a class = "el" href = "sphere_8cpp_source.html" > sphere.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 > , < a class = "el" href = "VectorMath_8hpp_source.html#l00090" > pFlow::sqrt()< / 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 = "sphere_8cpp_source.html#l00133" > pFlow::operator< < ()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphere_aa7d820a4dd0777a9a82aee242b83a167_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_aa7d820a4dd0777a9a82aee242b83a167_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphere_aa7d820a4dd0777a9a82aee242b83a167_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_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 = "sphere_8cpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "sphere_8cpp_source.html" > sphere.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-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphere_ab25b05023549e7fec0ee1d0f6ce239dd_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_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 = "sphere_8cpp_source.html#l00098" > 98< / a > of file < a class = "el" href = "sphere_8cpp_source.html" > sphere.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 > , < a class = "el" href = "dictionary_8cpp_source.html#l00356" > dictionary::globalName()< / a > , and < a class = "el" href = "VectorMath_8hpp_source.html#l00090" > pFlow::sqrt()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-15" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-15-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-15-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-15-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphere_a279dae2ee3345fbb2b31e5af9ec0a5b4_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphere_a279dae2ee3345fbb2b31e5af9ec0a5b4_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a58519a7039bfcaa45de84489becc4ad2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a58519a7039bfcaa45de84489becc4ad2" > ◆ < / a > < / span > center_< / 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 > center_< / 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 = "sphere_8hpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "sphere_8hpp_source.html" > sphere.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphere_8hpp_source.html#l00084" > sphere::center()< / a > , < a class = "el" href = "sphere_8hpp_source.html#l00075" > sphere::isInside()< / a > , < a class = "el" href = "sphere_8hpp_source.html#l00097" > sphere::maxPoint()< / a > , and < a class = "el" href = "sphere_8hpp_source.html#l00091" > sphere::minPoint()< / a > .< / p >
< / div >
< / div >
< a id = "a498f87a6a3bd75c3036c49da59c964a8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a498f87a6a3bd75c3036c49da59c964a8" > ◆ < / a > < / span > radius2_< / 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#a6192191c0e9c178a44ee1ac350fde476" > real< / a > radius2_< / 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 = "sphere_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "sphere_8hpp_source.html" > sphere.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphere_8hpp_source.html#l00075" > sphere::isInside()< / a > , and < a class = "el" href = "sphere_8hpp_source.html#l00103" > sphere::radius()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/structuredData/sphere/< a class = "el" href = "sphere_8hpp_source.html" > sphere.hpp< / a > < / li >
< li > src/phasicFlow/structuredData/sphere/< a class = "el" href = "sphere_8cpp_source.html" > sphere.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_1sphere.html" > sphere< / 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 >