Skip to content

Remove the Extent class and related functions.

Kenneth Moreland requested to merge kmorel/vtk-m:remove-extent into master

We have decided that we do not need the concept of an Extent in our data model. Instead, we simply use dimensions, which can be represented in a vtkm::Id3.

Merge request reports