- Dec 18, 2023
-
-
Kitware Robot authored
-
- Dec 17, 2023
-
-
7c0474c1 OpenXRRemoting: Streamline integration as plugin Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10449
-
Kitware Robot authored
-
- Dec 16, 2023
-
-
Kitware Robot authored
-
- Dec 15, 2023
-
-
391d56b8 vtkHDFReader: add release note about composite support 395cf24d vtkHDFReader: add support for composite dataset de5724fd doc(vtkHDF): add design for composite dataset 1a266d7a vtkTestUtilities: support partialy pdc 3fad10d5 vtkHDF: add sanity check for malformed 'Steps' group Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Acked-by:
Yohann Bearzi (Kitware) <yohann.bearzi@kitware.com> Merge-request: !10747
-
2439a501 Add test for vtkHyperTreeGridContour UseImplicitArrays option 244af201 Add UseImplicitArrays option to vtkHyperTreeGridContour filter ec1407a8 Add some vtkContourHelper documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Acked-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10750
-
Kitware Robot authored
-
- Dec 14, 2023
-
-
Fix an issue in vtkImplicitPolyDataDistance that returns the correct distance with the wrong sign under certain conditions. 8340c9c1 Refactoring: use vtkNotUsed to suppress unused warnings f89b16dd Refactor: Move isPointInsideCube definition on top ffbe9c8f Refactor include statements and variable naming c59723eb Add empty line for clarity as per review e15b0af2 Fix wrong sign in vtkImplicitPolyDataDistance (Issue #18307) Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10758
-
Lucas Givord authored
-
Lucas Givord authored
Update the vtkHDF version to 2.1.
-
Lucas Givord authored
-
Lucas Givord authored
Add dedicate method 'ComparePartitionedDataSetCollections' to check all partitioned dataset in a pdc. Note that the vtkDataAssembly isn't check at all.
-
Thomas Galland authored
-
Thomas Galland authored
Add an option to store the output contour values in an indexed array to lower the memory cost of the output. Only useful if the number of contour values is inferior or equal to 256.
-
Thomas Galland authored
Add details to the vtkContourHelper documentation.
-
-
-
-
b8adfacb Fix `vtkPOpenFOAMReader` property update for reconstructed cases d99a336c Fix for reading binary XML files > 2Gb on Windows a3fe6a58 RenderingOpenGL2: Fixed final blending of vtkOrderIndependentTranslucentPass. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10759
-
b8adfacb Fix `vtkPOpenFOAMReader` property update for reconstructed cases d99a336c Fix for reading binary XML files > 2Gb on Windows a3fe6a58 RenderingOpenGL2: Fixed final blending of vtkOrderIndependentTranslucentPass. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10759
-
In an MPI distributed setting, a `vtkOpenFOAMReader` property update using a `StreamingDemandDriverPipeline` would only trigger the `RequestData` for rank 0. For reconstructed cases, vtkPOpenFOAMReader only uses rank 0 to do the work, but would still wait for all processes to go through RequestData, which never happens, causing an infinite hang. By setting `CAN_HANDLE_PIECE_REQUEST` in every case, we ensure that all processes go through RequestData, even if they have no actual work to do, so the rank 0 can go across the barrier.
-
e8939e65 Add UseImplicitArrays option to vtk(P)ResampleWithDataSet 97d4c903 Add UseImplicitArrays option to vtkCompositeDataProbeFilter 28882412 Add UseImplicitArrays option in vtkHTGProbeFilter Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10748
-
Kitware Robot authored
-
- Dec 13, 2023
-
-
Thomas Galland authored
The UseImplicitArrays option has been added to vtkHyperTreeGridProbeFilter. For that reason, we expose it in vtk(P)ResampleWithDataSet, using the former internally.
-
Thomas Galland authored
The UseImplicitArrays option has been added to vtkHyperTreeGridProbeFilter. For that reason, we expose it in vtkCompositeDataProbeFilter, using the former internally.
-
Thomas Galland authored
vtkHyperTreeGridProbeFilter now exposes the UseImplictArray option. When on, the filter will use indexed arrays internally to improve the memory consumption of the filter, at the price of a higher computational cost. This option is disabled on vtkPHyperTreeGridProbeFilter until vtkHyperTreeGrid fully supports global IDs.
-
2fd69f4a fixes blank screen on Windows with OSPRay >=2.12 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !10753
-
David Perozzi authored
-
David Perozzi authored
Relocated the definition of isPointInsideCube function to precede the TestImplicitPolyDataDistanceCube function.
-
David Perozzi authored
- Corrected include statement for vtk files - Changed variable name formatting to camelCase
-
Fix an error encountered when reading binary format XML files on Windows - a missing define for Expat caused the offset used reading the position in the file to be limited to 2Gb. Fix the define in internal Expat, and add a check in `CanReadFile()` when using external Expat that the necessary feature, `XML_LARGE_SIZE`, is enabled. Add a call to `CanReadFile()` in the large-file test. Re-enable the text on Windows.
-
David Perozzi authored
Addressing code review feedback to add an empty line for better code readability and structure.
-
-
Lucas Givord authored
-
187cd505 vtkHDFWriter : support transient PolyData and UnstructuredGrid Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10744
-
Kitware Robot authored
-
- Dec 12, 2023
-
-
-
-
-
403fc9b4 Merge branch 'upstream-xdmf3' into xdmf-macos-compilation 32323cb9 xdmf3 2023-12-12 (f458e80a) 0fc99dcc xdmf3: update to fix 64bit support on macOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10755
-