Skip to content
Snippets Groups Projects
  1. May 01, 2014
  2. Apr 30, 2014
    • David Gobbi's avatar
      Merge topic 'tiled-tiff-extent' into master · 33916af1
      David Gobbi authored
      0fe573e8 Fix the extent for tiled tiff files.
      33916af1
    • David Gobbi's avatar
      Fix the extent for tiled tiff files. · 0fe573e8
      David Gobbi authored
      There was an off-by-one error in the setting of the extent.
      
      Change-Id: I1818184845a11bc7cbf560e4bfb270a943c8a8ac
      0fe573e8
    • Bill Lorensen's avatar
      ENH: Provide PlaybackFile for recorded interaction events · eb1a585d
      Bill Lorensen authored
      Many of the Widget tests supply in-code event logs. This patch adds
      an additional option to vtkTesting::InteractorEventLoop. The new
      option, --PlaybackFile, supplies a file name for the
      InteractionRecorder. This allows tests to modify the playback
      events without changing the source code for the test. This separates
      changes to the playback events from changes to the test code.
      
      A couple of tests have been modified to illustrate the usage of the
      InteractorEventLoop.
      
      In the future, the current widget tests should be changed to use the
      InteractionEventLoop rather than ifdef'ed code for playing and
      recording.
      
      Change-Id: I6aa2afd7c161fe82646fc1df7d326ca8a3249a2f
      eb1a585d
  3. Apr 29, 2014
    • Berk Geveci's avatar
      PERF: Parallel streamline was slow. Fixed. · f82238ed
      Berk Geveci authored
      vtkPStreamTracer was causing the creation of a new locator at
      every iteration (task), which is very slow for cell locators
      since they have to bin data every time. Fixed by removing
      the reallocation and using one locator. The input data does not
      change between iterations so recreationg the locator was totally
      unnecessary.
      
      Change-Id: I966f25caf2e05ba08355a426f3e31f1ac66517ef
      f82238ed
    • David Gobbi's avatar
      Merge topic 'python-ptr-erase' into master · f183298c
      David Gobbi authored
      cbd4884d Fix a crash when deleting vtk-python objects.
      f183298c
  4. Apr 28, 2014
  5. Apr 25, 2014
  6. Apr 24, 2014
  7. Apr 23, 2014
  8. Apr 22, 2014
  9. Apr 21, 2014
  10. Apr 19, 2014
  11. Apr 18, 2014
    • Marcus D. Hanwell's avatar
      Merge topic 'example-testing-prefix' into master · bd34238a
      Marcus D. Hanwell authored
      2c11e597 testing: Don't look for tests when making an executable
      7f6395a8 Fix test function signatures
      6e1350c0 testing: Use vtk-example as a fallback for prefix
      bd34238a
    • Zack Galbreath's avatar
      style cleanup · 4cfbdfd2
      Zack Galbreath authored
      indentation was messed up in a block.
      
      Change-Id: I7b1890aa552f8b4133f07cca515f858a809deea9
      4cfbdfd2
    • Zack Galbreath's avatar
      break vtkRCalculatorFilter's input/output symmetry · ea356a14
      Zack Galbreath authored
      Before this commit, vtkRCalculatorFilter produced the same type
      of output as its input.  This is no longer the case.  For example,
      you can now run an R script that takes one table as input
      and produces two trees as output.  A test is included for this
      new functionality.
      
      This commit also makes vtkRAdapter::RToVTKTree() more robust.
      Previously, we assumed that the elements in the R Tree would
      appear in a certain order, but apparently that is not guaranteed
      to be true.  We now parse these elements in whatever order they
      appear.  While I was modifying this function, I also cleaned it up
      so it should now adhere to VTK's coding style.
      
      Change-Id: I988361ee8e6788f6f51e0c930fc52df50d1b2912
      ea356a14
Loading