- Mar 25, 2020
-
-
Utkarsh Ayachit authored
Continuation of fix in 74a33852. Needed more checks to detect empty data on ranks. Addresses paraview/paraview#18590
-
- Mar 21, 2020
-
-
Utkarsh Ayachit authored
Splitting out logic to expand selections to a separate method in vtkSelector so its subclasses can call it directly if they override the `Execute` method. addresses paraview/paraview#19784
-
- Mar 13, 2020
-
-
Utkarsh Ayachit authored
vtkPResampleToImage ended up picking field array listing from a rank that didn't have any non-empty data. Fixed that by ensure we don't bother looking at arrays if the dataset is empty. Addresses paraview/paraview#18590
-
- Feb 06, 2020
-
-
Cory Quammen authored
This ensures field data is passed through vtkPUnstructuredGridGhostCellsGenerator. Modify test to check that field data is passed to output.
-
- Feb 03, 2020
-
-
Utkarsh Ayachit authored
vtkGenerateGlobalIds needed a check to handle case where there was only 1 block of non-empty data. Added that. Also updated the test. Addresses paraview/paraview#19638.
-
- Jan 31, 2020
-
-
Cory Quammen authored
This should quiet output when vtk3DLinearGridPlaneCutter executes.
-
Cory Quammen authored
It can be used only when boundary cells alone are extracted.
-
- Jan 30, 2020
-
-
Cory Quammen authored
-
(cherry picked from commit 04995e0f)
-
(cherry picked from commit 3444bb8d)
-
- Jan 24, 2020
-
-
Cory Quammen authored
-
- Jan 20, 2020
-
-
In C++11 the return type of a lambda can be only inferred if the lambda is a single statement with an explicit `return`. So for functions that have no return, we have to explicit state that they don't have a return. (cherry picked from commit 14e996fe)
-
By moving to a manual for loop we can work around this compiler limitation (cherry picked from commit a89637aa)
-
- Jan 09, 2020
-
-
Ken Martin authored
Simple fix to avoid divide by zero
-
- Jan 08, 2020
-
-
florian maurin authored
-
florian maurin authored
-
Ken Martin authored
bunch of missing override qualifiers on destructors
-
- Jan 07, 2020
-
-
Utkarsh Ayachit authored
-
Mathieu Westphal (Kitware) authored
This reverts commit a7800961, reversing changes made to f89fc4ea.
-
Utkarsh Ayachit authored
Updating `vtkPipelineSize` API to avoid dependency on mapper and hence on `VTK::RenderingCore`.
-
- Jan 06, 2020
-
-
Utkarsh Ayachit authored
vtkLineSource now support ability to manually specify the locations along the line segment(s) where to add intermediate sample points. This is needed to addresses paraview/paraview#19236.
-
- Jan 03, 2020
-
-
Utkarsh Ayachit authored
vtkCellCenters is a fairly basic filter that uses vtkCell API.
-
- Dec 23, 2019
-
-
Ben Boeckel authored
This reverts commit 481b902f, reversing changes made to c6319049.
-
Ben Boeckel authored
This reverts commit 039fc8f4, reversing changes made to 6fa0fb57.
-
- Dec 20, 2019
-
-
Mathieu Westphal (Kitware) authored
-
florian maurin authored
-
Michael Migliore authored
vtkLinearCellExtrusionFilter is a modeling filter. It takes polygonal data as input and generates an unstructured grid data on output. The input dataset is swept according to the input cell data array value along the cell normal and creates new 3D primitives. Triangles will become Wedges, Quads will become Hexahedrons, and Polygons will become Polyhedrons.
-
Mathieu Westphal (Kitware) authored
The improves and optimize the LagrangianParticleTracker multithread implementation by : * Avoiding useless allocation * Using thread-level variable * Avoiding using mutex by doing actual reduction of the output * A few bugfixes and memleaks fixes * Add QuadraticRoot to vtkMath * Add a vtkBilinearQuadIntersection class
-
- Dec 19, 2019
-
-
Florian Maurin authored
-
- Dec 18, 2019
-
-
Mathieu Westphal (Kitware) authored
-
- Dec 17, 2019
-
-
Yohann Bearzi (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
- Dec 16, 2019
-
-
Utkarsh Ayachit authored
for some reason the decltype seems to fail.
-
Michael Migliore authored
-
- Dec 11, 2019
-
-
Ben Boeckel authored
These files were listed more than once via other means (usually `CLASSES`).
-
Cory Quammen authored
Remove a few unnecessary virtual keywords as well.
-
- Dec 09, 2019
-
-
Yohann Bearzi (Kitware) authored
Addresses paraview/paraview#19402
-
- Dec 07, 2019
-
-
David Gobbi authored
Related to issue 17744, the Java wrappers had been implicitly converting enum to int, which does not work for enum class.
-
Carson Brownlee authored
-
- Dec 06, 2019
-
-
Ben Boeckel authored
See #17744 for more.
-