Draft: Correctly set GlobalPointIndexStart/GlobalPointDimensions in output CellSet for ExtractStructured
Correctly set GlobalPointIndexStart and GlobalPointDimensions on output CellSetStructured after calling vtkm::filter::entity_extraction::ExtractStructured.
-
GlobalPointIndexStartisGlobalPointIndexStartof inputCellSetStructured+ minimum index of VOI -
GlobalPointDimensionsis copied from inputCellSetStructured - Add a test to see if both
GlobalPointIndexStartandGlobalPointDimensionsare set correctly after calling filter.
Edited by Gunther Weber