Draft: Correctly set GlobalPointIndexStart/GlobalPointDimensions in output CellSet for ExtractStructured
requested to merge ghweber/vtk-m:add-point-index-start-unit-test-to-testing-extract-stuctured into master
Correctly set GlobalPointIndexStart
and GlobalPointDimensions
on output CellSetStructured
after calling vtkm::filter::entity_extraction::ExtractStructured
.
-
GlobalPointIndexStart
isGlobalPointIndexStart
of inputCellSetStructured
+ minimum index of VOI -
GlobalPointDimensions
is copied from inputCellSetStructured
- Add a test to see if both
GlobalPointIndexStart
andGlobalPointDimensions
are set correctly after calling filter.
Edited by Gunther Weber