- Dec 01, 2021
-
-
016a4a40 New vtkExtractCellsAlongPolyLine filter c9d74e57 Data arrays: bug fix for `InsertTuplesStartingAt` ccbf37aa New `vtkDataSet::GetCellSize(vtkIdType cellId)` API Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8586
-
Kitware Robot authored
-
- Nov 30, 2021
-
-
bfe68d5a Add a release note for changes to vtkImageMathematics ec8e646c Fix image mathematics for conjugate operation 5e2f3605 Add new connections to the first port for vtkImageMathematics b7e95028 Fix issue with indexing inputs provided 170dcb71 Ensure that all inputs are added to first port 64c07e78 Initialize output to copy of first input scalars 0b869a23 Modify vtkImageMathematics to allow repeatable input connection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8603
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
09a478a2 Cleanup VR camera code and subclasses Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8681
-
8ba53117 Add a comment for the conditional cache variable dba26566 Check to see if VTK_QT_VERSION is already set Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8683
-
Ken Martin authored
Consolidate OpenXR and OpenVR camera code into a new superclass called vtkVRHMDCamera. Rename the members to be much more explicit about what they represent and what coordinate systems they are in. Implement UpdateHMDMatrixPose for OpenXR Make the code between OpenXR and OpenVR more similar.
-
Sankhesh Jhaveri authored
-
6b9d8b3c vtkPoissonDiskSampler fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8667
-
cf749543 Fix uninitialised values in vtkViewport Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <mcmigliore@gmail.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !8682
-
Kitware Robot authored
-
- Nov 29, 2021
-
-
Sankhesh Jhaveri authored
This allows for superbuilds to pre-set this cmake variable
-
Mathieu Westphal (Kitware) authored
-
Yohann Bearzi (Kitware) authored
* `vtkPoissonDiskSampler` was assuming that the input had normals, crashing if it had not. This is corrected, and in general data set attribute types are now correctly handled. * Points are now sorted in the same order as they are in the input. * Multithreading is removed, as there were a lot of race conditions, and issues with mutex handling
-
Yohann Bearzi (Kitware) authored
This filter takes a source of lines / poly lines and extract cells in the input that are intersected by any line in the source. The filter is multithreaded where possible, and a fast path taking advantage of `vtkCellArray` API inside `vtkUnstructuredGrid` is implemented for unstructured grids. Adresses paraview/paraview#19676
-
8f29aa2d Properly update PlotPoints cache. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8680
-
Kitware Robot authored
-
- Nov 28, 2021
-
-
dcbr authored
This commit adds the UpdateCache method to the vtkPlotPoints class, which will properly update its cache when necessary (e.g. when the log scale is activated on one of its axes).
-
Kitware Robot authored
-
- Nov 27, 2021
-
-
Kitware Robot authored
-
- Nov 26, 2021
-
-
274e54e1 Various chart enhancements. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8618
-
df3de19b Implement efficient ComputeFiniteRange for vtkPeriodicDataArray Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Acked-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Merge-request: !8678
-
0d39e047 vtkCGNSReader: Add test for face data reading 40eecebb vtkCGNSReader: Clean up and update documentation 3bb28bcc Add support for data arrays on faces to CGNSReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Acked-by:
Mickael PHILIT <mickey.phy@gmail.com> Merge-request: !8573
-
Tiffany Chhim authored
-
Kitware Robot authored
-
- Nov 25, 2021
-
-
dcbr authored
* Fix Chart background * Fix ChartXY.SetAxis * Fix ChartPie Brush and Legend bugs * Fix ChartXY log scale glitch and warning * Add support for custom sized ChartPie and ChartBox * Add ChartPie SetPlot method * Add Axis.SetPen and Axis.SetGridPen methods * Add extra padding to ChartXY's ClipBox
-
Mathieu Westphal (Kitware) authored
-
Tiffany Chhim authored
-
Tiffany Chhim authored
3D meshes are read and constructed either by considering the cells or the faces (e.g. 1 cell versus 6 faces for a cube). Accordingly, cell or face centered data is read as well. Face reading is only possible is element type is NGON_n.
-
0b59a4e7 Put WindowLocation in BorderRepresentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Thomas Galland <thomas.galland@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !8674
-
Mathieu Westphal (Kitware) authored
-
Kitware Robot authored
-
- Nov 24, 2021
-
-
-
-
a964996f cmake: fix wording of CommonCore and CommonDataModel reasons 8c532344 vtkModule: fix reason variables in output d6d81f69 vtkModule: add markup around literals 3d426652 vtkModule: fix a typo 12eb60a5 vtk-config: quote literals in `if` blocks Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8672
-
a964996f cmake: fix wording of CommonCore and CommonDataModel reasons 8c532344 vtkModule: fix reason variables in output d6d81f69 vtkModule: add markup around literals 3d426652 vtkModule: fix a typo 12eb60a5 vtk-config: quote literals in `if` blocks Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8672
-
a964996f cmake: fix wording of CommonCore and CommonDataModel reasons 8c532344 vtkModule: fix reason variables in output d6d81f69 vtkModule: add markup around literals 3d426652 vtkModule: fix a typo 12eb60a5 vtk-config: quote literals in `if` blocks Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8672
-
2b3b846d vtkCesium3DTilesWriter: mark filepaths as such Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !8676
-