Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (52m)  pkgsrc-2024Q1 (4d)  pkgsrc-2023Q4 (78d)  pkgsrc-2023Q2 (110d) 

2024-06-17 17:35:41 UTC Now

2021-07-08 14:59:25 UTC MAIN commitmail json YAML

Update vtk to 9.0.3

Highlights:
# New classes
  - Added a `vtkImageProbeFilter` which works like `vtkProbeFilter`, but for
    `vtkImageData`
# New support
  - `enum class` setters and getters are now supported via
    `vtk{Get,Set}EnumMacro`
# Fixes
  - The `QVTKRenderWidget.h` is now installed.
  - `vtk3DLinearGridPlaneCutter` guards against `nullptr` points and cells
  - The composite date mapper now iterates over data blocks properly
  - `vtkStringArray::Resize` takes tuple elements into account
  - `vtkArrowSource` now supports scalong and rotation around the origin or the
    arrow's center point
  - The `VTK::DomainsChemistryOpenGL2`, `VTK::RenderingContextOpenGL2`, and
    `VTK::RenderingOpenGL2` modules are added to the `Rendering` group to avoid
    missing implementations of rendering components
  - `vtkCutter` enables point merging when requested through a
    `vtkPointLocator` which merges points
  - `vtkAxesActor` bounds calculations improved to avoid assumptions about
    range values
  - `vtkWindowLevelLookupTable` out-of-range colors are now initialized
    properly
  - `vtkImageReslice::RequestInformation` is refactored handle common image
    information passing
  - `vtkImageReslice` creates a new interpolator in `::GetInterpolator`; this
    new interpolator now uses the same interpolation mode as `vtkImageReslice`
    itself

(prlw1)