- 18 Jun, 2016 1 commit
-
-
3d6a42c2 Add annotations to lookup table, needed for display, and update test 3bbfea3f Add code to read images with index data & color palette fc28e36e Add test for vtkGDALRasterReader with image using color palette Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1575
-
- 17 Jun, 2016 4 commits
-
-
cfff9102 Adding a vtkProgressBarRepresentation and Widget Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !1505
-
7a9661e4 Add vtkInformationKeyLookup to find information keys by name. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1566
-
e1d67778 ThirdParty: support 2.9.0's new merge restrictions Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1573
-
Mathieu Westphal authored
In order to visualize simply progress bar in vtkRenderWindow this commits add a vtkProgressBarRepresentation and associated widget to display a progress bar with a progress rate and progress color, as well as a Background and associated background color
-
- 16 Jun, 2016 9 commits
-
-
58ffed64 Update implicit plane/cylinder representations fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1569
-
Sujin Philip authored
This fixes a few thing that were missed in the previous commits 7d7c27da and 00e9d126 * Updates the way old VTK behaviour is maintained. * Removes checks done in SetCenter and SetRadius in vtkImplicitCylinderRepresenation. The checks are now done in BuildRepresentation. * Fix a bug in TestHanldeWidget that was exposed because of this change.
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
-
f2a73837 ENH: Restore TestXMLCInterface Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !1541
-
Ben Boeckel authored
This flag is required for newer git. Declare that we Know What We're Doing™ (but only if necessary).
-
David C. Lonie authored
-
5c8c06a5 Support cutoff mass/density arrays; 2D kernels Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1557
-
- 15 Jun, 2016 2 commits
-
-
Will Schroeder authored
Proper support for 2D SPH kernels is provided. Also, support for an optional user-provided cutoff array; and local volume calculations using optionally provided mass and density arrays. New test for 2D SPH interpolation Added a new test and regression image in support of 2D SPH interpolation. Dashboard warnings fixed Address dashboard warnings New regression test image
-
11ec703d SphereRepresentation CenterCursor bounds fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !1551
-
- 14 Jun, 2016 6 commits
-
-
591af52d remove instead of comment a3bd88db remove xml2's deprecated reference() function Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1565
-
David DeMarle authored
-
David DeMarle authored
this has caused problems in with xdmf3, which uses modern c++, and the old and bad workaround of undefing the mangle of reference to vtk_libxml2_reference is about to stop working when I bump vtk's xdmf3 since it is deprecated anyway, lets remove the root cause
-
677104a0 Only apply NoDataValue when it is set in the input image Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1555
-
2e77fecf Copy attribute array information in vtkAppendFilter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1559
-
Mathieu Westphal authored
Adaptating the CenterCursor bounds and size to the number of pixels on screen
-
- 13 Jun, 2016 3 commits
-
-
c083f1ea Mark NewIterator as a NEW_INSTANCE method c4503e11 Add test for vtkArrayIteratorTemplate wrapping 230454d3 Wrap the vtkArrayIteratorTemplate in Python Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1554
-
David C. Lonie authored
Custom information keys set on attribute arrays were lost when they pass through vtkAppendFilter. This patch ensures that they are propogated downstream.
-
b985df42 BUG #16744: Resources are not removed for a renderer removed from the window. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1556
-
- 12 Jun, 2016 2 commits
-
-
Dan Lipsa authored
A loop where the render window is kept around and everything in the pipeline is removed and added at the next iteration leaks memory, in OpenGL, linux. For the OpenGL2 backend same loop does not leak.
-
d4877224 Added more alternate baselines for TestScalarsToColors 7886fe4f Re-enable some chart tests when OpenGL2 backend is available Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !1457
-
- 11 Jun, 2016 4 commits
-
-
John Tourtellott authored
Also explicitly cast NoDataValue to GDAL data type Include test based on USGS elevation data
-
David Gobbi authored
This method creates a new object, so it is necessary to provide a hint for the wrappers so that they do not leak the object.
-
David Gobbi authored
-
David Gobbi authored
This allows the NewIterator() method to return a usable iterator in Python.
-
- 10 Jun, 2016 5 commits
-
-
394e7591 fix reference count for python wrapper of collection iterator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1553
-
Hastings Greer authored
-
Cory Quammen authored
-
Cory Quammen authored
The OpenGL2 backend does not define a vtkOpenGL2ContextDevice2D class, so this test will not run when built with OpenGL2. Change it to run if OpenGL2 is enabled as the OpenGL2 backend requires higher than OpenGL version 2 OR if the OpenGL1 backend is enabled but Open GL version 2 is available. Added alternate baseline for TestScalarsToColors output to accommodate minor differences in OpenGL2 backend.
-
d1be3932 Minor enhancement in vtkUnstructuredGrid.cxx Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1523
-
- 09 Jun, 2016 4 commits
-
-
1d247c8d QVTKWidget: add ability to defer render in paintEvent Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !1530
-
b342b394 Use VTK_NEWINSTANCE hint for factory methods db78a5a9 Regenerate vtkParse.tab.c from vtkParse.y. 17fd1a7e Fail if an unrecognized wrapper hint attribute found. d1918e0b Add missing attribute-specifier-seq to parser grammar 11ca6d0e Add attribute parsing for wrapper hints Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1535
-
a5e87177 Allow the user to set the image to interact with. 1802bde6 Only provide window/level interaction with pickable image. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1421
-
00e9d126 Fix implicit cylinder widget 7d7c27da Fix Implicit plane widget Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1460
-