mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
documentation for v1.0
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||
<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.">
|
||||
<title>PhasicFlow: src/phasicFlow/structuredData/trisurfaceStructure/stlFile.cpp Source File</title>
|
||||
<title>PhasicFlow: utilities/Utilities/geometryPhasicFlow/stlWall/stlFile.cpp Source File</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>
|
||||
@ -208,7 +208,7 @@ $(document).ready(function(){initNavTree('stlFile_8cpp_source.html',''); initRes
|
||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keywordflow">if</span>(!reachedFacet) <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  </div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  vertecies.<a class="code" href="classpFlow_1_1Vector.html#a3e122a9f9c04a4e2dffdfabde2f1de50">clear</a>();</div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  vertecies.clear();</div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keywordflow">while</span>(<span class="keyword">true</span> )</div>
|
||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  {</div>
|
||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  is>>tok;</div>
|
||||
@ -287,14 +287,14 @@ $(document).ready(function(){initNavTree('stlFile_8cpp_source.html',''); initRes
|
||||
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1triple.html">realx3x3</a>& tri</div>
|
||||
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span> )<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span> {</div>
|
||||
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  <a class="code" href="classpFlow_1_1triple.html">realx3</a> <a class="code" href="NBSCrossLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f">n</a> = <a class="code" href="tripleFwd_8hpp.html#a7a724b824f9e21a646a965a99fff4b04">cross</a>( tri.<a class="code" href="classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967">y</a>() - tri.<a class="code" href="classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33">x</a>(), tri.<a class="code" href="classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7">z</a>()-tri.<a class="code" href="classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33">x</a>());</div>
|
||||
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  <a class="code" href="NBSCrossLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f">n</a>.normalize();</div>
|
||||
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  <a class="code" href="classpFlow_1_1triple.html">realx3</a> <a class="code" href="NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1">n</a> = <a class="code" href="tripleFwd_8hpp.html#a7a724b824f9e21a646a965a99fff4b04">cross</a>( tri.<a class="code" href="classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967">y</a>() - tri.<a class="code" href="classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33">x</a>(), tri.<a class="code" href="classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7">z</a>()-tri.<a class="code" href="classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33">x</a>());</div>
|
||||
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  <a class="code" href="NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1">n</a>.normalize();</div>
|
||||
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  os.<a class="code" href="classpFlow_1_1iOstream.html#a79a5f541a96c769ad3b3bf66aff49115">incrIndent</a>();</div>
|
||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <a class="code" href="namespacepFlow.html#a34575f136660c0751d5496604fcf2a11">indent</a>(os) << <span class="stringliteral">"facet"</span> << <a class="code" href="namespacepFlow.html#ae66fd475dd6c1c6611e9451b715e6a77">spaceToken</a>() </div>
|
||||
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  << <span class="stringliteral">"normal"</span><<<a class="code" href="namespacepFlow.html#ae66fd475dd6c1c6611e9451b715e6a77">spaceToken</a>() </div>
|
||||
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  << <a class="code" href="NBSCrossLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f">n</a>.x() << <a class="code" href="namespacepFlow.html#ae66fd475dd6c1c6611e9451b715e6a77">spaceToken</a>() </div>
|
||||
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  << <a class="code" href="NBSCrossLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f">n</a>.y() << <a class="code" href="namespacepFlow.html#ae66fd475dd6c1c6611e9451b715e6a77">spaceToken</a>()</div>
|
||||
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  << <a class="code" href="NBSCrossLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f">n</a>.z() << <a class="code" href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">endl</a>;</div>
|
||||
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  << <a class="code" href="NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1">n</a>.x() << <a class="code" href="namespacepFlow.html#ae66fd475dd6c1c6611e9451b715e6a77">spaceToken</a>() </div>
|
||||
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  << <a class="code" href="NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1">n</a>.y() << <a class="code" href="namespacepFlow.html#ae66fd475dd6c1c6611e9451b715e6a77">spaceToken</a>()</div>
|
||||
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  << <a class="code" href="NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1">n</a>.z() << <a class="code" href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">endl</a>;</div>
|
||||
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  os.<a class="code" href="classpFlow_1_1iOstream.html#a79a5f541a96c769ad3b3bf66aff49115">incrIndent</a>();</div>
|
||||
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  <a class="code" href="namespacepFlow.html#a34575f136660c0751d5496604fcf2a11">indent</a>(os) << <span class="stringliteral">"outer loop"</span><<<a class="code" href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">endl</a>; </div>
|
||||
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  os.<a class="code" href="classpFlow_1_1iOstream.html#a79a5f541a96c769ad3b3bf66aff49115">incrIndent</a>();</div>
|
||||
@ -379,7 +379,7 @@ $(document).ready(function(){initNavTree('stlFile_8cpp_source.html',''); initRes
|
||||
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">realx3x3Vector</a>& vertecies</div>
|
||||
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span> )</div>
|
||||
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span> {</div>
|
||||
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  solids_.push_backSafe(vertecies);</div>
|
||||
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  solids_.push_back(makeUnique<realx3x3Vector>(vertecies));</div>
|
||||
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  solidNames_.push_back(name);</div>
|
||||
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span> }</div>
|
||||
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  </div>
|
||||
@ -390,7 +390,7 @@ $(document).ready(function(){initNavTree('stlFile_8cpp_source.html',''); initRes
|
||||
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  <a class="code" href="classpFlow_1_1Vector.html">realx3x3Vector</a>&& vertecies</div>
|
||||
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span> )</div>
|
||||
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span> {</div>
|
||||
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  solids_.push_backSafe(std::move(vertecies));</div>
|
||||
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  solids_.push_back(makeUnique<realx3x3Vector>(vertecies));</div>
|
||||
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  solidNames_.push_back(name);</div>
|
||||
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span> }</div>
|
||||
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  </div>
|
||||
@ -432,7 +432,7 @@ $(document).ready(function(){initNavTree('stlFile_8cpp_source.html',''); initRes
|
||||
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span> <span class="keyword"></span>{</div>
|
||||
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  <a class="code" href="classpFlow_1_1oFstream.html">oFstream</a> os(file_);</div>
|
||||
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  os.<a class="code" href="classpFlow_1_1Ostream.html#a8ad456dfdbf8aaf3eecec232dbe0904d">precision</a>(8);</div>
|
||||
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  <span class="keywordflow">for</span>(<a class="code" href="namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb">label</a> i=0; i<size(); i++)</div>
|
||||
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  <span class="keywordflow">for</span>(<span class="keywordtype">size_t</span> i=0; i<size(); i++)</div>
|
||||
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  {</div>
|
||||
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  writeSolid(os, solids_[i], solidNames_[i]);</div>
|
||||
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>  }</div>
|
||||
@ -458,9 +458,9 @@ $(document).ready(function(){initNavTree('stlFile_8cpp_source.html',''); initRes
|
||||
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  <span class="keywordflow">return</span> solids_.size();</div>
|
||||
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span> }</div>
|
||||
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>  </div>
|
||||
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">pFlow::realx3x3Vector</a>& <a class="code" href="classpFlow_1_1stlFile.html#aa2b23badf752551610f08e92808e5a30">pFlow::stlFile::solid</a></div>
|
||||
<div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="classpFlow_1_1stlFile.html#aa2b23badf752551610f08e92808e5a30"> 355</a></span> (</div>
|
||||
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  <a class="code" href="namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb">label</a> i</div>
|
||||
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">pFlow::realx3x3Vector</a>& <a class="code" href="classpFlow_1_1stlFile.html#afe7e5db1762c28ea644e582affb7f5e2">pFlow::stlFile::solid</a></div>
|
||||
<div class="line"><a name="l00355"></a><span class="lineno"><a class="line" href="classpFlow_1_1stlFile.html#afe7e5db1762c28ea644e582affb7f5e2"> 355</a></span> (</div>
|
||||
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  <span class="keywordtype">size_t</span> i</div>
|
||||
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span> )<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span> {</div>
|
||||
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  <span class="keywordflow">if</span>(i >= size() )</div>
|
||||
@ -474,9 +474,9 @@ $(document).ready(function(){initNavTree('stlFile_8cpp_source.html',''); initRes
|
||||
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>  <span class="keywordflow">return</span> solids_[i];</div>
|
||||
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span> }</div>
|
||||
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  </div>
|
||||
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span> <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a>& <a class="code" href="classpFlow_1_1stlFile.html#ab0c815f83910ba70516feb9113e40f5b">pFlow::stlFile::name</a></div>
|
||||
<div class="line"><a name="l00371"></a><span class="lineno"><a class="line" href="classpFlow_1_1stlFile.html#ab0c815f83910ba70516feb9113e40f5b"> 371</a></span> (</div>
|
||||
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  <a class="code" href="namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb">label</a> i</div>
|
||||
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span> <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a>& <a class="code" href="classpFlow_1_1stlFile.html#aba04bb9fabdd25458c99306115c2c7a2">pFlow::stlFile::name</a></div>
|
||||
<div class="line"><a name="l00371"></a><span class="lineno"><a class="line" href="classpFlow_1_1stlFile.html#aba04bb9fabdd25458c99306115c2c7a2"> 371</a></span> (</div>
|
||||
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  <span class="keywordtype">size_t</span> i</div>
|
||||
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span> )<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span> {</div>
|
||||
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>  <span class="keywordflow">if</span>(i >= size() )</div>
|
||||
@ -491,71 +491,69 @@ $(document).ready(function(){initNavTree('stlFile_8cpp_source.html',''); initRes
|
||||
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span> }</div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<div class="ttc" id="aclasspFlow_1_1IOstream_html_af3418ac60d0d7a303478f29a387feb3c"><div class="ttname"><a href="classpFlow_1_1IOstream.html#af3418ac60d0d7a303478f29a387feb3c">pFlow::IOstream::eof</a></div><div class="ttdeci">bool eof() const</div><div class="ttdoc">Return true if end of input seen.</div><div class="ttdef"><b>Definition:</b> <a href="IOstream_8hpp_source.html#l00190">IOstream.hpp:190</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1IOstream_html_af3418ac60d0d7a303478f29a387feb3c"><div class="ttname"><a href="classpFlow_1_1IOstream.html#af3418ac60d0d7a303478f29a387feb3c">pFlow::IOstream::eof</a></div><div class="ttdeci">bool eof() const</div><div class="ttdoc">Return true if end of input seen.</div><div class="ttdef"><b>Definition:</b> <a href="IOstream_8hpp_source.html#l00192">IOstream.hpp:192</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1List_html"><div class="ttname"><a href="classpFlow_1_1List.html">pFlow::List< word ></a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a742913ced514ca5a1fa1cfb6fb79e550"><div class="ttname"><a href="namespacepFlow.html#a742913ced514ca5a1fa1cfb6fb79e550">pFlow::checkWordToken</a></div><div class="ttdeci">bool checkWordToken(iIstream &is, token &tok, const word &check)</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00034">stlFile.cpp:34</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a6192191c0e9c178a44ee1ac350fde476"><div class="ttname"><a href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">pFlow::real</a></div><div class="ttdeci">float real</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00046">builtinTypes.hpp:46</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aad22a1cd3b45a97ac8cd195f06fe61fe"><div class="ttname"><a href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a></div><div class="ttdeci">#define fatalExit</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00057">error.hpp:57</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html"><div class="ttname"><a href="classpFlow_1_1token.html">pFlow::token</a></div><div class="ttdef"><b>Definition:</b> <a href="token_8hpp_source.html#l00042">token.hpp:42</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a6192191c0e9c178a44ee1ac350fde476"><div class="ttname"><a href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">pFlow::real</a></div><div class="ttdeci">float real</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00045">builtinTypes.hpp:45</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aad22a1cd3b45a97ac8cd195f06fe61fe"><div class="ttname"><a href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a></div><div class="ttdeci">#define fatalExit</div><div class="ttdoc">Fatal exit.</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00098">error.hpp:98</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html"><div class="ttname"><a href="classpFlow_1_1token.html">pFlow::token</a></div><div class="ttdoc">Token class based on OpenFOAM stream, with some modifications/simplifications to be tailored to our n...</div><div class="ttdef"><b>Definition:</b> <a href="token_8hpp_source.html#l00044">token.hpp:44</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_a6cfd226fccee8d43b9d369765cd2936a"><div class="ttname"><a href="classpFlow_1_1stlFile.html#a6cfd226fccee8d43b9d369765cd2936a">pFlow::stlFile::stlFile</a></div><div class="ttdeci">stlFile(fileSystem file)</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00238">stlFile.cpp:238</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_abdcc7f96f487faadc7769afcf58fe992"><div class="ttname"><a href="classpFlow_1_1token.html#abdcc7f96f487faadc7769afcf58fe992">pFlow::token::good</a></div><div class="ttdeci">bool good() const</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00372">tokenI.hpp:372</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_abd01e8e67e3d94cab04ecaaf4f85ac1b"><div class="ttname"><a href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">pFlow::uint32</a></div><div class="ttdeci">unsigned int uint32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00059">builtinTypes.hpp:59</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_afe7e5db1762c28ea644e582affb7f5e2"><div class="ttname"><a href="classpFlow_1_1stlFile.html#afe7e5db1762c28ea644e582affb7f5e2">pFlow::stlFile::solid</a></div><div class="ttdeci">const realx3x3Vector & solid(size_t i) const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00355">stlFile.cpp:355</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_abdcc7f96f487faadc7769afcf58fe992"><div class="ttname"><a href="classpFlow_1_1token.html#abdcc7f96f487faadc7769afcf58fe992">pFlow::token::good</a></div><div class="ttdeci">bool good() const</div><div class="ttdoc">True if token is not UNDEFINED or ERROR.</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00390">tokenI.hpp:390</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_abd01e8e67e3d94cab04ecaaf4f85ac1b"><div class="ttname"><a href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">pFlow::uint32</a></div><div class="ttdeci">unsigned int uint32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00056">builtinTypes.hpp:56</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_a31d2dfd4d5c60b132fbd118af72afceb"><div class="ttname"><a href="classpFlow_1_1stlFile.html#a31d2dfd4d5c60b132fbd118af72afceb">pFlow::stlFile::writeFacet</a></div><div class="ttdeci">bool writeFacet(iOstream &os, const realx3x3 &tri) const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00178">stlFile.cpp:178</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a0ebe792a293e8c717bddf60070c0fe99"><div class="ttname"><a href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a></div><div class="ttdeci">std::string word</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00063">builtinTypes.hpp:63</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_a66fa403264f7b94494f15dfd39ef8c3c"><div class="ttname"><a href="classpFlow_1_1token.html#a66fa403264f7b94494f15dfd39ef8c3c">pFlow::token::number</a></div><div class="ttdeci">real number() const</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00568">tokenI.hpp:568</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a0ebe792a293e8c717bddf60070c0fe99"><div class="ttname"><a href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a></div><div class="ttdeci">std::string word</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00064">builtinTypes.hpp:64</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_a66fa403264f7b94494f15dfd39ef8c3c"><div class="ttname"><a href="classpFlow_1_1token.html#a66fa403264f7b94494f15dfd39ef8c3c">pFlow::token::number</a></div><div class="ttdeci">real number() const</div><div class="ttdoc">Return int64, float or double value.</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00586">tokenI.hpp:586</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html"><div class="ttname"><a href="classpFlow_1_1stlFile.html">pFlow::stlFile</a></div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8hpp_source.html#l00038">stlFile.hpp:38</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Istream_html_a754ce9966caae1ee331378bf4a87269b"><div class="ttname"><a href="classpFlow_1_1Istream.html#a754ce9966caae1ee331378bf4a87269b">pFlow::Istream::name</a></div><div class="ttdeci">virtual const word & name() const</div><div class="ttdoc">Return the name of the stream.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8hpp_source.html#l00077">Istream.hpp:77</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Istream_html_a754ce9966caae1ee331378bf4a87269b"><div class="ttname"><a href="classpFlow_1_1Istream.html#a754ce9966caae1ee331378bf4a87269b">pFlow::Istream::name</a></div><div class="ttdeci">virtual const word & name() const</div><div class="ttdoc">Return the name of the stream.</div><div class="ttdef"><b>Definition:</b> <a href="Istream_8hpp_source.html#l00081">Istream.hpp:81</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_ae2a44e9c4c137960c5f4a521fcfab57b"><div class="ttname"><a href="classpFlow_1_1stlFile.html#ae2a44e9c4c137960c5f4a521fcfab57b">pFlow::stlFile::writeSolid</a></div><div class="ttdeci">bool writeSolid(iOstream &os, const realx3x3Vector &vertecies, const word &name) const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00222">stlFile.cpp:222</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aba8f0c455a3fdb4b05ad33a25b13b189"><div class="ttname"><a href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">pFlow::endl</a></div><div class="ttdeci">iOstream & endl(iOstream &os)</div><div class="ttdoc">Add newline and flush stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00320">iOstream.hpp:320</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aba8f0c455a3fdb4b05ad33a25b13b189"><div class="ttname"><a href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">pFlow::endl</a></div><div class="ttdeci">iOstream & endl(iOstream &os)</div><div class="ttdoc">Add newline and flush stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00341">iOstream.hpp:341</a></div></div>
|
||||
<div class="ttc" id="aoFstream_8hpp_html"><div class="ttname"><a href="oFstream_8hpp.html">oFstream.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Ostream_html_a8ad456dfdbf8aaf3eecec232dbe0904d"><div class="ttname"><a href="classpFlow_1_1Ostream.html#a8ad456dfdbf8aaf3eecec232dbe0904d">pFlow::Ostream::precision</a></div><div class="ttdeci">int precision() const override</div><div class="ttdoc">Get precision of output field.</div><div class="ttdef"><b>Definition:</b> <a href="Ostream_8cpp_source.html#l00319">Ostream.cpp:319</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Ostream_html_a8ad456dfdbf8aaf3eecec232dbe0904d"><div class="ttname"><a href="classpFlow_1_1Ostream.html#a8ad456dfdbf8aaf3eecec232dbe0904d">pFlow::Ostream::precision</a></div><div class="ttdeci">int precision() const override</div><div class="ttdoc">Get precision of output field.</div><div class="ttdef"><b>Definition:</b> <a href="Ostream_8cpp_source.html#l00336">Ostream.cpp:336</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_aba04bb9fabdd25458c99306115c2c7a2"><div class="ttname"><a href="classpFlow_1_1stlFile.html#aba04bb9fabdd25458c99306115c2c7a2">pFlow::stlFile::name</a></div><div class="ttdeci">const word & name(size_t i) const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00371">stlFile.cpp:371</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a7eb5ba27ff2b049a15f9d4ca1a216398"><div class="ttname"><a href="namespacepFlow.html#a7eb5ba27ff2b049a15f9d4ca1a216398">pFlow::checkNumberToken</a></div><div class="ttdeci">bool checkNumberToken(iIstream &is, token &tok, real &val)</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00042">stlFile.cpp:42</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a34575f136660c0751d5496604fcf2a11"><div class="ttname"><a href="namespacepFlow.html#a34575f136660c0751d5496604fcf2a11">pFlow::indent</a></div><div class="ttdeci">iOstream & indent(iOstream &os)</div><div class="ttdoc">Indent stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00290">iOstream.hpp:290</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iFstream_html"><div class="ttname"><a href="classpFlow_1_1iFstream.html">pFlow::iFstream</a></div><div class="ttdef"><b>Definition:</b> <a href="iFstream_8hpp_source.html#l00035">iFstream.hpp:35</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_aa2b23badf752551610f08e92808e5a30"><div class="ttname"><a href="classpFlow_1_1stlFile.html#aa2b23badf752551610f08e92808e5a30">pFlow::stlFile::solid</a></div><div class="ttdeci">const realx3x3Vector & solid(label i) const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00355">stlFile.cpp:355</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a28d901cc27d3756a830e4de5a484b967"><div class="ttname"><a href="classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967">pFlow::triple::y</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & y()</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00141">triple.hpp:141</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html"><div class="ttname"><a href="namespacepFlow.html">pFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8hpp_source.html#l00028">demComponent.hpp:28</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a34575f136660c0751d5496604fcf2a11"><div class="ttname"><a href="namespacepFlow.html#a34575f136660c0751d5496604fcf2a11">pFlow::indent</a></div><div class="ttdeci">iOstream & indent(iOstream &os)</div><div class="ttdoc">Indent stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00311">iOstream.hpp:311</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iFstream_html"><div class="ttname"><a href="classpFlow_1_1iFstream.html">pFlow::iFstream</a></div><div class="ttdoc">Input file stream for reading binary or ascii data from a file.</div><div class="ttdef"><b>Definition:</b> <a href="iFstream_8hpp_source.html#l00037">iFstream.hpp:37</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a28d901cc27d3756a830e4de5a484b967"><div class="ttname"><a href="classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967">pFlow::triple::y</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & y()</div><div class="ttdoc">access component</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00144">triple.hpp:144</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html"><div class="ttname"><a href="namespacepFlow.html">pFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="demGeometry_8hpp_source.html#l00027">demGeometry.hpp:27</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_a259cb5a711406a8c3e5d937eb9350cca"><div class="ttname"><a href="classpFlow_1_1stlFile.html#a259cb5a711406a8c3e5d937eb9350cca">pFlow::stlFile::size</a></div><div class="ttdeci">size_t size() const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00349">stlFile.cpp:349</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1fileSystem_html"><div class="ttname"><a href="classpFlow_1_1fileSystem.html">pFlow::fileSystem</a></div><div class="ttdef"><b>Definition:</b> <a href="fileSystem_8hpp_source.html#l00063">fileSystem.hpp:63</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1fileSystem_html"><div class="ttname"><a href="classpFlow_1_1fileSystem.html">pFlow::fileSystem</a></div><div class="ttdoc">Manages file pathes, manupulate and combines them.</div><div class="ttdef"><b>Definition:</b> <a href="fileSystem_8hpp_source.html#l00071">fileSystem.hpp:71</a></div></div>
|
||||
<div class="ttc" id="astlFile_8hpp_html"><div class="ttname"><a href="stlFile_8hpp.html">stlFile.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iOstream_html_a79a5f541a96c769ad3b3bf66aff49115"><div class="ttname"><a href="classpFlow_1_1iOstream.html#a79a5f541a96c769ad3b3bf66aff49115">pFlow::iOstream::incrIndent</a></div><div class="ttdeci">void incrIndent()</div><div class="ttdoc">Increment the indent level.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00170">iOstream.hpp:170</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iOstream_html_a79a5f541a96c769ad3b3bf66aff49115"><div class="ttname"><a href="classpFlow_1_1iOstream.html#a79a5f541a96c769ad3b3bf66aff49115">pFlow::iOstream::incrIndent</a></div><div class="ttdeci">void incrIndent()</div><div class="ttdoc">Increment the indent level.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00185">iOstream.hpp:185</a></div></div>
|
||||
<div class="ttc" id="atripleFwd_8hpp_html_a7a724b824f9e21a646a965a99fff4b04"><div class="ttname"><a href="tripleFwd_8hpp.html#a7a724b824f9e21a646a965a99fff4b04">cross</a></div><div class="ttdeci">INLINE_FUNCTION_HD triple< T > cross(const triple< T > &v1, const triple< T > &v2)</div></div>
|
||||
<div class="ttc" id="aNBSCrossLoop_8hpp_html_aad8b608072a1b6dcd9e91de38ee2925f"><div class="ttname"><a href="NBSCrossLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f">n</a></div><div class="ttdeci">int32 n</div><div class="ttdef"><b>Definition:</b> <a href="NBSCrossLoop_8hpp_source.html#l00024">NBSCrossLoop.hpp:24</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iIstream_html"><div class="ttname"><a href="classpFlow_1_1iIstream.html">pFlow::iIstream</a></div><div class="ttdef"><b>Definition:</b> <a href="iIstream_8hpp_source.html#l00033">iIstream.hpp:33</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1IOstream_html_a9f7290a5d70f30e1b1b42c8ac4a6082d"><div class="ttname"><a href="classpFlow_1_1IOstream.html#a9f7290a5d70f30e1b1b42c8ac4a6082d">pFlow::IOstream::bad</a></div><div class="ttdeci">bool bad() const</div><div class="ttdoc">Return true if stream is corrupted.</div><div class="ttdef"><b>Definition:</b> <a href="IOstream_8hpp_source.html#l00202">IOstream.hpp:202</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iOstream_html_ae18e78f7ce58c60f648722fd7f8bdcbd"><div class="ttname"><a href="classpFlow_1_1iOstream.html#ae18e78f7ce58c60f648722fd7f8bdcbd">pFlow::iOstream::decrIndent</a></div><div class="ttdeci">void decrIndent()</div><div class="ttdoc">Decrement the indent level.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8cpp_source.html#l00027">iOstream.cpp:27</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aca9aa547c8441e4410a65a2ce7c21554"><div class="ttname"><a href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a></div><div class="ttdeci">#define fatalErrorInFunction</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00042">error.hpp:42</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aae6ad039f09c0676db11bd114136a3fa"><div class="ttname"><a href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">pFlow::int32</a></div><div class="ttdeci">int int32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00053">builtinTypes.hpp:53</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iIstream_html"><div class="ttname"><a href="classpFlow_1_1iIstream.html">pFlow::iIstream</a></div><div class="ttdoc">Interface class for any input stream</div><div class="ttdef"><b>Definition:</b> <a href="iIstream_8hpp_source.html#l00037">iIstream.hpp:37</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1IOstream_html_a9f7290a5d70f30e1b1b42c8ac4a6082d"><div class="ttname"><a href="classpFlow_1_1IOstream.html#a9f7290a5d70f30e1b1b42c8ac4a6082d">pFlow::IOstream::bad</a></div><div class="ttdeci">bool bad() const</div><div class="ttdoc">Return true if stream is corrupted.</div><div class="ttdef"><b>Definition:</b> <a href="IOstream_8hpp_source.html#l00204">IOstream.hpp:204</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iOstream_html_ae18e78f7ce58c60f648722fd7f8bdcbd"><div class="ttname"><a href="classpFlow_1_1iOstream.html#ae18e78f7ce58c60f648722fd7f8bdcbd">pFlow::iOstream::decrIndent</a></div><div class="ttdeci">void decrIndent()</div><div class="ttdoc">Decrement the indent level.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8cpp_source.html#l00034">iOstream.cpp:34</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aca9aa547c8441e4410a65a2ce7c21554"><div class="ttname"><a href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a></div><div class="ttdeci">#define fatalErrorInFunction</div><div class="ttdoc">Report a fatal error and function name and exit the application.</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00077">error.hpp:77</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aae6ad039f09c0676db11bd114136a3fa"><div class="ttname"><a href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">pFlow::int32</a></div><div class="ttdeci">int int32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00050">builtinTypes.hpp:50</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_a56b6b65aa96162d68667fe88bf1ed022"><div class="ttname"><a href="classpFlow_1_1stlFile.html#a56b6b65aa96162d68667fe88bf1ed022">pFlow::stlFile::addSolid</a></div><div class="ttdeci">void addSolid(const word &name, const realx3x3Vector &vertecies)</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00270">stlFile.cpp:270</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iIstream_html_aeecefbf648ad32c20134e67c4fa35597"><div class="ttname"><a href="classpFlow_1_1iIstream.html#aeecefbf648ad32c20134e67c4fa35597">pFlow::iIstream::putBack</a></div><div class="ttdeci">void putBack(const token &tok)</div><div class="ttdef"><b>Definition:</b> <a href="iIstream_8cpp_source.html#l00005">iIstream.cpp:5</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iIstream_html_aeecefbf648ad32c20134e67c4fa35597"><div class="ttname"><a href="classpFlow_1_1iIstream.html#aeecefbf648ad32c20134e67c4fa35597">pFlow::iIstream::putBack</a></div><div class="ttdeci">void putBack(const token &tok)</div><div class="ttdoc">Put back token Only a single put back is permitted.</div><div class="ttdef"><b>Definition:</b> <a href="iIstream_8cpp_source.html#l00023">iIstream.cpp:23</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_a1d3b1b4ac56b0cec4337f6d7e9c6ce6c"><div class="ttname"><a href="classpFlow_1_1stlFile.html#a1d3b1b4ac56b0cec4337f6d7e9c6ce6c">pFlow::stlFile::readSolid</a></div><div class="ttdeci">bool readSolid(iIstream &is, realx3x3Vector &vertecies, word &name)</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00052">stlFile.cpp:52</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_ae66fd475dd6c1c6611e9451b715e6a77"><div class="ttname"><a href="namespacepFlow.html#ae66fd475dd6c1c6611e9451b715e6a77">pFlow::spaceToken</a></div><div class="ttdeci">token spaceToken()</div><div class="ttdef"><b>Definition:</b> <a href="token_8hpp_source.html#l00519">token.hpp:519</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a5c836d3919741edf1ba805c98dbd21b7"><div class="ttname"><a href="classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7">pFlow::triple::z</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & z()</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00144">triple.hpp:144</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1oFstream_html"><div class="ttname"><a href="classpFlow_1_1oFstream.html">pFlow::oFstream</a></div><div class="ttdef"><b>Definition:</b> <a href="oFstream_8hpp_source.html#l00036">oFstream.hpp:36</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Vector_html_a3e122a9f9c04a4e2dffdfabde2f1de50"><div class="ttname"><a href="classpFlow_1_1Vector.html#a3e122a9f9c04a4e2dffdfabde2f1de50">pFlow::Vector::clear</a></div><div class="ttdeci">auto clear()</div><div class="ttdef"><b>Definition:</b> <a href="Vector_8hpp_source.html#l00248">Vector.hpp:248</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_ae66fd475dd6c1c6611e9451b715e6a77"><div class="ttname"><a href="namespacepFlow.html#ae66fd475dd6c1c6611e9451b715e6a77">pFlow::spaceToken</a></div><div class="ttdeci">token spaceToken()</div><div class="ttdef"><b>Definition:</b> <a href="token_8hpp_source.html#l00528">token.hpp:528</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a5c836d3919741edf1ba805c98dbd21b7"><div class="ttname"><a href="classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7">pFlow::triple::z</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & z()</div><div class="ttdoc">access component</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00156">triple.hpp:156</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1oFstream_html"><div class="ttname"><a href="classpFlow_1_1oFstream.html">pFlow::oFstream</a></div><div class="ttdoc">Output file stream to send binary or ascii data to a file.</div><div class="ttdef"><b>Definition:</b> <a href="oFstream_8hpp_source.html#l00038">oFstream.hpp:38</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_ad6fbb0e2d41355648b9e68b636d59525"><div class="ttname"><a href="classpFlow_1_1stlFile.html#ad6fbb0e2d41355648b9e68b636d59525">pFlow::stlFile::names</a></div><div class="ttdeci">const wordList & names() const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00344">stlFile.cpp:344</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_ab0c815f83910ba70516feb9113e40f5b"><div class="ttname"><a href="classpFlow_1_1stlFile.html#ab0c815f83910ba70516feb9113e40f5b">pFlow::stlFile::name</a></div><div class="ttdeci">const word & name(label i) const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00371">stlFile.cpp:371</a></div></div>
|
||||
<div class="ttc" id="aNBSLoop_8hpp_html_a58f1256fe216b2e84819aa621b683de1"><div class="ttname"><a href="NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1">n</a></div><div class="ttdeci">uint32 n</div><div class="ttdef"><b>Definition:</b> <a href="NBSLoop_8hpp_source.html#l00024">NBSLoop.hpp:24</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_a9e282f2dc7219517b46fcac34eb94bb0"><div class="ttname"><a href="classpFlow_1_1stlFile.html#a9e282f2dc7219517b46fcac34eb94bb0">pFlow::stlFile::setFile</a></div><div class="ttdeci">void setFile(fileSystem file) const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00337">stlFile.cpp:337</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_a0140ff33b58a2b090c52b1bea5991718"><div class="ttname"><a href="classpFlow_1_1stlFile.html#a0140ff33b58a2b090c52b1bea5991718">pFlow::stlFile::readFacet</a></div><div class="ttdeci">bool readFacet(iIstream &is, realx3x3 &tri)</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00127">stlFile.cpp:127</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_ac031fc8dbe057073f2b5ae5ad986bda4"><div class="ttname"><a href="namespacepFlow.html#ac031fc8dbe057073f2b5ae5ad986bda4">pFlow::real2Word</a></div><div class="ttdeci">word real2Word(const real &v, int32 numPrecision=6)</div><div class="ttdef"><b>Definition:</b> <a href="bTypesFunctions_8cpp_source.html#l00052">bTypesFunctions.cpp:52</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_a83efa053dfcfcef04cc0e721c0314ff3"><div class="ttname"><a href="error_8hpp.html#a83efa053dfcfcef04cc0e721c0314ff3">ioErrorInFile</a></div><div class="ttdeci">#define ioErrorInFile(fileName, lineNumber)</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00049">error.hpp:49</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a39f5f71474553bc78726494fa09dd0fb"><div class="ttname"><a href="namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb">pFlow::label</a></div><div class="ttdeci">std::size_t label</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00061">builtinTypes.hpp:61</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1IOstream_html_a607efe5fb94edbe4cfa890c4907e76c3"><div class="ttname"><a href="classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3">pFlow::IOstream::lineNumber</a></div><div class="ttdeci">int32 lineNumber() const</div><div class="ttdoc">Const access to the current stream line number.</div><div class="ttdef"><b>Definition:</b> <a href="IOstream_8hpp_source.html#l00221">IOstream.hpp:221</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a2f365146ce767d3de7ae125abd193b33"><div class="ttname"><a href="classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33">pFlow::triple::x</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & x()</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00138">triple.hpp:138</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_ac031fc8dbe057073f2b5ae5ad986bda4"><div class="ttname"><a href="namespacepFlow.html#ac031fc8dbe057073f2b5ae5ad986bda4">pFlow::real2Word</a></div><div class="ttdeci">word real2Word(const real &v, int32 numPrecision=6)</div><div class="ttdoc">Convert floating point variable to string with general format.</div><div class="ttdef"><b>Definition:</b> <a href="bTypesFunctions_8cpp_source.html#l00094">bTypesFunctions.cpp:94</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_a83efa053dfcfcef04cc0e721c0314ff3"><div class="ttname"><a href="error_8hpp.html#a83efa053dfcfcef04cc0e721c0314ff3">ioErrorInFile</a></div><div class="ttdeci">#define ioErrorInFile(fileName, lineNumber)</div><div class="ttdoc">Report an error in file operation with supplied fileName and lineNumber.</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00087">error.hpp:87</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1IOstream_html_a607efe5fb94edbe4cfa890c4907e76c3"><div class="ttname"><a href="classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3">pFlow::IOstream::lineNumber</a></div><div class="ttdeci">int32 lineNumber() const</div><div class="ttdoc">Const access to the current stream line number.</div><div class="ttdef"><b>Definition:</b> <a href="IOstream_8hpp_source.html#l00223">IOstream.hpp:223</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a2f365146ce767d3de7ae125abd193b33"><div class="ttname"><a href="classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33">pFlow::triple::x</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & x()</div><div class="ttdoc">access component</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00132">triple.hpp:132</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_af816873151ddb0126e98bb2f914d8ed5"><div class="ttname"><a href="classpFlow_1_1stlFile.html#af816873151ddb0126e98bb2f914d8ed5">pFlow::stlFile::read</a></div><div class="ttdeci">bool read()</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00292">stlFile.cpp:292</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html"><div class="ttname"><a href="classpFlow_1_1triple.html">pFlow::triple</a></div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00037">triple.hpp:37</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_a1680baf2428512b1a45060f52f3ade28"><div class="ttname"><a href="classpFlow_1_1token.html#a1680baf2428512b1a45060f52f3ade28">pFlow::token::isNumber</a></div><div class="ttdeci">bool isNumber() const</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00562">tokenI.hpp:562</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html"><div class="ttname"><a href="classpFlow_1_1triple.html">pFlow::triple</a></div><div class="ttdoc">A set of 3 variables that can be used for vector variables.</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00036">triple.hpp:36</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_a1680baf2428512b1a45060f52f3ade28"><div class="ttname"><a href="classpFlow_1_1token.html#a1680baf2428512b1a45060f52f3ade28">pFlow::token::isNumber</a></div><div class="ttdeci">bool isNumber() const</div><div class="ttdoc">Token is int, float or duble.</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00580">tokenI.hpp:580</a></div></div>
|
||||
<div class="ttc" id="aiFstream_8hpp_html"><div class="ttname"><a href="iFstream_8hpp.html">iFstream.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Vector_html"><div class="ttname"><a href="classpFlow_1_1Vector.html">pFlow::Vector</a></div><div class="ttdef"><b>Definition:</b> <a href="Vector_8hpp_source.html#l00046">Vector.hpp:46</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iOstream_html"><div class="ttname"><a href="classpFlow_1_1iOstream.html">pFlow::iOstream</a></div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00053">iOstream.hpp:53</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_a8658f0b0a04ffdb6e74c5af4ca27edf1"><div class="ttname"><a href="classpFlow_1_1token.html#a8658f0b0a04ffdb6e74c5af4ca27edf1">pFlow::token::wordToken</a></div><div class="ttdeci">const word & wordToken() const</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00600">tokenI.hpp:600</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Vector_html"><div class="ttname"><a href="classpFlow_1_1Vector.html">pFlow::Vector</a></div><div class="ttdef"><b>Definition:</b> <a href="Vector_8hpp_source.html#l00048">Vector.hpp:48</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iOstream_html"><div class="ttname"><a href="classpFlow_1_1iOstream.html">pFlow::iOstream</a></div><div class="ttdoc">Interface class for any output stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00059">iOstream.hpp:59</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_a8658f0b0a04ffdb6e74c5af4ca27edf1"><div class="ttname"><a href="classpFlow_1_1token.html#a8658f0b0a04ffdb6e74c5af4ca27edf1">pFlow::token::wordToken</a></div><div class="ttdeci">const word & wordToken() const</div><div class="ttdoc">Return const reference to the word contents.</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00618">tokenI.hpp:618</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1stlFile_html_ad48b7b943e88478c15879659cce7aebc"><div class="ttname"><a href="classpFlow_1_1stlFile.html#ad48b7b943e88478c15879659cce7aebc">pFlow::stlFile::write</a></div><div class="ttdeci">bool write() const</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00324">stlFile.cpp:324</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_ace6d5ecd2736d19990a7c12e0fe5a745"><div class="ttname"><a href="classpFlow_1_1token.html#ace6d5ecd2736d19990a7c12e0fe5a745">pFlow::token::isWord</a></div><div class="ttdeci">bool isWord() const</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00584">tokenI.hpp:584</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1token_html_ace6d5ecd2736d19990a7c12e0fe5a745"><div class="ttname"><a href="classpFlow_1_1token.html#ace6d5ecd2736d19990a7c12e0fe5a745">pFlow::token::isWord</a></div><div class="ttdeci">bool isWord() const</div><div class="ttdoc">Token is word or DIRECTIVE word.</div><div class="ttdef"><b>Definition:</b> <a href="tokenI_8hpp_source.html#l00602">tokenI.hpp:602</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a1da2c77e895df3330a9b2a421486be06"><div class="ttname"><a href="namespacepFlow.html#a1da2c77e895df3330a9b2a421486be06">pFlow::badInput</a></div><div class="ttdeci">bool badInput(iIstream &is, token &tok)</div><div class="ttdef"><b>Definition:</b> <a href="stlFile_8cpp_source.html#l00029">stlFile.cpp:29</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html"><div class="ttname"><a href="error_8hpp.html">error.hpp</a></div></div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_cd7a5046d028e114fc17b2ebc2bd02d2.html">phasicFlow</a></li><li class="navelem"><a class="el" href="dir_0b265ec0eb5bc5fbad75b6fd7b5b024b.html">structuredData</a></li><li class="navelem"><a class="el" href="dir_cb566f9a80a0a346c3a6366e4b888b7d.html">trisurfaceStructure</a></li><li class="navelem"><a class="el" href="stlFile_8cpp.html">stlFile.cpp</a></li>
|
||||
<li class="navelem"><a class="el" href="dir_df38b2a5d584e0f6066b4518b95c638b.html">utilities</a></li><li class="navelem"><a class="el" href="dir_a6e08d71479fa323a1b05a998d2f3920.html">Utilities</a></li><li class="navelem"><a class="el" href="dir_2c779084d9cebc7fcbe1a2bfbd9e9cb9.html">geometryPhasicFlow</a></li><li class="navelem"><a class="el" href="dir_bc829b308423b3d6847e5c62541ff253.html">stlWall</a></li><li class="navelem"><a class="el" href="stlFile_8cpp.html">stlFile.cpp</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>
|
||||
|
Reference in New Issue
Block a user