Files
openfoam/src/conversion/Make/files
Mark Olesen d2fc2c9edc ENH: improved infrastructure for writing VTK content
Note: classes are prefixed with 'foamVtk' instead of 'vtk' to avoid potential
conflicts with VTK itself.

foamVtkCore
~~~~~~~~~~~
- General very low-level functionality.

foamVtkPTraits
~~~~~~~~~~~~~~
- Traits type of functionality for VTK

foamVtkOutputOptions
~~~~~~~~~~~~~~~~~~~~
- The various format output options as a class that can be passed to
  formatters etc.

foamVtkCells
~~~~~~~~~~~~
- Intended for unifying vtkTopo and PV-Reader code in the future.
- Handles polyhedron decompose internally etc

foamVtkOutput, foamVtkFormatter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Output helpers.
- Selector for individual formatters.
  Currently write all scalar data a 'float' (not 'double'). Can
  revisit this in the future.
2016-11-03 14:24:00 +01:00

31 lines
686 B
Plaintext

common/reader/meshReader.C
common/reader/meshReaderAux.C
common/reader/calcPointCells.C
common/reader/createPolyCells.C
common/reader/createPolyBoundary.C
common/writer/meshWriter.C
common/tables/boundaryRegion.C
common/tables/cellTable.C
ensight/mesh/ensightMesh.C
ensight/mesh/ensightMeshIO.C
ensight/mesh/ensightMeshOptions.C
ensight/part/ensightPart.C
ensight/part/ensightPartCells.C
ensight/part/ensightPartFaces.C
ensight/part/ensightParts.C
fire/FIREMeshReader.C
fire/FIREMeshWriter.C
fire/checkFireEdges.C
starcd/STARCDMeshReader.C
starcd/STARCDMeshWriter.C
polyDualMesh/polyDualMesh.C
vtk/part/foamVtkCells.C
vtk/output/foamVtkOutput.C
LIB = $(FOAM_LIBBIN)/libconversion