2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
< title > PhasicFlow: 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" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > < a href = "https://cemf.ir" > PhasicFlow< / a >
  < span id = "projectnumber" > < a href = "https://cemf.ir" > v0.1< / a > < / span >
< / div >
< div id = "projectbrief" > < a href = "www.github.com/PhasicFlow" > www.cemf.ir< / a > < / div >
< / td >
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_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" >
< div class = "dynheader" >
Inheritance diagram for line:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line__inherit__graph.png" border = "0" usemap = "#line_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "line_inherit__map" id = "line_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "33,5,79,32" / >
2023-03-31 10:54:16 -07:00
< area shape = "rect" href = "classpFlow_1_1rotatingAxis.html" title = "An axis which rotates around itself at specified speed." alt = "" coords = "5,80,107,107" / >
2023-03-27 10:16:23 -07:00
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< div class = "dynheader" >
Collaboration diagram for line:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line__coll__graph.png" border = "0" usemap = "#line_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "line_coll__map" id = "line_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "37,109,84,136" / >
< area shape = "rect" href = "classpFlow_1_1triple.html" title = " " alt = "" coords = "5,5,116,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem: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 >
< 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 >
< tr class = "memitem:ad9f36e6f62fa09ab4ff7909e7ce04f39" > < 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#ad9f36e6f62fa09ab4ff7909e7ce04f39" > line< / a > (const < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & src)=default< / td > < / tr >
< tr class = "separator:ad9f36e6f62fa09ab4ff7909e7ce04f39" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a407206f8a5ef8cfc84bc6d977d878df6" > < 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#a407206f8a5ef8cfc84bc6d977d878df6" > line< / a > (< a class = "el" href = "classpFlow_1_1line.html" > line< / a > & & src)=default< / td > < / tr >
< tr class = "separator:a407206f8a5ef8cfc84bc6d977d878df6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab2cf0d9d46d1b95cc36c67e72599c619" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > 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#ab2cf0d9d46d1b95cc36c67e72599c619" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & )=default< / td > < / tr >
< tr class = "separator:ab2cf0d9d46d1b95cc36c67e72599c619" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a22f8f5b66d79b240def8a25f777000a2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > 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#a22f8f5b66d79b240def8a25f777000a2" > operator=< / a > (< a class = "el" href = "classpFlow_1_1line.html" > line< / a > & & )=default< / td > < / tr >
< tr class = "separator:a22f8f5b66d79b240def8a25f777000a2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< 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 >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac710c1621a34f93473a6d097a41810d5" > ◆ < / a > < / span > line() < span class = "overload" > [1/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_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 >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a470758ada95a155311e44a3c53ef7c15" > ◆ < / a > < / span > line() < span class = "overload" > [2/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#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 >
< / div >
< / div >
< a id = "ac1fa5eb5c54524a1e5f886ca5b6a5c2e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac1fa5eb5c54524a1e5f886ca5b6a5c2e" > ◆ < / a > < / span > line() < span class = "overload" > [3/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_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 >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > .< / p >
< / div >
< / div >
< a id = "ad9f36e6f62fa09ab4ff7909e7ce04f39" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad9f36e6f62fa09ab4ff7909e7ce04f39" > ◆ < / a > < / span > line() < span class = "overload" > [4/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > < / td >
< 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 >
< a id = "a407206f8a5ef8cfc84bc6d977d878df6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a407206f8a5ef8cfc84bc6d977d878df6" > ◆ < / a > < / span > line() < span class = "overload" > [5/5]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > < / td >
< 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 >
< a id = "ab2cf0d9d46d1b95cc36c67e72599c619" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab2cf0d9d46d1b95cc36c67e72599c619" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & operator= < / td >
< 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 >
< a id = "a22f8f5b66d79b240def8a25f777000a2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a22f8f5b66d79b240def8a25f777000a2" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1line.html" > line< / a > & operator= < / td >
< 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" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00078" > 78< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
< 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-03-27 10:16:23 -07:00
< div class = "dynheader" >
Here is the caller graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_ac127bfac1d358476c57ace2ab7497ee4_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_ac127bfac1d358476c57ace2ab7497ee4_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_ac127bfac1d358476c57ace2ab7497ee4_icgraph" id = "classpFlow_1_1line_ac127bfac1d358476c57ace2ab7497ee4_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "239,13,281,39" / >
2023-04-02 11:35:43 -07:00
< area shape = "rect" href = "classpFlow_1_1multiRotatingAxis.html#a5e4200ebd4752215e4dfbc46eac943b9" title = "Move the end points of the axis." alt = "" coords = "5,5,191,47" / >
2023-03-27 10:16:23 -07:00
< / map >
< / 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" >
< 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 >
< p class = "reference" > References < a class = "el" href = "line_8hpp_source.html#l00041" > line::p1_< / 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 > , and < a class = "el" href = "line_8cpp_source.html#l00061" > line::write()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< div class = "dynheader" >
Here is the caller graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a3e567d88cfb67880bd9b7bff731a1bca_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a3e567d88cfb67880bd9b7bff731a1bca_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a3e567d88cfb67880bd9b7bff731a1bca_icgraph" id = "classpFlow_1_1line_a3e567d88cfb67880bd9b7bff731a1bca_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "239,42,301,69" / >
2023-04-02 11:35:43 -07:00
< area shape = "rect" href = "classpFlow_1_1multiRotatingAxis.html#a5e4200ebd4752215e4dfbc46eac943b9" title = "Move the end points of the axis." alt = "" coords = "5,5,191,47" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1line.html#a8dfb09bc3cd31a799290f903613192aa" title = " " alt = "" coords = "71,71,125,98" / >
< / map >
< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00090" > 90< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "line_8hpp_source.html#l00094" > line::point()< / 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 > , and < a class = "el" href = "line_8cpp_source.html#l00061" > line::write()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< div class = "dynheader" >
Here is the call graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_cgraph" id = "classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,68,32" / >
< area shape = "rect" href = "classpFlow_1_1line.html#a6e9513d0b6634e97d81f0d7a3595248a" title = " " alt = "" coords = "116,5,171,32" / >
< / map >
< / div >
< div class = "dynheader" >
Here is the caller graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_icgraph" id = "classpFlow_1_1line_a8be4546d19375c7bf44311fc5320b5ed_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "239,42,301,69" / >
2023-04-02 11:35:43 -07:00
< area shape = "rect" href = "classpFlow_1_1multiRotatingAxis.html#a5e4200ebd4752215e4dfbc46eac943b9" title = "Move the end points of the axis." alt = "" coords = "5,5,191,47" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1line.html#a8dfb09bc3cd31a799290f903613192aa" title = " " alt = "" coords = "71,71,125,98" / >
< / map >
< / 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" >
< 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 >
< 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 >
< p class = "reference" > Referenced by < a class = "el" href = "planeWall_8cpp_source.html#l00084" > planeWall::addPlaneWall()< / a > , < a class = "el" href = "line_8hpp_source.html#l00090" > line::point2()< / a > , < a class = "el" href = "line_8hpp_source.html#l00106" > line::projectPoint()< / a > , and < a class = "el" href = "cylinderWall_8cpp_source.html#l00006" > cylinderWall::readCylinderWall()< / a > .< / p >
< div class = "dynheader" >
Here is the caller graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a6e9513d0b6634e97d81f0d7a3595248a_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a6e9513d0b6634e97d81f0d7a3595248a_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a6e9513d0b6634e97d81f0d7a3595248a_icgraph" id = "classpFlow_1_1line_a6e9513d0b6634e97d81f0d7a3595248a_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "281,81,336,108" / >
< area shape = "rect" href = "classpFlow_1_1planeWall.html#a79ff8be1554af7901ffb5331dea61568" title = " " alt = "" coords = "5,5,233,32" / >
< area shape = "rect" href = "classpFlow_1_1line.html#a8be4546d19375c7bf44311fc5320b5ed" title = " " alt = "" coords = "88,56,151,83" / >
< area shape = "rect" href = "classpFlow_1_1line.html#a03c6784ff46ffab948664762095b0c47" title = " " alt = "" coords = "69,107,169,133" / >
< area shape = "rect" href = "classpFlow_1_1cylinderWall.html#a563569591f8b215615788f0f7547c515" title = " " alt = "" coords = "45,158,193,199" / >
< / map >
< / 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" >
< 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 >
< 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 >
< div class = "dynheader" >
Here is the call graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a2f7808f268bb1c6c452116977586a8ca_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a2f7808f268bb1c6c452116977586a8ca_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a2f7808f268bb1c6c452116977586a8ca_cgraph" id = "classpFlow_1_1line_a2f7808f268bb1c6c452116977586a8ca_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,68,32" / >
< area shape = "rect" href = "tripleFwd_8hpp.html#ae1449f1d56abab2ec4d0f00b685fc478" title = " " alt = "" coords = "116,5,179,32" / >
< / map >
< / 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" >
< 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 >
< 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 >
< p class = "reference" > Referenced by < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00022" > rotatingAxis::linTangentialVelocityPoint()< / a > .< / p >
< div class = "dynheader" >
Here is the call graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_cgraph" id = "classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,93,32" / >
< area shape = "rect" href = "tripleFwd_8hpp.html#aac73338fc91e70834f04d7c806628ac5" title = " " alt = "" coords = "141,5,228,32" / >
< / map >
< / div >
< div class = "dynheader" >
Here is the caller graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_icgraph" id = "classpFlow_1_1line_abb0d399741c593f97fcb61c3ebe2bc10_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "252,13,340,39" / >
2023-03-31 10:54:16 -07:00
< area shape = "rect" href = "classpFlow_1_1rotatingAxis.html#a55582df178e4122c1df4b31369ba3aaf" title = "Linear tangential velocity at point p." alt = "" coords = "5,5,204,47" / >
2023-03-27 10:16:23 -07:00
< / map >
< / 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" >
< 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 >
< p class = "reference" > References < a class = "el" href = "line_8hpp_source.html#l00094" > line::point()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00113" > line::projectNormalizedLength()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "rotatingAxisI_8hpp_source.html#l00022" > rotatingAxis::linTangentialVelocityPoint()< / a > .< / p >
< div class = "dynheader" >
Here is the call graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_cgraph" id = "classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,31,105,57" / >
< area shape = "rect" href = "classpFlow_1_1line.html#a6e9513d0b6634e97d81f0d7a3595248a" title = " " alt = "" coords = "219,5,274,32" / >
< area shape = "rect" href = "classpFlow_1_1line.html#a8f7e68844b0ce68632e965b0a1be767c" title = " " alt = "" coords = "153,56,340,83" / >
< / map >
< / div >
< div class = "dynheader" >
Here is the caller graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_icgraph" id = "classpFlow_1_1line_a03c6784ff46ffab948664762095b0c47_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "252,13,352,39" / >
2023-03-31 10:54:16 -07:00
< area shape = "rect" href = "classpFlow_1_1rotatingAxis.html#a55582df178e4122c1df4b31369ba3aaf" title = "Linear tangential velocity at point p." alt = "" coords = "5,5,204,47" / >
2023-03-27 10:16:23 -07:00
< / map >
< / 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" >
< p class = "definition" > Definition at line < a class = "el" href = "line_8hpp_source.html#l00113" > 113< / a > of file < a class = "el" href = "line_8hpp_source.html" > line.hpp< / a > .< / p >
< 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 >
< p class = "reference" > Referenced by < a class = "el" href = "line_8hpp_source.html#l00106" > line::projectPoint()< / a > .< / p >
< div class = "dynheader" >
Here is the call graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_cgraph" id = "classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,192,32" / >
< area shape = "rect" href = "quadrupleFwd_8hpp.html#a6b8bdd44e6ac0d39b65ebd0eef5d4600" title = " " alt = "" coords = "240,5,283,32" / >
< / map >
< / div >
< div class = "dynheader" >
Here is the caller graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_icgraph" id = "classpFlow_1_1line_a8f7e68844b0ce68632e965b0a1be767c_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "153,5,340,32" / >
< area shape = "rect" href = "classpFlow_1_1line.html#a03c6784ff46ffab948664762095b0c47" title = " " alt = "" coords = "5,5,105,32" / >
< / map >
< / 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 >
< p class = "reference" > References < a class = "el" href = "dictionary_8hpp_source.html#l00309" > dictionary::getVal()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "rotatingAxis_8cpp_source.html#l00068" > rotatingAxis::read()< / a > .< / p >
< div class = "dynheader" >
Here is the call graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_cgraph" id = "classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,56,39" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47" title = " " alt = "" coords = "104,5,244,47" / >
< / map >
< / div >
< div class = "dynheader" >
Here is the caller graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_icgraph" id = "classpFlow_1_1line_ab25b05023549e7fec0ee1d0f6ce239dd_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "200,13,251,39" / >
2023-03-31 10:54:16 -07:00
< area shape = "rect" href = "classpFlow_1_1rotatingAxis.html#ab25b05023549e7fec0ee1d0f6ce239dd" title = "Read from dictionary." alt = "" coords = "5,5,152,47" / >
2023-03-27 10:16:23 -07:00
< / map >
< / 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 >
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00422" > dictionary::add()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00312" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "dictionary_8cpp_source.html#l00349" > dictionary::globalName()< / a > , < a class = "el" href = "line_8hpp_source.html#l00086" > line::point1()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00090" > line::point2()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "rotatingAxis_8cpp_source.html#l00084" > rotatingAxis::write()< / a > .< / p >
< div class = "dynheader" >
Here is the call graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_cgraph" id = "classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,115,60,141" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a6ae2ea14b8b5e5661c2f207aae2d4bdc" title = " " alt = "" coords = "108,5,272,32" / >
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = " " alt = "" coords = "142,56,238,83" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a85c3c1fce0c14d36030092df2f27b632" title = " " alt = "" coords = "120,107,260,149" / >
< area shape = "rect" href = "classpFlow_1_1line.html#a3e567d88cfb67880bd9b7bff731a1bca" title = " " alt = "" coords = "159,173,221,200" / >
< area shape = "rect" href = "classpFlow_1_1line.html#a8be4546d19375c7bf44311fc5320b5ed" title = " " alt = "" coords = "159,224,221,251" / >
< / map >
< / div >
< div class = "dynheader" >
Here is the caller graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_icgraph.png" border = "0" usemap = "#classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_icgraph" id = "classpFlow_1_1line_a8dfb09bc3cd31a799290f903613192aa_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "200,13,255,39" / >
2023-03-31 10:54:16 -07:00
< area shape = "rect" href = "classpFlow_1_1rotatingAxis.html#a279dae2ee3345fbb2b31e5af9ec0a5b4" title = "Write to dictionary." alt = "" coords = "5,5,152,47" / >
2023-03-27 10:16:23 -07:00
< / map >
< / 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 >
< p class = "reference" > References < a class = "el" href = "IOstream_8cpp_source.html#l00042" > IOstream::check()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00312" > pFlow::endl()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00029" > FUNCTION_NAME< / a > , < a class = "el" href = "error_8hpp_source.html#l00049" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00187" > IOstream::lineNumber()< / a > , < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > , and < a class = "el" href = "iIstream_8cpp_source.html#l00324" > iIstream::readEndStatement()< / a > .< / p >
< div class = "dynheader" >
Here is the call graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_ae1d42751915e8566dac19658cc498ffa_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_ae1d42751915e8566dac19658cc498ffa_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_ae1d42751915e8566dac19658cc498ffa_cgraph" id = "classpFlow_1_1line_ae1d42751915e8566dac19658cc498ffa_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,107,56,133" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a367eb3425fc4e8270e2aa961df8ac8a5" title = " " alt = "" coords = "123,5,297,32" / >
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = " " alt = "" coords = "364,136,460,163" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" title = " " alt = "" coords = "104,107,316,133" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" title = " " alt = "" coords = "123,157,297,184" / >
< area shape = "rect" href = "classpFlow_1_1iIstream.html#aca8c209dd4920ea633336742d8a874e0" title = " " alt = "" coords = "119,209,301,250" / >
< / map >
< / 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 >
< 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#l00217" > iOstream::writeWordEntry()< / a > .< / p >
< div class = "dynheader" >
Here is the call graph for this function:< / div >
< div class = "dyncontent" >
< div class = "center" > < img src = "classpFlow_1_1line_aa7d820a4dd0777a9a82aee242b83a167_cgraph.png" border = "0" usemap = "#classpFlow_1_1line_aa7d820a4dd0777a9a82aee242b83a167_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1line_aa7d820a4dd0777a9a82aee242b83a167_cgraph" id = "classpFlow_1_1line_aa7d820a4dd0777a9a82aee242b83a167_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,35,60,61" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a367eb3425fc4e8270e2aa961df8ac8a5" title = " " alt = "" coords = "122,5,297,32" / >
< area shape = "rect" href = "classpFlow_1_1iOstream.html#a21c60a5f3cd7a26eb97fa28923cbaec6" title = " " alt = "" coords = "108,57,311,98" / >
< / map >
< / 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 >
< p class = "reference" > Referenced by < a class = "el" href = "line_8hpp_source.html#l00094" > line::point()< / a > , < a class = "el" href = "line_8hpp_source.html#l00086" > line::point1()< / a > , < a class = "el" href = "line_8hpp_source.html#l00113" > line::projectNormalizedLength()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00078" > line::set()< / a > .< / p >
< / 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 >
< p class = "reference" > Referenced by < a class = "el" href = "line_8hpp_source.html#l00098" > line::length()< / a > , < a class = "el" href = "line_8hpp_source.html#l00094" > line::point()< / a > , < a class = "el" href = "line_8hpp_source.html#l00113" > line::projectNormalizedLength()< / a > , < a class = "el" href = "line_8hpp_source.html#l00078" > line::set()< / a > , and < a class = "el" href = "line_8hpp_source.html#l00102" > line::unitVector()< / a > .< / p >
< / 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 >