2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: triSurface Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1triSurface.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 = "#nested-classes" > Classes< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1triSurface-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > triSurface Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for triSurface:< / 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_1triSurface__inherit__graph.png" border = "0" usemap = "#triSurface_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "triSurface_inherit__map" id = "triSurface_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "26,80,111,107" / >
< area shape = "rect" href = "classpFlow_1_1multiTriSurface.html" title = " " alt = "" coords = "9,155,129,181" / >
< area shape = "rect" href = "classpFlow_1_1eventSubscriber.html" title = " " alt = "" coords = "5,5,132,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 triSurface:< / 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_1triSurface__coll__graph.png" border = "0" usemap = "#triSurface_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "triSurface_coll__map" id = "triSurface_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "271,97,356,124" / >
< area shape = "rect" href = "classpFlow_1_1eventSubscriber.html" title = " " alt = "" coords = "19,5,145,32" / >
< area shape = "rect" href = "classpFlow_1_1Field.html" title = " " alt = "" coords = "5,57,159,98" / >
< area shape = "rect" href = "classpFlow_1_1Field.html" title = " " alt = "" coords = "5,122,159,163" / >
< area shape = "rect" href = "classpFlow_1_1Field.html" title = " " alt = "" coords = "5,187,159,229" / >
< / 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 = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface_1_1triangleAccessor.html" > triangleAccessor< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a99980e4ee89d8f7cec12455bf4cdbcf2" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a99980e4ee89d8f7cec12455bf4cdbcf2" > TypeInfo< / a > (" triSurface" )< / td > < / tr >
< tr class = "separator:a99980e4ee89d8f7cec12455bf4cdbcf2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a23b307d20d3b88983e62e1cb7292346a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a23b307d20d3b88983e62e1cb7292346a" > triSurface< / a > ()< / td > < / tr >
< tr class = "separator:a23b307d20d3b88983e62e1cb7292346a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a81b8a340e36296e5d3613bd745a4ec66" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a81b8a340e36296e5d3613bd745a4ec66" > triSurface< / a > (const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & < a class = "el" href = "classpFlow_1_1triSurface.html#af991c975c219d08ae35568d2692063d5" > points< / a > , const < a class = "el" href = "namespacepFlow.html#a7b3af46b160d6cafec43b41ca3b7323a" > int32x3Vector< / a > & < a class = "el" href = "classpFlow_1_1triSurface.html#a16c2f713be100cc44823c58e3efb898e" > vertices< / a > )< / td > < / tr >
< tr class = "separator:a81b8a340e36296e5d3613bd745a4ec66" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a79fb8c4cf5f0734451c59a44c2a153d0" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a79fb8c4cf5f0734451c59a44c2a153d0" > triSurface< / a > (const < a class = "el" href = "namespacepFlow.html#ab067da62570f5563dbc4fc15ba2cc8ab" > realx3x3Vector< / a > & triangles)< / td > < / tr >
< tr class = "separator:a79fb8c4cf5f0734451c59a44c2a153d0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1f608287041cc0b8420a8e195bd434b" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#ae1f608287041cc0b8420a8e195bd434b" > ~triSurface< / a > ()=default< / td > < / tr >
< tr class = "separator:ae1f608287041cc0b8420a8e195bd434b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a08c12fb233edbde039e917768f478ed2" > < td class = "memItemLeft" align = "right" valign = "top" > size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a08c12fb233edbde039e917768f478ed2" > numPoints< / a > () const< / td > < / tr >
< tr class = "separator:a08c12fb233edbde039e917768f478ed2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac4415d97d430352202d17905676b0577" > < td class = "memItemLeft" align = "right" valign = "top" > size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#ac4415d97d430352202d17905676b0577" > numTriangles< / a > () const< / td > < / tr >
< tr class = "separator:ac4415d97d430352202d17905676b0577" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a259cb5a711406a8c3e5d937eb9350cca" > < td class = "memItemLeft" align = "right" valign = "top" > size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a259cb5a711406a8c3e5d937eb9350cca" > size< / a > () const< / td > < / tr >
< tr class = "separator:a259cb5a711406a8c3e5d937eb9350cca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7223528283cd4e5872e0cc716bf9bd9d" > < td class = "memItemLeft" align = "right" valign = "top" > size_t  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a7223528283cd4e5872e0cc716bf9bd9d" > capacity< / a > () const< / td > < / tr >
< tr class = "separator:a7223528283cd4e5872e0cc716bf9bd9d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaa3154095259d6aa98571dd33c92f175" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#aaa3154095259d6aa98571dd33c92f175" > maxIndex< / a > () const< / td > < / tr >
< tr class = "separator:aaa3154095259d6aa98571dd33c92f175" > < 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_1triSurface.html#a87ba6f8c358a11dfd2b456d8e488f69a" > getTriangleAccessor< / a > () const< / td > < / tr >
< tr class = "separator:a87ba6f8c358a11dfd2b456d8e488f69a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af991c975c219d08ae35568d2692063d5" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#af991c975c219d08ae35568d2692063d5" > points< / a > () const< / td > < / tr >
< tr class = "separator:af991c975c219d08ae35568d2692063d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a63fa3e7955a68f7d6ba8dc2f587f4c5f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a63fa3e7955a68f7d6ba8dc2f587f4c5f" > points< / a > ()< / td > < / tr >
< tr class = "separator:a63fa3e7955a68f7d6ba8dc2f587f4c5f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3618cbc4ad85f3c408854688f26a3bec" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#abcf780498c2fa21662ffb27b22056cc9" > realVector_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a3618cbc4ad85f3c408854688f26a3bec" > area< / a > () const< / td > < / tr >
< tr class = "separator:a3618cbc4ad85f3c408854688f26a3bec" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a20fcc05913b0a72b1c067a2d879b5770" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abcf780498c2fa21662ffb27b22056cc9" > realVector_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a20fcc05913b0a72b1c067a2d879b5770" > area< / a > ()< / td > < / tr >
< tr class = "separator:a20fcc05913b0a72b1c067a2d879b5770" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adcec02003260f82a214e0f9d595da206" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#adcec02003260f82a214e0f9d595da206" > pointsData_D< / a > () const< / td > < / tr >
< tr class = "separator:adcec02003260f82a214e0f9d595da206" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3635cca02e2597794c4b6e23f3e6b20d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a3635cca02e2597794c4b6e23f3e6b20d" > pointsData_D< / a > ()< / td > < / tr >
< tr class = "separator:a3635cca02e2597794c4b6e23f3e6b20d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a16c2f713be100cc44823c58e3efb898e" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a0e261b3758f76a1542108fd76b517180" > int32x3Vector_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a16c2f713be100cc44823c58e3efb898e" > vertices< / a > () const< / td > < / tr >
< tr class = "separator:a16c2f713be100cc44823c58e3efb898e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa9c60ba8f63d183a7ee7d5754cd7e342" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0e261b3758f76a1542108fd76b517180" > int32x3Vector_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#aa9c60ba8f63d183a7ee7d5754cd7e342" > vertices< / a > ()< / td > < / tr >
< tr class = "separator:aa9c60ba8f63d183a7ee7d5754cd7e342" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0f840cc4cbdf875954deec3a8c5c1d88" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a51afbafe3e3517b4e7755c14959053df" > int32x3< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a0f840cc4cbdf875954deec3a8c5c1d88" > verticesData_D< / a > ()< / td > < / tr >
< tr class = "separator:a0f840cc4cbdf875954deec3a8c5c1d88" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa1bb1f8dc08d263c6a56d5c770c78983" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a51afbafe3e3517b4e7755c14959053df" > int32x3< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#aa1bb1f8dc08d263c6a56d5c770c78983" > verticesData_D< / a > () const< / td > < / tr >
< tr class = "separator:aa1bb1f8dc08d263c6a56d5c770c78983" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac8bb3912a3ce86b15842e79d0b421204" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#ac8bb3912a3ce86b15842e79d0b421204" > clear< / a > ()< / td > < / tr >
< tr class = "separator:ac8bb3912a3ce86b15842e79d0b421204" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af01ae6e5e5f1b190954e7487152e9b79" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#af01ae6e5e5f1b190954e7487152e9b79" > calcMaxIndex< / a > () const< / td > < / tr >
< tr class = "separator:af01ae6e5e5f1b190954e7487152e9b79" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2109c84ebb41bc6ed8945221e833c40d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a2109c84ebb41bc6ed8945221e833c40d" > readTriSurface< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:a2109c84ebb41bc6ed8945221e833c40d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae4e3a0ce5f1ac644fc112ed7d5311a3c" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#ae4e3a0ce5f1ac644fc112ed7d5311a3c" > writeTriSurface< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:ae4e3a0ce5f1ac644fc112ed7d5311a3c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff8e92ab47032ae811d1271161cb9b22" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#aff8e92ab47032ae811d1271161cb9b22" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:aff8e92ab47032ae811d1271161cb9b22" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a40de4ceed55b2f78cf3027739dfd91" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a6a40de4ceed55b2f78cf3027739dfd91" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:a6a40de4ceed55b2f78cf3027739dfd91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1eventSubscriber" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1eventSubscriber')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1eventSubscriber.html" > eventSubscriber< / a > < / td > < / tr >
< tr class = "memitem:ad2c10adc1df71b0ad3daffab23eecbd6 inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventSubscriber.html#ad2c10adc1df71b0ad3daffab23eecbd6" > eventSubscriber< / a > ()< / td > < / tr >
< tr class = "separator:ad2c10adc1df71b0ad3daffab23eecbd6 inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4fe17de555051fd4062006af5b54c755 inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventSubscriber.html#a4fe17de555051fd4062006af5b54c755" > ~eventSubscriber< / a > ()< / td > < / tr >
< tr class = "separator:a4fe17de555051fd4062006af5b54c755 inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7d53ce19a500ec6de33f564e36f658df inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventSubscriber.html#a7d53ce19a500ec6de33f564e36f658df" > subscribe< / a > (< a class = "el" href = "classpFlow_1_1eventObserver.html" > eventObserver< / a > *observer) const< / td > < / tr >
< tr class = "separator:a7d53ce19a500ec6de33f564e36f658df inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8ab6c2b69854876b1f5777553cf190ed inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventSubscriber.html#a8ab6c2b69854876b1f5777553cf190ed" > unsubscribe< / a > (< a class = "el" href = "classpFlow_1_1eventObserver.html" > eventObserver< / a > *observer) const< / td > < / tr >
< tr class = "separator:a8ab6c2b69854876b1f5777553cf190ed inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8be673bd14011c024b47ba6a391e75fc inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventSubscriber.html#a8be673bd14011c024b47ba6a391e75fc" > notify< / a > (const < a class = "el" href = "classpFlow_1_1eventMessage.html" > eventMessage< / a > & msg)< / td > < / tr >
< tr class = "separator:a8be673bd14011c024b47ba6a391e75fc inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a064ad67bb3dfc6fff5f239149913f61d inherit pub_methods_classpFlow_1_1eventSubscriber" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventSubscriber.html#a064ad67bb3dfc6fff5f239149913f61d" > notify< / a > (const < a class = "el" href = "classpFlow_1_1eventMessage.html" > eventMessage< / a > & msg, const < a class = "el" href = "classpFlow_1_1List.html" > List< / a > < < a class = "el" href = "classpFlow_1_1eventObserver.html" > eventObserver< / a > * > & exclutionList)< / td > < / tr >
< tr class = "separator:a064ad67bb3dfc6fff5f239149913f61d inherit pub_methods_classpFlow_1_1eventSubscriber" > < 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:a86cff523f4f289aeec0a4a82ab0bcc09" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a86cff523f4f289aeec0a4a82ab0bcc09" > addTriangle< / a > (const < a class = "el" href = "namespacepFlow.html#a1f679e3de3ea62dfad0ac20f7c992277" > realx3x3< / a > & tri, < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & < a class = "el" href = "classpFlow_1_1triSurface.html#af991c975c219d08ae35568d2692063d5" > points< / a > , < a class = "el" href = "namespacepFlow.html#a7b3af46b160d6cafec43b41ca3b7323a" > int32x3Vector< / a > & < a class = "el" href = "classpFlow_1_1triSurface.html#a16c2f713be100cc44823c58e3efb898e" > vertices< / a > )< / td > < / tr >
< tr class = "separator:a86cff523f4f289aeec0a4a82ab0bcc09" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1ee541bb22588b6a71650c807efca90" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#ae1ee541bb22588b6a71650c807efca90" > check< / a > ()< / td > < / tr >
< tr class = "separator:ae1ee541bb22588b6a71650c807efca90" > < 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:acb8e080702927e798327564bc64ead68" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aee8ae24174111b9caf1bc31c32fa0744" > realx3Field_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#acb8e080702927e798327564bc64ead68" > points_< / a > < / td > < / tr >
< tr class = "memdesc:acb8e080702927e798327564bc64ead68" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > points of triangles < a href = "classpFlow_1_1triSurface.html#acb8e080702927e798327564bc64ead68" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:acb8e080702927e798327564bc64ead68" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa55c392e8b0854c0bbf7a12d5fa9dcd1" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aa75659d80bbbeefc05cfb02480e23907" > int32x3Field_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#aa55c392e8b0854c0bbf7a12d5fa9dcd1" > vertices_< / a > < / td > < / tr >
< tr class = "memdesc:aa55c392e8b0854c0bbf7a12d5fa9dcd1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > vectices indices of triangles < a href = "classpFlow_1_1triSurface.html#aa55c392e8b0854c0bbf7a12d5fa9dcd1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa55c392e8b0854c0bbf7a12d5fa9dcd1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a39d684f10dc57c49b15fba0a594e5515" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#af835cf0cfb1ce12cd4ee4a6bcd42b7e9" > realField_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a39d684f10dc57c49b15fba0a594e5515" > area_< / a > < / td > < / tr >
< tr class = "memdesc:a39d684f10dc57c49b15fba0a594e5515" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > area of each triangle < a href = "classpFlow_1_1triSurface.html#a39d684f10dc57c49b15fba0a594e5515" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a39d684f10dc57c49b15fba0a594e5515" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a32d34930a4c10b59d881ede9a2f697ac" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triSurface.html#a32d34930a4c10b59d881ede9a2f697ac" > maxIndex_< / a > = -1< / td > < / tr >
< tr class = "separator:a32d34930a4c10b59d881ede9a2f697ac" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1eventSubscriber" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1eventSubscriber')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1eventSubscriber.html" > eventSubscriber< / a > < / td > < / tr >
< tr class = "memitem:ac73c100aa0cf2bf7ffc79a739d5f3ab7 inherit pro_attribs_classpFlow_1_1eventSubscriber" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1List.html" > List< / a > < < a class = "el" href = "classpFlow_1_1eventObserver.html" > eventObserver< / a > * >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventSubscriber.html#ac73c100aa0cf2bf7ffc79a739d5f3ab7" > observerList_< / a > < / td > < / tr >
< tr class = "separator:ac73c100aa0cf2bf7ffc79a739d5f3ab7 inherit pro_attribs_classpFlow_1_1eventSubscriber" > < 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 = "triSurface_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a23b307d20d3b88983e62e1cb7292346a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a23b307d20d3b88983e62e1cb7292346a" > ◆ < / a > < / span > triSurface() < 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_1triSurface.html" > triSurface< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8cpp_source.html#l00114" > 114< / a > of file < a class = "el" href = "triSurface_8cpp_source.html" > triSurface.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a81b8a340e36296e5d3613bd745a4ec66" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a81b8a340e36296e5d3613bd745a4ec66" > ◆ < / a > < / span > triSurface() < 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_1triSurface.html" > triSurface< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
< td class = "paramname" > < em > points< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a7b3af46b160d6cafec43b41ca3b7323a" > int32x3Vector< / a > &   < / td >
< td class = "paramname" > < em > vertices< / 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 = "triSurface_8cpp_source.html#l00123" > 123< / a > of file < a class = "el" href = "triSurface_8cpp_source.html" > triSurface.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurfaceKernels_8hpp_source.html#l00032" > pFlow::triSurfaceKernels::calculateArea()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , and < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / 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_1triSurface_a81b8a340e36296e5d3613bd745a4ec66_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a81b8a340e36296e5d3613bd745a4ec66_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a81b8a340e36296e5d3613bd745a4ec66_cgraph" id = "classpFlow_1_1triSurface_a81b8a340e36296e5d3613bd745a4ec66_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,91,39" / >
< area shape = "rect" href = "namespacepFlow_1_1triSurfaceKernels.html#a6d317544a368345e8af9269185795797" title = " " alt = "" coords = "139,5,317,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a79fb8c4cf5f0734451c59a44c2a153d0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79fb8c4cf5f0734451c59a44c2a153d0" > ◆ < / a > < / span > triSurface() < 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_1triSurface.html" > triSurface< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#ab067da62570f5563dbc4fc15ba2cc8ab" > realx3x3Vector< / a > &   < / td >
< td class = "paramname" > < em > triangles< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8cpp_source.html#l00148" > 148< / a > of file < a class = "el" href = "triSurface_8cpp_source.html" > triSurface.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurfaceKernels_8hpp_source.html#l00032" > pFlow::triSurfaceKernels::calculateArea()< / a > , < a class = "el" href = "Vector_8hpp_source.html#l00248" > Vector< T, Allocator > ::clear()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , and < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_a79fb8c4cf5f0734451c59a44c2a153d0_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a79fb8c4cf5f0734451c59a44c2a153d0_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a79fb8c4cf5f0734451c59a44c2a153d0_cgraph" id = "classpFlow_1_1triSurface_a79fb8c4cf5f0734451c59a44c2a153d0_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,42,91,69" / >
< area shape = "rect" href = "namespacepFlow_1_1triSurfaceKernels.html#a6d317544a368345e8af9269185795797" title = " " alt = "" coords = "139,5,317,47" / >
< area shape = "rect" href = "classpFlow_1_1Vector.html#a3e122a9f9c04a4e2dffdfabde2f1de50" title = " " alt = "" coords = "153,71,303,98" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ae1f608287041cc0b8420a8e195bd434b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae1f608287041cc0b8420a8e195bd434b" > ◆ < / 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" > virtual ~< a class = "el" href = "classpFlow_1_1triSurface.html" > triSurface< / 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 = "a86cff523f4f289aeec0a4a82ab0bcc09" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a86cff523f4f289aeec0a4a82ab0bcc09" > ◆ < / a > < / span > addTriangle()< / 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#aae6ad039f09c0676db11bd114136a3fa" > pFlow::int32< / a > addTriangle < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a1f679e3de3ea62dfad0ac20f7c992277" > realx3x3< / a > &   < / td >
< td class = "paramname" > < em > tri< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
< td class = "paramname" > < em > points< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a7b3af46b160d6cafec43b41ca3b7323a" > int32x3Vector< / a > &   < / td >
< td class = "paramname" > < em > vertices< / 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" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8cpp_source.html#l00029" > 29< / a > of file < a class = "el" href = "triSurface_8cpp_source.html" > triSurface.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "VectorAlgorithm_8hpp_source.html#l00069" > pFlow::find()< / a > , < a class = "el" href = "Vector_8hpp_source.html#l00301" > Vector< T, Allocator > ::size()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00138" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00141" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::z()< / 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_1triSurface_a86cff523f4f289aeec0a4a82ab0bcc09_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a86cff523f4f289aeec0a4a82ab0bcc09_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a86cff523f4f289aeec0a4a82ab0bcc09_cgraph" id = "classpFlow_1_1triSurface_a86cff523f4f289aeec0a4a82ab0bcc09_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,107,103,133" / >
< area shape = "rect" href = "namespacepFlow.html#a0ccc1b0be06895d058cf4ca22dfe56ce" title = " " alt = "" coords = "176,5,268,32" / >
< area shape = "rect" href = "classpFlow_1_1Vector.html#a10efdf47ffedbdc720f71c2f72b98d98" title = " " alt = "" coords = "151,56,293,83" / >
< area shape = "rect" href = "classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33" title = " " alt = "" coords = "163,107,281,133" / >
< area shape = "rect" href = "classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967" title = " " alt = "" coords = "163,157,281,184" / >
< area shape = "rect" href = "classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7" title = " " alt = "" coords = "163,208,281,235" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ae1ee541bb22588b6a71650c807efca90" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae1ee541bb22588b6a71650c807efca90" > ◆ < / a > < / span > check()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool check < / 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 = "triSurface_8cpp_source.html#l00103" > 103< / a > of file < a class = "el" href = "triSurface_8cpp_source.html" > triSurface.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a99980e4ee89d8f7cec12455bf4cdbcf2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a99980e4ee89d8f7cec12455bf4cdbcf2" > ◆ < / a > < / span > TypeInfo()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfo < / td >
< td > (< / td >
< td class = "paramtype" > " triSurface"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a08c12fb233edbde039e917768f478ed2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a08c12fb233edbde039e917768f478ed2" > ◆ < / 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" > size_t 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 = "triSurface_8hpp_source.html#l00149" > 149< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00111" > triSurface::points_< / a > , and < a class = "el" href = "VectorSingle_8hpp_source.html#l00362" > VectorSingle< T, MemorySpace > ::size()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "geometric_8cpp_source.html#l00026" > pFlow::dataToVTK()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00174" > triSurface::getTriangleAccessor()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00155" > geometry::numPoints()< / a > , and < a class = "el" href = "triSurfaceFieldToVTK_8hpp_source.html#l00067" > pFlow::TSFtoVTK::triDataToVTK()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_a08c12fb233edbde039e917768f478ed2_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a08c12fb233edbde039e917768f478ed2_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a08c12fb233edbde039e917768f478ed2_cgraph" id = "classpFlow_1_1triSurface_a08c12fb233edbde039e917768f478ed2_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,96,39" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a334c2560412a3bc4fc1c215a77a48337" title = " " alt = "" coords = "144,5,293,47" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_a08c12fb233edbde039e917768f478ed2_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a08c12fb233edbde039e917768f478ed2_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a08c12fb233edbde039e917768f478ed2_icgraph" id = "classpFlow_1_1triSurface_a08c12fb233edbde039e917768f478ed2_icgraph" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "261,81,352,108" / >
< area shape = "rect" href = "namespacepFlow.html#aaf677e2ac1decf3292aac36c9a1743b8" title = " " alt = "" coords = "40,5,179,32" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a87ba6f8c358a11dfd2b456d8e488f69a" title = " " alt = "" coords = "33,56,186,83" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#abb74207a2d63f7250901157fdb8a7e91" title = "Number of points in the set of surface walls." alt = "" coords = "5,107,213,133" / >
< area shape = "rect" href = "namespacepFlow_1_1TSFtoVTK.html#a8b044ce8ea2242e6b01fc7b02b26e3d8" title = " " alt = "" coords = "17,158,202,199" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "ac4415d97d430352202d17905676b0577" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac4415d97d430352202d17905676b0577" > ◆ < / 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" > size_t 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 = "triSurface_8hpp_source.html#l00154" > 154< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "VectorSingle_8hpp_source.html#l00362" > VectorSingle< T, MemorySpace > ::size()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00114" > triSurface::vertices_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "geometric_8cpp_source.html#l00026" > pFlow::dataToVTK()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00174" > triSurface::getTriangleAccessor()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00159" > triSurface::size()< / a > , and < a class = "el" href = "triSurfaceFieldToVTK_8hpp_source.html#l00067" > pFlow::TSFtoVTK::triDataToVTK()< / 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_1triSurface_ac4415d97d430352202d17905676b0577_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_ac4415d97d430352202d17905676b0577_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_ac4415d97d430352202d17905676b0577_cgraph" id = "classpFlow_1_1triSurface_ac4415d97d430352202d17905676b0577_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,115,39" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a334c2560412a3bc4fc1c215a77a48337" title = " " alt = "" coords = "163,5,312,47" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_ac4415d97d430352202d17905676b0577_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_ac4415d97d430352202d17905676b0577_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_ac4415d97d430352202d17905676b0577_icgraph" id = "classpFlow_1_1triSurface_ac4415d97d430352202d17905676b0577_icgraph" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "239,81,349,108" / >
< area shape = "rect" href = "namespacepFlow.html#aaf677e2ac1decf3292aac36c9a1743b8" title = " " alt = "" coords = "29,5,167,32" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a87ba6f8c358a11dfd2b456d8e488f69a" title = " " alt = "" coords = "21,56,175,83" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a259cb5a711406a8c3e5d937eb9350cca" title = " " alt = "" coords = "74,107,122,133" / >
< area shape = "rect" href = "namespacepFlow_1_1TSFtoVTK.html#a8b044ce8ea2242e6b01fc7b02b26e3d8" title = " " alt = "" coords = "5,158,191,199" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a259cb5a711406a8c3e5d937eb9350cca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a259cb5a711406a8c3e5d937eb9350cca" > ◆ < / 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" > size_t 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 = "triSurface_8hpp_source.html#l00159" > 159< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00154" > triSurface::numTriangles()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "triSurfaceFieldToVTK_8hpp_source.html#l00151" > pFlow::TSFtoVTK::convertRealx3TypetriSurfaceField()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00148" > geometry::size()< / 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_1triSurface_a259cb5a711406a8c3e5d937eb9350cca_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a259cb5a711406a8c3e5d937eb9350cca_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a259cb5a711406a8c3e5d937eb9350cca_cgraph" id = "classpFlow_1_1triSurface_a259cb5a711406a8c3e5d937eb9350cca_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,53,32" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#ac4415d97d430352202d17905676b0577" title = " " alt = "" coords = "101,5,211,32" / >
< / map >
< / div >
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 caller 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_1triSurface_a259cb5a711406a8c3e5d937eb9350cca_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a259cb5a711406a8c3e5d937eb9350cca_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a259cb5a711406a8c3e5d937eb9350cca_icgraph" id = "classpFlow_1_1triSurface_a259cb5a711406a8c3e5d937eb9350cca_icgraph" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "244,42,292,69" / >
< area shape = "rect" href = "namespacepFlow_1_1TSFtoVTK.html#a5d9501231b10f8c1d76ae995f18521b7" title = " " alt = "" coords = "5,5,196,47" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#a10efdf47ffedbdc720f71c2f72b98d98" title = "Size of tri-surface." alt = "" coords = "18,71,183,98" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a7223528283cd4e5872e0cc716bf9bd9d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7223528283cd4e5872e0cc716bf9bd9d" > ◆ < / a > < / span > capacity()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > size_t capacity < / 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 = "triSurface_8hpp_source.html#l00164" > 164< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "VectorSingle_8hpp_source.html#l00369" > VectorSingle< T, MemorySpace > ::capacity()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00114" > triSurface::vertices_< / 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 call 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_1triSurface_a7223528283cd4e5872e0cc716bf9bd9d_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a7223528283cd4e5872e0cc716bf9bd9d_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a7223528283cd4e5872e0cc716bf9bd9d_cgraph" id = "classpFlow_1_1triSurface_a7223528283cd4e5872e0cc716bf9bd9d_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,83,39" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a5bbce2ec98238f8f408ba4a4dfb96da4" title = " " alt = "" coords = "131,5,280,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "aaa3154095259d6aa98571dd33c92f175" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaa3154095259d6aa98571dd33c92f175" > ◆ < / a > < / span > maxIndex()< / 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#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > maxIndex < / 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 = "triSurface_8hpp_source.html#l00169" > 169< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00119" > triSurface::maxIndex_< / a > .< / p >
< / 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 = "triSurface_8hpp_source.html#l00174" > 174< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "VectorSingle_8hpp_source.html#l00297" > VectorSingle< T, MemorySpace > ::deviceVectorAll()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00149" > triSurface::numPoints()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00154" > triSurface::numTriangles()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00111" > triSurface::points_< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00114" > triSurface::vertices_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "triSurfaceField_8hpp_source.html#l00119" > triSurfaceField< VectorField, T, MemorySpace > ::getTriangleAccessor()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00182" > geometry::getTriangleAccessor()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_a87ba6f8c358a11dfd2b456d8e488f69a_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a87ba6f8c358a11dfd2b456d8e488f69a_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a87ba6f8c358a11dfd2b456d8e488f69a_cgraph" id = "classpFlow_1_1triSurface_a87ba6f8c358a11dfd2b456d8e488f69a_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,71,157,98" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a18052bc1ad8ea07ea5b6205321cba10e" title = " " alt = "" coords = "205,5,355,47" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a08c12fb233edbde039e917768f478ed2" title = " " alt = "" coords = "235,71,325,98" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#ac4415d97d430352202d17905676b0577" title = " " alt = "" coords = "225,122,335,149" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_a87ba6f8c358a11dfd2b456d8e488f69a_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a87ba6f8c358a11dfd2b456d8e488f69a_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a87ba6f8c358a11dfd2b456d8e488f69a_icgraph" id = "classpFlow_1_1triSurface_a87ba6f8c358a11dfd2b456d8e488f69a_icgraph" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "265,46,419,73" / >
< area shape = "rect" href = "classpFlow_1_1triSurfaceField.html#a87ba6f8c358a11dfd2b456d8e488f69a" title = " " alt = "" coords = "30,5,193,47" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#a87ba6f8c358a11dfd2b456d8e488f69a" title = "Obtain an object for accessing triangles." alt = "" coords = "5,71,217,112" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "af991c975c219d08ae35568d2692063d5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af991c975c219d08ae35568d2692063d5" > ◆ < / a > < / span > points() < 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 = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & 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 = "triSurface_8hpp_source.html#l00184" > 184< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00111" > triSurface::points_< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "multiTriSurface_8cpp_source.html#l00096" > multiTriSurface::addTriSurface()< / a > , < a class = "el" href = "geometric_8cpp_source.html#l00026" > pFlow::dataToVTK()< / a > , < a class = "el" href = "geometry_8hpp_source.html#l00169" > geometry::points()< / a > , and < a class = "el" href = "triSurfaceFieldToVTK_8hpp_source.html#l00067" > pFlow::TSFtoVTK::triDataToVTK()< / 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_1triSurface_af991c975c219d08ae35568d2692063d5_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_af991c975c219d08ae35568d2692063d5_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_af991c975c219d08ae35568d2692063d5_icgraph" id = "classpFlow_1_1triSurface_af991c975c219d08ae35568d2692063d5_icgraph" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "239,97,301,123" / >
< area shape = "rect" href = "classpFlow_1_1multiTriSurface.html#ab3e1431127162c803c33ee76d1f2cbb3" title = " " alt = "" coords = "14,5,182,47" / >
< area shape = "rect" href = "namespacepFlow.html#aaf677e2ac1decf3292aac36c9a1743b8" title = " " alt = "" coords = "29,71,167,98" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#a1aa7da69f2e95c6b2eb63738fc7e993d" title = "Access to the points." alt = "" coords = "9,122,187,149" / >
< area shape = "rect" href = "namespacepFlow_1_1TSFtoVTK.html#a8b044ce8ea2242e6b01fc7b02b26e3d8" title = " " alt = "" coords = "5,173,191,215" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a63fa3e7955a68f7d6ba8dc2f587f4c5f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a63fa3e7955a68f7d6ba8dc2f587f4c5f" > ◆ < / a > < / span > points() < 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 = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & points < / 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 = "triSurface_8hpp_source.html#l00189" > 189< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00111" > triSurface::points_< / a > .< / p >
< / div >
< / div >
< a id = "a3618cbc4ad85f3c408854688f26a3bec" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3618cbc4ad85f3c408854688f26a3bec" > ◆ < / a > < / span > area() < 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 = "namespacepFlow.html#abcf780498c2fa21662ffb27b22056cc9" > realVector_D< / a > & area < / 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 = "triSurface_8hpp_source.html#l00194" > 194< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00117" > triSurface::area_< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "multiTriSurface_8cpp_source.html#l00096" > multiTriSurface::addTriSurface()< / 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 caller 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_1triSurface_a3618cbc4ad85f3c408854688f26a3bec_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a3618cbc4ad85f3c408854688f26a3bec_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a3618cbc4ad85f3c408854688f26a3bec_icgraph" id = "classpFlow_1_1triSurface_a3618cbc4ad85f3c408854688f26a3bec_icgraph" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "221,13,272,39" / >
< area shape = "rect" href = "classpFlow_1_1multiTriSurface.html#ab3e1431127162c803c33ee76d1f2cbb3" title = " " alt = "" coords = "5,5,173,47" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a20fcc05913b0a72b1c067a2d879b5770" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a20fcc05913b0a72b1c067a2d879b5770" > ◆ < / a > < / span > area() < 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 = "namespacepFlow.html#abcf780498c2fa21662ffb27b22056cc9" > realVector_D< / a > & area < / 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 = "triSurface_8hpp_source.html#l00199" > 199< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00117" > triSurface::area_< / a > .< / p >
< / div >
< / div >
< a id = "adcec02003260f82a214e0f9d595da206" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adcec02003260f82a214e0f9d595da206" > ◆ < / a > < / span > pointsData_D() < 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 = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > * pointsData_D < / 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 = "triSurface_8hpp_source.html#l00204" > 204< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "VectorSingle_8hpp_source.html#l00297" > VectorSingle< T, MemorySpace > ::deviceVectorAll()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00111" > triSurface::points_< / a > .< / p >
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 call 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_1triSurface_adcec02003260f82a214e0f9d595da206_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_adcec02003260f82a214e0f9d595da206_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_adcec02003260f82a214e0f9d595da206_cgraph" id = "classpFlow_1_1triSurface_adcec02003260f82a214e0f9d595da206_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,116,39" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a18052bc1ad8ea07ea5b6205321cba10e" title = " " alt = "" coords = "164,5,313,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a3635cca02e2597794c4b6e23f3e6b20d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3635cca02e2597794c4b6e23f3e6b20d" > ◆ < / a > < / span > pointsData_D() < 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 = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > * pointsData_D < / 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 = "triSurface_8hpp_source.html#l00209" > 209< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "VectorSingle_8hpp_source.html#l00297" > VectorSingle< T, MemorySpace > ::deviceVectorAll()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00111" > triSurface::points_< / 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_1triSurface_a3635cca02e2597794c4b6e23f3e6b20d_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a3635cca02e2597794c4b6e23f3e6b20d_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a3635cca02e2597794c4b6e23f3e6b20d_cgraph" id = "classpFlow_1_1triSurface_a3635cca02e2597794c4b6e23f3e6b20d_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,116,39" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a18052bc1ad8ea07ea5b6205321cba10e" title = " " alt = "" coords = "164,5,313,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a16c2f713be100cc44823c58e3efb898e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a16c2f713be100cc44823c58e3efb898e" > ◆ < / a > < / span > vertices() < 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 = "namespacepFlow.html#a0e261b3758f76a1542108fd76b517180" > int32x3Vector_D< / a > & 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 = "triSurface_8hpp_source.html#l00214" > 214< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00114" > triSurface::vertices_< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "multiTriSurface_8cpp_source.html#l00096" > multiTriSurface::addTriSurface()< / a > , < a class = "el" href = "geometric_8cpp_source.html#l00026" > pFlow::dataToVTK()< / a > , < a class = "el" href = "triSurfaceFieldToVTK_8hpp_source.html#l00067" > pFlow::TSFtoVTK::triDataToVTK()< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00176" > geometry::vertices()< / a > .< / p >
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_1triSurface_a16c2f713be100cc44823c58e3efb898e_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a16c2f713be100cc44823c58e3efb898e_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a16c2f713be100cc44823c58e3efb898e_icgraph" id = "classpFlow_1_1triSurface_a16c2f713be100cc44823c58e3efb898e_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "244,101,319,127" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "classpFlow_1_1multiTriSurface.html#ab3e1431127162c803c33ee76d1f2cbb3" title = " " alt = "" coords = "17,5,185,47" / >
< area shape = "rect" href = "namespacepFlow.html#aaf677e2ac1decf3292aac36c9a1743b8" title = " " alt = "" coords = "31,71,170,98" / >
< area shape = "rect" href = "namespacepFlow_1_1TSFtoVTK.html#a8b044ce8ea2242e6b01fc7b02b26e3d8" title = " " alt = "" coords = "8,123,193,164" / >
< area shape = "rect" href = "classpFlow_1_1geometry.html#a03f51fad63ba4ca00e8838615503b30b" title = "Access to the vertices." alt = "" coords = "5,189,196,215" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "aa9c60ba8f63d183a7ee7d5754cd7e342" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa9c60ba8f63d183a7ee7d5754cd7e342" > ◆ < / a > < / span > vertices() < 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 = "namespacepFlow.html#a0e261b3758f76a1542108fd76b517180" > int32x3Vector_D< / a > & vertices < / 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 = "triSurface_8hpp_source.html#l00219" > 219< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00114" > triSurface::vertices_< / a > .< / p >
< / div >
< / div >
< a id = "a0f840cc4cbdf875954deec3a8c5c1d88" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0f840cc4cbdf875954deec3a8c5c1d88" > ◆ < / a > < / span > verticesData_D() < 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#a51afbafe3e3517b4e7755c14959053df" > int32x3< / a > * verticesData_D < / 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 = "triSurface_8hpp_source.html#l00224" > 224< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "VectorSingle_8hpp_source.html#l00297" > VectorSingle< T, MemorySpace > ::deviceVectorAll()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00114" > triSurface::vertices_< / 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_1triSurface_a0f840cc4cbdf875954deec3a8c5c1d88_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a0f840cc4cbdf875954deec3a8c5c1d88_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a0f840cc4cbdf875954deec3a8c5c1d88_cgraph" id = "classpFlow_1_1triSurface_a0f840cc4cbdf875954deec3a8c5c1d88_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,128,39" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a18052bc1ad8ea07ea5b6205321cba10e" title = " " alt = "" coords = "176,5,325,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "aa1bb1f8dc08d263c6a56d5c770c78983" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa1bb1f8dc08d263c6a56d5c770c78983" > ◆ < / a > < / span > verticesData_D() < 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#a51afbafe3e3517b4e7755c14959053df" > int32x3< / a > * verticesData_D < / 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 = "triSurface_8hpp_source.html#l00229" > 229< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "VectorSingle_8hpp_source.html#l00297" > VectorSingle< T, MemorySpace > ::deviceVectorAll()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00114" > triSurface::vertices_< / 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_1triSurface_aa1bb1f8dc08d263c6a56d5c770c78983_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_aa1bb1f8dc08d263c6a56d5c770c78983_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_aa1bb1f8dc08d263c6a56d5c770c78983_cgraph" id = "classpFlow_1_1triSurface_aa1bb1f8dc08d263c6a56d5c770c78983_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,128,39" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a18052bc1ad8ea07ea5b6205321cba10e" title = " " alt = "" coords = "176,5,325,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ac8bb3912a3ce86b15842e79d0b421204" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac8bb3912a3ce86b15842e79d0b421204" > ◆ < / a > < / span > clear()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void clear < / 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 = "triSurface_8hpp_source.html#l00234" > 234< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "triSurface_8hpp_source.html#l00117" > triSurface::area_< / a > , < a class = "el" href = "VectorSingle_8hpp_source.html#l00420" > VectorSingle< T, MemorySpace > ::clear()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00111" > triSurface::points_< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00114" > triSurface::vertices_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "multiTriSurface_8hpp_source.html#l00091" > multiTriSurface::clear()< / 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_1triSurface_ac8bb3912a3ce86b15842e79d0b421204_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_ac8bb3912a3ce86b15842e79d0b421204_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_ac8bb3912a3ce86b15842e79d0b421204_cgraph" id = "classpFlow_1_1triSurface_ac8bb3912a3ce86b15842e79d0b421204_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,60,39" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#afd32d1c4cda15e685fd3008f4ded29f2" title = " " alt = "" coords = "108,5,257,47" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-22" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-22-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-22-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-22-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_ac8bb3912a3ce86b15842e79d0b421204_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_ac8bb3912a3ce86b15842e79d0b421204_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_ac8bb3912a3ce86b15842e79d0b421204_icgraph" id = "classpFlow_1_1triSurface_ac8bb3912a3ce86b15842e79d0b421204_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "220,13,275,39" / >
< area shape = "rect" href = "classpFlow_1_1multiTriSurface.html#ac8bb3912a3ce86b15842e79d0b421204" title = " " alt = "" coords = "5,5,172,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "af01ae6e5e5f1b190954e7487152e9b79" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af01ae6e5e5f1b190954e7487152e9b79" > ◆ < / a > < / span > calcMaxIndex()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > pFlow::int32< / a > calcMaxIndex < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8cpp_source.html#l00081" > 81< / a > of file < a class = "el" href = "triSurface_8cpp_source.html" > triSurface.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "VectorSingle_8hpp_source.html#l00297" > VectorSingle< T, MemorySpace > ::deviceVectorAll()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00054" > LAMBDA_HD< / a > , < a class = "el" href = "VectorMath_8hpp_source.html#l00164" > pFlow::max()< / a > , < a class = "el" href = "VectorSingle_8hpp_source.html#l00362" > VectorSingle< T, MemorySpace > ::size()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00114" > triSurface::vertices_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-23" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-23-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-23-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-23-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_af01ae6e5e5f1b190954e7487152e9b79_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_af01ae6e5e5f1b190954e7487152e9b79_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_af01ae6e5e5f1b190954e7487152e9b79_cgraph" id = "classpFlow_1_1triSurface_af01ae6e5e5f1b190954e7487152e9b79_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,71,117,98" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a18052bc1ad8ea07ea5b6205321cba10e" title = " " alt = "" coords = "165,5,315,47" / >
< area shape = "rect" href = "namespacepFlow.html#ae14bf16748b3144baa1112f08c2a83b1" title = " " alt = "" coords = "191,71,289,98" / >
< area shape = "rect" href = "classpFlow_1_1VectorSingle.html#a334c2560412a3bc4fc1c215a77a48337" title = " " alt = "" coords = "165,123,315,164" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a2109c84ebb41bc6ed8945221e833c40d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2109c84ebb41bc6ed8945221e833c40d" > ◆ < / a > < / span > readTriSurface()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool readTriSurface < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8cpp_source.html#l00191" > 191< / a > of file < a class = "el" href = "triSurface_8cpp_source.html" > triSurface.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "triSurfaceKernels_8hpp_source.html#l00032" > pFlow::triSurfaceKernels::calculateArea()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "IOstream_8cpp_source.html#l00048" > IOstream::fatalCheck()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00029" > FUNCTION_NAME< / a > , < a class = "el" href = "error_8hpp_source.html#l00049" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00178" > IOstream::isBinary()< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00221" > IOstream::lineNumber()< / a > , and < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "triSurface_8hpp_source.html#l00261" > pFlow::operator> > ()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00249" > triSurface::read()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-24" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-24-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-24-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-24-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_a2109c84ebb41bc6ed8945221e833c40d_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a2109c84ebb41bc6ed8945221e833c40d_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a2109c84ebb41bc6ed8945221e833c40d_cgraph" id = "classpFlow_1_1triSurface_a2109c84ebb41bc6ed8945221e833c40d_cgraph" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "5,147,121,174" / >
< area shape = "rect" href = "namespacepFlow_1_1triSurfaceKernels.html#a6d317544a368345e8af9269185795797" title = " " alt = "" coords = "186,5,366,47" / >
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "227,71,325,98" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a281bbfd1fe6ab10377d7cb1f5111044d" title = "Check IOstream status for given operation." alt = "" coords = "173,122,379,149" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#aee3ba44cd3f14501633ae2e8ea04b4d0" title = "Return true if stream format is binray." alt = "" coords = "181,173,371,199" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" title = "Const access to the current stream line number." alt = "" coords = "169,223,383,250" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" title = "Return the name of the stream." alt = "" coords = "189,274,363,301" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-25" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-25-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-25-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-25-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_a2109c84ebb41bc6ed8945221e833c40d_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a2109c84ebb41bc6ed8945221e833c40d_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a2109c84ebb41bc6ed8945221e833c40d_icgraph" id = "classpFlow_1_1triSurface_a2109c84ebb41bc6ed8945221e833c40d_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "199,31,313,57" / >
< area shape = "rect" href = "namespacepFlow.html#a136d7d2946879a64af740ba576b963d2" title = " " alt = "" coords = "5,5,151,32" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#aff8e92ab47032ae811d1271161cb9b22" title = " " alt = "" coords = "53,56,103,83" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ae4e3a0ce5f1ac644fc112ed7d5311a3c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae4e3a0ce5f1ac644fc112ed7d5311a3c" > ◆ < / a > < / span > writeTriSurface()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool writeTriSurface < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8cpp_source.html#l00221" > 221< / a > of file < a class = "el" href = "triSurface_8cpp_source.html" > triSurface.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "IOstream_8cpp_source.html#l00042" > IOstream::check()< / a > , and < a class = "el" href = "pFlowMacros_8hpp_source.html#l00029" > FUNCTION_NAME< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "triSurface_8hpp_source.html#l00272" > pFlow::operator< < ()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00254" > triSurface::write()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-26" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-26-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-26-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-26-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_ae4e3a0ce5f1ac644fc112ed7d5311a3c_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_ae4e3a0ce5f1ac644fc112ed7d5311a3c_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_ae4e3a0ce5f1ac644fc112ed7d5311a3c_cgraph" id = "classpFlow_1_1triSurface_ae4e3a0ce5f1ac644fc112ed7d5311a3c_cgraph" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "5,5,125,32" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a367eb3425fc4e8270e2aa961df8ac8a5" title = "Check IOstream status for given operation." alt = "" coords = "173,5,348,32" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-27" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-27-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-27-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-27-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_ae4e3a0ce5f1ac644fc112ed7d5311a3c_icgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_ae4e3a0ce5f1ac644fc112ed7d5311a3c_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_ae4e3a0ce5f1ac644fc112ed7d5311a3c_icgraph" id = "classpFlow_1_1triSurface_ae4e3a0ce5f1ac644fc112ed7d5311a3c_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "199,31,317,57" / >
< area shape = "rect" href = "namespacepFlow.html#a48cb6337e76ea73ec74dceaada823320" title = " " alt = "" coords = "5,5,151,32" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a6a40de4ceed55b2f78cf3027739dfd91" title = " " alt = "" coords = "51,56,105,83" / >
< / map >
< / div >
< / div >
< / div >
< a id = "aff8e92ab47032ae811d1271161cb9b22" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff8e92ab47032ae811d1271161cb9b22" > ◆ < / a > < / span > read()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool read < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / 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 = "triSurface_8hpp_source.html#l00249" > 249< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "triSurface_8cpp_source.html#l00191" > triSurface::readTriSurface()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-28" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-28-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-28-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-28-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_aff8e92ab47032ae811d1271161cb9b22_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_aff8e92ab47032ae811d1271161cb9b22_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_aff8e92ab47032ae811d1271161cb9b22_cgraph" id = "classpFlow_1_1triSurface_aff8e92ab47032ae811d1271161cb9b22_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,56,32" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#a2109c84ebb41bc6ed8945221e833c40d" title = " " alt = "" coords = "104,5,219,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a6a40de4ceed55b2f78cf3027739dfd91" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a40de4ceed55b2f78cf3027739dfd91" > ◆ < / 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 = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / 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 = "triSurface_8hpp_source.html#l00254" > 254< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "triSurface_8cpp_source.html#l00221" > triSurface::writeTriSurface()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-29" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-29-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-29-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-29-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triSurface_a6a40de4ceed55b2f78cf3027739dfd91_cgraph.png" border = "0" usemap = "#classpFlow_1_1triSurface_a6a40de4ceed55b2f78cf3027739dfd91_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1triSurface_a6a40de4ceed55b2f78cf3027739dfd91_cgraph" id = "classpFlow_1_1triSurface_a6a40de4ceed55b2f78cf3027739dfd91_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,60,32" / >
< area shape = "rect" href = "classpFlow_1_1triSurface.html#ae4e3a0ce5f1ac644fc112ed7d5311a3c" title = " " alt = "" coords = "108,5,227,32" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "acb8e080702927e798327564bc64ead68" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acb8e080702927e798327564bc64ead68" > ◆ < / 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" > < a class = "el" href = "namespacepFlow.html#aee8ae24174111b9caf1bc31c32fa0744" > realx3Field_D< / a > points_< / 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 > points of triangles < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8hpp_source.html#l00111" > 111< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "triSurface_8hpp_source.html#l00234" > triSurface::clear()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00174" > triSurface::getTriangleAccessor()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00149" > triSurface::numPoints()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00184" > triSurface::points()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00204" > triSurface::pointsData_D()< / a > .< / p >
< / div >
< / div >
< a id = "aa55c392e8b0854c0bbf7a12d5fa9dcd1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa55c392e8b0854c0bbf7a12d5fa9dcd1" > ◆ < / 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" > < a class = "el" href = "namespacepFlow.html#aa75659d80bbbeefc05cfb02480e23907" > int32x3Field_D< / a > vertices_< / 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 > vectices indices of triangles < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8hpp_source.html#l00114" > 114< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "triSurface_8cpp_source.html#l00081" > triSurface::calcMaxIndex()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00164" > triSurface::capacity()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00234" > triSurface::clear()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00174" > triSurface::getTriangleAccessor()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00154" > triSurface::numTriangles()< / a > , < a class = "el" href = "triSurface_8hpp_source.html#l00214" > triSurface::vertices()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00224" > triSurface::verticesData_D()< / a > .< / p >
< / div >
< / div >
< a id = "a39d684f10dc57c49b15fba0a594e5515" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a39d684f10dc57c49b15fba0a594e5515" > ◆ < / a > < / span > area_< / 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#af835cf0cfb1ce12cd4ee4a6bcd42b7e9" > realField_D< / a > area_< / 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 > area of each triangle < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8hpp_source.html#l00117" > 117< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "triSurface_8hpp_source.html#l00194" > triSurface::area()< / a > , and < a class = "el" href = "triSurface_8hpp_source.html#l00234" > triSurface::clear()< / a > .< / p >
< / div >
< / div >
< a id = "a32d34930a4c10b59d881ede9a2f697ac" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a32d34930a4c10b59d881ede9a2f697ac" > ◆ < / a > < / span > maxIndex_< / 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#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > maxIndex_ = -1< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "triSurface_8hpp_source.html#l00119" > 119< / a > of file < a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "triSurface_8hpp_source.html#l00169" > triSurface::maxIndex()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/structuredData/trisurfaceStructure/< a class = "el" href = "triSurface_8hpp_source.html" > triSurface.hpp< / a > < / li >
< li > src/phasicFlow/structuredData/trisurfaceStructure/< a class = "el" href = "triSurface_8cpp_source.html" > triSurface.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_1triSurface.html" > triSurface< / 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 >