vtk-m/vtkm/io/testing
Kenneth Moreland 2d30e6d45a Coordinate systems are stored as Fields
Previously, `DataSet` managed `CoordinateSystem`s separately from `Field`s.
However, a `CoordinateSystem` is really just a `Field` with some special
attributes. Thus, coordiante systems are now just listed along with the
rest of the fields, and the coordinate systems are simply strings that
point back to the appropriate field. (This was actually the original
concept for `DataSet`, but the coordinate systems were separated from
fields for some now obsolete reasons.)
2022-11-11 06:17:58 -07:00
..
CMakeLists.txt lodepng: remove interface dependency 2022-08-22 21:54:49 -04:00
UnitTestBOVDataSetReader.cxx Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00
UnitTestFileUtils.cxx minor fix 2021-10-14 14:42:02 -06:00
UnitTestHDF5Image.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestImageWriter.cxx minor fix 2021-10-14 14:42:02 -06:00
UnitTestPixelTypes.cxx lodepng: remove interface dependency 2022-08-22 21:54:49 -04:00
UnitTestVTKDataSetReader.cxx Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00
UnitTestVTKDataSetWriter.cxx Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00