- Jul 20, 2023
-
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
9f25e3f2 setting ospray volume sampling rate Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
David E. DeMarle <david.demarle@intel.com> Merge-request: !9989
-
Kitware Robot authored
-
- Jul 19, 2023
-
-
1c395c74 Fixed out of bounds array access with empty arrays aea8f0a2 Folded vtkVariantToNumeric.inl into the .cxx file 4d380c86 Code review of vtkVariant and vtkScalarsToColors Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10325
-
a3e3862b Rendering/ZSpace: use `option` instead of `set(CACHE BOOL)` 91899628 vtkZSpaceSDKManager: use debug logging for ZSpace SDK selection 284c0b6a Rendering/ZSpace: use `VTK_` to prefix options made by VTK 8fbc260f Rendering/ZSpace: fix some CMake whitespace style 8ea7a829 Rendering/ZSpace: fix some CMake style 8a805ab3 Rendering/ZSpace: localize the SDK selection 7245f658 whitespace: remove trailing whitespace Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Tested-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10328
-
3774780b Add filters to compute tensor principal invariants and yield criteria Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10302
-
Kitware Robot authored
-
- Jul 18, 2023
-
-
Sean McBride authored
It was incorrect to assume there was always a 0th element. Instead, check that the array is not empty first. Added new test cases to test empty arrays. Thanks to David Gobbi for noticing this bug during review of something else.
-
78792919 ci: use an OSMesa build with a static LLVM fe1e9d90 ci: build LLVM statically 31e94b7a ci: install LLVM separately from OSMesa Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10326
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Tiffany Chhim authored
The filter vtkTensorPrincipalInvariants computes principal tensor values and vectors from 2D and 3D symmetric tensors. The vectors can be scaled by their corresponding values if needed. The filter vtkYieldCriteria computes yield criteria from 2D and 3D symmetric tensors. It uses the above filter internally to obtain the principal invariants from which the criteria are derived.
-
Kitware Robot authored
-
- Jul 17, 2023
-
-
Sean McBride authored
It's existence seemed to be to support some ancient compilers.
-
Sean McBride authored
- added range checking to GetAnnotation() for consistency with GetAnnotatedValue() - improved various comments as I learned the details of these classes - changed vtkVariant's Valid ivar to bool, the related methods were already using bool - changed vtkVariant's Type ivar to unsigned int, the related methods were already using unsigned int - use VTK_VOID instead of a raw 0 for vtkVariant's Type - make use of constexpr in a few places - always use .0 so that doubles look like doubles and not ints - prefer preincrement in for loop - instead of guarding possible null pointer deref by checking Valid check the pointer itself.
-
3d5299a1 Rehabilite strange IsItemPresent() method 1fab21ff Manually found and changed many int to vtkTypeBool 146533d7 Searched for int\s*Has and changed many int -> vtkTypeBool e7662f79 Wrap some code in VTK_LEGACY_REMOVE 21c37969 Created a VTK_USE_FUTURE_BOOL configure-time variable c6a69634 Fixed compile errors and warnings when vtkTypeBool = bool Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10114
-
Kitware Robot authored
-
- Jul 16, 2023
-
-
Kitware Robot authored
-
- Jul 15, 2023
-
-
Kitware Robot authored
-
- Jul 14, 2023
-
-
Kitware Robot authored
-
- Jul 13, 2023
-
-
5aa4b734 Fix bug when render background is toggled between gradient and texture Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10333
-
87b9ffa2 Remove incomplete TestAreaPickerMultiblock Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Gandel <lucas.gandel@kitware.com> Merge-request: !10332
-
33fbaba2 Updating doc 897003c7 Improve SPDX custom license system Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10329
-
66c0964f Refactor vtkContourHelper c101d44a Fix: vtkContourHelper Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10180
-
Kitware Robot authored
-
- Jul 12, 2023
-
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
5bb3f523 vtkOrientationWidget: Documentation b8216a6a vtkOrientationRepresentation: Can show arrows 76ecdc81 Add vtkOrientationWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10310
-
26c2dce5 BUG: error for non-fatal xml issue Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9648
-
Kitware Robot authored
-
- Jul 11, 2023
-
-
Kitware Robot authored
-
- Jul 10, 2023
-
-
As the original author indicated [1], this was meant to be a warning, but the use of `vtkErrorMacro` indicates and error even when the read is successful. For example, reading an empty `vtkPolyData` results in an error message even though the object is correctly read. This leads to backwards incompatible behavior as discussed in [2]. [1] vtk/vtk@7f768465 [2] https://github.com/Slicer/Slicer/issues/6447
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
201ddae2 Introduce vtkFieldDataToDataSetAttribute Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Merge-request: !10322
-
Charly Bollinger authored
-
Charly Bollinger authored
-