Skip to content
Snippets Groups Projects
  1. Feb 14, 2020
  2. Feb 13, 2020
    • Aron Helser's avatar
      Update vtkExtractVOI filter to respect vtkImage::DirectionMatrix · db4d7f86
      Aron Helser authored
      An oriented image needs to have its direction matrix passed to the
      output, and the boundaries and origin need to respect the
      direction matrix.
      
      Change the filter's test to use and oriented input, and check for
      the direction matrix in the output.
      
      Fix compliation error for debug VS2019 build.
      VC compiler doesn't recognize the 'not' keyword, only '!'.
      db4d7f86
  3. Dec 11, 2019
  4. Nov 18, 2019
  5. Nov 13, 2019
  6. Nov 12, 2019
  7. Nov 11, 2019
  8. Aug 29, 2019
  9. Aug 03, 2019
  10. Aug 01, 2019
  11. Jun 03, 2019
  12. Apr 22, 2019
  13. Apr 19, 2019
  14. Apr 17, 2019
  15. Apr 10, 2019
  16. Apr 04, 2019
    • Utkarsh Ayachit's avatar
      vtkAlgorithm: progress shift/scale · ce3e6527
      Utkarsh Ayachit authored
      vtkAlgorithm now supports ability to specify values for shifting and
      scaling progress. This enables internal vtkAlgorithm instances to report
      progress for part of the work without too much work. Also allows
      vtkCompositeDataPipeline to report progress was each iteration over the
      composite dataset as a part of the whole rather than having the progress
      be from [0, 1.0] for each block in the composite dataset.
      ce3e6527
  17. Apr 03, 2019
  18. Jan 10, 2019
  19. Jan 08, 2019
Loading