Go to the source code of this file.
Namespaces | |
| Foam::vtk | |
| Namespace for handling VTK input/output. | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::vtk::legacy | |
| Namespace for legacy VTK output constants and functions. | |
Functions | |
| bool | isAppend (enum formatType fmt) |
| Test for XML append format. More... | |
| bool | isLegacy (enum formatType fmt) |
| Test for vtk legacy format. More... | |
Variables | |
| const Foam::Enum< fileTag > | fileExtension |
| File extension (without ".") for some vtk XML file content types. More... | |
| const Foam::Enum< fileTag > | fileContentVersions |
| Version string for some vtk XML file content types. More... | |
| const Foam::Enum< fileTag > | fileTagNames |
| Strings corresponding to the vtk XML tags. More... | |
| const Foam::Enum< fileAttr > | fileAttrNames |
| Strings corresponding to the vtk XML attributes. More... | |
| const Foam::Enum< dataArrayAttr > | dataArrayAttrNames |
| Strings corresponding to the vtk XML DataArray attributes. More... | |
| const word | fileExtension |
| Legacy file extension ("vtk") More... | |
| const Foam::Enum< vtk::fileTag > | contentNames |
| Legacy content names (POLYDATA, UNSTRUCTURED_GRID) More... | |
| const Foam::Enum< vtk::fileTag > | dataTypeNames |
| Legacy data type names (CELL_DATA, POINT_DATA) More... | |
Original source file foamVtkCore.H
Definition in file foamVtkCore.H.