- 20 May, 2022 7 commits
-
-
d527a581 vtkCellTreeLocator: Use PIMPL for smaller memory usage f03718cf Add changelog 2d6133f8 vtkParticleTracerBase: Multithread 2bdfbc76 vtkParticleTracerBase: Comment style changes 636424fb vtkTemporalInterpolatedVelocity: Support LinearTransformation/SameTopology 9192897e vtkCompositeInterpolatedVelocityField: Add maxCellSize param to AddDataSet 5d29d713 vtkCompositeInterpolatedVelocityField: Add InsideTest and Store bounds 8aaf5daa vtkCompositeInterpolatedVelocityField: Add counters for DataSet hits/misses ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9178
-
969541c8 Add RenderingLICOpenGL2 to Rendering group Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9213
-
b5bf3fe9 Improve vtkProbeLineFilter testing 99605ebf Fix vtkPixel::IntersectWithLine function c538c370 Fix vtkQuad::IntersectWithLine function 263b38b0 Make IntersectWithLine use tolerance in vtkProbeLineFilter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Merge-request: !9188
-
e751543d Delegation/caching working 8e487c31 Delegate to vtkPolyDataPlaneCutter Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9210
-
a96642c9 Added test; improved documentation; use vtkNew Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9200
-
286af1e8 Correctly exclude TestGlyph3DMapperMasking Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9206
-
Kitware Robot authored
-
- 19 May, 2022 16 commits
-
-
David Gobbi authored
This is to build it by default, if there's no strong reason not to.
-
b40ee1ed Merge branch 'upstream-theora' into theora-20220517-1.1.1 df94d7c2 theora 2022-05-17 (731becef) db5bbeda Change update.sh to tag for/vtk-20220517-1.1.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9211
-
Sean McBride authored
# By theora Upstream * upstream-theora: theora 2022-05-17 (731becef)
-
Code extracted from: https://gitlab.kitware.com/third-party/theora.git at commit 731becefbc8f1f7359d1b9972b6c6c72f994183b (for/vtk-20220517-1.1.1).
-
Sean McBride authored
-
Will Schroeder authored
-
faa48fbd Add some doxygen warnings exclusion aaa7b4b5 Revert changes to doxygen in vtkMultiThreshold b6b6b901 Revert "Remove \param incorrect usage" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !9191
-
Mathieu Westphal authored
-
6a8a14ce Exlude TestEvenlySpacedStreamlines2D from CI Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !9205
-
Timothee Chabat authored
Add case for 2D cells, especially testing probing locations.
-
Timothee Chabat authored
Fix the case where the line is coplanar to the pixel
-
Timothee Chabat authored
Fix a bug where the function would return the intersection with the tesselated triangle instead of the actual intersection with the plane.
-
Timothee Chabat authored
this was detected when trying to intersect 2D cells : vtkLine::IntersectWithLine does not return the same thing with (p1;p2) and (p2;p1) when tolerance is 0.0 Also fix limit points on vtkProbeLineFilter for 2D cells and prevent a useless IntersectWithLine call
-
Mathieu Westphal authored
-
87ce799b Fixed segmentation fault no global controller set Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9195
-
Kitware Robot authored
-
- 18 May, 2022 9 commits
-
-
Will Schroeder authored
Added a test that shows how to use the method TriangulateContours and made some small improvements to the documentation. Now uses vtkNew.
-
ad868817 vtkModule: fix subdirectory calculations Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9202
-
Will Schroeder authored
The filter will delegate to vtkPolyDataPlaneCutter when the input polydata contains convex polygonal cells.
-
67d42e64 Improve fallback upon lack of C++11 thread_local specifier Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9134
-
Ben Boeckel authored
The build directory needs a different variable; the source directory should not be the same in the situations where the `if` is necessary.
-
7ea21ce3 Fixup vtkInteractorEventRecorder sanity check Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <mcmigliore@gmail.com> Merge-request: !9199
-
Mathieu Westphal authored
-
57d38a3f Fixup in vtkInteractorEventRecorder Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <mcmigliore@gmail.com> Merge-request: !9197
-
Kitware Robot authored
-
- 17 May, 2022 8 commits
-
-
7f15357d Add changelog a82b4d71 vtkArrayCalculator: Use Dispatch on result array 1dd67e56 vtkArrayCalculator: Use 1 GetTuple instead of 3 GetComponent 9be085f6 vtkArrayCalculator: Save array sizes 4f84084e vtkArrayCalculator: Use ShallowCopy instead of DeepCopy eb139455 vtkArrayCalculator: Add missing seperators 4f537050 vtkExprTkFunctionParser: Remove costly Modified calls e229872f vtkFunctionParser: Remove costly Modified calls Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9175
-
Spiros Tsalikis authored
Also convert recursive build to a loop using a stack.
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
vtkTemporalInterpolatedVelocity was using vtkCachingInterpolatedVelocityField. vtkCachingInterpolatedVelocityField was an old class which can now be replaced by vtkCompositeInterpolatedVelocityField. By doing that we can select a find cell strategy. Also, vtkParticleTracerBase along with vtkTemporalInterpolatedVelocity they support datasets that at each time-step they are a linear transformation of the first time-step, or they have the same SameTopology.
-
Spiros Tsalikis authored
Also Vectorize FunctionCacheMap and rename it to DataSetsInfo
-
Spiros Tsalikis authored
Bounds are useful for fast point-in-dataset test
-