mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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.
31 lines
686 B
Plaintext
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
|