- 21 Sep, 2016 1 commit
-
-
Carson Brownlee authored
-
- 20 Sep, 2016 1 commit
-
-
Carson Brownlee authored
-
- 02 Sep, 2016 1 commit
-
-
Carson Brownlee authored
-
- 25 Aug, 2016 2 commits
-
-
Carson Brownlee authored
-
Carson Brownlee authored
-
- 24 Aug, 2016 1 commit
-
-
Carson Brownlee authored
-
- 23 Aug, 2016 1 commit
-
-
Carson Brownlee authored
This reverts commit 8c949c87.
-
- 15 Aug, 2016 7 commits
-
-
Carson Brownlee authored
-
Carson Brownlee authored
-
21aa9bc2 Improved ghost point support in vtkDataSetSurfaceFilter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1815
-
cfd1eba0 Added algorithms to mask NaNs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1814
-
3b4f9a2a Fix Diy dashboard warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1810
-
7e405ca7 Add array explicit instantiation declarations for all platforms. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !1811
-
73e48cd9 issues: update issue URL references Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1817
-
- 12 Aug, 2016 15 commits
-
-
Carson Brownlee authored
-
101f9eeb Add Depth stage to polydata fragment shaders. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1805
-
Ben Boeckel authored
-
Berk Geveci authored
Only duplicate points were supported. Added support for hidden points. If a single hidden point is in a surface cell, we do not show it. On the other hand, all points need to be duplicate for the cell to be hidden.
-
Carson Brownlee authored
-
Carson Brownlee authored
-
Carson Brownlee authored
-
Berk Geveci authored
VTK does not natively handle NaNs. To enable a preliminary support for this, I added a Python algorithm to create a ghost array based on NaN values. This algorithm creates an array which masks using HIDDENPOINT or HIDDENCELL values points or cells containing NaN values. This array can then be used to either threshold or simply as a ghost array.
-
19a7049f README: Update Issue Tracker link to new location Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1812
-
Brad King authored
-
David C. Lonie authored
Newer clang is complaining at compile times about missing instantiation declarations.
-
Sujin Philip authored
Fix dashboard warnings due to older versions of gcc not recognizing the suppressed warnings.
-
bca039e7 Add vtkLinearToQuadraticCellsFilter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !1800
-
8d534b90 Add cell loc. to vtkBinCellDataFilter; add rand. seq. to vtkPointSource. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !1793
-
5385b815 Fixed new cppcheck 1.75 warnings about pass by reference Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !1808
-
- 11 Aug, 2016 11 commits
-
-
b9374f18 fix a release graphics resource issue with LIC Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1802
-
Sean McBride authored
Made several params const reference. Mostly in tests, but a couple are slight API change.
-
Carson Brownlee authored
-
Carson Brownlee authored
-
Carson Brownlee authored
-
Carson Brownlee authored
-
2c30017c Added more VTK_OVERRIDE specifications 36fc4dcc Find/replace PrintSelf to use VTK_OVERRIDE 2851de36 Replaced more virtual with VTK_OVERRIDE Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1772
-
T.J. Corona authored
vtkLinearToQuadraticCellsFilter takes an unstructured grid comprised of linear cells and degree elevates each of the cells to quadratic. Additional points are simply interpolated from the existing points (there is no snapping to an external model).
-
Carson Brownlee authored
-
T.J. Corona authored
-
fbfe5ddd Probe filter return valid result for no source Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1783
-