Skip to content
Snippets Groups Projects
  1. Jun 23, 2023
  2. Jun 22, 2023
  3. Jun 21, 2023
  4. Jun 20, 2023
  5. Jun 19, 2023
  6. Jun 18, 2023
  7. Jun 17, 2023
    • Ben Boeckel's avatar
      vtkOStreamWrapper: add missing includes · c67678f9
      Ben Boeckel authored
      This actually comes from `vtkSetGet.h` macros, but these seem to be the
      only two files having issues (RogueResearch7's 10.11 builds).
      c67678f9
    • David Gobbi's avatar
      f745710d
    • David Gobbi's avatar
      Oriented image tests for new vtkImageResliceMapper · 1ce55760
      David Gobbi authored
      Two new tests: one of them tests a Direction matrix that is a simple
      rotation, the other tests a Direction matrix that has a negative
      determinant (since these are rather common in the medical field).
      1ce55760
    • David Gobbi's avatar
      Fix reslice mapper depth issue for Alpha test · 5c5ec0ef
      David Gobbi authored
      Adjust the reslice output to put it into a coordinate system that is
      aligned with the SlicePlane.  Since this coordinate system depends
      only on the SlicePlane and nothing else, it is identical for all
      instances of vtkImageResliceMapper that use the same slice plane,
      regardless of whether the prop orientation or image orientation
      differs between mappers.  Hence we expect the mappers to paint their
      pixels at the same depth in the depth buffer, reducing z-fighting.
      
      This fixes the test regression for TestResliceMapperAlpha, which
      failed due to z-fighting (overlay image wasn't fully rendered due
      its depth values were sometimes greater than the underlay image).
      5c5ec0ef
    • David Gobbi's avatar
      Support image direction in vtkImageResliceMapper · c306fe17
      David Gobbi authored
      These changes allow vtkImageResliceMapper to give correct results
      for oriented input images (that is, when the Direction isn't the
      identity matrix).  The vtkImageSliceMapper already supported these
      oriented images.
      
      At the same time, the mapper was reformulated so that it now uses
      the new vtkImageReslice::SetOutputDirection() method instead of
      using vtkImageReslice::SetResliceAxes().
      c306fe17
    • Kitware Robot's avatar
      VTK Nightly Date Stamp · 5e06dab8
      Kitware Robot authored
      5e06dab8
  8. Jun 16, 2023
  9. Jun 15, 2023
Loading