- 19 Jun, 2018 1 commit
-
-
Brad King authored
CMake 3.12 introduces a `...<max>` syntax in the version given to `cmake_minimum_required` to automatically set policies to NEW up to that version. Use it to avoid listing policies explicitly. The syntax is compatible with older versions of CMake such that they use the extended version string for the `CMAKE_MINIMUM_REQUIRED_VERSION` variable (which we don't use) but otherwise ignore it.
-
- 18 Jun, 2018 4 commits
-
-
Cory Quammen authored
e52bd798 Last minute typos found 4606f46b More follow-up typos c58cee2d Follow-up typo f971f725 Added more typos d28a2cc0 Added more typos 5475d5e8 Add more misc. typos 960f7875 Removed duplicate line 6cdde9e5 Typos: source and comments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4222
-
Will Schroeder authored
3c929c7c Address Voronoi-related dashboard warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4426
-
luz.paz authored
-
Will Schroeder authored
-
- 17 Jun, 2018 8 commits
-
-
luz.paz authored
-
luz.paz authored
-
luz.paz authored
-
luz.paz authored
-
luz.paz authored
-
luz.paz authored
The line removed is actually a typo. See line 875.
-
luz.paz authored
Found via `codespell`
-
Ken Martin authored
5e629b86 use shared noise texture and cleanup tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4422
-
- 16 Jun, 2018 2 commits
-
-
Ken Martin authored
c59f6e7b update wiki examples Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4425
-
Ken Martin authored
fix dashboard issues
-
- 15 Jun, 2018 5 commits
-
-
Aron Helser authored
353f5156 Update MomentInvariants remote module for test fix. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4418
-
Ken Martin authored
Now when jittering is on it uses a shared noise texture from the renderwindow for all mappers and is 64x64 in size. This cleans up a lot of code and has a smaller memory footprint etc. A bunch of tests included OpenGL2 headers when they didn't need to, so fixed those. Other tests need OpenGL2 but are in RenderingVolume so moved them into RenderingVolumeOpenGL2 where they should be.
-
Ken Martin authored
ddbaec07 add more doxygen warning supp for ike Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4423
-
Ken Martin authored
ike is still producing warnings
-
Will Schroeder authored
b02011db SMP Parallel algorithm for Voronoi tessellation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !4281
-
- 14 Jun, 2018 10 commits
-
-
Sankhesh Jhaveri authored
f9ee39b7 Remove unused test cases from vtkViewsGeovis 647506f1 Add deprecation logic to tests for deprecated vtkGeo classes dd48976d Deprecate vtkGeo* classes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !4395
-
Ken Martin authored
522aaa71 quiet a qt cppcheck related warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4420
-
Ken Martin authored
Shutting up as it seems to be a buig in cppcheck
-
Will Schroeder authored
This is a novel, threaded, parallel algorithm for 2D Voronoi tessellation. Currently this is in experimental stage but while work is continuing the filter is useful as is. Basically the algorithm is parallelized over tiles (i.e., generating points). It depends on a locator to retrieve sorted, close points to a generating point, using these point neighbors to perform repeated clipping to produce the convex Voronoi tile.
-
Aron Helser authored
-
Ken Martin authored
53e1f9a8 update volume rendering to share jitter and depth textures Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4416
-
Nicolas Vuaille authored
57a2232d Fix extract selection for non supported object Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Shawn Waldon <shawn.waldon@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !4415
-
Mathieu Westphal authored
20d2b6a7 Correcting MakeCurrent behavior a57f7d04 Correct QVTKOpenGLWidget double click management Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Acked-by:
Lucas Gandel <lucas.gandel@kitware.com> Merge-request: !4400
-
Nicolas Vuaille authored
* use default constructed dataobject
-
Mathieu Westphal authored
-
- 13 Jun, 2018 7 commits
-
-
Andrew Bauer authored
2d78550a Adding in destructor override specifier for several classes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !4417
-
Utkarsh Ayachit authored
ed94b76c CIEDE2000: update to defaults Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !4409
-
Nicolas Vuaille authored
9a4d362c Opacity for nan color Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !4402
-
Ken Martin authored
ef689f5b fixes for point gaussian Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4412
-
Andrew Bauer authored
-
Ken Martin authored
Allow sharing of jitter and depth textures
-
Nicolas Vuaille authored
-
- 12 Jun, 2018 3 commits
-
-
Ken Martin authored
d64e739e add in glBlendEquationSeparate and defaults Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4413
-
Ken Martin authored
add in a missing function that we should have
-
Ken Martin authored
A fix to potential leaks and a fix for when to build scale and opacity tables
-