- Jul 24, 2023
-
-
Kitware Robot authored
-
- Jul 23, 2023
-
-
Kitware Robot authored
-
- Jul 22, 2023
-
-
Kitware Robot authored
-
- Jul 21, 2023
-
-
f58faae4 ABI: fix vtkOpenGLBatchedPolyDataMapper 28ecc8b6 ABI: fix vtkCompositeSurfaceLICMapper f0e61afd ABI: fix vtkFieldDataToDataSetAttribute 0d1d8526 ABI: fix vtkValueFromString Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10343
-
1cdbb599 docs: Fix invalid figure options in VTKFileFormats.md 080bef42 docs: Fix missing reference warning in ModuleSystem.md 77cccfb2 docs: Consolidate "Advanced Topics" and "API" documents 242ea235 docs: Consolidate "Design documents" files 5000c907 docs: Consolidate "Build instructions" documents 5d5c273f docs: Consolidate "Developer's Guide" documents cca23eb8 docs: Simplify generation removing need for manual substitutions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !10281
-
1cc98dcc ParallelCoordinates: improve control of the selection Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10335
-
Kitware Robot authored
-
- Jul 20, 2023
-
-
Jean-Christophe Fillion-Robin authored
This commit addresses the following warnings like the following introduced in 056f0627 (vtkhdf: document transient data) /path/to/VTK/Documentation/docs/design_documents/VTKFileFormats.md:1085: WARNING: 'figure': Invalid options format (not a dict) [myst.directive_parse]
-
Jean-Christophe Fillion-Robin authored
This commit addresses the following warning introduced in 33fbaba2 (Updating doc) /path/to/VTK/Documentation/docs/api/cmake/ModuleSystem.md:1005: WARNING: local id not found in doc 'advanced/spdx_and_sbom': 'frequently_asked_questions' [myst.xref_missing]
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
e9ea19f7 Add references to PyVista in documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !10345
-
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
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
Kitware Robot authored
-
- Jul 19, 2023
-
-
Bane Sullivan authored
-
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
-
Lucas Givord authored
The behavior of the selection has been simplify in the vtkChartParallelCoordinates. By default, we support only a single selection like in vtk 9.1.0. Multiple Selection still be possible in other selection mode like SELECTION_ADDITION and SELECTION_SUBTRACTION.
-
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
-