- Nov 02, 2017
-
-
Menno Deij - van Rijswijk authored
-
- Nov 01, 2017
-
-
39fc55de Remove VTK_NEW macro 4a606104 Fixing spelling in comment d9958327 fix possible overflow if number of points > MAX_INT d894c83f Added test case for SortIndexByLuminance 7225ba8d Fixing whitespace & remove redundant inline keyword adcf0f3a Speed-up and improved meaning of index image Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3490
-
17eb7c1b rebased fix from MR 3232 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3524
-
a39165b8 silence an inconsequential runtime warning in paraview 2aad367e fixup the test and add a baseline image 77b7e381 minor cleanup to get array we want just once and safely 773f3111 Style changes to conform to vtk style guide 37208999 promote the array getter so it can be reused 1758291e back out the unlrelated appearance improvements aebe2c66 fix header test and use the recent c++11 markups 7d60f881 adding tet mapper ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !3507
-
Ken Martin authored
Just a rebase of vtk/vtk!3232 to fix a memory allocaiton issue.
-
008dd748 Fixed -Wtautological-constant-compare warning; removed useless size check Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3522
-
0eac21f9 fix RemoveMenuItem method bugs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Lucas Gandel <lucas.gandel@kitware.com> Merge-request: !3519
-
- Oct 31, 2017
-
-
Sean McBride authored
-
Ken Martin authored
The remove menu item methods were not working correctly.
-
b704ee54 Misc trivial cleanup after reading some code Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !3518
-
e93c5500 Fixed a bug e26f1910 Rewrite HTG cell centers filter as a HTG algorithm sub-class Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3308
-
Sean McBride authored
- fixed indentation and other white space - removed superfluous macro - added function separator comment lines
-
52a86b78 Silence unused variable warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3508
-
- Oct 29, 2017
-
-
Philippe P. Pébaÿ authored
-
baef249b Fixed a bug in the Moore supercursor Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3511
-
Philippe P. Pébaÿ authored
The motivation for this refactoring was quite simple: amongst all ancient (but renovated) and new hypetree grid filters, which were part of the recently merged "HyperTreeGrid Version 2" branch, the HTG CellCenters filter stood out as the only one which was not deriving from vtkHyperTreeGridAlgorithm, which had also been reworked entirely for this new version of HTG support. This was because vtkHyperTreeGridCellCenters was, initially, deriving from the vtkCellCenters class in Filters/General. As VTK does not support multiple inheritance, it was left that way but that was not consistent with our overall approach of making all HTG algorithms derive from a single base class, in the double goal of facilitating both the writing of new HTG filters and their maintenance in the long run. The current commit thus provides a re-writing of the HTG cell center creating algorithm as subclass of vtkHyperTreeGridAlgorithm while preserving the outside appearance of a vtkCellCenter-derived filter in its API, specifically by introducing a VertexCells instance variable in order to mimic that which is provided in vtkCellCenters. Note that no new unit tests are provided as part of this commit, for the 4 existing ones for the previous incarnation of the HTG cell center filter are still passing with unchanged results (as they should indeed).
-
Philippe P. Pébaÿ authored
The goal of this commit was to fix a bug that occurred only in the (f=2;d=3) case ("binary 3D"), and that had been caused by a typo in the MooreChildCursorToChildTable and MooreChildCursorToParentCursorTable tables: specifically, a "23" had been written instread of "32". In addition, two non-regression tests, as well as their baseline images, were added in order to validate this fix: (i) a geometry case which does not exercise the offending part of the code but that illustrates the case built to do it; and (ii) a contouring case that does exercise that part of the code, for it relies on the "32" section of the Moore supercursor tables.
-
15ec5952 Update the vtkDICOM remote module to 0.8.7. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3510
-
Bryn Lloyd authored
Also changed type of totalCount (int -> vtkIdType)
-
David Gobbi authored
-
- Oct 28, 2017
-
-
Bryn Lloyd authored
-
Bryn Lloyd authored
-
Bryn Lloyd authored
-
- Oct 27, 2017
-
-
2086ac16 Update WikiExamples.remote.cmake 6efa53e5 Update WikiExamples.remote.cmake 5701f0fc Update WikiExamples.remote.cmake d044beb1 Update WikiExamples.remote.cmake aedbcc41 Update WikiExamples.remote.cmake 6802794a ENH: Bump VTKExamples for new release Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3502
-
4efa5a97 fixes for wide line clipping and mipmap filtering Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3505
-
Bill Lorensen authored
-
David E. DeMarle authored
-
Bill Lorensen authored
-
David E. DeMarle authored
-
David E. DeMarle authored
-
David E. DeMarle authored
-
David E. DeMarle authored
-
David E. DeMarle authored
They make osp volume rendering better match surface render, but they break regression tests and lessen similarily with GL vol render.
-
David E. DeMarle authored
-
Carson Brownlee authored
-
Carson Brownlee authored
-
Ken Martin authored
wide lines or other objects using the geometry shader were not being clipped. This fixes that. Mipmaped linear textures were using linearmipmapnearest when they should default to linearmipmaplinear.
-
Cory Quammen authored
vtkparallelrendermanager.cxx(1953) : warning C4701: potentially uninitialized local variable 'renInfo' used
-
d7a2f804 Add test for piece distribution options in XML MBDS reader. 0af838f8 Allow some control over how vtm files are distributed. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3487
-
Bill Lorensen authored
-