vtk-m/vtkm/filter/clean_grid/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 delete unused worklet unit test 2022-01-26 13:51:21 -07:00
UnitTestCleanGrid.cxx Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00