Skip to content
Snippets Groups Projects
  1. Apr 06, 2012
  2. Apr 05, 2012
    • David Gobbi's avatar
      ENH: Make python vtk module use Connection for inputs. · 1ece67f0
      David Gobbi authored
      In VTK 6, the SetInput method will be gone.  In commit 0061b2d5,
      the SetInput calls were replaced by SetInputConnection.
      The purpose of this commit is to backport all VTK-5 compatible
      parts of that commit to the VTK 5.10 release.
      
      Change-Id: I2ca67735e29ea3ff41b2af095f3cf891caca0421
      1ece67f0
    • David Gobbi's avatar
      COMP: Fix python module prefix/suffix in vtkMy and vtkLocal. · 26f302fe
      David Gobbi authored
      The two build examples, vtkMy and vtkLocal, were not setting the
      prefix/suffix for the python modules.  On Windows, modules must
      be built with a ".pyd" suffix, because the .dll suffix has been
      deprecated since Python 2.5.  On Linux/Unix/OS X, modules should
      have the "lib" prefix stripped.
      
      Change-Id: I9b9c6bb1d4ab010a46a4b9237afd5d683b21a02e
      26f302fe
  3. Apr 04, 2012
  4. Mar 22, 2012
  5. Mar 20, 2012
  6. Mar 19, 2012
  7. Mar 16, 2012
  8. Mar 15, 2012
    • David Gobbi's avatar
      BUG 13001: Fix backwards compatibility of GetSliceNumberMin/Max(). · 012c45da
      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
      012c45da
  9. Mar 14, 2012
  10. Mar 08, 2012
  11. Mar 05, 2012
  12. Mar 01, 2012
  13. Feb 29, 2012
  14. Feb 28, 2012
    • Pat Marion's avatar
      Fix compiler warning and style issue · 6dff01de
      Pat Marion authored
      - silence 'assignment operator could not be generated' warning
        on vtkQtDebugLeaksModel::qObserver
      - rename variables to avoid shadow variable warnings
      - add comment about variable initialization in vtkDebugLeaks.cxx
      
      Change-Id: Id6b65f2cc8f5b3453820197a2bc7320c3ee7a7c6
      6dff01de
    • Dave DeMarle's avatar
      Merge topic 'ImplicitPlaneWidget2' into master · 639e7585
      Dave DeMarle authored
      ccdaad8e BUG: Fix vtkImplicitPlaneRepresentation, redesign widget implementation:
      dd214570 ENH: Automatic plan orientation in vtkImplicitPlaneWidget2
      639e7585
Loading