-
- Downloads
Add VTK-m override for the Threshold filter
For image data inputs, `vtkmThreshold` generates Hex cells in the output whereas `vtkThreshold` generates Vox cells. After some discussion, we have decided to not change vtkm's behaviour to match vtk, as it is considered as the correct behaviour. Modified `TestExtractCellsAlongPolyLine` as it was expecting Vox cells all the time, where as now, it can get Hex cells sometimes.
Showing
- Accelerators/Vtkm/Filters/CMakeLists.txt 1 addition, 0 deletionsAccelerators/Vtkm/Filters/CMakeLists.txt
- Accelerators/Vtkm/Filters/Testing/Cxx/TestVTKMThreshold.cxx 0 additions, 1 deletionAccelerators/Vtkm/Filters/Testing/Cxx/TestVTKMThreshold.cxx
- Accelerators/Vtkm/Filters/Testing/Cxx/TestVTKMThreshold2.cxx 0 additions, 4 deletionsAccelerators/Vtkm/Filters/Testing/Cxx/TestVTKMThreshold2.cxx
- Accelerators/Vtkm/Filters/vtkmThreshold.cxx 141 additions, 11 deletionsAccelerators/Vtkm/Filters/vtkmThreshold.cxx
- Filters/Core/Testing/Cxx/TestExtractCellsAlongPolyLine.cxx 16 additions, 4 deletionsFilters/Core/Testing/Cxx/TestExtractCellsAlongPolyLine.cxx
- Filters/Core/Testing/Python/pointsPrecisions.py 1 addition, 1 deletionFilters/Core/Testing/Python/pointsPrecisions.py
- Filters/Core/vtkThreshold.cxx 1 addition, 1 deletionFilters/Core/vtkThreshold.cxx
Loading
Please register or sign in to comment