Skip to content
Snippets Groups Projects
  1. May 06, 2013
  2. May 03, 2013
  3. May 02, 2013
  4. May 01, 2013
  5. Apr 30, 2013
  6. Apr 29, 2013
  7. Apr 28, 2013
    • David Thompson's avatar
      Fix for subclasses overriding EditAnnotations. · cc42420f
      David Thompson authored
      The accounting done assumed that all annotations were
      contained in the lookup table, but this is not true when
      subclasses provide more. This was revealed by the
      ParaView version of the scalar bar actor, which adds
      min and max values as annotations on the continuous
      scalar bar.
      
      Change-Id: I6186f22ee9f29be889fc83522e67968688759922
      cc42420f
    • Andrew Maclean's avatar
      These Python tests have been refactored. · 3810c5a6
      Andrew Maclean authored
      
      This has been done by removing the "tcl-isms" and making
       the code more readable. In some cases redundant code
       has been removed (often a result of copy/paste operations).
       The code has also been checked to ensure each line is 80
       characters or less.
      
      The code can now be run using vtkpython or by using the
       appropriate Python environment.
      
      Originally these were TCL scripts that were converted using
        vtkTclTestToPy.py and they they needed to be run through the
        rtImageTest.py driver which defines a few needed
        functions/variables for their operation. To this end
        backdrop.py has been added where it is needed.
      
      Change-Id: I50d6505628c140ea4551f74f7f3e85df907567e1
      Signed-off-by: default avatarAndrew Maclean <andrew.amaclean@gmail.com>
      3810c5a6
  8. Apr 27, 2013
    • Marcus D. Hanwell's avatar
      Introduced a new chart selection mode · f82398af
      Marcus D. Hanwell authored
      This commit introduces a new chart selection mode to the charts, based
      on plots rather than rows. The default remains row-based selection,
      where a selection in one plot causes all corresponding points in the
      same row of the table to be selected in other plot objects. This
      behavior was improved slightly to iterate through and accumulate
      selections in all plots (rather than just using that of the last plot
      which resulted in confusing behavior).
      
      The plot based selection keeps any selection specific to a plot. The
      vtkPlot object that originated a selection is stored in the PROP
      property of the vtkSelectionNode, with the SOURCE property being used to
      store the table the selection is on. The vtkSelection object will have a
      vtkSelectionNode object for each plot with a selection on it. All of the
      normal selection combination rules are applied per-plot.
      
      The rectangle and polygon selection mode code was refactored to reduce
      the amount of code duplication necessary. Two tests were introduced
      allowing interactive use of the chart with row or plot based selection
      using polygon selection (left mouse) or rectangle selection (right
      mouse).
      
      Change-Id: Ib739ec620b7094bcf4940767000e8620c432e341
      f82398af
    • David Gobbi's avatar
      Merge topic 'imageproperty-test' into master · d77d09c5
      David Gobbi authored
      2465c99f Fix X BadRequest errors in TestInteractorStyleImageProperty.
      d77d09c5
    • David Gobbi's avatar
      Fix X BadRequest errors in TestInteractorStyleImageProperty. · 2465c99f
      David Gobbi authored
      This test was crashing once or twice a week on certain Linux machines.
      I have rewritten it so that it only creates and maps one window.
      
      Change-Id: Ia5d2f2d4617afd93013440bb13f5a3de9a730d02
      2465c99f
  9. Apr 26, 2013
Loading