- Mar 25, 2025
-
-
Sankhesh Jhaveri authored
These family of classes depend on both, vtkRenderingContext2D and vtkChartsCore causing cyclic dependencies in either of these modules. Moving to a separate module allows it to compile fine.
-
- Mar 14, 2025
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
Helps avoid overlapping labels
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
Successor to vtkCubeAxesActor3D.
-
d481b0aa cmake: report CI information in the configure output Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11980
-
Kitware Robot authored
-
- Mar 13, 2025
-
-
69df00cc Merge branch 'upstream-fast_float' into update-fast_float_8.0.2 8aa09616 fast_float 2025-03-12 (edf35898) 85168b83 Add changelog 730fd48e fast_float: update.sh to 8.0.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11975
-
7d6d0239 More compile warnings removed 8bacbc1e Added virtual destructor to vtkAnariPolyDataMapperInheritInterface 632649c4 Interface consistency of vtkAnariRendere SetParameter 6f4af434 Updated Glyph mapper and device for better compliance b640ce5a Added vtkGlyphmapper3D support cdd02f32 Added support for ANARI backends supporting a scenegraph workflow Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Acked-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11824
-
Spiros Tsalikis authored
# By fast_float Upstream * upstream-fast_float: fast_float 2025-03-12 (edf35898)
-
Code extracted from: https://gitlab.kitware.com/third-party/fast_float.git at commit edf3589848bcb134cee67df62de292db16ab1ef5 (for/vtk-20250313-8.0.2).
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Ben Boeckel authored
This makes it easy to go from CDash back to the CI infrastructure.
-
5feaa844 VTKHDF testing: only use 1 polydata transient file efd0b31f VTKHDF Writer: Fix external links error catching for composite datasets e7757ef0 VTKHDFWriter composite: add release note cb0cc57a VTKHDF Writer testing: add new testing data 0df1562e VTKHDF writer: force not using external datasets with composite+temporal 2b60b86b VTKHDF writer: fix temporal composite test c3db4571 VTKHDFWriter: fix temporal multiblock 9962a98b VTKHDFWriter Composite temporal: fix creating hierarchy for PDC ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11958
-
Kitware Robot authored
-
- Mar 12, 2025
-
-
9d967be1 Readability: avoid single letter variables 2a1e821a Add spacing/refinement consistency check e2457871 Move to named namespace bb9a58ee Add safe guard to access conduit node a0d953a7 Improve AMR testing ba1bf6d7 Modernize memory management in AMR examples 1244ff34 Update AMR class documentation 180b6344 Initialize spacing for each block on each rank ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11959
-
47c86dc5 Tests: Improve ParticlesTracers test and add testing for UG 66ac7a64 vtkParticleTracer: Fix a crash with unstructured input Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11949
-
Louis Gombert authored
-
Kitware Robot authored
-
- Mar 11, 2025
-
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Kees van Kooten authored
-
Kees van Kooten authored
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
vtkOverlappingAMR offers an `Audit` (debug) method. Update it to also catch spacing vs refinement consistency.
-
Nicolas Vuaille authored
The (anonymous) namespace contains method for AMR manipulation. Name it to reflect that.
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
Specially distributed testing of Conduit to AMR conversion
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
Each rank should have the correct spacing set for the whole structure, not only for the blocks belonging to it.
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
This limits the number of nested scopes, which is better for readability
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
Most variables were associated to either the whole dataset or only the subpart that belongs to the current MPI rank. Move them to dedicated structures to make it clearer. It also helps with name consistency
-
Nicolas Vuaille authored
-
Kitware Robot authored
-
- Mar 10, 2025
-
-
5e878068 BUG: Fix bounds computation in vtkMultiVolume Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Andras Lasso <lasso@queensu.ca> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11970
-
This line set the homogeneous IJK coordinates incorrectly: pointsDataCoords.emplace_back(bounds[1], bounds[3], bounds[5], 0.); The problem is that the last component is set to 0 instead of 1 (the coordinates specify a direction vector and not a position). When this vector is multiplied by the homogeneous transformation matrix, the position is incorrect, because the translation component of the matrix is not taken into account. fixes https://github.com/Slicer/Slicer/issues/8301 fixes vtk/vtk#19447
-