Skip to content

Move mesh-related vtk io classes into mesh namespace.

T.J. Corona requested to merge tjcorona/smtk:vtk-extension-io-parity into master

This move reinforces parity between smtk/ and smtk/extension/vtk. It also moves the mesh-specific classes ExportVTKData and ImportVTKData (that do not have the word mesh in their names) out of the io namespace, providing room for other, non-mesh-specific io classes.

Merge request reports