2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: pFlow::PFtoVTK Namespace Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespacepFlow_1_1PFtoVTK.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" >
2025-01-10 13:02:07 +03:30
< a href = "#nested-classes" > Classes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > pFlow::PFtoVTK Namespace Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1PFtoVTK_1_1fileSeries.html" > fileSeries< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2023-03-27 10:16:23 -07:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae2070895c92a60735eedfd09e0275678" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#ae2070895c92a60735eedfd09e0275678" > convertTimeFolderPointFields< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & control, const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > & destPath, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & bName, < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & filename)< / td > < / tr >
< tr class = "separator:ae2070895c92a60735eedfd09e0275678" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9c61ea6aa5f8ad3c240cc00666ce9d58" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#a9c61ea6aa5f8ad3c240cc00666ce9d58" > convertTimeFolderPointFieldsSelected< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & control, const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > & destPath, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & bName, const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & fieldsName, bool mustExist, < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & filename)< / td > < / tr >
< tr class = "separator:a9c61ea6aa5f8ad3c240cc00666ce9d58" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adcea9c10759746cd50d079d1f189031a" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#adcea9c10759746cd50d079d1f189031a" > addUndstrcuturedGridField< / a > (< a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > & os, < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > *position, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numPoints)< / td > < / tr >
< tr class = "separator:adcea9c10759746cd50d079d1f189031a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a89bd592446dc7256a03129e91c70dadd" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#a89bd592446dc7256a03129e91c70dadd" > convertRealTypePointField< / a > (< a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > & os, const < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > & header, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "setPointStructure_8hpp.html#a385e32971df44b131e4498181a949a91" > pStruct< / a > )< / td > < / tr >
< tr class = "separator:a89bd592446dc7256a03129e91c70dadd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad8e06689975a027eaaee8fed2a6f5e8f" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#ad8e06689975a027eaaee8fed2a6f5e8f" > convertRealx3TypePointField< / a > (< a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > & os, const < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > & header, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "setPointStructure_8hpp.html#a385e32971df44b131e4498181a949a91" > pStruct< / a > )< / td > < / tr >
< tr class = "separator:ad8e06689975a027eaaee8fed2a6f5e8f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3b8443a53b1bcd24bf694717e107cf8e" > < td class = "memTemplParams" colspan = "2" > template< typename IntType > < / td > < / tr >
< tr class = "memitem:a3b8443a53b1bcd24bf694717e107cf8e" > < td class = "memTemplItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#a3b8443a53b1bcd24bf694717e107cf8e" > addIntPointField< / a > (< a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > & os, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & fieldName, IntType *field, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numData)< / td > < / tr >
< tr class = "separator:a3b8443a53b1bcd24bf694717e107cf8e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ace9a57f2db8073e60ee2ad61a5ed7cc2" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#ace9a57f2db8073e60ee2ad61a5ed7cc2" > addRealPointField< / a > (< a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > & os, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & fieldName, const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > *field, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numData)< / td > < / tr >
< tr class = "separator:ace9a57f2db8073e60ee2ad61a5ed7cc2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab85800d6fac87a42282f6d461109bb2c" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#ab85800d6fac87a42282f6d461109bb2c" > addRealx3PointField< / a > (< a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > & os, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & fieldName, const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > *field, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numData)< / td > < / tr >
< tr class = "separator:ab85800d6fac87a42282f6d461109bb2c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ada516245a68fc176a71ee7453fe0da98" > < td class = "memTemplParams" colspan = "2" > template< typename Type > < / td > < / tr >
< tr class = "memitem:ada516245a68fc176a71ee7453fe0da98" > < td class = "memTemplItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#ada516245a68fc176a71ee7453fe0da98" > checkFieldType< / a > (< a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > objectType)< / td > < / tr >
< tr class = "separator:ada516245a68fc176a71ee7453fe0da98" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaef3f5e5ce4938f29243afeeff7f93eb" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#aaef3f5e5ce4938f29243afeeff7f93eb" > regexCheck< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & TYPENAME, const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & fieldType)< / td > < / tr >
< tr class = "separator:aaef3f5e5ce4938f29243afeeff7f93eb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aef8641f32d98c26f1204104237a857d5" > < td class = "memTemplParams" colspan = "2" > template< typename IntType > < / td > < / tr >
< tr class = "memitem:aef8641f32d98c26f1204104237a857d5" > < td class = "memTemplItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow_1_1PFtoVTK.html#aef8641f32d98c26f1204104237a857d5" > convertIntPointField< / a > (< a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > & os, const < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > & header, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "setPointStructure_8hpp.html#a385e32971df44b131e4498181a949a91" > pStruct< / a > )< / td > < / tr >
< tr class = "separator:aef8641f32d98c26f1204104237a857d5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< h2 class = "groupheader" > Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "ae2070895c92a60735eedfd09e0275678" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae2070895c92a60735eedfd09e0275678" > ◆ < / a > < / span > convertTimeFolderPointFields()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool convertTimeFolderPointFields < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > &   < / td >
< td class = "paramname" > < em > destPath< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > bName< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > filename< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00008" > 8< / a > of file < a class = "el" href = "pointFieldToVTK_8cpp_source.html" > pointFieldToVTK.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00200" > addUndstrcuturedGridField()< / a > , < a class = "el" href = "pFlowToVTK_8cpp_source.html#l00033" > bindaryOutput__< / a > , < a class = "el" href = "fileSystem_8cpp_source.html#l00359" > pFlow::containingFiles()< / a > , < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00270" > convertRealTypePointField()< / a > , < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00298" > convertRealx3TypePointField()< / a > , < a class = "el" href = "timeControl_8hpp_source.html#l00127" > timeControl::currentTime()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00027" > defaultColor< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > END_REPORT< / a > , < a class = "el" href = "streams_8hpp_source.html#l00044" > END_WARNING< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "vtkFile_8cpp_source.html#l00079" > vtkFile::fileName()< / a > , < a class = "el" href = "IOfileHeader_8cpp_source.html#l00092" > IOfileHeader::headerOk()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00440" > pFlow::nl< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00069" > IOfileHeader::objectName()< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00075" > IOfileHeader::objectType()< / a > , < a class = "el" href = "namespacepFlow.html#a86ae30c22a4ef4bc487b40ed52f4d2f9" > pFlow::output< / a > , < a class = "el" href = "repository_8cpp_source.html#l00070" > repository::path()< / a > , < a class = "el" href = "vocabs_8hpp_source.html#l00042" > pFlow::pointStructureFile__< / a > , < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > , < a class = "el" href = "streams_8hpp_source.html#l00039" > REPORT< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00122" > systemControl::time()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00043" > WARNING< / a > , < a class = "el" href = "fileSystem_8hpp_source.html#l00160" > fileSystem::wordPath()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00040" > Yellow_Text< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00031" > yellowColor< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pFlowToVTK_8cpp_source.html#l00035" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_ae2070895c92a60735eedfd09e0275678_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_ae2070895c92a60735eedfd09e0275678_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_ae2070895c92a60735eedfd09e0275678_icgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_ae2070895c92a60735eedfd09e0275678_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a9c61ea6aa5f8ad3c240cc00666ce9d58" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9c61ea6aa5f8ad3c240cc00666ce9d58" > ◆ < / a > < / span > convertTimeFolderPointFieldsSelected()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool convertTimeFolderPointFieldsSelected < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1fileSystem.html" > fileSystem< / a > &   < / td >
< td class = "paramname" > < em > destPath< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > bName< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > fieldsName< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > mustExist< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > filename< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00095" > 95< / a > of file < a class = "el" href = "pointFieldToVTK_8cpp_source.html" > pointFieldToVTK.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00200" > addUndstrcuturedGridField()< / a > , < a class = "el" href = "pFlowToVTK_8cpp_source.html#l00033" > bindaryOutput__< / a > , < a class = "el" href = "fileSystem_8cpp_source.html#l00359" > pFlow::containingFiles()< / a > , < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00270" > convertRealTypePointField()< / a > , < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00298" > convertRealx3TypePointField()< / a > , < a class = "el" href = "timeControl_8hpp_source.html#l00127" > timeControl::currentTime()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00027" > defaultColor< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > END_REPORT< / a > , < a class = "el" href = "streams_8hpp_source.html#l00044" > END_WARNING< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00077" > fatalErrorInFunction< / a > , < a class = "el" href = "vtkFile_8cpp_source.html#l00079" > vtkFile::fileName()< / a > , < a class = "el" href = "IOfileHeader_8cpp_source.html#l00092" > IOfileHeader::headerOk()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00440" > pFlow::nl< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00069" > IOfileHeader::objectName()< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00075" > IOfileHeader::objectType()< / a > , < a class = "el" href = "namespacepFlow.html#a86ae30c22a4ef4bc487b40ed52f4d2f9" > pFlow::output< / a > , < a class = "el" href = "repository_8cpp_source.html#l00070" > repository::path()< / a > , < a class = "el" href = "vocabs_8hpp_source.html#l00042" > pFlow::pointStructureFile__< / a > , < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > , < a class = "el" href = "streams_8hpp_source.html#l00039" > REPORT< / a > , < a class = "el" href = "systemControl_8hpp_source.html#l00122" > systemControl::time()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00043" > WARNING< / a > , < a class = "el" href = "fileSystem_8hpp_source.html#l00160" > fileSystem::wordPath()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00040" > Yellow_Text< / a > , and < a class = "el" href = "iOstream_8hpp_source.html#l00031" > yellowColor< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "pFlowToVTK_8cpp_source.html#l00035" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_a9c61ea6aa5f8ad3c240cc00666ce9d58_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_a9c61ea6aa5f8ad3c240cc00666ce9d58_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_a9c61ea6aa5f8ad3c240cc00666ce9d58_icgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_a9c61ea6aa5f8ad3c240cc00666ce9d58_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "adcea9c10759746cd50d079d1f189031a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adcea9c10759746cd50d079d1f189031a" > ◆ < / a > < / span > addUndstrcuturedGridField()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool addUndstrcuturedGridField < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > *  < / td >
< td class = "paramname" > < em > position< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > numPoints< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00200" > 200< / a > of file < a class = "el" href = "pointFieldToVTK_8cpp_source.html" > pointFieldToVTK.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pFlowToVTK_8cpp_source.html#l00033" > bindaryOutput__< / a > , < a class = "el" href = "vtkByteSwapper_8hpp_source.html#l00081" > pFlow::byteSwaper()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00341" > pFlow::endl()< / a > , < a class = "el" href = "Ostream_8hpp_source.html#l00177" > Ostream::stdStream()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00008" > convertTimeFolderPointFields()< / a > , and < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00095" > convertTimeFolderPointFieldsSelected()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_adcea9c10759746cd50d079d1f189031a_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_adcea9c10759746cd50d079d1f189031a_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_adcea9c10759746cd50d079d1f189031a_icgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_adcea9c10759746cd50d079d1f189031a_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a89bd592446dc7256a03129e91c70dadd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a89bd592446dc7256a03129e91c70dadd" > ◆ < / a > < / span > convertRealTypePointField()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool convertRealTypePointField < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > os< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > &   < / td >
< td class = "paramname" > < em > header< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > pStruct< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00270" > 270< / a > of file < a class = "el" href = "pointFieldToVTK_8cpp_source.html" > pointFieldToVTK.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00326" > addRealPointField()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > END_REPORT< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00042" > Green_Text< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00069" > IOfileHeader::objectName()< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00075" > IOfileHeader::objectType()< / a > , < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00039" > REPORT< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00008" > convertTimeFolderPointFields()< / a > , and < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00095" > convertTimeFolderPointFieldsSelected()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_a89bd592446dc7256a03129e91c70dadd_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_a89bd592446dc7256a03129e91c70dadd_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_a89bd592446dc7256a03129e91c70dadd_icgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_a89bd592446dc7256a03129e91c70dadd_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ad8e06689975a027eaaee8fed2a6f5e8f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad8e06689975a027eaaee8fed2a6f5e8f" > ◆ < / a > < / span > convertRealx3TypePointField()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool convertRealx3TypePointField < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > os< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > &   < / td >
< td class = "paramname" > < em > header< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > pStruct< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00298" > 298< / a > of file < a class = "el" href = "pointFieldToVTK_8cpp_source.html" > pointFieldToVTK.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00357" > addRealx3PointField()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > END_REPORT< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00042" > Green_Text< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00069" > IOfileHeader::objectName()< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00075" > IOfileHeader::objectType()< / a > , < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00039" > REPORT< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00008" > convertTimeFolderPointFields()< / a > , and < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00095" > convertTimeFolderPointFieldsSelected()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_ad8e06689975a027eaaee8fed2a6f5e8f_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_ad8e06689975a027eaaee8fed2a6f5e8f_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_ad8e06689975a027eaaee8fed2a6f5e8f_icgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_ad8e06689975a027eaaee8fed2a6f5e8f_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a3b8443a53b1bcd24bf694717e107cf8e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3b8443a53b1bcd24bf694717e107cf8e" > ◆ < / a > < / span > addIntPointField()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool addIntPointField < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > os< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > fieldName< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > IntType *  < / td >
< td class = "paramname" > < em > field< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > numData< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00127" > 127< / a > of file < a class = "el" href = "pointFieldToVTK_8hpp_source.html" > pointFieldToVTK.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pFlowToVTK_8cpp_source.html#l00033" > bindaryOutput__< / a > , < a class = "el" href = "vtkByteSwapper_8hpp_source.html#l00081" > pFlow::byteSwaper()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00044" > END_WARNING< / a > , < a class = "el" href = "Ostream_8hpp_source.html#l00177" > Ostream::stdStream()< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00043" > WARNING< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00094" > convertIntPointField()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_a3b8443a53b1bcd24bf694717e107cf8e_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_a3b8443a53b1bcd24bf694717e107cf8e_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_a3b8443a53b1bcd24bf694717e107cf8e_icgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_a3b8443a53b1bcd24bf694717e107cf8e_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ace9a57f2db8073e60ee2ad61a5ed7cc2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ace9a57f2db8073e60ee2ad61a5ed7cc2" > ◆ < / a > < / span > addRealPointField()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool addRealPointField < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > os< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > fieldName< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > *  < / td >
< td class = "paramname" > < em > field< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > numData< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00326" > 326< / a > of file < a class = "el" href = "pointFieldToVTK_8cpp_source.html" > pointFieldToVTK.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pFlowToVTK_8cpp_source.html#l00033" > bindaryOutput__< / a > , < a class = "el" href = "vtkByteSwapper_8hpp_source.html#l00081" > pFlow::byteSwaper()< / a > , and < a class = "el" href = "Ostream_8hpp_source.html#l00177" > Ostream::stdStream()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00270" > convertRealTypePointField()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_ace9a57f2db8073e60ee2ad61a5ed7cc2_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_ace9a57f2db8073e60ee2ad61a5ed7cc2_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_ace9a57f2db8073e60ee2ad61a5ed7cc2_icgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_ace9a57f2db8073e60ee2ad61a5ed7cc2_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ab85800d6fac87a42282f6d461109bb2c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab85800d6fac87a42282f6d461109bb2c" > ◆ < / a > < / span > addRealx3PointField()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool addRealx3PointField < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > fieldName< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > *  < / td >
< td class = "paramname" > < em > field< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
< td class = "paramname" > < em > numData< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00357" > 357< / a > of file < a class = "el" href = "pointFieldToVTK_8cpp_source.html" > pointFieldToVTK.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pFlowToVTK_8cpp_source.html#l00033" > bindaryOutput__< / a > , < a class = "el" href = "vtkByteSwapper_8hpp_source.html#l00081" > pFlow::byteSwaper()< / a > , < a class = "el" href = "Ostream_8hpp_source.html#l00177" > Ostream::stdStream()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00298" > convertRealx3TypePointField()< / a > , < a class = "el" href = "triSurfaceFieldToVTK_8cpp_source.html#l00289" > pFlow::TSFtoVTK::convertRealx3TypetriSurfaceField()< / a > , and < a class = "el" href = "triSurfaceFieldToVTK_8cpp_source.html#l00321" > pFlow::TSFtoVTK::convertRealx3TypetriSurfaceFieldSeparate()< / a > .< / p >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
2025-01-10 13:02:07 +03:30
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2023-04-13 11:46:41 -07:00
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_ab85800d6fac87a42282f6d461109bb2c_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_ab85800d6fac87a42282f6d461109bb2c_cgraph" alt = "" / > < / div >
< / div >
< div id = "dynsection-15" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-15-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-15-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-15-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_ab85800d6fac87a42282f6d461109bb2c_icgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_ab85800d6fac87a42282f6d461109bb2c_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ada516245a68fc176a71ee7453fe0da98" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ada516245a68fc176a71ee7453fe0da98" > ◆ < / a > < / span > checkFieldType()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
2025-01-10 13:02:07 +03:30
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
2023-03-27 10:16:23 -07:00
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool checkFieldType < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td >
< td class = "paramname" > < em > objectType< / em > < / td > < td > )< / td >
< td > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
2025-01-10 13:02:07 +03:30
< / 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 = "pointFieldToVTK_8hpp_source.html#l00088" > 88< / a > of file < a class = "el" href = "pointFieldToVTK_8hpp_source.html" > pointFieldToVTK.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "pointFieldToVTK_8cpp_source.html#l00396" > regexCheck()< / a > .< / p >
< div id = "dynsection-16" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-16-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-16-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-16-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_ada516245a68fc176a71ee7453fe0da98_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_ada516245a68fc176a71ee7453fe0da98_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aaef3f5e5ce4938f29243afeeff7f93eb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaef3f5e5ce4938f29243afeeff7f93eb" > ◆ < / a > < / span > regexCheck()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
2023-03-27 10:16:23 -07:00
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > bool regexCheck < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > TYPENAME< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > fieldType< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
2025-01-10 13:02:07 +03:30
< 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 = "pointFieldToVTK_8cpp_source.html#l00396" > 396< / a > of file < a class = "el" href = "pointFieldToVTK_8cpp_source.html" > pointFieldToVTK.cpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00088" > checkFieldType()< / a > , and < a class = "el" href = "triSurfaceFieldToVTK_8hpp_source.html#l00087" > pFlow::TSFtoVTK::checkTriFieldType()< / a > .< / p >
< div id = "dynsection-17" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-17-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-17-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-17-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_aaef3f5e5ce4938f29243afeeff7f93eb_icgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_aaef3f5e5ce4938f29243afeeff7f93eb_icgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aef8641f32d98c26f1204104237a857d5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aef8641f32d98c26f1204104237a857d5" > ◆ < / a > < / span > convertIntPointField()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool pFlow::PFtoVTK::convertIntPointField < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1Ostream.html" > Ostream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1IOfileHeader.html" > IOfileHeader< / a > &   < / td >
< td class = "paramname" > < em > header< / em > , < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
< td class = "paramname" > < em > pStruct< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
2025-01-10 13:02:07 +03:30
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
2023-03-27 10:16:23 -07:00
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "pointFieldToVTK_8hpp_source.html" > pointFieldToVTK.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "pointFieldToVTK_8hpp_source.html#l00127" > addIntPointField()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00042" > Green_Text< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00069" > IOfileHeader::objectName()< / a > , < a class = "el" href = "IOfileHeader_8hpp_source.html#l00075" > IOfileHeader::objectType()< / a > , < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00039" > REPORT< / a > .< / p >
< div id = "dynsection-18" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-18-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-18-summary" class = "dynsummary" style = "display:block;" >
2023-03-27 10:16:23 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-18-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "namespacepFlow_1_1PFtoVTK_aef8641f32d98c26f1204104237a857d5_cgraph.png" border = "0" usemap = "#namespacepFlow_1_1PFtoVTK_aef8641f32d98c26f1204104237a857d5_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
< / 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 = "namespacepFlow_1_1PFtoVTK.html" > PFtoVTK< / 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 >