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: line Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1line.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1line-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > line Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for line:< / 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_1line__inherit__graph.png" border = "0" usemap = "#line_inherit__map" alt = "Inheritance graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for line:< / 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_1line__coll__graph.png" border = "0" usemap = "#line_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a43cb89c9eb509dbaf62ab1842662dd09" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a43cb89c9eb509dbaf62ab1842662dd09" > TypeInfoNV< / a > (" line" )< / td > < / tr >
< tr class = "separator:a43cb89c9eb509dbaf62ab1842662dd09" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac710c1621a34f93473a6d097a41810d5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#ac710c1621a34f93473a6d097a41810d5" > line< / a > ()< / td > < / tr >
< tr class = "separator:ac710c1621a34f93473a6d097a41810d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a470758ada95a155311e44a3c53ef7c15" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a470758ada95a155311e44a3c53ef7c15" > line< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & lp1, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & lp2)< / td > < / tr >
< tr class = "separator:a470758ada95a155311e44a3c53ef7c15" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a0b48bdb9f33c9550710f13f59dfd5513" > < 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_1line.html#a0b48bdb9f33c9550710f13f59dfd5513" > line< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & v21, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p1, bool)< / td > < / tr >
< tr class = "separator:a0b48bdb9f33c9550710f13f59dfd5513" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ac1fa5eb5c54524a1e5f886ca5b6a5c2e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#ac1fa5eb5c54524a1e5f886ca5b6a5c2e" > line< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:ac1fa5eb5c54524a1e5f886ca5b6a5c2e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a3fac9553d60232fe6b0a904afe5c39f1" > < 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_1line.html#a3fac9553d60232fe6b0a904afe5c39f1" > line< / a > (const < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & src)=default< / td > < / tr >
< tr class = "separator:a3fac9553d60232fe6b0a904afe5c39f1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acc7e8438787041ec7677683b41666f05" > < 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_1line.html#acc7e8438787041ec7677683b41666f05" > line< / a > (< a class = "el" href = "classpFlow_1_1line.html" > line< / a > & & src)=default< / td > < / tr >
< tr class = "separator:acc7e8438787041ec7677683b41666f05" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a16941c67a9e364cc4db0a7dbd5c0aa0c" > < 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_1line.html" > line< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a16941c67a9e364cc4db0a7dbd5c0aa0c" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & )=default< / td > < / tr >
< tr class = "separator:a16941c67a9e364cc4db0a7dbd5c0aa0c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4dab4c4bd9153cb8c109d98289b6b5c9" > < 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_1line.html" > line< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a4dab4c4bd9153cb8c109d98289b6b5c9" > operator=< / a > (< a class = "el" href = "classpFlow_1_1line.html" > line< / a > & & )=default< / td > < / tr >
< tr class = "separator:a4dab4c4bd9153cb8c109d98289b6b5c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ac127bfac1d358476c57ace2ab7497ee4" > < 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_1line.html#ac127bfac1d358476c57ace2ab7497ee4" > set< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & lp1, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & lp2)< / td > < / tr >
< tr class = "separator:ac127bfac1d358476c57ace2ab7497ee4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3e567d88cfb67880bd9b7bff731a1bca" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a3e567d88cfb67880bd9b7bff731a1bca" > point1< / a > () const< / td > < / tr >
< tr class = "separator:a3e567d88cfb67880bd9b7bff731a1bca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8be4546d19375c7bf44311fc5320b5ed" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a8be4546d19375c7bf44311fc5320b5ed" > point2< / a > () const< / td > < / tr >
< tr class = "separator:a8be4546d19375c7bf44311fc5320b5ed" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e9513d0b6634e97d81f0d7a3595248a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a6e9513d0b6634e97d81f0d7a3595248a" > point< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t) const< / td > < / tr >
< tr class = "separator:a6e9513d0b6634e97d81f0d7a3595248a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2f7808f268bb1c6c452116977586a8ca" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a2f7808f268bb1c6c452116977586a8ca" > length< / a > () const< / td > < / tr >
< tr class = "separator:a2f7808f268bb1c6c452116977586a8ca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abb0d399741c593f97fcb61c3ebe2bc10" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#abb0d399741c593f97fcb61c3ebe2bc10" > unitVector< / a > () const< / td > < / tr >
< tr class = "separator:abb0d399741c593f97fcb61c3ebe2bc10" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a03c6784ff46ffab948664762095b0c47" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a03c6784ff46ffab948664762095b0c47" > projectPoint< / a > (const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
< tr class = "separator:a03c6784ff46ffab948664762095b0c47" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8f7e68844b0ce68632e965b0a1be767c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a8f7e68844b0ce68632e965b0a1be767c" > projectNormalizedLength< / a > (< a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p) const< / td > < / tr >
< tr class = "separator:a8f7e68844b0ce68632e965b0a1be767c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab25b05023549e7fec0ee1d0f6ce239dd" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#ab25b05023549e7fec0ee1d0f6ce239dd" > read< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
< tr class = "separator:ab25b05023549e7fec0ee1d0f6ce239dd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8dfb09bc3cd31a799290f903613192aa" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a8dfb09bc3cd31a799290f903613192aa" > write< / a > (< a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & ditc) const< / td > < / tr >
< tr class = "separator:a8dfb09bc3cd31a799290f903613192aa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1d42751915e8566dac19658cc498ffa" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#ae1d42751915e8566dac19658cc498ffa" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
< tr class = "separator:ae1d42751915e8566dac19658cc498ffa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7d820a4dd0777a9a82aee242b83a167" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#aa7d820a4dd0777a9a82aee242b83a167" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
< tr class = "separator:aa7d820a4dd0777a9a82aee242b83a167" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a3dbbeee301e1c6cf679b8f2bbbb9ba81" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a3dbbeee301e1c6cf679b8f2bbbb9ba81" > p1_< / a > < / td > < / tr >
< tr class = "separator:a3dbbeee301e1c6cf679b8f2bbbb9ba81" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7fb03b331bd0492fa75a44c0ac42994c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1line.html#a7fb03b331bd0492fa75a44c0ac42994c" > v21_< / a > < / td > < / tr >
< tr class = "separator:a7fb03b331bd0492fa75a44c0ac42994c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "ac710c1621a34f93473a6d097a41810d5" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac710c1621a34f93473a6d097a41810d5" > ◆ < / a > < / span > line() < 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#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / 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" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a470758ada95a155311e44a3c53ef7c15" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a470758ada95a155311e44a3c53ef7c15" > ◆ < / a > < / span > line() < span class = "overload" > [2/6]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > lp1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > lp2< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8cpp_source.html#l00028" > 28< / a > of file < a class = "el" href = "line_8cpp_source.html" > line.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< / div >
< / div >
< a id = "a0b48bdb9f33c9550710f13f59dfd5513" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0b48bdb9f33c9550710f13f59dfd5513" > ◆ < / a > < / span > line() < 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_1line.html" > line< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > v21< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac1fa5eb5c54524a1e5f886ca5b6a5c2e" > < / a >
2025-01-10 13:02:07 +03:30
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac1fa5eb5c54524a1e5f886ca5b6a5c2e" > ◆ < / a > < / span > line() < span class = "overload" > [4/6]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8cpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "line_8cpp_source.html" > line.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00098" > fatalExit< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a3fac9553d60232fe6b0a904afe5c39f1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3fac9553d60232fe6b0a904afe5c39f1" > ◆ < / a > < / span > line() < span class = "overload" > [5/6]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1line.html" > line< / a > &   < / 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" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "acc7e8438787041ec7677683b41666f05" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acc7e8438787041ec7677683b41666f05" > ◆ < / a > < / span > line() < span class = "overload" > [6/6]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & &   < / 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" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a43cb89c9eb509dbaf62ab1842662dd09" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a43cb89c9eb509dbaf62ab1842662dd09" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > " line"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a16941c67a9e364cc4db0a7dbd5c0aa0c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a16941c67a9e364cc4db0a7dbd5c0aa0c" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & operator= < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1line.html" > line< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a4dab4c4bd9153cb8c109d98289b6b5c9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4dab4c4bd9153cb8c109d98289b6b5c9" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & operator= < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ac127bfac1d358476c57ace2ab7497ee4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac127bfac1d358476c57ace2ab7497ee4" > ◆ < / a > < / span > set()< / 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 > void set < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > lp1< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > lp2< / 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 class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "line_8hpp_source.html#l00041" > line::p1_< / a > , and < a class = "el" href = "line_8hpp_source.html#l00044" > line::v21_< / a > .< / p >
2023-04-02 11:35:43 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "multiRotatingAxis_8hpp_source.html#l00185" > multiRotatingAxis::move()< / 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_1line_ac127bfac1d358476c57ace2ab7497ee4_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_ac127bfac1d358476c57ace2ab7497ee4_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a3e567d88cfb67880bd9b7bff731a1bca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3e567d88cfb67880bd9b7bff731a1bca" > ◆ < / a > < / span > point1()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > point1 < / 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 = "line_8hpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "line_8hpp_source.html#l00041" > line::p1_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "multiRotatingAxis_8hpp_source.html#l00185" > multiRotatingAxis::move()< / a > , < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00039" > pFlow::rotate()< / a > , and < a class = "el" href = "line_8cpp_source.html#l00061" > line::write()< / 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_1line_a3e567d88cfb67880bd9b7bff731a1bca_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a3e567d88cfb67880bd9b7bff731a1bca_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a8be4546d19375c7bf44311fc5320b5ed" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8be4546d19375c7bf44311fc5320b5ed" > ◆ < / a > < / span > point2()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > point2 < / 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 = "line_8hpp_source.html#l00098" > 98< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "line_8hpp_source.html#l00102" > line::point()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "multiRotatingAxis_8hpp_source.html#l00185" > multiRotatingAxis::move()< / a > , and < a class = "el" href = "line_8cpp_source.html#l00061" > line::write()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a6e9513d0b6634e97d81f0d7a3595248a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6e9513d0b6634e97d81f0d7a3595248a" > ◆ < / a > < / span > point()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > point < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > t< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00102" > 102< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "line_8hpp_source.html#l00041" > line::p1_< / a > , and < a class = "el" href = "line_8hpp_source.html#l00044" > line::v21_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "planeWall_8cpp_source.html#l00084" > planeWall::addPlaneWall()< / a > , < a class = "el" href = "plane_8cpp_source.html#l00047" > plane::parallelPlane()< / a > , < a class = "el" href = "line_8hpp_source.html#l00098" > line::point2()< / a > , < a class = "el" href = "line_8hpp_source.html#l00114" > line::projectPoint()< / a > , and < a class = "el" href = "cylinderWall_8cpp_source.html#l00006" > cylinderWall::readCylinderWall()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a6e9513d0b6634e97d81f0d7a3595248a_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a6e9513d0b6634e97d81f0d7a3595248a_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a2f7808f268bb1c6c452116977586a8ca" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2f7808f268bb1c6c452116977586a8ca" > ◆ < / a > < / span > length()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > length < / 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 = "line_8hpp_source.html#l00106" > 106< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "tripleFwd_8hpp.html#ae1449f1d56abab2ec4d0f00b685fc478" > length()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00044" > line::v21_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a2f7808f268bb1c6c452116977586a8ca_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a2f7808f268bb1c6c452116977586a8ca_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "abb0d399741c593f97fcb61c3ebe2bc10" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abb0d399741c593f97fcb61c3ebe2bc10" > ◆ < / a > < / span > unitVector()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > unitVector < / 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 = "line_8hpp_source.html#l00110" > 110< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "tripleFwd_8hpp.html#aac73338fc91e70834f04d7c806628ac5" > normalize()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00044" > line::v21_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00023" > rotatingAxis::linVelocityPoint()< / a > , and < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00039" > pFlow::rotate()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a03c6784ff46ffab948664762095b0c47" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a03c6784ff46ffab948664762095b0c47" > ◆ < / a > < / span > projectPoint()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > projectPoint < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00114" > 114< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "line_8hpp_source.html#l00102" > line::point()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00121" > line::projectNormalizedLength()< / 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 = "rotatingAxisI_8hpp_source.html#l00023" > rotatingAxis::linVelocityPoint()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a8f7e68844b0ce68632e965b0a1be767c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8f7e68844b0ce68632e965b0a1be767c" > ◆ < / a > < / span > projectNormalizedLength()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > projectNormalizedLength < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td >
< td class = "paramname" > < em > p< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00121" > 121< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "quadrupleFwd_8hpp.html#a6b8bdd44e6ac0d39b65ebd0eef5d4600" > dot()< / a > , < a class = "el" href = "line_8hpp_source.html#l00041" > line::p1_< / a > , and < a class = "el" href = "line_8hpp_source.html#l00044" > line::v21_< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "line_8hpp_source.html#l00114" > line::projectPoint()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ab25b05023549e7fec0ee1d0f6ce239dd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab25b05023549e7fec0ee1d0f6ce239dd" > ◆ < / a > < / span > read() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool read < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8cpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "line_8cpp_source.html" > line.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "dictionary_8hpp_source.html#l00379" > dictionary::getVal()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "rotatingAxis_8cpp_source.html#l00067" > rotatingAxis::read()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-15" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-15-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-15-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-15-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a8dfb09bc3cd31a799290f903613192aa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8dfb09bc3cd31a799290f903613192aa" > ◆ < / a > < / span > write() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool write < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > ditc< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8cpp_source.html#l00061" > 61< / a > of file < a class = "el" href = "line_8cpp_source.html" > line.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00435" > dictionary::add()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00356" > dictionary::globalName()< / a > , < a class = "el" href = "line_8hpp_source.html#l00094" > line::point1()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00098" > line::point2()< / 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 = "rotatingAxis_8cpp_source.html#l00083" > rotatingAxis::write()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-16" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-16-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-16-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-16-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_cgraph" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-17" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-17-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-17-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-17-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "ae1d42751915e8566dac19658cc498ffa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae1d42751915e8566dac19658cc498ffa" > ◆ < / a > < / span > read() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool read < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8cpp_source.html#l00082" > 82< / a > of file < a class = "el" href = "line_8cpp_source.html" > line.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8cpp_source.html#l00042" > IOstream::check()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00029" > FUNCTION_NAME< / a > , < a class = "el" href = "error_8hpp_source.html#l00087" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00223" > IOstream::lineNumber()< / a > , < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > , and < a class = "el" href = "iIstream_8cpp_source.html#l00359" > iIstream::readEndStatement()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-18" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-18-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-18-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-18-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_ae1d42751915e8566dac19658cc498ffa_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_ae1d42751915e8566dac19658cc498ffa_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aa7d820a4dd0777a9a82aee242b83a167" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7d820a4dd0777a9a82aee242b83a167" > ◆ < / a > < / span > write() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool write < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8cpp_source.html#l00124" > 124< / a > of file < a class = "el" href = "line_8cpp_source.html" > line.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "IOstream_8cpp_source.html#l00042" > IOstream::check()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00029" > FUNCTION_NAME< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00239" > iOstream::writeWordEntry()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-19" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-19-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-19-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-19-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1line_aa7d820a4dd0777a9a82aee242b83a167_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_aa7d820a4dd0777a9a82aee242b83a167_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a3dbbeee301e1c6cf679b8f2bbbb9ba81" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3dbbeee301e1c6cf679b8f2bbbb9ba81" > ◆ < / a > < / span > p1_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p1_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00041" > 41< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "line_8hpp_source.html#l00102" > line::point()< / a > , < a class = "el" href = "line_8hpp_source.html#l00094" > line::point1()< / a > , < a class = "el" href = "line_8hpp_source.html#l00121" > line::projectNormalizedLength()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00086" > line::set()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a7fb03b331bd0492fa75a44c0ac42994c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7fb03b331bd0492fa75a44c0ac42994c" > ◆ < / a > < / span > v21_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > v21_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "line_8hpp_source.html#l00106" > line::length()< / a > , < a class = "el" href = "line_8hpp_source.html#l00102" > line::point()< / a > , < a class = "el" href = "line_8hpp_source.html#l00121" > line::projectNormalizedLength()< / a > , < a class = "el" href = "line_8hpp_source.html#l00086" > line::set()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00110" > line::unitVector()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/phasicFlow/structuredData/line/< a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > < / li >
< li > src/phasicFlow/structuredData/line/< a class = "el" href = "line_8cpp_source.html" > line.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1line.html" > line< / 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 >