Skip to content
Snippets Groups Projects
  1. Jun 03, 2019
  2. Apr 22, 2019
  3. Apr 19, 2019
  4. Apr 17, 2019
  5. Apr 10, 2019
  6. 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
  7. Apr 03, 2019
  8. Jan 10, 2019
  9. Jan 08, 2019
  10. Dec 20, 2018
  11. Nov 30, 2018
  12. Nov 23, 2018
  13. Sep 27, 2018
  14. Sep 14, 2018
  15. Aug 29, 2018
  16. Aug 06, 2018
  17. Aug 01, 2018
    • Shreeraj Jadhav's avatar
      vtkImageBlend bug fix for compound mode · 92175bff
      Shreeraj Jadhav authored
      vtkImageBlend was not blending images correctly in compound mode
      for 2-channel (LA) and 1-channel images.
      Test case has been added to test the compound mode, which
      was previously missing.
      92175bff
  18. Jun 18, 2018
  19. Jun 17, 2018
  20. Jun 05, 2018
  21. May 29, 2018
    • David Gobbi's avatar
      Expand the description of vtkImageMapToWindowLevelColors · 086c487f
      David Gobbi authored
      This filter is most often to apply a Window/Level operation to
      grayscale input data, without a lookup table, so I have put that
      first in the description.  The less-common use of modulating the
      color produced by a lookup table has been moved to the end.
      086c487f
Loading