- Nov 13, 2021
-
-
Jose Luis Cercos-Pita authored
-
Jose Luis Cercos-Pita authored
-
Kitware Robot authored
-
- Nov 12, 2021
-
-
36cb1992 Multithreading for vtkDataSetAttributes::CopyData + new version 6ec347d6 New vtkDataArray::InsertTuples(vtkIdType destId, vtkIdList* srcIds, ...) a9c08164 vtkIdList: adding memory management mechanism. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8629
-
9bd64d66 Cleanup and rework of the VRInteractorStyle and subclasses Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8633
-
-
7278ccf2 vtkMeshQuality: Adding partial support for non linear cells 64731bcd Revert "Simplify GenerateTetras by using 6 cells per block instead of 12" b5e2ebc8 vtkMeshQuality: NaN for unsupported cells 4222bdd1 vtkMeshQuality: formating Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8637
-
Ken Martin authored
Reparent the OpenXRInteractorStyle to be a subclass of VRInteractorStyle. Remove lots of duplicated code Rework the TrackedDevice/Device code to be more generic and flexible so that future APIs can work with it. Fix a memory leak in the VRHardwarePicker.
-
3b5b7f83 vtkCellTypes deprecation: moving release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8636
-
Yohann Bearzi (Kitware) authored
The filter now has an optional flag `LinearApproximation`, which, if turned on, computes cell quality for non-linear cells, which are treated as if they were linear. This computation is dumped into a second output array. In addition, unsupported cell types now output NaN, so the user can know when no quantity has been computed. Adresses paraview/paraview#20805 (cherry picked from commit 16d2d35b)
-
Yohann Bearzi (Kitware) authored
This reverts commit 6a72e606. (cherry picked from commit 5b41f563)
-
Yohann Bearzi (Kitware) authored
When a cell was not supported by this filter, it was producing a zero value. Instead, to notify the fact that the measure cannot be used / trusted, the filter produces `NaN` from now on. Adresses paraview/paraview#20805 (cherry picked from commit cf1e022c)
-
Yohann Bearzi (Kitware) authored
Method separation comment was missing in this filter. (cherry picked from commit b61617aa)
-
Yohann Bearzi (Kitware) authored
Release notes were merged into the wrong directory.
-
f331b2a9 Deprecating `vtkUnstructuredGrid::GetCellTypes` 613d4e38 Deprecating vtkCellTypes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8630
-
Yohann Bearzi (Kitware) authored
The `vtkCellTypes` API is to be removed. A new API `vtkUnstructuredGrid::GetDistinctCellTypes` is added, and `vtkUnstructuredGrid::GetCellTypes` is deprecated. In the long run, the attribute `DistintCellTypes` should turn into a `vtkUnsignedCharArray`
-
Yohann Bearzi (Kitware) authored
`vtkCellTypes` currently holds an attribute `LocationArray` which is not needed anymore. this commit deprecates all methods that are related to this attribute.
-
Kitware Robot authored
-
- Nov 11, 2021
-
-
Yohann Bearzi (Kitware) authored
This commit multithreads `CopyData` calls using SMP. A new API is added for `CopyData` to handle the case where there is an explicit indexing in the source data set attributes and an implicit one in the destination
-
4a807be1 Merge branch 'upstream-libproj' into ben-proj-8.1.0 b5eb6bf3 libproj 2021-11-11 (87a17f80) 617b1a63 Merge branch 'upstream-nlohmannjson' into ben-proj-8.1.0 f8eeb8d1 nlohmannjson 2021-11-06 (fd196773) 1bd6c757 Merge branch 'upstream-sqlite' into ben-proj-8.1.0 5b45dc72 sqlite 2021-09-24 (89d757f0) 0e6caaf8 Move proj.db between build and test jobs ae134123 Add TestLibProj ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8474
-
Yohann Bearzi (Kitware) authored
This new API inserts tuples in the data array in increasing order starting at destId, from a source array where tuples are picked at srcIds locations.
-
Yohann Bearzi (Kitware) authored
It was not possible to create a `vtkIdList` that would just read a subset of another `vtkIdList`, because each `vtkIdList` owns its internal buffer. A mechanism to optionally disown the internal buffer is provided in `vtkIdList::SetArray`. From now on, one can assign a pointer and a given length and tell `vtkIdList` that someone else is managing the pointer.
-
Dan Lipsa authored
# By Proj Upstream * upstream-libproj: libproj 2021-11-11 (87a17f80)
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 87a17f8037ec2fa0fa04c72688977d3b3b6e5569 (for/vtk-20211111-8.1.0).
-
Dan Lipsa authored
# By nlohmann json Upstream * upstream-nlohmannjson: nlohmannjson 2021-11-06 (fd196773)
-
Code extracted from: https://gitlab.kitware.com/third-party/nlohmann_json.git at commit fd19677376de1113501f7b3d568842b2b71e892a (for/vtk-20211106-3.10.4).
-
Dan Lipsa authored
# By sqlite Upstream * upstream-sqlite: sqlite 2021-09-24 (89d757f0)
-
Code extracted from: https://gitlab.kitware.com/third-party/sqlite.git at commit 89d757f0bd33cedb0ee6e788f03ed95524e54c89 (for/vtk-20210924-3.36.0).
-
Dan Lipsa authored
-
Dan Lipsa authored
-
Dan Lipsa authored
-
Dan Lipsa authored
-
-
Kitware Robot authored
-
- Nov 10, 2021
-
-
16d2d35b vtkMeshQuality: Adding partial support for non linear cells 5b41f563 Revert "Simplify GenerateTetras by using 6 cells per block instead of 12" cf1e022c vtkMeshQuality: NaN for unsupported cells b61617aa vtkMeshQuality: formating Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8563
-
b28ee0c8 Reducing vtkGhostCellsGenerator compile-time. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8619
-
Yohann Bearzi (Kitware) authored
The filter now has an optional flag `LinearApproximation`, which, if turned on, computes cell quality for non-linear cells, which are treated as if they were linear. This computation is dumped into a second output array. In addition, unsupported cell types now output NaN, so the user can know when no quantity has been computed. Adresses paraview/paraview#20805
-
0bfd6623 OpenXR: reparent OpenXRRenderWindowInteractor Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8627
-
Yohann Bearzi (Kitware) authored
This reverts commit 6a72e606.
-
Yohann Bearzi (Kitware) authored
When a cell was not supported by this filter, it was producing a zero value. Instead, to notify the fact that the measure cannot be used / trusted, the filter produces `NaN` from now on. Adresses paraview/paraview#20805
-