vtk-m/vtkm/io
Kenneth Moreland 3a8c9421bd Merge branch 'reader-field-names' into 'master'
Reader should name fields only with their field name

The Legacy VTK file reader was augmenting all the field names with the
type of field. For example, if you had a point scalar field named
"elevation", it would be loaded as "SCALARS:elevation".

This is bad for two reasons. First, it is downright confusing. A tool
like ParaView or VisIt will tell me the field is named "elevation", but
VTK-m will report that field does not exist. Second, the writer does not
follow the same convention. Thus, if you have a loop of read file,
modify, write file, you could end up with fields named
"SCALARS:SCALARS:SCALARS:...".

See merge request !432
2016-06-01 09:27:27 -04:00
..
internal Fix endian flip when reading vector arrays 2016-05-31 17:36:08 -06:00
reader Name fields only with their field name 2016-05-31 12:57:44 -06:00
writer Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
CMakeLists.txt Convert unsupported cell types to supported types 2015-11-24 13:56:23 -05:00
ErrorIO.h Add legacy VTK file readers 2015-11-04 14:23:16 -05:00