Skip to content

Update VTK for glyph performance improvement

Cory Quammen requested to merge cory.quammen/paraview:update-vtk into master

Also brings in:

344aab53dc vtkAMRVelodyneReaderInternal: remove invalid string assignment
f6cf0de694 Address IOSSReader issues.
62f386f388 vtkIOSSReader: Add DisplacementMagnitude member
5f17e62b4a vtkDataSetAttributes: CopyData may not run using SMP
3744f22270 Fix the location of the OpenVDB output for vtkImageData
cd11a64104 vtkXMLUnstructuredDataWriter: protect against accessing null cell array
3c3f87ebbf vtkIOSSReader: pass comm-world using newer API
db8e54aaf5 ioss 2022-03-09 (a145abbd)
fffc1c878b tpl: update IOSS
8f7a1f9a92 vtkDataArray: tuple inserting dispatch fix
55a42e43fb Made basic scalar getters VTK_FUTURE_CONST
ee49fb1fbc Use VTK_FUTURE_CONST in various API that use VTK_FILEPATH
54328f4aa1 Enabled USE_VTK_FUTURE_CONST on an arbitrary CI bot
a1dbf573d2 Introduce VTK_FUTURE_CONST to slowly bring more const correctness
6f47f6d800 Made some local variables const
7a5ea2f63c Eliminate unnecessary #include
9e95256b03 hdf5 2022-02-14 (94a92858)
28e6717d06 Advanced HDF5 tag to for/vtk-20220214-1.12.1

List generated with

git log --oneline --no-merges 03b263a3..18587735 | grep -v Nightly

within the VTK submodule directory.

Edited by Cory Quammen

Merge request reports