- 06 May, 2016 1 commit
-
-
David C. Lonie authored
SafeDownCast performs a series of virtual calls and string comparisons, which is quite slow, especially when used in worker functions. vtkArrayDownCast will switch between SafeDownCast and the more efficient FastDownCast (only available for common vtkAbstractArray subclasses) depending on whether or not FastDownCast is defined for the specific array type.
-
- 08 Mar, 2016 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- 13 Mar, 2014 1 commit
-
-
Joachim Pouderoux authored
Fix the problem with the position of Y axis: long labels were trunked. This position was fixed, it is not flexible depending the size of the labels. Add new functions to the chart API to allow manipulation of series by id (vs by name). Add support for manual plot labels setting. Enhance the boxplot displacement, it now correctly follow the mouse without ugly jumps. Change-Id: I400cd064616f7b93415e17db9749d709ea2f7345
-
- 21 Feb, 2014 1 commit
-
-
Joachim Pouderoux authored
Change-Id: I3979f3eeb2407a9924e57cf4b8540ea67693807e
-
- 20 Feb, 2014 3 commits
-
-
Joachim Pouderoux authored
For black box plots a grey pen is used to let see the median correctly but the default pen was not reset after. Change-Id: I904040f8f8f54da4a50a054f8023a5d527ed1b86
-
Bill Lorensen authored
TestSetGet.tcl segfaulted when calling GetLookupTable(). GetLookupTable() calls CreateDefaultLookupTable() which requires a non NULL Input. Change-Id: I615ec5b386d75d5b64f636156d0006ed15e093a0
-
Joachim Pouderoux authored
A new vtkPen is added to draw bag boundary lines, while the default plot Pen is used to draw bag plot points. This also patch the forced color values for Box plot pen. Box plot pen is used to draw the box plot lines. Change-Id: I566779743da52226916649879973699052366f28
-
- 18 Feb, 2014 1 commit
-
-
Joachim Pouderoux authored
Change-Id: Ic5c728d45d447fac2678401394717d261dd91d48
-