vtk-m/vtkm/filter/contour
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
..
testing Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00
worklet Removed ExecutionWholeArray class 2022-10-27 15:07:41 -06:00
ClipWithField.cxx Merge topic 'fix-clip-typelist' 2022-10-13 14:08:56 -04:00
ClipWithField.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
ClipWithImplicitFunction.cxx Merge topic 'fix-clip-typelist' 2022-10-13 14:08:56 -04:00
ClipWithImplicitFunction.h Add support for Offset in ClipWithImplicitFunction 2022-09-12 09:40:08 -04:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
Contour.cxx Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00
Contour.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
MIRFilter.cxx Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00
MIRFilter.h remove shared states from MIRFilter instances 2022-05-19 16:59:34 -06:00
Slice.cxx Slice should support slicing along non-zero values 2022-09-12 16:09:07 -04:00
Slice.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00