- 06 Jul, 2016 3 commits
-
-
- 08 Mar, 2016 1 commit
-
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- 22 Jan, 2014 1 commit
-
-
Sean McBride authored
First store is useless because 'continue' statement results in it being overwritten in the next loop. Second is useless because value is always overwritten later before it's read. Change-Id: Ibd5f44dc52a0e58559e4a096743fc78a509fac4d
-
- 28 Jan, 2013 1 commit
-
-
Sean McBride authored
Doesn't fix any warning or problem, just saw these while I was addressing some nearby clang analyzer warnings. Change-Id: Ic4638fb4b865a52cdca52611039a5fde9cb5be8f
-
- 05 Oct, 2012 1 commit
-
-
Cory Quammen authored
Some triangle/triangle intersection tests could potentially cause a write past the end of an array. Increased the array size to prevent this. Change-Id: I2f4a807dcbb9b943cd2e3ce390a399ee71b87e6f
-
- 09 Apr, 2012 2 commits
-
-
Exclude ThirdParty, Utilities/MetaIO, and Utilities/KWSys as these are maintained outside VTK. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com>
-
Move source files from their former monolithic VTK location to their new location in modular VTK without modification. This preserves enough information for "git blame -M" and "git log --follow" to connect modularized VTK files to their original location and history. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-
- 06 Jan, 2012 1 commit
-
-
Chris Harris authored
-
- 06 Dec, 2011 2 commits
-
-
Bill Lorensen authored
Change-Id: I2271760e86d0a21da7b3cc443996a3e86e3629ec warning: passing 'double' for argument 1 to 'virtual void vtkLocator::SetMaxLevel(int)'
-
Adds classes and tests from the VTK Journal: http://www.midasjournal.org/browse/publication/797 Boolean Operations on Surfaces in VTK Without External Libraries Quammen C., Weigle C., Taylor II R.M. The University of North Carolina at Chapel Hill Change-Id: I899be4b251a0791e28fdf66c0b69084ff5346bc5
-