[wxVTK] wxVTK/Sample wxImagePlaneWidget.cxx, 1.7, 1.8 wxImageViewer.cxx, 1.6, 1.7 wxMedical3.cxx, 1
Brought to you by:
malat
From: Mathieu M. <ma...@us...> - 2008-10-20 12:46:35
|
Update of /cvsroot/wxvtk/wxVTK/Sample In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32373 Modified Files: wxImagePlaneWidget.cxx wxImageViewer.cxx wxMedical3.cxx wxVTKNotebook.h Log Message: COMP: fix for VTK 4.4 vtkTestUtilities.h / vtkRegressionTestImage.h Index: wxVTKNotebook.h =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/Sample/wxVTKNotebook.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxVTKNotebook.h 1 Jul 2008 08:55:40 -0000 1.1 --- wxVTKNotebook.h 20 Oct 2008 12:46:31 -0000 1.2 *************** *** 13,17 **** enum { ! GridSize = 20 }; --- 13,17 ---- enum { ! GridSize = 15 }; Index: wxImagePlaneWidget.cxx =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/Sample/wxImagePlaneWidget.cxx,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** wxImagePlaneWidget.cxx 28 Apr 2005 03:41:22 -0000 1.7 --- wxImagePlaneWidget.cxx 20 Oct 2008 12:46:31 -0000 1.8 *************** *** 40,44 **** #include "vtkImageReslice.h" #include "vtkTesting.h" ! #include "vtkTestUtilities.h" #include "vtkImageData.h" --- 40,44 ---- #include "vtkImageReslice.h" #include "vtkTesting.h" ! #include "vtkRegressionTestImage.h" #include "vtkImageData.h" Index: wxImageViewer.cxx =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/Sample/wxImageViewer.cxx,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** wxImageViewer.cxx 28 Apr 2005 03:41:22 -0000 1.6 --- wxImageViewer.cxx 20 Oct 2008 12:46:31 -0000 1.7 *************** *** 30,34 **** #include "vtkImageData.h" #include "vtkTesting.h" ! #include "vtkTestUtilities.h" --- 30,34 ---- #include "vtkImageData.h" #include "vtkTesting.h" ! #include "vtkRegressionTestImage.h" Index: wxMedical3.cxx =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/Sample/wxMedical3.cxx,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** wxMedical3.cxx 28 Apr 2005 03:41:22 -0000 1.6 --- wxMedical3.cxx 20 Oct 2008 12:46:31 -0000 1.7 *************** *** 39,43 **** #include "vtkImageActor.h" #include "vtkTesting.h" ! #include "vtkTestUtilities.h" // the application icon --- 39,43 ---- #include "vtkImageActor.h" #include "vtkTesting.h" ! #include "vtkRegressionTestImage.h" // the application icon |