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" / >
< title > PhasicFlow: geometry 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" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
2023-04-02 14:53:54 -07:00
< div id = "projectname" > < a href = "www.github.com/PhasicFlow" > PhasicFlow< / a >
  < span id = "projectnumber" > < a href = "www.github.com/PhasicFlow" > v0.1< / a > < / span >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< div id = "projectbrief" > < a href = "https://cemf.ir" > www.cemf.ir< / a > < / div >
2023-03-27 10:16:23 -07:00
< / td >
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
< / 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_1geometry.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 = "#pub-static-methods" > Static Public Member Functions< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1geometry-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > geometry Class Reference< span class = "mlabels" > < span class = "mlabel" > abstract< / span > < / span > < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for geometry:< / 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_1geometry__inherit__graph.png" border = "0" usemap = "#geometry_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "geometry_inherit__map" id = "geometry_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "78,80,163,107" / >
< area shape = "rect" href = "classpFlow_1_1geometryMotion.html" title = " " alt = "" coords = "5,155,236,196" / >
< area shape = "rect" href = "classpFlow_1_1demGeometry.html" title = " " alt = "" coords = "63,5,179,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for geometry:< / 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_1geometry__coll__graph.png" border = "0" usemap = "#geometry_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "geometry_coll__map" id = "geometry_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "743,160,828,187" / >
< area shape = "rect" href = "classpFlow_1_1demGeometry.html" title = " " alt = "" coords = "388,5,504,32" / >
< area shape = "rect" href = "classpFlow_1_1property.html" title = "property holds the pure properties of materials." alt = "" coords = "407,56,485,83" / >
< area shape = "rect" href = "classpFlow_1_1repository.html" title = " " alt = "" coords = "402,145,490,172" / >
< area shape = "rect" href = "classpFlow_1_1triSurfaceField.html" title = " " alt = "" coords = "343,197,549,238" / >
< area shape = "rect" href = "classpFlow_1_1Field.html" title = " " alt = "" coords = "5,302,189,343" / >
< area shape = "rect" href = "classpFlow_1_1multiTriSurface.html" title = " " alt = "" coords = "386,340,506,367" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ab011cb0b8d92100d9e30bf9b043e22ec" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#ab011cb0b8d92100d9e30bf9b043e22ec" > TypeInfo< / a > (" geometry" )< / td > < / tr >
< tr class = "separator:ab011cb0b8d92100d9e30bf9b043e22ec" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac25e8dbd64a3856d6689171eff4efa66" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#ac25e8dbd64a3856d6689171eff4efa66" > geometry< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop)< / td > < / tr >
< tr class = "separator:ac25e8dbd64a3856d6689171eff4efa66" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a45821ed469c5b0e50991c961cfa5c7a1" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a45821ed469c5b0e50991c961cfa5c7a1" > geometry< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop, const < a class = "el" href = "classpFlow_1_1multiTriSurface.html" > multiTriSurface< / a > & < a class = "el" href = "classpFlow_1_1triSurface.html" > triSurface< / a > , const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & motionCompName, const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & propName)< / td > < / tr >
< tr class = "separator:a45821ed469c5b0e50991c961cfa5c7a1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a546dab9ad55ee8ff19f014fd4bcd51d8" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a546dab9ad55ee8ff19f014fd4bcd51d8" > geometry< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop, const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict, const < a class = "el" href = "classpFlow_1_1multiTriSurface.html" > multiTriSurface< / a > & < a class = "el" href = "classpFlow_1_1triSurface.html" > triSurface< / a > , const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & motionCompName, const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & propName)< / td > < / tr >
< tr class = "separator:a546dab9ad55ee8ff19f014fd4bcd51d8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1501b61d9cbfeb44a1a8b4296d9d2efe" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a1501b61d9cbfeb44a1a8b4296d9d2efe" > ~geometry< / a > ()=default< / td > < / tr >
< tr class = "separator:a1501b61d9cbfeb44a1a8b4296d9d2efe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a61626d28ba7a75a00e366996bc67a9bb" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a61626d28ba7a75a00e366996bc67a9bb" > create_vCtor< / a > (< a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > , < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > ,(< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop),(< a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , prop))< / td > < / tr >
< tr class = "separator:a61626d28ba7a75a00e366996bc67a9bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adbb907dea32f7c223cac730a70b1235c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#adbb907dea32f7c223cac730a70b1235c" > create_vCtor< / a > (< a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > , < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > ,(< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop, const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict, const < a class = "el" href = "classpFlow_1_1multiTriSurface.html" > multiTriSurface< / a > & < a class = "el" href = "classpFlow_1_1triSurface.html" > triSurface< / a > , const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & motionCompName, const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & propName),(< a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , prop, dict, < a class = "el" href = "classpFlow_1_1triSurface.html" > triSurface< / a > , motionCompName, propName))< / td > < / tr >
< tr class = "separator:adbb907dea32f7c223cac730a70b1235c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10efdf47ffedbdc720f71c2f72b98d98" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a10efdf47ffedbdc720f71c2f72b98d98" > size< / a > () const< / td > < / tr >
< tr class = "separator:a10efdf47ffedbdc720f71c2f72b98d98" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abb74207a2d63f7250901157fdb8a7e91" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#abb74207a2d63f7250901157fdb8a7e91" > numPoints< / a > () const< / td > < / tr >
< tr class = "separator:abb74207a2d63f7250901157fdb8a7e91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af8b4cc518ac3e2a143decb528f10a89c" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#af8b4cc518ac3e2a143decb528f10a89c" > numTriangles< / a > () const< / td > < / tr >
< tr class = "separator:af8b4cc518ac3e2a143decb528f10a89c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1aa7da69f2e95c6b2eb63738fc7e993d" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a1aa7da69f2e95c6b2eb63738fc7e993d" > points< / a > () const< / td > < / tr >
< tr class = "separator:a1aa7da69f2e95c6b2eb63738fc7e993d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a03f51fad63ba4ca00e8838615503b30b" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a03f51fad63ba4ca00e8838615503b30b" > vertices< / a > () const< / td > < / tr >
< tr class = "separator:a03f51fad63ba4ca00e8838615503b30b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a87ba6f8c358a11dfd2b456d8e488f69a" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a87ba6f8c358a11dfd2b456d8e488f69a" > getTriangleAccessor< / a > () const< / td > < / tr >
< tr class = "separator:a87ba6f8c358a11dfd2b456d8e488f69a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a147c23de2c3862a69d6e0ef3db11c63a" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a147c23de2c3862a69d6e0ef3db11c63a" > surface< / a > ()< / td > < / tr >
< tr class = "separator:a147c23de2c3862a69d6e0ef3db11c63a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac68c3b2e395ce30e055cf899325eac25" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#ac68c3b2e395ce30e055cf899325eac25" > surface< / a > () const< / td > < / tr >
< tr class = "separator:ac68c3b2e395ce30e055cf899325eac25" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aef06e1b48a01ef1e9f00f5d7f4940718" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#afd682516555bc9f529677a279d60eba6" > realx3TriSurfaceField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#aef06e1b48a01ef1e9f00f5d7f4940718" > contactForceWall< / a > ()< / td > < / tr >
< tr class = "separator:aef06e1b48a01ef1e9f00f5d7f4940718" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a51b8aac096884d0ec9d40e1384a09ecb" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#afd682516555bc9f529677a279d60eba6" > realx3TriSurfaceField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a51b8aac096884d0ec9d40e1384a09ecb" > contactForceWall< / a > () const< / td > < / tr >
< tr class = "separator:a51b8aac096884d0ec9d40e1384a09ecb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae92e6c96932a7b87524f81f88752d520" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#ae92e6c96932a7b87524f81f88752d520" > wallProperty< / a > () const< / td > < / tr >
< tr class = "separator:ae92e6c96932a7b87524f81f88752d520" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1b462832bd3e3f7ac5ef5e6ba90d1bcd" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a1b462832bd3e3f7ac5ef5e6ba90d1bcd" > owner< / a > () const< / td > < / tr >
< tr class = "separator:a1b462832bd3e3f7ac5ef5e6ba90d1bcd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10329e18307a60d3fdb203bcbed2b295" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a10329e18307a60d3fdb203bcbed2b295" > owner< / a > ()< / td > < / tr >
< tr class = "separator:a10329e18307a60d3fdb203bcbed2b295" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af00b73c2f24f880c8f6c46918702401f" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#af00b73c2f24f880c8f6c46918702401f" > path< / a > ()< / td > < / tr >
< tr class = "separator:af00b73c2f24f880c8f6c46918702401f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aca4d470de05b9b43b7a27da45c6d7ec0" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#aca4d470de05b9b43b7a27da45c6d7ec0" > motionModelTypeName< / a > () const =0< / td > < / tr >
< tr class = "separator:aca4d470de05b9b43b7a27da45c6d7ec0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac2a97de39de2a40cb10d0fbc3bb7b795" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#ab794e608e49115b9cf5c0e5e19dbaa8f" > int8Vector_HD< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#ac2a97de39de2a40cb10d0fbc3bb7b795" > triMotionIndex< / a > () const =0< / td > < / tr >
< tr class = "separator:ac2a97de39de2a40cb10d0fbc3bb7b795" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a107d0d825e0a9d58130547830cafa3c8" > < td class = "memItemLeft" align = "right" valign = "top" > virtual const < a class = "el" href = "namespacepFlow.html#ab794e608e49115b9cf5c0e5e19dbaa8f" > int8Vector_HD< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a107d0d825e0a9d58130547830cafa3c8" > pointMotionIndex< / a > () const =0< / td > < / tr >
< tr class = "separator:a107d0d825e0a9d58130547830cafa3c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4ff69894cedcece18fd9f81446dc8ce1" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#aaa830358734c88d24e4006884d78810f" > int8TriSurfaceField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a4ff69894cedcece18fd9f81446dc8ce1" > propertyId< / a > () const< / td > < / tr >
< tr class = "separator:a4ff69894cedcece18fd9f81446dc8ce1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ada71b97666fe3f66b31690bf12633c32" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#ada71b97666fe3f66b31690bf12633c32" > beforeIteration< / a > () override< / td > < / tr >
< tr class = "separator:ada71b97666fe3f66b31690bf12633c32" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5ab4b6c611c3256e54f51bbfc484d58e" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a5ab4b6c611c3256e54f51bbfc484d58e" > afterIteration< / a > () override< / td > < / tr >
< tr class = "separator:a5ab4b6c611c3256e54f51bbfc484d58e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad48b7b943e88478c15879659cce7aebc" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#ad48b7b943e88478c15879659cce7aebc" > write< / a > () const< / td > < / tr >
< tr class = "separator:ad48b7b943e88478c15879659cce7aebc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1demGeometry" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1demGeometry')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1demGeometry.html" > demGeometry< / a > < / td > < / tr >
< tr class = "memitem:a807e1de7e5eeef57df20a3d5bd1a09a3 inherit pub_methods_classpFlow_1_1demGeometry" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demGeometry.html#a807e1de7e5eeef57df20a3d5bd1a09a3" > demGeometry< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > )< / td > < / tr >
< tr class = "separator:a807e1de7e5eeef57df20a3d5bd1a09a3 inherit pub_methods_classpFlow_1_1demGeometry" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1demComponent" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1demComponent')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > < / td > < / tr >
< tr class = "memitem:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a3145c3f3cba34861e279260ada91e0de" > TypeInfo< / a > (" demComponent" )< / td > < / tr >
< tr class = "separator:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a73e3f3cd6a8eca86e6862f02e416dba2" > demComponent< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > )< / td > < / tr >
< tr class = "separator:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a9ab4d5fa34944c13f3a07ec25b4fd666" > ~demComponent< / a > ()=default< / td > < / tr >
< tr class = "separator:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > () const< / td > < / tr >
< tr class = "separator:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ae1afde9cfe19a586522259a33a4931e3" > control< / a > ()< / td > < / tr >
< tr class = "separator:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4fc823022c8f0175108f10a42e7b858f inherit pub_methods_classpFlow_1_1demComponent" > < 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_1demComponent.html#a4fc823022c8f0175108f10a42e7b858f" > dt< / a > () const< / td > < / tr >
< tr class = "separator:a4fc823022c8f0175108f10a42e7b858f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a476763249b99b131d7116430896cd44e inherit pub_methods_classpFlow_1_1demComponent" > < 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_1demComponent.html#a476763249b99b131d7116430896cd44e" > currentTime< / a > () const< / td > < / tr >
< tr class = "separator:a476763249b99b131d7116430896cd44e inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a49e56dd259a0f440e947ed17b149f32f" > timers< / a > ()< / td > < / tr >
< tr class = "separator:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d" > timers< / a > () const< / td > < / tr >
< tr class = "separator:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9e44c3349e7a9a5b6ba72c9db344b96 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ad9e44c3349e7a9a5b6ba72c9db344b96" > iterate< / a > ()=0< / td > < / tr >
< tr class = "separator:ad9e44c3349e7a9a5b6ba72c9db344b96 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:aa51dfdf2226a32f80d368186cae16e2b" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#aa51dfdf2226a32f80d368186cae16e2b" > create< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop)< / td > < / tr >
< tr class = "separator:aa51dfdf2226a32f80d368186cae16e2b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af5d20d2e719097eb65b54156f2708097" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#af5d20d2e719097eb65b54156f2708097" > create< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop, const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict, const < a class = "el" href = "classpFlow_1_1multiTriSurface.html" > multiTriSurface< / a > & < a class = "el" href = "classpFlow_1_1triSurface.html" > triSurface< / a > , const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & motionCompName, const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & propName)< / td > < / tr >
< tr class = "separator:af5d20d2e719097eb65b54156f2708097" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ac1e82192333bcb3aeac1641a41a002f8" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#ac1e82192333bcb3aeac1641a41a002f8" > findPropertyId< / a > ()< / td > < / tr >
< tr class = "separator:ac1e82192333bcb3aeac1641a41a002f8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee1fb957af9d737605b6e8701e6d14f5" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#aee1fb957af9d737605b6e8701e6d14f5" > zeroForce< / a > ()< / td > < / tr >
< tr class = "separator:aee1fb957af9d737605b6e8701e6d14f5" > < 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:a7aafd9ebf592394a9fab0ff0d8b9517e" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a7aafd9ebf592394a9fab0ff0d8b9517e" > wallProperty_< / a > < / td > < / tr >
< tr class = "separator:a7aafd9ebf592394a9fab0ff0d8b9517e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad2d3f68ad5a1b979ef26a689ec69e032" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#ad2d3f68ad5a1b979ef26a689ec69e032" > geometryRepository_< / a > < / td > < / tr >
< tr class = "separator:ad2d3f68ad5a1b979ef26a689ec69e032" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a35bbaade8b00b35f758262aea8b816a8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1multiTriSurface.html" > multiTriSurface< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a35bbaade8b00b35f758262aea8b816a8" > triSurface_< / a > < / td > < / tr >
< tr class = "separator:a35bbaade8b00b35f758262aea8b816a8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a215e85dcdcab552f632067ab3f1cb829" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a61e5aece937951a8c48ca31c49e399fc" > wordField< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a215e85dcdcab552f632067ab3f1cb829" > motionComponentName_< / a > < / td > < / tr >
< tr class = "separator:a215e85dcdcab552f632067ab3f1cb829" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a28073d92f57130dd0934216923d03556" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a61e5aece937951a8c48ca31c49e399fc" > wordField< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a28073d92f57130dd0934216923d03556" > materialName_< / a > < / td > < / tr >
< tr class = "separator:a28073d92f57130dd0934216923d03556" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a184b6b49eae94722a5e34f195ac0df77" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aaa830358734c88d24e4006884d78810f" > int8TriSurfaceField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a184b6b49eae94722a5e34f195ac0df77" > propertyId_< / a > < / td > < / tr >
< tr class = "separator:a184b6b49eae94722a5e34f195ac0df77" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aeea83dc1105f12f46323b6d1657ed991" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#afd682516555bc9f529677a279d60eba6" > realx3TriSurfaceField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#aeea83dc1105f12f46323b6d1657ed991" > contactForceWall_< / a > < / td > < / tr >
< tr class = "separator:aeea83dc1105f12f46323b6d1657ed991" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a781b9ac9e5dda4e44e4d37dc6c6d6d73" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#afd682516555bc9f529677a279d60eba6" > realx3TriSurfaceField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1geometry.html#a781b9ac9e5dda4e44e4d37dc6c6d6d73" > stressWall_< / a > < / td > < / tr >
< tr class = "separator:a781b9ac9e5dda4e44e4d37dc6c6d6d73" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1demComponent" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1demComponent')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > < / td > < / tr >
< tr class = "memitem:a3ce96806ed72189c4d9a24e9429d0420 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a3ce96806ed72189c4d9a24e9429d0420" > componentName_< / a > < / td > < / tr >
< tr class = "separator:a3ce96806ed72189c4d9a24e9429d0420 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abfbc3debb472c661c30cf9fe782bb076 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#abfbc3debb472c661c30cf9fe782bb076" > control_< / a > < / td > < / tr >
< tr class = "separator:abfbc3debb472c661c30cf9fe782bb076 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c29ef9514a77bce5b8f4ece533bcf8c inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a0c29ef9514a77bce5b8f4ece533bcf8c" > timers_< / a > < / td > < / tr >
< tr class = "separator:a0c29ef9514a77bce5b8f4ece533bcf8c inherit pro_attribs_classpFlow_1_1demComponent" > < 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 = "geometry_8hpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "ac25e8dbd64a3856d6689171eff4efa66" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac25e8dbd64a3856d6689171eff4efa66" > ◆ < / a > < / span > geometry() < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > &   < / td >
< td class = "paramname" > < em > prop< / 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 = "geometry_8cpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "geometry_8cpp_source.html" > geometry.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > .< / p >
< / div >
< / div >
< a id = "a45821ed469c5b0e50991c961cfa5c7a1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a45821ed469c5b0e50991c961cfa5c7a1" > ◆ < / a > < / span > geometry() < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > &   < / td >
< td class = "paramname" > < em > prop< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1multiTriSurface.html" > multiTriSurface< / a > &   < / td >
< td class = "paramname" > < em > triSurface< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > motionCompName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > propName< / 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 = "geometry_8cpp_source.html#l00133" > 133< / a > of file < a class = "el" href = "geometry_8cpp_source.html" > geometry.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > .< / p >
< / div >
< / div >
< a id = "a546dab9ad55ee8ff19f014fd4bcd51d8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a546dab9ad55ee8ff19f014fd4bcd51d8" > ◆ < / a > < / span > geometry() < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > &   < / td >
< td class = "paramname" > < em > prop< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / 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 >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1multiTriSurface.html" > multiTriSurface< / a > &   < / td >
< td class = "paramname" > < em > triSurface< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > motionCompName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > propName< / 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 = "geometry_8cpp_source.html#l00214" > 214< / a > of file < a class = "el" href = "geometry_8cpp_source.html" > geometry.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a1501b61d9cbfeb44a1a8b4296d9d2efe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1501b61d9cbfeb44a1a8b4296d9d2efe" > ◆ < / a > < / span > ~geometry()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual ~< a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "ac1e82192333bcb3aeac1641a41a002f8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac1e82192333bcb3aeac1641a41a002f8" > ◆ < / a > < / span > findPropertyId()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool findPropertyId < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / 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 = "geometry_8cpp_source.html#l00025" > 25< / a > of file < a class = "el" href = "geometry_8cpp_source.html" > geometry.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "Vector_8hpp_source.html#l00248" > Vector< T, Allocator > ::clear()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00312" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00071" > ForAll< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00055" > geometry::materialName_< / a > , < a class = "el" href = "property_8hpp_source.html#l00179" > property::nameToIndex()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00057" > geometry::propertyId_< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00160" > geometry::surface()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00043" > geometry::wallProperty_< / 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_1geometry_ac1e82192333bcb3aeac1641a41a002f8_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_ac1e82192333bcb3aeac1641a41a002f8_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_ac1e82192333bcb3aeac1641a41a002f8_cgraph" id = "classpFlow_1_1geometry_ac1e82192333bcb3aeac1641a41a002f8_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,81,119,108" / >
< area shape = "rect" href = "classpFlow_1_1Vector.html#a3e122a9f9c04a4e2dffdfabde2f1de50" title = " " alt = "" coords = "201,5,350,32" / >
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = " " alt = "" coords = "227,56,323,83" / >
< area shape = "rect" href = "classpFlow_1_1property.html#ad53527edc63114fb6bebe409db8dedbf" title = "Get the name of material in index idx Return true, if the name found, otherwise false." alt = "" coords = "167,107,384,133" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#a147c23de2c3862a69d6e0ef3db11c63a" title = " " alt = "" coords = "240,157,311,184" / >
< / map >
< / div >
< / div >
< / div >
< a id = "aee1fb957af9d737605b6e8701e6d14f5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aee1fb957af9d737605b6e8701e6d14f5" > ◆ < / a > < / span > zeroForce()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void zeroForce < / 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 class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "geometry_8hpp_source.html#l00065" > 65< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00059" > geometry::contactForceWall_< / a > , and < a class = "el" href = "types_8hpp_source.html#l00097" > pFlow::zero3< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8hpp_source.html#l00219" > geometry::beforeIteration()< / 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1geometry_aee1fb957af9d737605b6e8701e6d14f5_icgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_aee1fb957af9d737605b6e8701e6d14f5_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_aee1fb957af9d737605b6e8701e6d14f5_icgraph" id = "classpFlow_1_1geometry_aee1fb957af9d737605b6e8701e6d14f5_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "172,5,257,32" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#ada71b97666fe3f66b31690bf12633c32" title = " " alt = "" coords = "5,5,124,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ab011cb0b8d92100d9e30bf9b043e22ec" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab011cb0b8d92100d9e30bf9b043e22ec" > ◆ < / a > < / span > TypeInfo()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfo < / td >
< td > (< / td >
< td class = "paramtype" > " geometry"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a61626d28ba7a75a00e366996bc67a9bb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a61626d28ba7a75a00e366996bc67a9bb" > ◆ < / a > < / span > create_vCtor() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > create_vCtor < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop)  < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > (< a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , prop)  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "adbb907dea32f7c223cac730a70b1235c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adbb907dea32f7c223cac730a70b1235c" > ◆ < / a > < / span > create_vCtor() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > create_vCtor < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop, const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict, const < a class = "el" href = "classpFlow_1_1multiTriSurface.html" > multiTriSurface< / a > & < a class = "el" href = "classpFlow_1_1triSurface.html" > triSurface< / a > , const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & motionCompName, const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & propName)  < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > (< a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , prop, dict, < a class = "el" href = "classpFlow_1_1triSurface.html" > triSurface< / a > , motionCompName, propName)  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a10efdf47ffedbdc720f71c2f72b98d98" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a10efdf47ffedbdc720f71c2f72b98d98" > ◆ < / a > < / span > size()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto size < / 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 = "geometry_8hpp_source.html#l00126" > 126< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00159" > triSurface::size()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00049" > geometry::triSurface_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8hpp_source.html#l00138" > geometry::numTriangles()< / 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 call 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_1geometry_a10efdf47ffedbdc720f71c2f72b98d98_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_a10efdf47ffedbdc720f71c2f72b98d98_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_a10efdf47ffedbdc720f71c2f72b98d98_cgraph" id = "classpFlow_1_1geometry_a10efdf47ffedbdc720f71c2f72b98d98_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,53,32" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a259cb5a711406a8c3e5d937eb9350cca" title = " " alt = "" coords = "101,5,267,32" / >
< / map >
< / div >
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_1geometry_a10efdf47ffedbdc720f71c2f72b98d98_icgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_a10efdf47ffedbdc720f71c2f72b98d98_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_a10efdf47ffedbdc720f71c2f72b98d98_icgraph" id = "classpFlow_1_1geometry_a10efdf47ffedbdc720f71c2f72b98d98_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "163,5,211,32" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#af8b4cc518ac3e2a143decb528f10a89c" title = " " alt = "" coords = "5,5,115,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "abb74207a2d63f7250901157fdb8a7e91" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abb74207a2d63f7250901157fdb8a7e91" > ◆ < / a > < / span > numPoints()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto numPoints < / 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 = "geometry_8hpp_source.html#l00132" > 132< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00149" > triSurface::numPoints()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00049" > geometry::triSurface_< / 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_1geometry_abb74207a2d63f7250901157fdb8a7e91_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_abb74207a2d63f7250901157fdb8a7e91_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_abb74207a2d63f7250901157fdb8a7e91_cgraph" id = "classpFlow_1_1geometry_abb74207a2d63f7250901157fdb8a7e91_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,96,39" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a08c12fb233edbde039e917768f478ed2" title = " " alt = "" coords = "144,5,283,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "af8b4cc518ac3e2a143decb528f10a89c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af8b4cc518ac3e2a143decb528f10a89c" > ◆ < / a > < / span > numTriangles()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto numTriangles < / 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 = "geometry_8hpp_source.html#l00138" > 138< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00126" > geometry::size()< / 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_1geometry_af8b4cc518ac3e2a143decb528f10a89c_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_af8b4cc518ac3e2a143decb528f10a89c_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_af8b4cc518ac3e2a143decb528f10a89c_cgraph" id = "classpFlow_1_1geometry_af8b4cc518ac3e2a143decb528f10a89c_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,115,32" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#a10efdf47ffedbdc720f71c2f72b98d98" title = " " alt = "" coords = "163,5,211,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a1aa7da69f2e95c6b2eb63738fc7e993d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1aa7da69f2e95c6b2eb63738fc7e993d" > ◆ < / a > < / span > points()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& points < / 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 = "geometry_8hpp_source.html#l00144" > 144< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00184" > triSurface::points()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00049" > geometry::triSurface_< / 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_1geometry_a1aa7da69f2e95c6b2eb63738fc7e993d_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_a1aa7da69f2e95c6b2eb63738fc7e993d_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_a1aa7da69f2e95c6b2eb63738fc7e993d_cgraph" id = "classpFlow_1_1geometry_a1aa7da69f2e95c6b2eb63738fc7e993d_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,68,39" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#af991c975c219d08ae35568d2692063d5" title = " " alt = "" coords = "116,5,255,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a03f51fad63ba4ca00e8838615503b30b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a03f51fad63ba4ca00e8838615503b30b" > ◆ < / a > < / span > vertices()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& vertices < / 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 = "geometry_8hpp_source.html#l00150" > 150< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00049" > geometry::triSurface_< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00214" > triSurface::vertices()< / 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_1geometry_a03f51fad63ba4ca00e8838615503b30b_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_a03f51fad63ba4ca00e8838615503b30b_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_a03f51fad63ba4ca00e8838615503b30b_cgraph" id = "classpFlow_1_1geometry_a03f51fad63ba4ca00e8838615503b30b_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,80,39" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a16c2f713be100cc44823c58e3efb898e" title = " " alt = "" coords = "128,5,267,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a87ba6f8c358a11dfd2b456d8e488f69a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a87ba6f8c358a11dfd2b456d8e488f69a" > ◆ < / a > < / span > getTriangleAccessor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto getTriangleAccessor < / 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 = "geometry_8hpp_source.html#l00155" > 155< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00174" > triSurface::getTriangleAccessor()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00049" > geometry::triSurface_< / 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_1geometry_a87ba6f8c358a11dfd2b456d8e488f69a_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_a87ba6f8c358a11dfd2b456d8e488f69a_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_a87ba6f8c358a11dfd2b456d8e488f69a_cgraph" id = "classpFlow_1_1geometry_a87ba6f8c358a11dfd2b456d8e488f69a_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,157,39" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a87ba6f8c358a11dfd2b456d8e488f69a" title = " " alt = "" coords = "205,5,357,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a147c23de2c3862a69d6e0ef3db11c63a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a147c23de2c3862a69d6e0ef3db11c63a" > ◆ < / a > < / span > surface() < 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" > auto& surface < / 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 = "geometry_8hpp_source.html#l00160" > 160< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00049" > geometry::triSurface_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8cpp_source.html#l00025" > geometry::findPropertyId()< / a > , and < a class = "el" href = "interactionBase_8hpp_source.html#l00064" > interactionBase::surface()< / a > .< / p >
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_1geometry_a147c23de2c3862a69d6e0ef3db11c63a_icgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_a147c23de2c3862a69d6e0ef3db11c63a_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_a147c23de2c3862a69d6e0ef3db11c63a_icgraph" id = "classpFlow_1_1geometry_a147c23de2c3862a69d6e0ef3db11c63a_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "224,35,295,61" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#ac1e82192333bcb3aeac1641a41a002f8" title = " " alt = "" coords = "34,5,147,32" / >
< area shape = "rect" href = "classpFlow_1_1interactionBase.html#ac68c3b2e395ce30e055cf899325eac25" title = " " alt = "" coords = "5,57,176,98" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ac68c3b2e395ce30e055cf899325eac25" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac68c3b2e395ce30e055cf899325eac25" > ◆ < / a > < / span > surface() < 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" > const auto& surface < / 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 = "geometry_8hpp_source.html#l00165" > 165< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00049" > geometry::triSurface_< / a > .< / p >
< / div >
< / div >
< a id = "aef06e1b48a01ef1e9f00f5d7f4940718" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aef06e1b48a01ef1e9f00f5d7f4940718" > ◆ < / a > < / span > contactForceWall() < 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 = "namespacepFlow.html#afd682516555bc9f529677a279d60eba6" > realx3TriSurfaceField_D< / a > & contactForceWall < / 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 = "geometry_8hpp_source.html#l00171" > 171< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00059" > geometry::contactForceWall_< / a > .< / p >
< / div >
< / div >
< a id = "a51b8aac096884d0ec9d40e1384a09ecb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a51b8aac096884d0ec9d40e1384a09ecb" > ◆ < / a > < / span > contactForceWall() < 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" > const < a class = "el" href = "namespacepFlow.html#afd682516555bc9f529677a279d60eba6" > realx3TriSurfaceField_D< / a > & contactForceWall < / 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 = "geometry_8hpp_source.html#l00177" > 177< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00059" > geometry::contactForceWall_< / a > .< / p >
< / div >
< / div >
< a id = "ae92e6c96932a7b87524f81f88752d520" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae92e6c96932a7b87524f81f88752d520" > ◆ < / a > < / span > wallProperty()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& wallProperty < / 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 = "geometry_8hpp_source.html#l00182" > 182< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00043" > geometry::wallProperty_< / a > .< / p >
< / div >
< / div >
< a id = "a1b462832bd3e3f7ac5ef5e6ba90d1bcd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1b462832bd3e3f7ac5ef5e6ba90d1bcd" > ◆ < / a > < / span > owner() < 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" > const < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & owner < / 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 = "geometry_8hpp_source.html#l00189" > 189< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00046" > geometry::geometryRepository_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8hpp_source.html#l00200" > geometry::path()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00245" > geometry::write()< / 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 caller 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_1geometry_a1b462832bd3e3f7ac5ef5e6ba90d1bcd_icgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_a1b462832bd3e3f7ac5ef5e6ba90d1bcd_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_a1b462832bd3e3f7ac5ef5e6ba90d1bcd_icgraph" id = "classpFlow_1_1geometry_a1b462832bd3e3f7ac5ef5e6ba90d1bcd_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "108,31,171,57" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#af00b73c2f24f880c8f6c46918702401f" title = " " alt = "" coords = "7,5,58,32" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#ad48b7b943e88478c15879659cce7aebc" title = " " alt = "" coords = "5,56,60,83" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a10329e18307a60d3fdb203bcbed2b295" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a10329e18307a60d3fdb203bcbed2b295" > ◆ < / a > < / span > owner() < 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 = "classpFlow_1_1repository.html" > repository< / a > & owner < / 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 = "geometry_8hpp_source.html#l00195" > 195< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00046" > geometry::geometryRepository_< / a > .< / p >
< / div >
< / div >
< a id = "af00b73c2f24f880c8f6c46918702401f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af00b73c2f24f880c8f6c46918702401f" > ◆ < / a > < / span > path()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto path < / 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 = "geometry_8hpp_source.html#l00200" > 200< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00189" > geometry::owner()< / a > , and < a class = "el" href = "repository_8cpp_source.html#l00061" > repository::path()< / a > .< / p >
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 call 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_1geometry_af00b73c2f24f880c8f6c46918702401f_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_af00b73c2f24f880c8f6c46918702401f_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_af00b73c2f24f880c8f6c46918702401f_cgraph" id = "classpFlow_1_1geometry_af00b73c2f24f880c8f6c46918702401f_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,31,56,57" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#a1b462832bd3e3f7ac5ef5e6ba90d1bcd" title = " " alt = "" coords = "158,5,221,32" / >
< area shape = "rect" href = "classpFlow_1_1repository.html#ae1921a7f20c43d1438221946e607c488" title = " " alt = "" coords = "104,56,275,83" / >
< / map >
< / div >
< / div >
< / div >
< a id = "aca4d470de05b9b43b7a27da45c6d7ec0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aca4d470de05b9b43b7a27da45c6d7ec0" > ◆ < / a > < / span > motionModelTypeName()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > motionModelTypeName < / 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" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1geometryMotion.html#a873dc8b9ece45d64a0643cc1cdc23f9d" > geometryMotion< MotionModelType > < / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "interaction_8cpp_source.html#l00056" > interaction::create()< / 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 caller 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_1geometry_aca4d470de05b9b43b7a27da45c6d7ec0_icgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_aca4d470de05b9b43b7a27da45c6d7ec0_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_aca4d470de05b9b43b7a27da45c6d7ec0_icgraph" id = "classpFlow_1_1geometry_aca4d470de05b9b43b7a27da45c6d7ec0_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "192,13,369,39" / >
< area shape = "rect" href = "classpFlow_1_1interaction.html#a4719440c5da75bf4bc6776501d106bf9" title = " " alt = "" coords = "5,5,144,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ac2a97de39de2a40cb10d0fbc3bb7b795" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac2a97de39de2a40cb10d0fbc3bb7b795" > ◆ < / a > < / span > triMotionIndex()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual const < a class = "el" href = "namespacepFlow.html#ab794e608e49115b9cf5c0e5e19dbaa8f" > int8Vector_HD< / a > & triMotionIndex < / 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" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1geometryMotion.html#a129b21a2dfc68f334219911d986e2f6a" > geometryMotion< MotionModelType > < / a > .< / p >
< / div >
< / div >
< a id = "a107d0d825e0a9d58130547830cafa3c8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a107d0d825e0a9d58130547830cafa3c8" > ◆ < / a > < / span > pointMotionIndex()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual const < a class = "el" href = "namespacepFlow.html#ab794e608e49115b9cf5c0e5e19dbaa8f" > int8Vector_HD< / a > & pointMotionIndex < / 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" > pure virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implemented in < a class = "el" href = "classpFlow_1_1geometryMotion.html#abd88b3cff5454fa5b3f6cf13090ec244" > geometryMotion< MotionModelType > < / a > .< / p >
< / div >
< / div >
< a id = "a4ff69894cedcece18fd9f81446dc8ce1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4ff69894cedcece18fd9f81446dc8ce1" > ◆ < / a > < / span > propertyId()< / 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 = "namespacepFlow.html#aaa830358734c88d24e4006884d78810f" > int8TriSurfaceField_D< / a > & propertyId < / 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 = "geometry_8hpp_source.html#l00214" > 214< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00057" > geometry::propertyId_< / a > .< / p >
< / div >
< / div >
< a id = "ada71b97666fe3f66b31690bf12633c32" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ada71b97666fe3f66b31690bf12633c32" > ◆ < / a > < / span > beforeIteration()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool beforeIteration < / 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 class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#a87d9b39a0e924bb21ed4a165140836de" > demComponent< / a > .< / p >
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1geometryMotion.html#ada71b97666fe3f66b31690bf12633c32" > geometryMotion< MotionModelType > < / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "geometry_8hpp_source.html#l00219" > 219< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00065" > geometry::zeroForce()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometryMotion_8hpp_source.html#l00128" > geometryMotion< MotionModelType > ::beforeIteration()< / 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_1geometry_ada71b97666fe3f66b31690bf12633c32_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_ada71b97666fe3f66b31690bf12633c32_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_ada71b97666fe3f66b31690bf12633c32_cgraph" id = "classpFlow_1_1geometry_ada71b97666fe3f66b31690bf12633c32_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,124,32" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#aee1fb957af9d737605b6e8701e6d14f5" title = " " alt = "" coords = "172,5,257,32" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-16" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-16-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-16-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-16-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1geometry_ada71b97666fe3f66b31690bf12633c32_icgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_ada71b97666fe3f66b31690bf12633c32_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_ada71b97666fe3f66b31690bf12633c32_icgraph" id = "classpFlow_1_1geometry_ada71b97666fe3f66b31690bf12633c32_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "229,13,348,39" / >
< area shape = "rect" href = "classpFlow_1_1geometryMotion.html#ada71b97666fe3f66b31690bf12633c32" title = " " alt = "" coords = "5,5,181,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a5ab4b6c611c3256e54f51bbfc484d58e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5ab4b6c611c3256e54f51bbfc484d58e" > ◆ < / a > < / span > afterIteration()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool afterIteration < / 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 class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#ac7d2399b393b6dfa6f00ad9bcd524437" > demComponent< / a > .< / p >
< p > Reimplemented in < a class = "el" href = "classpFlow_1_1geometryMotion.html#a5ab4b6c611c3256e54f51bbfc484d58e" > geometryMotion< MotionModelType > < / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "geometry_8hpp_source.html#l00226" > 226< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00194" > triSurface::area()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00059" > geometry::contactForceWall_< / a > , < a class = "el" href = "VectorSingle_8hpp_source.html#l00295" > VectorSingle< T, MemorySpace > ::deviceVectorAll()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00054" > LAMBDA_HD< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00159" > triSurface::size()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00061" > geometry::stressWall_< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00049" > geometry::triSurface_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometryMotion_8hpp_source.html#l00135" > geometryMotion< MotionModelType > ::afterIteration()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-17" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-17-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-17-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-17-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1geometry_a5ab4b6c611c3256e54f51bbfc484d58e_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_a5ab4b6c611c3256e54f51bbfc484d58e_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_a5ab4b6c611c3256e54f51bbfc484d58e_cgraph" id = "classpFlow_1_1geometry_a5ab4b6c611c3256e54f51bbfc484d58e_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,64,112,91" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a3618cbc4ad85f3c408854688f26a3bec" title = " " alt = "" coords = "160,5,328,32" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a18052bc1ad8ea07ea5b6205321cba10e" title = " " alt = "" coords = "169,57,319,98" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a259cb5a711406a8c3e5d937eb9350cca" title = " " alt = "" coords = "161,123,327,149" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-18" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-18-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-18-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-18-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1geometry_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph" id = "classpFlow_1_1geometry_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "229,13,336,39" / >
< area shape = "rect" href = "classpFlow_1_1geometryMotion.html#a5ab4b6c611c3256e54f51bbfc484d58e" title = " " alt = "" coords = "5,5,181,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ad48b7b943e88478c15879659cce7aebc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad48b7b943e88478c15879659cce7aebc" > ◆ < / a > < / span > write()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool write < / 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 = "geometry_8hpp_source.html#l00245" > 245< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "geometry_8hpp_source.html#l00189" > geometry::owner()< / a > , and < a class = "el" href = "repository_8cpp_source.html#l00239" > repository::write()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-19" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-19-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-19-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-19-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1geometry_ad48b7b943e88478c15879659cce7aebc_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_ad48b7b943e88478c15879659cce7aebc_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_ad48b7b943e88478c15879659cce7aebc_cgraph" id = "classpFlow_1_1geometry_ad48b7b943e88478c15879659cce7aebc_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,35,60,61" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#a1b462832bd3e3f7ac5ef5e6ba90d1bcd" title = " " alt = "" coords = "147,5,210,32" / >
< area shape = "rect" href = "classpFlow_1_1repository.html#a4e7969c9e53d9007d5dbed9f18fc596a" title = " " alt = "" coords = "108,57,249,98" / >
< / map >
< / div >
< / div >
< / div >
< a id = "aa51dfdf2226a32f80d368186cae16e2b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa51dfdf2226a32f80d368186cae16e2b" > ◆ < / a > < / span > create() < 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 = "classpFlow_1_1uniquePtr.html" > pFlow::uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1geometry.html" > pFlow::geometry< / a > > create < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > &   < / td >
< td class = "paramname" > < em > prop< / 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" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "geometry_8cpp_source.html#l00229" > 229< / a > of file < a class = "el" href = "geometry_8cpp_source.html" > geometry.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "bTypesFunctions_8cpp_source.html#l00131" > pFlow::angleBracketsNames()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00041" > endREPORT< / a > , < a class = "el" href = "error_8hpp_source.html#l00036" > fatalError< / a > , < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00133" > systemControl::geometry()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00032" > greenText< / a > , < a class = "el" href = "vocabs_8hpp_source.html#l00045" > pFlow::motionModelFile__< / a > , < a class = "el" href = "repository_8cpp_source.html#l00061" > repository::path()< / a > , < a class = "el" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" > pFlow::printKeys()< / a > , < a class = "el" href = "objectFile_8hpp_source.html#l00039" > objectFile::READ_ALWAYS< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > REPORT< / a > , < a class = "el" href = "objectFile_8hpp_source.html#l00047" > objectFile::WRITE_NEVER< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00030" > yellowText< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-20" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-20-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-20-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-20-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1geometry_aa51dfdf2226a32f80d368186cae16e2b_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_aa51dfdf2226a32f80d368186cae16e2b_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_aa51dfdf2226a32f80d368186cae16e2b_cgraph" id = "classpFlow_1_1geometry_aa51dfdf2226a32f80d368186cae16e2b_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,93,68,120" / >
< area shape = "rect" href = "namespacepFlow.html#af4e1df8908797640749fa02e2f5db7a7" title = " " alt = "" coords = "116,5,323,32" / >
< area shape = "rect" href = "classpFlow_1_1systemControl.html#a291fd7758f93ea5fa995f571b369b263" title = " " alt = "" coords = "138,57,301,98" / >
< area shape = "rect" href = "classpFlow_1_1repository.html#ae1921a7f20c43d1438221946e607c488" title = " " alt = "" coords = "134,123,305,149" / >
< area shape = "rect" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" title = " " alt = "" coords = "155,173,284,200" / >
< / map >
< / div >
< / div >
< / div >
< a id = "af5d20d2e719097eb65b54156f2708097" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af5d20d2e719097eb65b54156f2708097" > ◆ < / a > < / span > create() < 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 = "classpFlow_1_1uniquePtr.html" > pFlow::uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1geometry.html" > pFlow::geometry< / a > > create < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > &   < / td >
< td class = "paramname" > < em > prop< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / 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 >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1multiTriSurface.html" > multiTriSurface< / a > &   < / td >
< td class = "paramname" > < em > triSurface< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > motionCompName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > propName< / 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" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "geometry_8cpp_source.html#l00275" > 275< / a > of file < a class = "el" href = "geometry_8cpp_source.html" > geometry.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "bTypesFunctions_8cpp_source.html#l00131" > pFlow::angleBracketsNames()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00041" > endREPORT< / a > , < a class = "el" href = "error_8hpp_source.html#l00036" > fatalError< / a > , < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > , < a class = "el" href = "dictionary_8hpp_source.html#l00309" > dictionary::getVal()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00032" > greenText< / a > , < a class = "el" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" > pFlow::printKeys()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > REPORT< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00030" > yellowText< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-21" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-21-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-21-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-21-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1geometry_af5d20d2e719097eb65b54156f2708097_cgraph.png" border = "0" usemap = "#classpFlow_1_1geometry_af5d20d2e719097eb65b54156f2708097_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1geometry_af5d20d2e719097eb65b54156f2708097_cgraph" id = "classpFlow_1_1geometry_af5d20d2e719097eb65b54156f2708097_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,64,68,91" / >
< area shape = "rect" href = "namespacepFlow.html#af4e1df8908797640749fa02e2f5db7a7" title = " " alt = "" coords = "116,5,323,32" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47" title = " " alt = "" coords = "149,57,289,98" / >
< area shape = "rect" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" title = " " alt = "" coords = "155,123,284,149" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a7aafd9ebf592394a9fab0ff0d8b9517e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7aafd9ebf592394a9fab0ff0d8b9517e" > ◆ < / a > < / span > wallProperty_< / 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 = "classpFlow_1_1property.html" > property< / a > & wallProperty_< / 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 = "geometry_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8cpp_source.html#l00025" > geometry::findPropertyId()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00182" > geometry::wallProperty()< / a > .< / p >
< / div >
< / div >
< a id = "ad2d3f68ad5a1b979ef26a689ec69e032" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad2d3f68ad5a1b979ef26a689ec69e032" > ◆ < / a > < / span > geometryRepository_< / 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_1repository.html" > repository< / a > & geometryRepository_< / 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 = "geometry_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8hpp_source.html#l00189" > geometry::owner()< / a > .< / p >
< / div >
< / div >
< a id = "a35bbaade8b00b35f758262aea8b816a8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a35bbaade8b00b35f758262aea8b816a8" > ◆ < / a > < / span > triSurface_< / 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_1multiTriSurface.html" > multiTriSurface< / a > & triSurface_< / 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 = "geometry_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8hpp_source.html#l00226" > geometry::afterIteration()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00155" > geometry::getTriangleAccessor()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00132" > geometry::numPoints()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00144" > geometry::points()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00126" > geometry::size()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00160" > geometry::surface()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00150" > geometry::vertices()< / a > .< / p >
< / div >
< / div >
< a id = "a215e85dcdcab552f632067ab3f1cb829" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a215e85dcdcab552f632067ab3f1cb829" > ◆ < / a > < / span > motionComponentName_< / 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#a61e5aece937951a8c48ca31c49e399fc" > wordField< / a > & motionComponentName_< / 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 = "geometry_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a28073d92f57130dd0934216923d03556" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a28073d92f57130dd0934216923d03556" > ◆ < / a > < / span > materialName_< / 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#a61e5aece937951a8c48ca31c49e399fc" > wordField< / a > & materialName_< / 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 = "geometry_8hpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8cpp_source.html#l00025" > geometry::findPropertyId()< / a > .< / p >
< / div >
< / div >
< a id = "a184b6b49eae94722a5e34f195ac0df77" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a184b6b49eae94722a5e34f195ac0df77" > ◆ < / a > < / span > propertyId_< / 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#aaa830358734c88d24e4006884d78810f" > int8TriSurfaceField_D< / a > & propertyId_< / 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 = "geometry_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8cpp_source.html#l00025" > geometry::findPropertyId()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00214" > geometry::propertyId()< / a > .< / p >
< / div >
< / div >
< a id = "aeea83dc1105f12f46323b6d1657ed991" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aeea83dc1105f12f46323b6d1657ed991" > ◆ < / a > < / span > contactForceWall_< / 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#afd682516555bc9f529677a279d60eba6" > realx3TriSurfaceField_D< / a > & contactForceWall_< / 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 = "geometry_8hpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8hpp_source.html#l00226" > geometry::afterIteration()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00171" > geometry::contactForceWall()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00065" > geometry::zeroForce()< / a > .< / p >
< / div >
< / div >
< a id = "a781b9ac9e5dda4e44e4d37dc6c6d6d73" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a781b9ac9e5dda4e44e4d37dc6c6d6d73" > ◆ < / a > < / span > stressWall_< / 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#afd682516555bc9f529677a279d60eba6" > realx3TriSurfaceField_D< / a > & stressWall_< / 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 = "geometry_8hpp_source.html#l00061" > 61< / a > of file < a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "geometry_8hpp_source.html#l00226" > geometry::afterIteration()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/Geometry/geometry/< a class = "el" href = "geometry_8hpp_source.html" > geometry.hpp< / a > < / li >
< li > src/Geometry/geometry/< a class = "el" href = "geometry_8cpp_source.html" > geometry.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_1geometry.html" > geometry< / 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 >