Skip to content
Snippets Groups Projects
  1. Sep 29, 2022
  2. Sep 28, 2022
  3. Sep 27, 2022
  4. Sep 22, 2022
  5. Sep 21, 2022
  6. Sep 14, 2022
  7. Sep 08, 2022
  8. Sep 02, 2022
  9. Sep 01, 2022
  10. Aug 31, 2022
  11. Aug 30, 2022
  12. Aug 21, 2022
  13. Aug 17, 2022
  14. Aug 15, 2022
  15. Aug 09, 2022
  16. Aug 02, 2022
    • Yohann Bearzi (Kitware)'s avatar
      Restoring vtkRedistributeDataSetFilter behavior · ad0857b3
      Yohann Bearzi (Kitware) authored
      !8812 broke a functionality of `vtkRedistributeDataSetFilter`. When
      setting `NumberOfPartitions` to some number larger than the number of
      input partitions, the filter internally generates a partitioned data set
      as a temporary state. When setting `PreservePartitionsInOutput` to
      false, the output becomes a `vtkUnstructuredGrid` and we need to merge
      the partitions into one partition. Instead of merging, the filter was
      just saving the first partition.
      
      The trick to have both this behavior working and not having duplicate
      points in the output is to set `MergingPointsOn` in the appender that
      merges the partitions into the output.
      
      Fixes #18632
      ad0857b3
    • David Gobbi's avatar
      Merge topic 'remote-vtkdicom' into release · e4693745
      David Gobbi authored and Kitware Robot's avatar Kitware Robot committed
      
      04e72715 Update the ref to vtkDICOM remote module
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Acked-by: default avatarBen Boeckel <ben.boeckel@kitware.com>
      Merge-request: !9447
      e4693745
  17. Aug 01, 2022
  18. Jul 30, 2022
  19. Jul 29, 2022
  20. Jul 28, 2022
Loading