- Mar 22, 2012
-
-
Philippe Pébay authored
Change-Id: I77a1ae9eb899cdb4433f072db07b9a062f7b2a72
-
Philippe Pébay authored
Change-Id: Ife9a64ea03bb54bb14c165bb035c803c82f68aa8
-
Philippe Pébay authored
Change-Id: I5a901e547350d185440bb1cb33a4e04f6f18439b
-
Philippe Pébay authored
Change-Id: Idd3b58de7a3caeb917fa2834d15371f04783b716
-
- Mar 19, 2012
-
-
Kitware Robot authored
-
- Mar 18, 2012
-
-
Kitware Robot authored
-
- Mar 17, 2012
-
-
Marcus D. Hanwell authored
30e7c55c COMP: Fix OSMesa (previous commit broke logic).
-
Marcus D. Hanwell authored
The dashboards are showing OS Mesa builds failing (verified locally). This fixes up the logic and works here for OS Mesa and GL builds, we need more feedback from the dashboards to ensure I covered all cases correctly. Change-Id: I2a1f381ab47f68abfa8dab24f8dcb0a7a5b36123
-
Marcus D. Hanwell authored
48e93e39 ENH: Simple AMR Iterator accesss API test 09c5343d BUGFIX: Set level of AMR box for iterator
-
Marcus D. Hanwell authored
d8c75816 Add support for custom tooltips in vtkScatterPlotMatrix 383303d8 Make vtkChartXY handle having no tooltip
-
Kyle Lutz authored
This adds support for setting custom tooltip items to show in the active plot for vtkScatterPlotMatrix. This also adds API to set the tooltip labels. Change-Id: I8bb8008e17ebb9f2a539c1bb42866bc0f7183929
-
Kyle Lutz authored
This makes the vtkChartXY class handle the case when it has a null tooltip item. Change-Id: I2853eb1a1a45483c7b9b5b31e892dae5ed74d811
-
Kitware Robot authored
-
- Mar 16, 2012
-
-
Utkarsh Ayachit authored
* pv-master:
-
Utkarsh Ayachit authored
3c9602b5 fix a typo that causes memory corruption ad808310 Making the parametric interior check tolerance consistent. 67241e01 Getting rid of compilation errors. 153d4851 Fixing vtkPyramid gradient calculation at apex.
-
420d369a BUG: Fixed a bug in scrolling of top and right axes.
-
Kitware Robot authored
-
- Mar 15, 2012
-
-
George Zagaris authored
Change-Id: I6f39120b58aa090e0a490bc72e4c6c84426ab149
-
George Zagaris authored
Set the level of the AMR box by accessing a vtkUniformGridAMRDataIterator. Change-Id: I72ea23ddc01cb1e8902603c3320d514e83d5d4f6
-
Marcus D. Hanwell authored
b848c3a4 COMP: Remove unused includes.
-
Marcus D. Hanwell authored
This class had most of its functionality shifted up into vtkAbstractContextItem and the private header - these includes are no longer required and causing issues in modular VTK. Change-Id: I38aae9986e67d7fbc22bf7139612566f0b525295
-
Marcus D. Hanwell authored
42e6d010 ENH: Bitfield initialization b4336c7b DEBUG: Adding some printouts 29be6b38 COMP: Fixing minor warnings
-
George Zagaris authored
Called Reset to initialize the bitfields of the unsigned char. Hope this will resolve Windows issues with this test. Change-Id: I28ac213bec6c47403874f91d9afed96544ccdb56
-
Marcus D. Hanwell authored
Change-Id: I90acbd7d3e4960cc83bdcd20062517132b89fd29
-
George Zagaris authored
Adding some print-outs to get feedback as to why the test fails. Change-Id: I4dac552690d816fdfe899e92fc0fa60405c4bfd6
-
George Zagaris authored
Change-Id: I930cd23dd4b10c030256e5307133354a7da306e0
-
Marcus D. Hanwell authored
Just use a string, and removed inline from the protected methods - should be private if we want to inline them. Change-Id: Ia58f6c0e333d53193720cd67b20b7b984d2fe8d6
-
Berk Geveci authored
79ce2851 Fix cut and paste error in vtkCompositeDataPipeline
-
Chris Harris authored
Suggested-By:
Berk Geveci <berk.geveci@kitware.com> Change-Id: I01f918a08deedd272fa7aa3a1d89a7c7dd9ee2ae
-
Dave DeMarle authored
012c45da BUG 13001: Fix backwards compatibility of GetSliceNumberMin/Max().
-
Marcus D. Hanwell authored
5e6cc1a4 ENH: Remove 'using std::cout/endl' ce0939a9 ENH: Fix ivar defects and minor style changes
-
Dave DeMarle authored
0a77725f BUG: Enum values should be unique
-
George Zagaris authored
Removed 'using std::cout' and 'using std::endl' since this is done by VTK headers and is not needed. Change-Id: Ibad47e242dae1b8ea8634b508dca6759a38c8f26
-
David Gobbi authored
In VTK 5.10 the vtkImageActor was reimplemented with vtkImageSliceMapper. As an unwanted side-effect, the use of SetDisplayExtent caused the GetSliceNumberMin/Max methods to always return the current slice. This patch fixes the problem and restores backwards compatibility. Change-Id: If01bfd47cd7bfa3d8ff98a7c8b979f628f23ec23
-
Kitware Robot authored
-
- Mar 14, 2012
-
-
Marcus D. Hanwell authored
65579200 Add vtkChartXY::SetTooltip() method
-
Bill Lorensen authored
A user, Rémi Blanc, reported that Visual Studio Express 2008 defines DIFFERENCE. For VTK, enum values should have a VTK_ prefix to avoid potential current and future name clashes. This patch replaces DIFFERENCE, UNION and INTERSECTION with VTK_DIFFERENCE, VTK_UNION and VTK_INTERSECTION. Applications that use the methods SetOperationToDifference, SetOperationToUnion and SetOperationToIntersection will not need to update their code. Applications that use vtkBooleanOperationPolyDataFilter::DIFFERENCE, vtkBooleanOperationPolyDataFilter::UNION or vtkBooleanOperationPolyDataFilter::INTERSECTION will need to update their code. Change-Id: I4da287b8099046e8e23fa067f480422725ef7b8e
-