Skip to content
Snippets Groups Projects
Commit ee0947b6 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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.
parent d8375248
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment