- 28 Mar, 2012 1 commit
-
-
David Gobbi authored
Change-Id: Ifc76340e581c5cf07b6c40b7ecd77f292b96962b
-
- 16 Feb, 2012 1 commit
-
-
David Gobbi authored
Change-Id: I755286dda63769566962bf2532b84b5c36cd77ce
-
- 21 Oct, 2011 1 commit
-
-
Sankhesh Jhaveri authored
SetImageConnection(a) is the same as SetInputConnection(1,a) where, a=vtkAlgorithmOutput* vtkImageDifference changes: Use GetInputConnection(0,0) instead of GetInput() Use GetInputConnection(1,0) instead of GetImage()
-
- 12 Oct, 2011 1 commit
-
-
Sankhesh Jhaveri authored
For a filter to do GetWholeExtent, instead of, extent = filter.GetOutput().GetWholeExtent() new method is, extent = filter.GetExecutive().GetWholeExtent(filter.GetOutputInformation(0)) For a vtkImageData object, SetWholeExtent and SetUpdateExtent methods are not required.
-
- 01 Sep, 2011 1 commit
-
-
Panos Mavrogiorgos authored
Current implementation caused the rerderer_window to have inconsistent behavior on windows. Relevant discussion : http://www.vtk.org/pipermail/vtk-developers/2011-August/010284.html
-
- 17 Aug, 2011 1 commit
-
-
Change-Id: I9b12d7cc0b14aefef765b60f950ebb8a74b5acd7
-
- 18 May, 2011 1 commit
-
-
David Gobbi authored
There are several VTK methods that return new objects and expect the caller to delete them. This new code checks for these methods. Unfortunately, many python scripts were already dealing with this by calling UnRegister() after such methods. To maintain partial backwards compatibility, the python UnRegister() method will now refuse to reduce the reference count to zero. Change-Id: I44323e9feb059ac2abfc405d3afd93671cae1d48
-
- 12 May, 2011 1 commit
-
-
David Gobbi authored
Thanks to Hadrien Mary for the patch. Change-Id: I3d945aa5e15045ae12d054f0475b54b828860c71
-
- 29 Apr, 2011 1 commit
-
-
David Gobbi authored
There are several VTK methods that return new objects and expect the caller to delete them. This new code checks for these methods. Unfortunately, many python scripts were already dealing with this by calling UnRegister() after such methods. To maintain partial backwards compatibility, the python UnRegister() method will now refuse to reduce the reference count to zero. Change-Id: I44323e9feb059ac2abfc405d3afd93671cae1d48
-
- 21 Apr, 2011 5 commits
-
-
David Gobbi authored
-
David Gobbi authored
-
David Gobbi authored
-
David Gobbi authored
-
David Gobbi authored
-
- 17 Apr, 2011 1 commit
-
-
David Gobbi authored
-
- 16 Apr, 2011 1 commit
-
-
David Gobbi authored
-
- 15 Apr, 2011 3 commits
-
-
David Gobbi authored
-
David Gobbi authored
-
David Gobbi authored
-
- 01 Oct, 2010 1 commit
-
-
David Gobbi authored
-
- 23 Sep, 2010 1 commit
-
-
David Gobbi authored
-
- 17 Aug, 2010 2 commits
-
-
David Gobbi authored
-
David Gobbi authored
-
- 03 Aug, 2010 3 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
Enhanced vtkWrapPython to recognized Qt types used in VTK classes. Use SIP to wrap Qt classes for use with PyQt. Also added bridge code to make VTK types work in Qt classes.
-
- 24 Jul, 2010 1 commit
-
-
David Gobbi authored
-
- 21 Jul, 2010 1 commit
-
-
David Gobbi authored
-
- 14 Jul, 2010 1 commit
-
-
David Gobbi authored
-
- 09 Jul, 2010 1 commit
-
-
Berk Geveci authored
-
- 16 Jun, 2010 3 commits
-
-
David Gobbi authored
-
David Gobbi authored
Add three methods to the python vtk module to provide convenience for creating, extracting values from, and casting values from vtkVariant objects.
-
David Gobbi authored
-
- 31 May, 2010 1 commit
-
-
Prabhu Ramachandran authored
BUG: Fixing a segfault with recent versions of VTK after Feb 5, 2010. The specific checkin that caused this is cc83e73b. This patch changed the way swig mangled pointers were checked from Python and that broke the GetDisplayId method of wxVTKRenderWindowInteractor which caused the segfault.
-
- 09 Mar, 2010 1 commit
-
-
Marcus Hanwell authored
Additions so that import vtk.charts works as expected, and as it does in other VTK Python wrapped modules.
-
- 29 Dec, 2009 1 commit
-
-
Berk Geveci authored
-
- 14 Dec, 2009 1 commit
-
-
David Gobbi authored
BUG: With the Cocoa vtkTkRenderWidget, if 'update' is called in response to a configure event, the window freezes.
-
- 04 Sep, 2009 1 commit
-
-
Jason Shepherd authored
-
- 03 Jul, 2009 1 commit
-
-
Dave Partyka authored
ENH: Fix python testing to work with Python 26 where TkInter has path objects rather than just strings.
-
- 28 May, 2009 1 commit
-
-
Kenneth Moreland authored
STYLE: When an image test fails, upload full size pngs to the dashboard rather than shrunken jpegs. This allows test writers to get comparison images directly from the dashboard. Size is no longer an issue on the dashboard since it does file comparisons and keeps only one copy around as a test fails for multiple days.
-