openfoam/applications/utilities/postProcessing/dataConversion/foamToVTK
Henry Weller cd852be3da OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp
The deprecated non-const tmp functionality is now on the compiler switch
NON_CONST_TMP which can be enabled by adding -DNON_CONST_TMP to EXE_INC
in the Make/options file.  However, it is recommended to upgrade all
code to the new safer tmp by using the '.ref()' member function rather
than the non-const '()' dereference operator when non-const access to
the temporary object is required.

Please report any problems on Mantis.

Henry G. Weller
CFD Direct.
2016-02-26 17:31:28 +00:00
..
Make ENH: foamToVTK : have surface fields on faceZones 2010-09-06 17:02:35 +01:00
foamToVTK.C foamToVTK: Default to ASCII format when WM_LABEL_SIZE=64 2016-01-19 16:28:23 +00:00
internalWriter.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
internalWriter.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
internalWriterTemplates.C Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
lagrangianWriter.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
lagrangianWriter.H Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
lagrangianWriterTemplates.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
patchWriter.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
patchWriter.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
patchWriterTemplates.C Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
readFields.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
readFields.H Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceMeshWriter.C ENH: Code clean-up 2013-05-03 17:57:43 +01:00
surfaceMeshWriter.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
surfaceMeshWriterTemplates.C OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
vtkMesh.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
vtkMesh.H OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
vtkTopo.C ENH: vtkTopo.C: paraview3.12 handle wedge correctly 2012-05-16 14:15:10 +01:00
vtkTopo.H Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
writeFaceSet.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
writeFaceSet.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
writeFuns.C Update headers 2015-06-23 11:27:05 +01:00
writeFuns.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
writeFunsTemplates.C Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
writePointSet.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
writePointSet.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
writeSurfFields.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
writeSurfFields.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00