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: triple< T > Struct Template Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
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_1triple.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-attribs" > Public Attributes< / a > |
< a href = "#friends" > Friends< / a > |
< a href = "classpFlow_1_1triple-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > triple< T > Struct Template Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2025-01-10 13:02:07 +03:30
< p > A set of 3 variables that can be used for vector variables.
< a href = "classpFlow_1_1triple.html#details" > More...< / a > < / p >
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 triple< T > :< / 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_1triple__inherit__graph.png" border = "0" usemap = "#triple_3_01T_01_4_inherit__map" alt = "Inheritance graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a926bca4360aebea6c62aecfd5535d88c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a926bca4360aebea6c62aecfd5535d88c" > TripleTypeInfoNV< / a > (T)< / td > < / tr >
< tr class = "memdesc:a926bca4360aebea6c62aecfd5535d88c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info for triple. < a href = "classpFlow_1_1triple.html#a926bca4360aebea6c62aecfd5535d88c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a926bca4360aebea6c62aecfd5535d88c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2536031eab089f9fc6ec32db1a36bb72" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a2536031eab089f9fc6ec32db1a36bb72" > triple< / a > ()=default< / td > < / tr >
< tr class = "memdesc:a2536031eab089f9fc6ec32db1a36bb72" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Initilize to zero. < a href = "classpFlow_1_1triple.html#a2536031eab089f9fc6ec32db1a36bb72" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2536031eab089f9fc6ec32db1a36bb72" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6873a8c53004bb8d2387977b8c8fc363" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a6873a8c53004bb8d2387977b8c8fc363" > ~triple< / a > ()=default< / td > < / tr >
< tr class = "separator:a6873a8c53004bb8d2387977b8c8fc363" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a0a481ae1b4fa622718766da8c13a8c89" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a0a481ae1b4fa622718766da8c13a8c89" > triple< / a > (const T & < a class = "el" href = "classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33" > x< / a > , const T & < a class = "el" href = "classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967" > y< / a > , const T & < a class = "el" href = "classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7" > z< / a > )< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a0a481ae1b4fa622718766da8c13a8c89" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from x, y, z. < a href = "classpFlow_1_1triple.html#a0a481ae1b4fa622718766da8c13a8c89" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a0a481ae1b4fa622718766da8c13a8c89" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a498dc8565d593bae0c766da4ed41a1d3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a498dc8565d593bae0c766da4ed41a1d3" > triple< / a > (const T & v)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a498dc8565d593bae0c766da4ed41a1d3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from v. < a href = "classpFlow_1_1triple.html#a498dc8565d593bae0c766da4ed41a1d3" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a498dc8565d593bae0c766da4ed41a1d3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3cc64716f8fa1d61aee877fa2b4512ab" > < td class = "memTemplParams" colspan = "2" > template< typename T2 > < / td > < / tr >
< tr class = "memitem:a3cc64716f8fa1d61aee877fa2b4512ab" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a3cc64716f8fa1d61aee877fa2b4512ab" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T2 > & rhs)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a3cc64716f8fa1d61aee877fa2b4512ab" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type conversion trough assignment. < a href = "classpFlow_1_1triple.html#a3cc64716f8fa1d61aee877fa2b4512ab" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3cc64716f8fa1d61aee877fa2b4512ab" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aab4e0deaeb2c516caa7906eaba9c0ea4" > < td class = "memTemplParams" colspan = "2" > template< typename T2 > < / td > < / tr >
< tr class = "memitem:aab4e0deaeb2c516caa7906eaba9c0ea4" > < td class = "memTemplItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#aab4e0deaeb2c516caa7906eaba9c0ea4" > triple< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T2 > & src)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:aab4e0deaeb2c516caa7906eaba9c0ea4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type casting through copy constructor. < a href = "classpFlow_1_1triple.html#aab4e0deaeb2c516caa7906eaba9c0ea4" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aab4e0deaeb2c516caa7906eaba9c0ea4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaa742959383afd91a50fd8e0cc7b5af5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#aaa742959383afd91a50fd8e0cc7b5af5" > triple< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & src)=default< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:aaa742959383afd91a50fd8e0cc7b5af5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy construct. < a href = "classpFlow_1_1triple.html#aaa742959383afd91a50fd8e0cc7b5af5" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aaa742959383afd91a50fd8e0cc7b5af5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab08ec1dc8c076023d479847d995d5f48" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#ab08ec1dc8c076023d479847d995d5f48" > triple< / a > (< a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & & src)=default< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ab08ec1dc8c076023d479847d995d5f48" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move construct. < a href = "classpFlow_1_1triple.html#ab08ec1dc8c076023d479847d995d5f48" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ab08ec1dc8c076023d479847d995d5f48" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9e9c101cf96c422a92e5c3e3e9ab4096" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a9e9c101cf96c422a92e5c3e3e9ab4096" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & src)=default< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a9e9c101cf96c422a92e5c3e3e9ab4096" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > copy assignment < a href = "classpFlow_1_1triple.html#a9e9c101cf96c422a92e5c3e3e9ab4096" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a9e9c101cf96c422a92e5c3e3e9ab4096" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aabd8c05e9853423dbe473f4b33b1be24" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#aabd8c05e9853423dbe473f4b33b1be24" > operator=< / a > (< a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & & src)=default< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:aabd8c05e9853423dbe473f4b33b1be24" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > move assignment < a href = "classpFlow_1_1triple.html#aabd8c05e9853423dbe473f4b33b1be24" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aabd8c05e9853423dbe473f4b33b1be24" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6f7ccd20b26f3b6741e3e7449217d630" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#afc491fbd69e70abdcb02a8cd3ce2939e" > INLINE_FUNCTION< / a > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a6f7ccd20b26f3b6741e3e7449217d630" > clone< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a6f7ccd20b26f3b6741e3e7449217d630" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > clone < a href = "classpFlow_1_1triple.html#a6f7ccd20b26f3b6741e3e7449217d630" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6f7ccd20b26f3b6741e3e7449217d630" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab216044ae97ff88706c01491d010a8cb" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#afc491fbd69e70abdcb02a8cd3ce2939e" > INLINE_FUNCTION< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#ab216044ae97ff88706c01491d010a8cb" > clonePtr< / a > () const< / td > < / tr >
< tr class = "separator:ab216044ae97ff88706c01491d010a8cb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2f365146ce767d3de7ae125abd193b33" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33" > x< / a > ()< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a2f365146ce767d3de7ae125abd193b33" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a2f365146ce767d3de7ae125abd193b33" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aabdf41f3442898647854721fe91cc604" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#aabdf41f3442898647854721fe91cc604" > x< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:aabdf41f3442898647854721fe91cc604" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#aabdf41f3442898647854721fe91cc604" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aabdf41f3442898647854721fe91cc604" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a28d901cc27d3756a830e4de5a484b967" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967" > y< / a > ()< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a28d901cc27d3756a830e4de5a484b967" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a28d901cc27d3756a830e4de5a484b967" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6c5f1145fe5bb215664f6d11f94c414a" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a6c5f1145fe5bb215664f6d11f94c414a" > y< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a6c5f1145fe5bb215664f6d11f94c414a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#a6c5f1145fe5bb215664f6d11f94c414a" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6c5f1145fe5bb215664f6d11f94c414a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5c836d3919741edf1ba805c98dbd21b7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7" > z< / a > ()< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a5c836d3919741edf1ba805c98dbd21b7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a5c836d3919741edf1ba805c98dbd21b7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a60c3db6bc579e90e6cadfe61bf82a327" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a60c3db6bc579e90e6cadfe61bf82a327" > z< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a60c3db6bc579e90e6cadfe61bf82a327" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#a60c3db6bc579e90e6cadfe61bf82a327" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a60c3db6bc579e90e6cadfe61bf82a327" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa120a1a57b7afa6b7f218d41278f8a53" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#aa120a1a57b7afa6b7f218d41278f8a53" > comp1< / a > ()< / td > < / tr >
< tr class = "memdesc:aa120a1a57b7afa6b7f218d41278f8a53" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#aa120a1a57b7afa6b7f218d41278f8a53" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa120a1a57b7afa6b7f218d41278f8a53" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2ef015ae0fc94174a20dd656ad864c88" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a2ef015ae0fc94174a20dd656ad864c88" > comp1< / a > () const< / td > < / tr >
< tr class = "memdesc:a2ef015ae0fc94174a20dd656ad864c88" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#a2ef015ae0fc94174a20dd656ad864c88" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2ef015ae0fc94174a20dd656ad864c88" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a696753289a66507eb9b442e962d8c0b1" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a696753289a66507eb9b442e962d8c0b1" > comp2< / a > ()< / td > < / tr >
< tr class = "memdesc:a696753289a66507eb9b442e962d8c0b1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#a696753289a66507eb9b442e962d8c0b1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a696753289a66507eb9b442e962d8c0b1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae20f77980213ca60abe964043d52172e" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#ae20f77980213ca60abe964043d52172e" > comp2< / a > () const< / td > < / tr >
< tr class = "memdesc:ae20f77980213ca60abe964043d52172e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#ae20f77980213ca60abe964043d52172e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae20f77980213ca60abe964043d52172e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af7a0633688604f8f9d0ce01404842f47" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#af7a0633688604f8f9d0ce01404842f47" > comp3< / a > ()< / td > < / tr >
< tr class = "memdesc:af7a0633688604f8f9d0ce01404842f47" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#af7a0633688604f8f9d0ce01404842f47" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af7a0633688604f8f9d0ce01404842f47" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a434133c069defe7b85623f155b692dec" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a434133c069defe7b85623f155b692dec" > comp3< / a > () const< / td > < / tr >
< tr class = "memdesc:a434133c069defe7b85623f155b692dec" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > access component < a href = "classpFlow_1_1triple.html#a434133c069defe7b85623f155b692dec" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a434133c069defe7b85623f155b692dec" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a386dd44caa78e5884651bd4891674555" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a386dd44caa78e5884651bd4891674555" > length< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a386dd44caa78e5884651bd4891674555" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Length of the vector. < a href = "classpFlow_1_1triple.html#a386dd44caa78e5884651bd4891674555" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a386dd44caa78e5884651bd4891674555" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2030cdd583d3a6e60753a16dab2a0ae4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a2030cdd583d3a6e60753a16dab2a0ae4" > normalize< / a > ()< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a2030cdd583d3a6e60753a16dab2a0ae4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Normalize the vector. < a href = "classpFlow_1_1triple.html#a2030cdd583d3a6e60753a16dab2a0ae4" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a2030cdd583d3a6e60753a16dab2a0ae4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff5d0f2e1a8e16c71fded287ae165e94" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#aff5d0f2e1a8e16c71fded287ae165e94" > operator+=< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > & oprnd2)< / td > < / tr >
< tr class = "separator:aff5d0f2e1a8e16c71fded287ae165e94" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6d31a2787dd22ca3d1e81fbca6491a05" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a6d31a2787dd22ca3d1e81fbca6491a05" > operator-=< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > & oprnd2)< / td > < / tr >
< tr class = "separator:a6d31a2787dd22ca3d1e81fbca6491a05" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a08b98407a18ab6028205e6d9802cd4f2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a08b98407a18ab6028205e6d9802cd4f2" > operator*=< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > & oprnd2)< / td > < / tr >
< tr class = "separator:a08b98407a18ab6028205e6d9802cd4f2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3ec4e1245af44d9207099834bf76559a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a3ec4e1245af44d9207099834bf76559a" > operator/=< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > & oprnd2)< / td > < / tr >
< tr class = "separator:a3ec4e1245af44d9207099834bf76559a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a97164ef3b4a654237f734ad2bbbab4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a6a97164ef3b4a654237f734ad2bbbab4" > operator-< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a6a97164ef3b4a654237f734ad2bbbab4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > unary negate operator < a href = "classpFlow_1_1triple.html#a6a97164ef3b4a654237f734ad2bbbab4" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6a97164ef3b4a654237f734ad2bbbab4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c1f823c5b1f00849e0d939f634b2725" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a0c1f823c5b1f00849e0d939f634b2725" > operator+< / a > () const< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a0c1f823c5b1f00849e0d939f634b2725" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > unary plus operator < a href = "classpFlow_1_1triple.html#a0c1f823c5b1f00849e0d939f634b2725" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a0c1f823c5b1f00849e0d939f634b2725" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:ae40d4cb269d0be9c0d20a9efe0462757" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#ae40d4cb269d0be9c0d20a9efe0462757" > x_< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ae40d4cb269d0be9c0d20a9efe0462757" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > data members < a href = "classpFlow_1_1triple.html#ae40d4cb269d0be9c0d20a9efe0462757" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae40d4cb269d0be9c0d20a9efe0462757" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a644d1b6657ad3f073d95487bdd5d08a9" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a644d1b6657ad3f073d95487bdd5d08a9" > y_< / a > < / td > < / tr >
< tr class = "separator:a644d1b6657ad3f073d95487bdd5d08a9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abdc5fb2fe39f8f2e806479466fbf4141" > < td class = "memItemLeft" align = "right" valign = "top" > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#abdc5fb2fe39f8f2e806479466fbf4141" > z_< / a > < / td > < / tr >
< tr class = "separator:abdc5fb2fe39f8f2e806479466fbf4141" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "friends" > < / a >
Friends< / h2 > < / td > < / tr >
< tr class = "memitem:a5fb62490313074bacfbb8ccc25a3de39" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > T  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a5fb62490313074bacfbb8ccc25a3de39" > dot< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd2)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a5fb62490313074bacfbb8ccc25a3de39" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Dot product of two vectors. < a href = "classpFlow_1_1triple.html#a5fb62490313074bacfbb8ccc25a3de39" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a5fb62490313074bacfbb8ccc25a3de39" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abb93374956d6ad5855d5a06bb5b0c1a0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#abb93374956d6ad5855d5a06bb5b0c1a0" > cross< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & v1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & v2)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:abb93374956d6ad5855d5a06bb5b0c1a0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Cross product of two vectors. < a href = "classpFlow_1_1triple.html#abb93374956d6ad5855d5a06bb5b0c1a0" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:abb93374956d6ad5855d5a06bb5b0c1a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abc0781cf1558ba92ecd2a5d403210502" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#abc0781cf1558ba92ecd2a5d403210502" > operator+< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd2)< / td > < / tr >
< tr class = "separator:abc0781cf1558ba92ecd2a5d403210502" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a77548029551be744ec273061bc385e46" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a77548029551be744ec273061bc385e46" > operator+< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd1, const T & oprnd2)< / td > < / tr >
< tr class = "separator:a77548029551be744ec273061bc385e46" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a022d28927cff251c6d6558b7c72405cc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a022d28927cff251c6d6558b7c72405cc" > operator+< / a > (const T & oprnd1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd2)< / td > < / tr >
< tr class = "separator:a022d28927cff251c6d6558b7c72405cc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a59f9090ae8004a2126abdc007c37e1ef" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a59f9090ae8004a2126abdc007c37e1ef" > operator-< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd2)< / td > < / tr >
< tr class = "separator:a59f9090ae8004a2126abdc007c37e1ef" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2967740f31401b7d0c23ecc663bf9d8e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a2967740f31401b7d0c23ecc663bf9d8e" > operator-< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd1, const T & oprnd2)< / td > < / tr >
< tr class = "separator:a2967740f31401b7d0c23ecc663bf9d8e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a38149f53a4f7b9c47e1a3234292bf4a7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a38149f53a4f7b9c47e1a3234292bf4a7" > operator-< / a > (const T & oprnd1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd2)< / td > < / tr >
< tr class = "separator:a38149f53a4f7b9c47e1a3234292bf4a7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abf94cb6cdcd9bdcbcf9f80da4cf7edd8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#abf94cb6cdcd9bdcbcf9f80da4cf7edd8" > operator*< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd2)< / td > < / tr >
< tr class = "separator:abf94cb6cdcd9bdcbcf9f80da4cf7edd8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2fa1432473f8d58f714d46ec8ef9023b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a2fa1432473f8d58f714d46ec8ef9023b" > operator*< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd1, const T & oprnd2)< / td > < / tr >
< tr class = "separator:a2fa1432473f8d58f714d46ec8ef9023b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad937e5ca968a0a7c739f3a15345598e0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#ad937e5ca968a0a7c739f3a15345598e0" > operator*< / a > (const T & oprnd1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd2)< / td > < / tr >
< tr class = "separator:ad937e5ca968a0a7c739f3a15345598e0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a117c43cb63555acb4eb9fa306f457d62" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a117c43cb63555acb4eb9fa306f457d62" > operator/< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd2)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a117c43cb63555acb4eb9fa306f457d62" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > / operators < a href = "classpFlow_1_1triple.html#a117c43cb63555acb4eb9fa306f457d62" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a117c43cb63555acb4eb9fa306f457d62" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac6c7a5f59b7acfee67499a5aebbae5ae" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#ac6c7a5f59b7acfee67499a5aebbae5ae" > operator/< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd1, const T & oprnd2)< / td > < / tr >
< tr class = "separator:ac6c7a5f59b7acfee67499a5aebbae5ae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:affa51e74fa1f3ae699c92d66fe71c4da" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#affa51e74fa1f3ae699c92d66fe71c4da" > operator/< / a > (const T & oprnd1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & oprnd2)< / td > < / tr >
< tr class = "separator:affa51e74fa1f3ae699c92d66fe71c4da" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a876b1737d5fd2b9ed17270220ec0d5a9" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a876b1737d5fd2b9ed17270220ec0d5a9" > operator==< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr2)< / td > < / tr >
< tr class = "separator:a876b1737d5fd2b9ed17270220ec0d5a9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0ed4afd936c7445964cafb23379cba84" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr2)< / td > < / tr >
< tr class = "separator:a0ed4afd936c7445964cafb23379cba84" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa23d62c947ba521885952949f1e6923b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#aa23d62c947ba521885952949f1e6923b" > operator> < / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr2)< / td > < / tr >
< tr class = "separator:aa23d62c947ba521885952949f1e6923b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab9d4ef1f0af8ac9206ed7d65e7063aef" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#ab9d4ef1f0af8ac9206ed7d65e7063aef" > operator> =< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr2)< / td > < / tr >
< tr class = "separator:ab9d4ef1f0af8ac9206ed7d65e7063aef" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0ed4afd936c7445964cafb23379cba84" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > (const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr1, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & opr2)< / td > < / tr >
< tr class = "separator:a0ed4afd936c7445964cafb23379cba84" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae62ce5a1c15719da98f534917b2032c6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#ae62ce5a1c15719da98f534917b2032c6" > operator< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & str, const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & ov)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ae62ce5a1c15719da98f534917b2032c6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < < operator < a href = "classpFlow_1_1triple.html#ae62ce5a1c15719da98f534917b2032c6" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae62ce5a1c15719da98f534917b2032c6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a11ab5ddf1dfa33b5c0f7ffd274622c04" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a11ab5ddf1dfa33b5c0f7ffd274622c04" > operator> > < / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & str, < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & iv)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a11ab5ddf1dfa33b5c0f7ffd274622c04" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < blockquote class = "doxtable" >
< blockquote class = "doxtable" >
< p > operator < / p >
< / blockquote >
< / blockquote >
< a href = "classpFlow_1_1triple.html#a11ab5ddf1dfa33b5c0f7ffd274622c04" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a11ab5ddf1dfa33b5c0f7ffd274622c04" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a479f2c8a238b03baf600fca59f311574" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1triple.html#a479f2c8a238b03baf600fca59f311574" > readIstream< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & str, < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & iv)< / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:a479f2c8a238b03baf600fca59f311574" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > same as > > operator, but faster, good for mass read < a href = "classpFlow_1_1triple.html#a479f2c8a238b03baf600fca59f311574" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a479f2c8a238b03baf600fca59f311574" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< typename T> < br / >
struct pFlow::triple< T > < / h3 >
2025-01-10 13:02:07 +03:30
< p > A set of 3 variables that can be used for vector variables. < / p >
< ul >
< li > Forward< / li >
< / ul >
< p > The template parameter should be numeric type only. < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a2536031eab089f9fc6ec32db1a36bb72" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2536031eab089f9fc6ec32db1a36bb72" > ◆ < / a > < / span > triple() < span class = "overload" > [1/6]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Initilize to zero. < / p >
< / div >
< / div >
< a id = "a6873a8c53004bb8d2387977b8c8fc363" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6873a8c53004bb8d2387977b8c8fc363" > ◆ < / a > < / span > ~triple()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > ~< a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a0a481ae1b4fa622718766da8c13a8c89" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0a481ae1b4fa622718766da8c13a8c89" > ◆ < / a > < / span > triple() < span class = "overload" > [2/6]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > x< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > z< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Construct from x, y, z. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00067" > 67< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a498dc8565d593bae0c766da4ed41a1d3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a498dc8565d593bae0c766da4ed41a1d3" > ◆ < / a > < / span > triple() < span class = "overload" > [3/6]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > v< / 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" >
2025-01-10 13:02:07 +03:30
< p > Construct from v. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00076" > 76< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aab4e0deaeb2c516caa7906eaba9c0ea4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aab4e0deaeb2c516caa7906eaba9c0ea4" > ◆ < / a > < / span > triple() < span class = "overload" > [4/6]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T2 > &   < / td >
< td class = "paramname" > < em > src< / 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" >
2025-01-10 13:02:07 +03:30
< p > Type casting through copy constructor. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00093" > 93< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aaa742959383afd91a50fd8e0cc7b5af5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaa742959383afd91a50fd8e0cc7b5af5" > ◆ < / a > < / span > triple() < span class = "overload" > [5/6]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > src< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Copy construct. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab08ec1dc8c076023d479847d995d5f48" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab08ec1dc8c076023d479847d995d5f48" > ◆ < / a > < / span > triple() < span class = "overload" > [6/6]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & &   < / td >
< td class = "paramname" > < em > src< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Move construct. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a926bca4360aebea6c62aecfd5535d88c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a926bca4360aebea6c62aecfd5535d88c" > ◆ < / a > < / span > TripleTypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TripleTypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > T  < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Type info for triple. < / p >
< / div >
< / div >
2023-03-27 10:16:23 -07:00
< a id = "a3cc64716f8fa1d61aee877fa2b4512ab" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3cc64716f8fa1d61aee877fa2b4512ab" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> & < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > = < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T2 > &   < / td >
< td class = "paramname" > < em > rhs< / 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" >
2025-01-10 13:02:07 +03:30
< p > Type conversion trough assignment. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00083" > 83< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a9e9c101cf96c422a92e5c3e3e9ab4096" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9e9c101cf96c422a92e5c3e3e9ab4096" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> & < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > = < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > src< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > copy assignment < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aabd8c05e9853423dbe473f4b33b1be24" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aabd8c05e9853423dbe473f4b33b1be24" > ◆ < / a > < / span > operator=() < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> & < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > = < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > & &   < / td >
< td class = "paramname" > < em > src< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > move assignment < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6f7ccd20b26f3b6741e3e7449217d630" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6f7ccd20b26f3b6741e3e7449217d630" > ◆ < / a > < / span > clone()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#afc491fbd69e70abdcb02a8cd3ce2939e" > INLINE_FUNCTION< / a > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> > clone < / 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" >
2025-01-10 13:02:07 +03:30
< p > clone < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00118" > 118< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab216044ae97ff88706c01491d010a8cb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab216044ae97ff88706c01491d010a8cb" > ◆ < / a > < / span > clonePtr()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#afc491fbd69e70abdcb02a8cd3ce2939e" > INLINE_FUNCTION< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> * clonePtr < / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00124" > 124< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2f365146ce767d3de7ae125abd193b33" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2f365146ce767d3de7ae125abd193b33" > ◆ < / a > < / span > x() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& x < / 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" >
2025-01-10 13:02:07 +03:30
< p > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00132" > 132< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00357" > pFlow::PFtoVTK::addRealx3PointField()< / a > , < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00200" > pFlow::PFtoVTK::addUndstrcuturedGridField()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00194" > cells::bound()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00082" > pFlow::boxExtent()< / a > , < a class = "el" href = "cellMapper_8cpp_source.html#l00068" > cellMapper::build()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00307" > pFlow::equal()< / a > , < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00151" > cellsWallLevel0::findPairsElementRangeCount()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00153" > cells::inCellRange()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00071" > pFlow::indexToCell()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00077" > rectangleMesh::nx()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00102" > cells::nx()< / a > , < a class = "el" href = "cuboidWall_8cpp_source.html#l00028" > cuboidWall::readcuboidWall()< / a > , < a class = "el" href = "stlFile_8cpp_source.html#l00127" > stlFile::readFacet()< / a > , < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00039" > pFlow::rotate()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00120" > cells::totalCells()< / a > , < a class = "el" href = "zAxis_8cpp_source.html#l00050" > zAxis::transferBackZ()< / a > , < a class = "el" href = "triSurfaceFieldToVTK_8cpp_source.html#l00064" > pFlow::TSFtoVTK::triSurfaceToVTK()< / a > , and < a class = "el" href = "stlFile_8cpp_source.html#l00178" > stlFile::writeFacet()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triple_a2f365146ce767d3de7ae125abd193b33_icgraph.png" border = "0" usemap = "#classpFlow_1_1triple_a2f365146ce767d3de7ae125abd193b33_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aabdf41f3442898647854721fe91cc604" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aabdf41f3442898647854721fe91cc604" > ◆ < / a > < / span > x() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& x < / 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" >
2025-01-10 13:02:07 +03:30
< p > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00138" > 138< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a28d901cc27d3756a830e4de5a484b967" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a28d901cc27d3756a830e4de5a484b967" > ◆ < / a > < / span > y() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& y < / 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" >
2025-01-10 13:02:07 +03:30
< p > access component < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00144" > 144< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00357" > pFlow::PFtoVTK::addRealx3PointField()< / a > , < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00200" > pFlow::PFtoVTK::addUndstrcuturedGridField()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00194" > cells::bound()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00082" > pFlow::boxExtent()< / a > , < a class = "el" href = "cellMapper_8cpp_source.html#l00068" > cellMapper::build()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00307" > pFlow::equal()< / a > , < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00151" > cellsWallLevel0::findPairsElementRangeCount()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00153" > cells::inCellRange()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00071" > pFlow::indexToCell()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00082" > rectangleMesh::ny()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00108" > cells::ny()< / a > , < a class = "el" href = "cuboidWall_8cpp_source.html#l00028" > cuboidWall::readcuboidWall()< / a > , < a class = "el" href = "stlFile_8cpp_source.html#l00127" > stlFile::readFacet()< / a > , < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00039" > pFlow::rotate()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00120" > cells::totalCells()< / a > , < a class = "el" href = "zAxis_8cpp_source.html#l00050" > zAxis::transferBackZ()< / a > , < a class = "el" href = "triSurfaceFieldToVTK_8cpp_source.html#l00064" > pFlow::TSFtoVTK::triSurfaceToVTK()< / a > , and < a class = "el" href = "stlFile_8cpp_source.html#l00178" > stlFile::writeFacet()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triple_a28d901cc27d3756a830e4de5a484b967_icgraph.png" border = "0" usemap = "#classpFlow_1_1triple_a28d901cc27d3756a830e4de5a484b967_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a6c5f1145fe5bb215664f6d11f94c414a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6c5f1145fe5bb215664f6d11f94c414a" > ◆ < / a > < / span > y() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& y < / 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" >
2025-01-10 13:02:07 +03:30
< p > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00150" > 150< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a5c836d3919741edf1ba805c98dbd21b7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5c836d3919741edf1ba805c98dbd21b7" > ◆ < / a > < / span > z() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& z < / 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" >
2025-01-10 13:02:07 +03:30
< p > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00156" > 156< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00357" > pFlow::PFtoVTK::addRealx3PointField()< / a > , < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00200" > pFlow::PFtoVTK::addUndstrcuturedGridField()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00194" > cells::bound()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00082" > pFlow::boxExtent()< / a > , < a class = "el" href = "cellMapper_8cpp_source.html#l00068" > cellMapper::build()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00307" > pFlow::equal()< / a > , < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00151" > cellsWallLevel0::findPairsElementRangeCount()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00153" > cells::inCellRange()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00071" > pFlow::indexToCell()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00087" > rectangleMesh::nz()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00114" > cells::nz()< / a > , < a class = "el" href = "cuboidWall_8cpp_source.html#l00028" > cuboidWall::readcuboidWall()< / a > , < a class = "el" href = "stlFile_8cpp_source.html#l00127" > stlFile::readFacet()< / a > , < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00039" > pFlow::rotate()< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00120" > cells::totalCells()< / a > , < a class = "el" href = "zAxis_8cpp_source.html#l00050" > zAxis::transferBackZ()< / a > , < a class = "el" href = "triSurfaceFieldToVTK_8cpp_source.html#l00064" > pFlow::TSFtoVTK::triSurfaceToVTK()< / a > , and < a class = "el" href = "stlFile_8cpp_source.html#l00178" > stlFile::writeFacet()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1triple_a5c836d3919741edf1ba805c98dbd21b7_icgraph.png" border = "0" usemap = "#classpFlow_1_1triple_a5c836d3919741edf1ba805c98dbd21b7_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a60c3db6bc579e90e6cadfe61bf82a327" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a60c3db6bc579e90e6cadfe61bf82a327" > ◆ < / a > < / span > z() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& z < / 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" >
2025-01-10 13:02:07 +03:30
< p > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00162" > 162< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa120a1a57b7afa6b7f218d41278f8a53" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa120a1a57b7afa6b7f218d41278f8a53" > ◆ < / a > < / span > comp1() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& comp1 < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > access component < / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00168" > 168< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "triSurface_8cpp_source.html#l00033" > pFlow::convertToTriSurfaceComponents()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "classpFlow_1_1triple_aa120a1a57b7afa6b7f218d41278f8a53_icgraph.png" border = "0" usemap = "#classpFlow_1_1triple_aa120a1a57b7afa6b7f218d41278f8a53_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a2ef015ae0fc94174a20dd656ad864c88" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2ef015ae0fc94174a20dd656ad864c88" > ◆ < / a > < / span > comp1() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& comp1 < / 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 > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00174" > 174< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a696753289a66507eb9b442e962d8c0b1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a696753289a66507eb9b442e962d8c0b1" > ◆ < / a > < / span > comp2() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& comp2 < / 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 > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00180" > 180< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "triSurface_8cpp_source.html#l00033" > pFlow::convertToTriSurfaceComponents()< / a > .< / p >
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1triple_a696753289a66507eb9b442e962d8c0b1_icgraph.png" border = "0" usemap = "#classpFlow_1_1triple_a696753289a66507eb9b442e962d8c0b1_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ae20f77980213ca60abe964043d52172e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae20f77980213ca60abe964043d52172e" > ◆ < / a > < / span > comp2() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& comp2 < / 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 > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00186" > 186< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
< / div >
< / div >
< a id = "af7a0633688604f8f9d0ce01404842f47" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af7a0633688604f8f9d0ce01404842f47" > ◆ < / a > < / span > comp3() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& comp3 < / 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 > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00192" > 192< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "triSurface_8cpp_source.html#l00033" > pFlow::convertToTriSurfaceComponents()< / a > .< / p >
< 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;" >
< div class = "center" > < img src = "classpFlow_1_1triple_af7a0633688604f8f9d0ce01404842f47_icgraph.png" border = "0" usemap = "#classpFlow_1_1triple_af7a0633688604f8f9d0ce01404842f47_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a434133c069defe7b85623f155b692dec" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a434133c069defe7b85623f155b692dec" > ◆ < / a > < / span > comp3() < 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T& comp3 < / 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 > access component < / p >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00198" > 198< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a386dd44caa78e5884651bd4891674555" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a386dd44caa78e5884651bd4891674555" > ◆ < / a > < / span > length()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > T length< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Length of the vector. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "tripleI_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "tripleI_8hpp_source.html" > tripleI.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "Wall_8cpp_source.html#l00046" > Wall::checkTrianlge()< / a > .< / p >
< 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 caller 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_1triple_a386dd44caa78e5884651bd4891674555_icgraph.png" border = "0" usemap = "#classpFlow_1_1triple_a386dd44caa78e5884651bd4891674555_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a2030cdd583d3a6e60753a16dab2a0ae4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2030cdd583d3a6e60753a16dab2a0ae4" > ◆ < / a > < / span > normalize()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void normalize< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Normalize the vector. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "tripleI_8hpp_source.html#l00063" > 63< / a > of file < a class = "el" href = "tripleI_8hpp_source.html" > tripleI.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aff5d0f2e1a8e16c71fded287ae165e94" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff5d0f2e1a8e16c71fded287ae165e94" > ◆ < / a > < / span > operator+=()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > += < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "tripleI_8hpp_source.html#l00178" > 178< / a > of file < a class = "el" href = "tripleI_8hpp_source.html" > tripleI.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6d31a2787dd22ca3d1e81fbca6491a05" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6d31a2787dd22ca3d1e81fbca6491a05" > ◆ < / a > < / span > operator-=()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > -= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "tripleI_8hpp_source.html#l00187" > 187< / a > of file < a class = "el" href = "tripleI_8hpp_source.html" > tripleI.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a08b98407a18ab6028205e6d9802cd4f2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a08b98407a18ab6028205e6d9802cd4f2" > ◆ < / a > < / span > operator*=()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > *= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "tripleI_8hpp_source.html#l00196" > 196< / a > of file < a class = "el" href = "tripleI_8hpp_source.html" > tripleI.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a3ec4e1245af44d9207099834bf76559a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3ec4e1245af44d9207099834bf76559a" > ◆ < / a > < / span > operator/=()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > void < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > /= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "tripleI_8hpp_source.html#l00205" > 205< / a > of file < a class = "el" href = "tripleI_8hpp_source.html" > tripleI.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6a97164ef3b4a654237f734ad2bbbab4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a97164ef3b4a654237f734ad2bbbab4" > ◆ < / a > < / span > operator-()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > pFlow::triple< / a > < T > < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > -< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > unary negate operator < / p >
< p class = "definition" > Definition at line < a class = "el" href = "tripleI_8hpp_source.html#l00214" > 214< / a > of file < a class = "el" href = "tripleI_8hpp_source.html" > tripleI.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a0c1f823c5b1f00849e0d939f634b2725" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0c1f823c5b1f00849e0d939f634b2725" > ◆ < / a > < / span > operator+()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > pFlow::triple< / a > < T > < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > +< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > unary plus operator < / p >
< p class = "definition" > Definition at line < a class = "el" href = "tripleI_8hpp_source.html#l00221" > 221< / a > of file < a class = "el" href = "tripleI_8hpp_source.html" > tripleI.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Friends And Related Function Documentation< / h2 >
< a id = "a5fb62490313074bacfbb8ccc25a3de39" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5fb62490313074bacfbb8ccc25a3de39" > ◆ < / a > < / span > dot< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > T dot < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Dot product of two vectors. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "abb93374956d6ad5855d5a06bb5b0c1a0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abb93374956d6ad5855d5a06bb5b0c1a0" > ◆ < / a > < / span > cross< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> cross < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > v1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > v2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > Cross product of two vectors. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "abc0781cf1558ba92ecd2a5d403210502" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abc0781cf1558ba92ecd2a5d403210502" > ◆ < / a > < / span > operator+ < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > + < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< ul >
< li > operator < / li >
< / ul >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a77548029551be744ec273061bc385e46" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a77548029551be744ec273061bc385e46" > ◆ < / a > < / span > operator+ < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > + < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a022d28927cff251c6d6558b7c72405cc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a022d28927cff251c6d6558b7c72405cc" > ◆ < / a > < / span > operator+ < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > + < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a59f9090ae8004a2126abdc007c37e1ef" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a59f9090ae8004a2126abdc007c37e1ef" > ◆ < / a > < / span > operator- < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > - < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< ul >
< li > operator < / li >
< / ul >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2967740f31401b7d0c23ecc663bf9d8e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2967740f31401b7d0c23ecc663bf9d8e" > ◆ < / a > < / span > operator- < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > - < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a38149f53a4f7b9c47e1a3234292bf4a7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a38149f53a4f7b9c47e1a3234292bf4a7" > ◆ < / a > < / span > operator- < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > - < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "abf94cb6cdcd9bdcbcf9f80da4cf7edd8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abf94cb6cdcd9bdcbcf9f80da4cf7edd8" > ◆ < / a > < / span > operator* < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > * < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< ul >
< li > operators < / li >
< / ul >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2fa1432473f8d58f714d46ec8ef9023b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2fa1432473f8d58f714d46ec8ef9023b" > ◆ < / a > < / span > operator* < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > * < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ad937e5ca968a0a7c739f3a15345598e0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad937e5ca968a0a7c739f3a15345598e0" > ◆ < / a > < / span > operator* < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > * < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a117c43cb63555acb4eb9fa306f457d62" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a117c43cb63555acb4eb9fa306f457d62" > ◆ < / a > < / span > operator/ < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > / < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > / operators < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac6c7a5f59b7acfee67499a5aebbae5ae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac6c7a5f59b7acfee67499a5aebbae5ae" > ◆ < / a > < / span > operator/ < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > / < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "affa51e74fa1f3ae699c92d66fe71c4da" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#affa51e74fa1f3ae699c92d66fe71c4da" > ◆ < / a > < / span > operator/ < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T> < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > / < / td >
< td > (< / td >
< td class = "paramtype" > const T &   < / td >
< td class = "paramname" > < em > oprnd1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > oprnd2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a876b1737d5fd2b9ed17270220ec0d5a9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a876b1737d5fd2b9ed17270220ec0d5a9" > ◆ < / a > < / span > operator==< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > == < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a0ed4afd936c7445964cafb23379cba84" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0ed4afd936c7445964cafb23379cba84" > ◆ < / a > < / span > operator < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool operator < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aa23d62c947ba521885952949f1e6923b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa23d62c947ba521885952949f1e6923b" > ◆ < / a > < / span > operator> < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab9d4ef1f0af8ac9206ed7d65e7063aef" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab9d4ef1f0af8ac9206ed7d65e7063aef" > ◆ < / a > < / span > operator> =< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > > = < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a0ed4afd936c7445964cafb23379cba84" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0ed4afd936c7445964cafb23379cba84" > ◆ < / a > < / span > operator < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > bool operator < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > opr2< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ae62ce5a1c15719da98f534917b2032c6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae62ce5a1c15719da98f534917b2032c6" > ◆ < / a > < / span > operator < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & operator < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > str< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > ov< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > < < operator < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a11ab5ddf1dfa33b5c0f7ffd274622c04" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a11ab5ddf1dfa33b5c0f7ffd274622c04" > ◆ < / a > < / span > operator> > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & < a class = "el" href = "classpFlow_1_1triple.html#a0ed4afd936c7445964cafb23379cba84" > operator< / a > > > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > str< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > iv< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > < blockquote class = "doxtable" >
< blockquote class = "doxtable" >
< p > operator < / p >
< / blockquote >
< / blockquote >
< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a479f2c8a238b03baf600fca59f311574" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a479f2c8a238b03baf600fca59f311574" > ◆ < / a > < / span > readIstream< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void readIstream < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > str< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1triple.html" > triple< / a > < T > &   < / td >
< td class = "paramname" > < em > iv< / 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" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > same as > > operator, but faster, good for mass read < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "ae40d4cb269d0be9c0d20a9efe0462757" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae40d4cb269d0be9c0d20a9efe0462757" > ◆ < / a > < / span > x_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > T x_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > data members < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "rectangleMesh_8hpp_source.html#l00092" > rectangleMesh::cellVol()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00168" > triple< intType > ::comp1()< / a > , < a class = "el" href = "grainInteraction_2boundaries_2periodicBoundaryGrainInteraction_2periodicBoundarySIKernels_8hpp_source.html#l00008" > pFlow::periodicBoundarySIKernels::grainGrainInteraction()< / a > , < a class = "el" href = "grainTriSurfaceContact_8hpp_source.html#l00172" > pFlow::grnTriInteraction::isGrainInContactBothSides()< / a > , < a class = "el" href = "sphereTriSurfaceContact_8hpp_source.html#l00172" > pFlow::sphTriInteraction::isSphereInContactBothSides()< / a > , < a class = "el" href = "tripleMath_8hpp_source.html#l00097" > pFlow::max()< / a > , < a class = "el" href = "tripleMath_8hpp_source.html#l00089" > pFlow::min()< / a > , < a class = "el" href = "grainInteraction_2grainInteraction_2triWall_8hpp_source.html#l00081" > triWall::nearestPointOnWall()< / a > , < a class = "el" href = "grainInteractionKernels_8hpp_source.html#l00081" > ppInteractionFunctor< ContactForceModel, ContactListType > ::operator()()< / a > , < a class = "el" href = "grainInteractionKernels_8hpp_source.html#l00240" > pwInteractionFunctor< ContactForceModel, ContactListType, TraingleAccessor, MotionModel > ::operator()()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00196" > triple< intType > ::operator*=()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00178" > triple< intType > ::operator+=()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00187" > triple< intType > ::operator-=()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00205" > triple< intType > ::operator/=()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00083" > triple< intType > ::operator=()< / a > , < a class = "el" href = "tripleMath_8hpp_source.html#l00081" > pFlow::pow()< / a > , < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00039" > pFlow::rotate()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00072" > rectangleMesh::size()< / a > , < a class = "el" href = "sphereInteraction_2boundaries_2periodicBoundarySphereInteraction_2periodicBoundarySIKernels_8hpp_source.html#l00008" > pFlow::periodicBoundarySIKernels::sphereSphereInteraction()< / a > , < a class = "el" href = "grainInteraction_2grainInteraction_2triWall_8hpp_source.html#l00053" > triWall::triWall()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< intType > ::x()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a644d1b6657ad3f073d95487bdd5d08a9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a644d1b6657ad3f073d95487bdd5d08a9" > ◆ < / a > < / span > y_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > T y_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "rectangleMesh_8hpp_source.html#l00092" > rectangleMesh::cellVol()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00180" > triple< intType > ::comp2()< / a > , < a class = "el" href = "grainInteraction_2boundaries_2periodicBoundaryGrainInteraction_2periodicBoundarySIKernels_8hpp_source.html#l00008" > pFlow::periodicBoundarySIKernels::grainGrainInteraction()< / a > , < a class = "el" href = "grainTriSurfaceContact_8hpp_source.html#l00172" > pFlow::grnTriInteraction::isGrainInContactBothSides()< / a > , < a class = "el" href = "sphereTriSurfaceContact_8hpp_source.html#l00172" > pFlow::sphTriInteraction::isSphereInContactBothSides()< / a > , < a class = "el" href = "tripleMath_8hpp_source.html#l00097" > pFlow::max()< / a > , < a class = "el" href = "tripleMath_8hpp_source.html#l00089" > pFlow::min()< / a > , < a class = "el" href = "grainInteraction_2grainInteraction_2triWall_8hpp_source.html#l00081" > triWall::nearestPointOnWall()< / a > , < a class = "el" href = "grainInteractionKernels_8hpp_source.html#l00081" > ppInteractionFunctor< ContactForceModel, ContactListType > ::operator()()< / a > , < a class = "el" href = "grainInteractionKernels_8hpp_source.html#l00240" > pwInteractionFunctor< ContactForceModel, ContactListType, TraingleAccessor, MotionModel > ::operator()()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00196" > triple< intType > ::operator*=()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00178" > triple< intType > ::operator+=()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00187" > triple< intType > ::operator-=()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00205" > triple< intType > ::operator/=()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00083" > triple< intType > ::operator=()< / a > , < a class = "el" href = "tripleMath_8hpp_source.html#l00081" > pFlow::pow()< / a > , < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00039" > pFlow::rotate()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00072" > rectangleMesh::size()< / a > , < a class = "el" href = "sphereInteraction_2boundaries_2periodicBoundarySphereInteraction_2periodicBoundarySIKernels_8hpp_source.html#l00008" > pFlow::periodicBoundarySIKernels::sphereSphereInteraction()< / a > , < a class = "el" href = "grainInteraction_2grainInteraction_2triWall_8hpp_source.html#l00053" > triWall::triWall()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< intType > ::y()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "abdc5fb2fe39f8f2e806479466fbf4141" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abdc5fb2fe39f8f2e806479466fbf4141" > ◆ < / a > < / span > z_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > T z_< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "triple_8hpp_source.html#l00051" > 51< / a > of file < a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "rectangleMesh_8hpp_source.html#l00092" > rectangleMesh::cellVol()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00192" > triple< intType > ::comp3()< / a > , < a class = "el" href = "grainInteraction_2boundaries_2periodicBoundaryGrainInteraction_2periodicBoundarySIKernels_8hpp_source.html#l00008" > pFlow::periodicBoundarySIKernels::grainGrainInteraction()< / a > , < a class = "el" href = "grainTriSurfaceContact_8hpp_source.html#l00172" > pFlow::grnTriInteraction::isGrainInContactBothSides()< / a > , < a class = "el" href = "sphereTriSurfaceContact_8hpp_source.html#l00172" > pFlow::sphTriInteraction::isSphereInContactBothSides()< / a > , < a class = "el" href = "tripleMath_8hpp_source.html#l00097" > pFlow::max()< / a > , < a class = "el" href = "tripleMath_8hpp_source.html#l00089" > pFlow::min()< / a > , < a class = "el" href = "grainInteraction_2grainInteraction_2triWall_8hpp_source.html#l00081" > triWall::nearestPointOnWall()< / a > , < a class = "el" href = "grainInteractionKernels_8hpp_source.html#l00081" > ppInteractionFunctor< ContactForceModel, ContactListType > ::operator()()< / a > , < a class = "el" href = "grainInteractionKernels_8hpp_source.html#l00240" > pwInteractionFunctor< ContactForceModel, ContactListType, TraingleAccessor, MotionModel > ::operator()()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00196" > triple< intType > ::operator*=()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00178" > triple< intType > ::operator+=()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00187" > triple< intType > ::operator-=()< / a > , < a class = "el" href = "tripleI_8hpp_source.html#l00205" > triple< intType > ::operator/=()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00083" > triple< intType > ::operator=()< / a > , < a class = "el" href = "tripleMath_8hpp_source.html#l00081" > pFlow::pow()< / a > , < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00039" > pFlow::rotate()< / a > , < a class = "el" href = "rectangleMesh_8hpp_source.html#l00072" > rectangleMesh::size()< / a > , < a class = "el" href = "sphereInteraction_2boundaries_2periodicBoundarySphereInteraction_2periodicBoundarySIKernels_8hpp_source.html#l00008" > pFlow::periodicBoundarySIKernels::sphereSphereInteraction()< / a > , < a class = "el" href = "grainInteraction_2grainInteraction_2triWall_8hpp_source.html#l00053" > triWall::triWall()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< intType > ::z()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this struct was generated from the following files:< ul >
< li > src/phasicFlow/types/triple/< a class = "el" href = "triple_8hpp_source.html" > triple.hpp< / a > < / li >
< li > src/phasicFlow/types/triple/< a class = "el" href = "tripleI_8hpp_source.html" > tripleI.hpp< / 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_1triple.html" > triple< / 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 >