- 22 Aug, 2010 6 commits
-
-
David Doria authored
-
Marcus D. Hanwell authored
Let the testing interactor take care of the image comparisons when appropriate. Currently has a hard coded tolerance of 40, which should work for most of the chart tests.
-
Marcus D. Hanwell authored
-
Julien Finet authored
vtkChartXY::AddPlot now calls vtkChartXY::SetPlotCorner
-
Julien Finet authored
-
Julien Finet authored
NO_BUTTON = 0 LEFT_BUTTON = 1 MIDDLE_BUTTON = 2 RIGHT_BUTTON = 4
-
- 20 Aug, 2010 3 commits
-
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
This allows me to remove some boilerplate code, which still allowing interactive use of the tests.
-
Marcus D. Hanwell authored
Thanks to Karthik for explaining the mouse interaction testing, and Bill Lorensen for showing me the vtkTestingObjectFactory code. This is the first VTK charts test with mouse interaction tests. It manipulates the chart in several ways, and then records an image of the end result after panning, zooming, selecting and panning.
-
- 19 Aug, 2010 2 commits
-
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
At present, they cannot be used from any of the wrapped languages, despite the wrapping being able to wrap them. If this changes, then I will begin wrapping them again.
-
- 17 Aug, 2010 3 commits
-
-
Marcus D. Hanwell authored
Several small changes to use the new scene API, fixed a potential memory leak in the AddPlot function.
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
The vtkImageItem class had soem test code in it that shouldn't really have made it into a release. Simplifying vtkImageItem seems like the right way to go here, we can add back any missing features later.
-
- 15 Aug, 2010 2 commits
-
-
Marcus D. Hanwell authored
Removed virtuals whose implementation in vtkChart is fine, added an extra virtual to get rid of the compiler warning about overloaded-virtuals. These two should likely be removed, and the initialization of the class changed.
-
Marcus D. Hanwell authored
The base class (vtkChart) already implements the correct behavior.
-
- 14 Aug, 2010 6 commits
-
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
Thanks to Robert Kerr for pointing out that the Python tests had some semicolons lurking from their conversion to Python. Also removed a stray tab character that had crept in.
-
Marcus D. Hanwell authored
Removed a test that did not do very much, renamed the parallel coordinates test, fixed ordering in CMakeLists and only build the tests requiring baseline images if VTKData is present.
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
Added support for rendering unicode text using the 2D API. Also added two new tests, although the freetype version is disabled until freetype correctly renders the unicode characters. Verified that the Qt version works as expected.
-
Marcus D. Hanwell authored
Added some vtkUnicodeString overloads for rendering unicode strings to the screen.
-
- 11 Aug, 2010 3 commits
-
-
Marcus D. Hanwell authored
Added a check for comparison operators for const_reverse_iterator, use the non-const form if not. This affects compilers/STL headers for GCC versions less than 4.1 at least.
-
Marcus D. Hanwell authored
-
François Bertel authored
-
- 06 Aug, 2010 3 commits
-
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
It does not always make sense to include the scene in places that need the mouse event API, and so I have separated it out. This means that classes can just use the mouse event data structure.
-
- 05 Aug, 2010 9 commits
-
-
Marcus D. Hanwell authored
Thanks to Eric Monson for the suggested patch, setting the field and content type - this should address the issues outlined in that report.
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
Removed pointless stored variables, and adapted to deal with the more general case of axes assuming only perpendicular axes in x and y.
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
This should give better defaults when adding points plots, adjusting the default back to what it was in line plots.
-
Marcus D. Hanwell authored
The clang frontend is stricter about the declaration of functions before use, this should hopefully fix up the compilation errors reported in the bug report.
-
- 04 Aug, 2010 3 commits
-
-
Marcus D. Hanwell authored
Thanks to Eric Monson for the suggested patch, setting the field and content type - this should address the issues outlined in that report.
-
Marcus D. Hanwell authored
Thanks to Eric E. Monson for the suggestion, and suggested patch. This adds additional API to draw a scaled vtkImageData using vtkContext2D.
-
Marcus D. Hanwell authored
-