openfoam/src/fileFormats/Make/files
Andrew Heather d77db0edb9 ENH: Added new JSONformatter to write Ostream content in JSON format
New Ostream wrapper that writes entries as JSON objects/convert OpenFOAM
dictionaries to JSON dictionaries, e.g.

    dictionary dict ...

    // Create file for writing
    OFstream os("myData.json");

    // Wrap Ostream
    JSONformatter json(os);

    // Write dictionary as JSON
    json.writeDict(dict);
2023-12-01 11:54:35 +00:00

83 lines
1.8 KiB
Plaintext

common/fileFormats.C
common/manifoldCellsMeshObject.C
colours/colourTable.C
colours/colourTables.C
colours/colourTools.C
ensight/file/ensightCase.C
ensight/file/ensightCaseOptions.C
ensight/file/ensightFile.C
ensight/file/ensightGeoFile.C
ensight/file/ensightWriterCaching.C
ensight/mesh/ensightMesh.C
ensight/mesh/ensightMeshOptions.C
ensight/output/ensightOutput.C
part = ensight/part
$(part)/cells/ensightCells.C
$(part)/cells/ensightCellsAddr.C
$(part)/cells/ensightCellsIO.C
$(part)/faces/ensightFaces.C
$(part)/faces/ensightFacesAddr.C
$(part)/faces/ensightFacesIO.C
$(part)/part/ensightPart.C
$(part)/surface/ensightOutputSurface.C
ensight/read/ensightReadFile.C
ensight/type/ensightPTraits.C
abaqus/ABAQUSCore.C
nastran/NASCore.C
obj/OBJstream.C
fire/FIRECore.C
gltf/foamGltfAccessor.C
gltf/foamGltfAnimation.C
gltf/foamGltfBufferView.C
gltf/foamGltfMesh.C
gltf/foamGltfObject.C
gltf/foamGltfScene.C
gltf/foamGltfSceneWriter.C
json/JSONformatter.C
starcd/STARCDCore.C
stl/STLCore.C
stl/STLReader.C
stl/STLAsciiParseFlex.L
stl/STLAsciiParseManual.C
stl/STLAsciiParseRagel.cc
vtk/base/foamVtkCore.C
vtk/base/foamVtkPTraits.C
vtk/file/foamVtkFileWriter.C
vtk/file/foamVtkSeriesWriter.C
vtk/file/foamVtmWriter.C
vtk/format/foamVtkFormatter.C
vtk/format/foamVtkAsciiFormatter.C
vtk/format/foamVtkBase64Formatter.C
vtk/format/foamVtkAppendBase64Formatter.C
vtk/format/foamVtkAppendRawFormatter.C
vtk/format/foamVtkBase64Layer.C
vtk/format/foamVtkLegacyAsciiFormatter.C
vtk/format/foamVtkLegacyRawFormatter.C
vtk/output/foamVtkOutput.C
vtk/output/foamVtkOutputOptions.C
vtk/part/foamVtkMeshMaps.C
vtk/part/foamVtuCells.C
vtk/part/foamVtuSizing.C
vtk/read/vtkUnstructuredReader.C
vtk/write/foamVtkLineWriter.C
vtk/write/foamVtkPolyWriter.C
vtk/write/foamVtkSurfaceWriter.C
LIB = $(FOAM_LIBBIN)/libfileFormats