- 13 May, 2019 1 commit
-
-
Mathieu Westphal authored
This update all LagrangianParticleTracker related plugin and example so they are compatible with the new mutlithreaded implementation in VTK
-
- 24 Jan, 2019 1 commit
-
-
Ben Boeckel authored
-
- 17 Jan, 2019 1 commit
-
-
Ben Boeckel authored
-
- 07 Dec, 2018 1 commit
-
-
Cory Quammen authored
-
- 09 Oct, 2017 1 commit
-
-
Utkarsh Ayachit authored
-
- 31 Aug, 2017 1 commit
-
-
Ben Boeckel authored
This run of `clang-tidy` removes unnecessary `virtual` keywords and adds `override` where necessary.
-
- 03 Feb, 2017 1 commit
-
-
Cory Quammen authored
Fix many warnings about overriden member functions not being marked 'override'.
-
- 02 Jan, 2017 1 commit
-
-
Mathieu Westphal authored
This plugin expose the vtkLagrangianParticleTracker, a very flexible particle tracking filter in vtk, as well as providing helper filter for easier use of the filter. The helpers are : * A surface helpers, which add a certain number of values to the field data of it's input, to be used then as the surface in the tracker. * A seed helpers, in multiple version, which a certain number of values to the point data of it's input, to be used then as the seed input of the tracker. Both these filters uses an integration model parameters to configure their panel, in order to be completelly dynamic. This commits also contains lots of tests for the tracker and helpers.
-