ENH: vtk::fileWriter base class for geometry/field writers (issue #926)

- Output formats such as vtp, vtu follow a particular internal data
  structure (HEAD, FIELD_DATA, PIECE, CELL_DATA/POINT_DATA) and other
  output conventions. This writer base tracks these expected output
  states internally to help avoid logic errors in the callers.
This commit is contained in:
Mark Olesen
2018-09-29 13:14:50 +02:00
parent d837524860
commit ee0947b693
4 changed files with 872 additions and 0 deletions

View File

@ -16,6 +16,7 @@ stl/STLAsciiParseFlex.L
stl/STLAsciiParseManual.C
stl/STLAsciiParseRagel.C
vtk/file/foamVtkFileWriter.C
vtk/core/foamVtkCore.C
vtk/core/foamVtkPTraits.C