- Jul 19, 2023
-
-
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.
-
- Jun 30, 2023
-
-
Kitware Robot authored
-
- Jun 29, 2023
-
-
f0486e2d Allow const std::vector<vtkSmartPointer<T>> in Python Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10295
-
fa84fdce vtkDataSetSurfaceFilter: Fix not aligned memory issues. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Tested-by:
Sean McBride <sean@rogue-research.com> Merge-request: !10261
-
cc5b34f7 vtkPNGReader: Add GetTextValues/GetTextKeys Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Merge-request: !10275
-
Jean-Christophe Fillion-Robin authored
This commit is a follow-up of 8b3e3388 (Allow std::vector<vtkSmartPointer<T>> in Python) to support wrapping custom classes with function like the following to be wrapped: class vtkSegmentationCore_EXPORT vtkSegmentationConverterFactory : public vtkObject { public: typedef std::vector< vtkSmartPointer<vtkSegmentationConverterRule> > RuleListType; [...] const RuleListType& GetConverterRules(); [...] }; class vtkSegmentationCore_EXPORT vtkSegmentationConverterRule : public vtkObject { [...] }; Co-authored-by:
David Gobbi <david.gobbi@gmail.com>
-
4ca0168f Support mixed shapes for UnstructuredGrid in vtkDataObjectToConduit Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10296
-
Louis Gombert authored
-
Kitware Robot authored
-
- Jun 28, 2023
-
-
12d521a6 Emscripten SDL2: Install resize callback in AddEventHandler Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10300
-
Kitware Robot authored
-
- Jun 27, 2023
-
-
Jaswant Panchumarti (Kitware) authored
-
affbd723 vtkDIYGhostUtilities: aborting when adjacency map is asymmetrical Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !10291
-
Kitware Robot authored
-
- Jun 26, 2023
-
-
9c644561 Fix comparison of integer expressions of different signedness b76bac28 Remove debugging loging and use vector value for ease of use def66148 Fix multi-component test e5d50bc4 Add support for multi-component data array e8e0606e Convert polydata to conduit. c002e5ce We can have non-empty polydata with empty cell array. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10294
-
Yohann Bearzi (Kitware) authored
This scenario can happen if the user provides faulty global point ids. An asymmetrical adjacency map can cause a crash. So instead, we now double check symmetry while exchanging ghost data and abort if exchanges are not symmetrical Fixes #22191
-
Dan Lipsa authored
-
Dan Lipsa authored
-
cc2498c5 Remove the TestBlockOpacity test 00a170ca Support both texture and interpolated scalars in composite polydata mapper 9925fd19 Support both texture and interpolated scalars in GLES polydata mapper 3db581f4 Add tests for texture coloring with interpolated scalars 79969286 Support any texture with interpolate scalars Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10271
-
Kitware Robot authored
-
- Jun 25, 2023
-
-
Dan Lipsa authored
-
Dan Lipsa authored
-
Dan Lipsa authored
-
Dan Lipsa authored
This is a polydata that only has points and point arrays.
-
Kitware Robot authored
-
- Jun 24, 2023
-
-
Kitware Robot authored
-
- Jun 23, 2023
-
-
e08b1e5c Add test for passthrough of image Direction 689b854c Copy the DIRECTION in vtkImageIterateFilter 6c5772a9 Copy DIRECTION by default in REQUEST_INFORMATION Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Acked-by:
Bryce Besler <bryce.besler@gmail.com> Merge-request: !10290
-
beb9e431 Added direction option to vtkDistancePolyDataFilter + regression test Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Jens Munk Hansen <jens.munk.hansen@gmail.com> Merge-request: !10252
-
77aff9ba vtkScatterPlotMatrix: persist plots across animation frames e476ed59 ScatterPlotMatrix: Use enums for animation phase 582a388d Context2D: context items can release graphics cache objects 4d91ce8d Speed up rendering of selected points in 2D, 3D plots 47222e03 Refactor common method to filter selected points in vtkPlot 55993cd8 Plot2D: Speed up 2D point rendering 1a37ea5b Plot3D: Speed up 3D point rendering 21b5a3aa Context2D: abstract cached-draw API. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10262
-
a142e189 Replace std::stringstream with vtkValueFromString in vtkVariant::ToX 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: !10196
-
David Gobbi authored
Previously, the Direction of an image was not automatically passed to the output the the streaming demand-driven pipeline. This test ensures that the Direction and other info is passed.
-
Kitware Robot authored
-
- Jun 22, 2023
-
-
David Gobbi authored
This is the base of the FFT filters, vtkImageCityBlockDistance, vtkEuclideanDistance, and vtkImageSeparableConvolution. Copying the DIRECTION to the output here is necessary for these filters to be able to operate correctly on oriented images.
-
David Gobbi authored
When SPACING and ORIGIN are copied by the pipeline, the associated DIRECTION should also be copied. Most VTK filters should simply pass the DIRECTION to the output if present, a few filters will have to modify the DIRECTION.
-
Jens Munk Hansen authored
-
Alexy Pellegrini authored
This will increase performances of all code that depends on these functions such as vtkStringToNumeric, vtkDelimitedTextReader and more.
-
d4b26a4d Improve test coverage of vtkVariant conversion functions Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10287
-
Kitware Robot authored
-
- Jun 21, 2023
-
-
b4fcea7e Merge branch 'upstream-libproj' into proj-mingw-fix 9cca016b libproj 2023-06-19 (379f3407) 59249c05 libproj: fix `STRICT` conflict for MinGW as well Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10286
-
Alexy Pellegrini authored
This tests vtkVariantStringToNumeric
-