OpenFOAM-4.x/applications/utilities/postProcessing/dataConversion/foamToVTK
Henry Weller 7859083246 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 Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamToVTK.C foamToVTK: Default to ASCII format when WM_LABEL_SIZE=64 2016-01-19 16:28:23 +00:00
internalWriter.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00: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 Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
lagrangianWriter.H Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
lagrangianWriterTemplates.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
patchWriter.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00: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 Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
readFields.H Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceMeshWriter.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00: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 Add the OpenFOAM source tree 2014-12-10 22:40:10 +00: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 Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vtkTopo.H Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
writeFaceSet.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
writeFaceSet.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00: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 Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
writePointSet.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
writeSurfFields.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
writeSurfFields.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00