- Nov 18, 2019
-
-
clang-format takes the lack of a semicolon as if it were an attribute or some other "chainable" call leading to bogus indentation. By using semicolons on all macro calls, the formatting comes out the way it should.
-
Ben Boeckel authored
-
Ben Boeckel authored
This hides the data tables from `clang-format`.
-
Ben Boeckel authored
This hides the data tables from `clang-format`.
-
Ben Boeckel authored
This hides the data table from `clang-format`.
-
Ben Boeckel authored
-
Ben Boeckel authored
This hides the data table from `clang-format`.
-
fa102641 Update vtkDICOM remote to 0.8.12 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6151
-
David Gobbi authored
This brings in semicolon fixes for the VTK SetGet macros
-
235c56ea Seam handling for poly data wrapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6195
-
3ae946a9 Multi-process version of sphere map Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6199
-
- Nov 17, 2019
-
-
bb364a1d vtkMath: avoid noisy sign conversion warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !6198
-
- Nov 15, 2019
-
-
Yohann Bearzi (Kitware) authored
Addresses paraview/paraview#19461
-
Cory Quammen authored
-
Yohann Bearzi (Kitware) authored
Implementation of the work of Marco Tarini: Cylindrical and toroidal parameterizationswithout vertex seams https://www.researchgate.net/profile/Marco_Tarini2/publication/254311396_Cylindrical_and_Toroidal_Parameterizations_Without_Vertex_Seams/links/5564536c08ae9963a11f4abe/Cylindrical-and-Toroidal-Parameterizations-Without-Vertex-Seams.pdf
-
d950f4ba Add vtkAppendLocationAttributes filter f80f4fde Refactor vtkCellCenters to compute centers in a multithreaded fashion Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !6125
-
- Nov 14, 2019
-
-
0f53226c FindGDAL: spruce up a bit 53fda771 FindGDAL: only set output variables if found 9b26e4ef FindGDAL: remove usage of gdal-config 334b2c00 FindGDAL: note that libpath is intentionally last 6f9885fe FindGDAL: prefer using gdal-config if available 0de3b210 FindGDAL: also allow GDAL_ROOT to be a variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6182
-
8fd75c1e Suppress -Wconditional-uninitialized false positive. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6196
-
cbbb281e vtk-config: give VTK_PYTHONPATH relative to the install prefix Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6193
-
2401fc5d vtk-config: quote the prefix path expansion ef6aa20e vtk-config: clarify VTK_PREFIX_PATH Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6188
-
edb5b27e vtkModuleWrapPython: place the importer module relative to the top Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6192
-
213c33bd Wrapping/Python: set up rpaths here as well 7b558cc9 vtkModule: set up rpath for executables Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Tested-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !6190
-
Cory Quammen authored
This filter appends (optionally) cell centers as a cell data array and point locations as a point data array. Added a test for the filter as well.
-
Cory Quammen authored
Add a public static member function ComputeCellCenters() that computes the cell centers with multiple threads. Also added a test for vtkCellCenters.
-
Ben Boeckel authored
Document the cache variables, mark them as advanced, and clean up indentation.
-
Ben Boeckel authored
-
Ben Boeckel authored
CMake builds don't contain this tool and a CMake build gets shadowed by the availability of a non-CMake build with it. Instead, just generate the possible library names.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
dfc2293a Fix vtkSetStringBodyMacro Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !6191
-
Allison Vacanti authored
-
263ebf3d Add short examples of DataArrayRange usage. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !6189
-
Allison Vacanti authored
-
3add3bc9 clang-format: sort header include statements f0ed15d5 includes: fix includes to make files more standalone c25744ad includes: separate headers which can't be sorted 57b8c7bc vtkStreamingTessellator: convert to utf-8 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !6166
-
Ben Boeckel authored
This allows the callers to use it as a relative install destination as well.
-
Ben Boeckel authored
-
Ben Boeckel authored
This follows where all the other bits are going to go.
-
979e5104 vtkSMPWarpVector now uses vtkArrayDispatch Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !6186
-
Nicolas Vuaille authored
-