- Nov 25, 2022
-
-
Kitware Robot authored
-
- Nov 24, 2022
-
-
5076eecb Revert "Merge topic 'cocoa-thread-safety'" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9707
-
Kitware Robot authored
-
- Nov 23, 2022
-
-
Jaswant Panchumarti (Kitware) authored
This reverts commit 911f2f99, reversing changes made to f8463163.
-
Kitware Robot authored
-
- Nov 22, 2022
-
-
64d99fd7 Remove commented out debugging code 8ccc4679 Fix: On Windows tellg is wrong unless stream is open in binary e651168c size_t to uint32_t conversion warning b4625ae0 Fix conversion size_t to uint32_t e9f90240 Unreferenced formal parameter 4fa8a2d5 Fix std::string to char* conversion error 31d8c058 Add ability to use GLB to save tiles 19f56aec Pad so accessor total byteOffset is multiple of componentType length ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9664
-
Kitware Robot authored
-
- Nov 21, 2022
-
-
-
-
-
7a96d69e Tweak vtkContourTriangulator tolerances Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9695
-
7a96d69e Tweak vtkContourTriangulator tolerances Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9695
-
Dan Lipsa authored
-
f490dacb build(impArr): break circular dependency with CommonCore 058933c2 refactor(impArr): value range calculating d729f8b7 review(ImplicitArrays): improve build and test structure + doc 9fb72f86 review(ImplicitArray): refactor local scopes + doc + add keyword const c1fb50c3 review(implicitArrays): refactor + fix typos + nowrap + doc 295ed1ec move(implicitArrays): into its own module 741cc86a review(ImplicitArray): general reorganization improvements 62d09ef7 test(vtkImplicitArray): ensure behavior through critical filters ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9549
-
Kitware Robot authored
-
- Nov 20, 2022
-
-
Kitware Robot authored
-
- Nov 19, 2022
-
-
Kitware Robot authored
-
- Nov 18, 2022
-
-
David Gobbi authored
The polygon bounds check didn't include a tolerance, so roundoff error in point interpolation could cause poly-in-poly checks to fail when they should have succeeded. This was specifically causing failures in vtkClipClosedSurface when the generated polys had normals along X, Y, or Z since the polygon bounds were vanishinly thin along the normal direction.
-
Julien Fausty authored
-
Kitware Robot authored
-
- Nov 17, 2022
-
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
- fix windows CI by not wrapping vtkImplicitArray template - improve changelog with more information - add dispatch options documentation to `build.md` - fix export in front of implicit arrays
-
Julien Fausty authored
-
Julien Fausty authored
- Put `ImplicitBackends` into its own module - Improve documentation in multiple areas - Add more details to change log - Remove some commented code in testing - Simplify some cmake variables and logic - Remove the set warnings on implicit arrays - Use the `string(CONCAT ...)` instead of internal function when creating dispatch array list - Add copyright guards to tests that were missing them - Remove some exporting for MSC 2008/2010 compilers - Add some `static_assert`s to testing
-
Julien Fausty authored
Make sure that the vtkImplicitArrays behave correctly in certain critical filters: - vtkStreamTracer - vtkContourFilter - vtkSmartVolumeMapper - vtkRedistributeDataSetFilter
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
- added documentation - added a copy implementation for implicit arrays - added ABI namespace following major VTK change
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
This development should add a set of traits specific to the implicit backend/function behind an implicit array. The idea is to be able to give an implicit array a wide variety of types of backend and to have it work out of the box without respecting a strict class interface.
-
Julien Fausty authored
-