[wxVTK] wxVTK/Sample wxImagePlaneWidget.cxx, 1.8, 1.9 wxImageViewer.cxx, 1.7, 1.8 wxMedical3.cxx, 1
Brought to you by:
malat
|
From: Sander N. <svn...@us...> - 2008-12-03 10:19:04
|
Update of /cvsroot/wxvtk/wxVTK/Sample In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17076 Modified Files: wxImagePlaneWidget.cxx wxImageViewer.cxx wxMedical3.cxx Log Message: COMP: Added include of vtkTestUtilities.h Index: wxImagePlaneWidget.cxx =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/Sample/wxImagePlaneWidget.cxx,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** wxImagePlaneWidget.cxx 20 Oct 2008 12:46:31 -0000 1.8 --- wxImagePlaneWidget.cxx 3 Dec 2008 10:19:00 -0000 1.9 *************** *** 40,43 **** --- 40,44 ---- #include "vtkImageReslice.h" #include "vtkTesting.h" + #include "vtkTestUtilities.h" #include "vtkRegressionTestImage.h" Index: wxImageViewer.cxx =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/Sample/wxImageViewer.cxx,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** wxImageViewer.cxx 20 Oct 2008 12:46:31 -0000 1.7 --- wxImageViewer.cxx 3 Dec 2008 10:19:00 -0000 1.8 *************** *** 30,33 **** --- 30,34 ---- #include "vtkImageData.h" #include "vtkTesting.h" + #include "vtkTestUtilities.h" #include "vtkRegressionTestImage.h" Index: wxMedical3.cxx =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/Sample/wxMedical3.cxx,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** wxMedical3.cxx 20 Oct 2008 12:46:31 -0000 1.7 --- wxMedical3.cxx 3 Dec 2008 10:19:00 -0000 1.8 *************** *** 39,42 **** --- 39,43 ---- #include "vtkImageActor.h" #include "vtkTesting.h" + #include "vtkTestUtilities.h" #include "vtkRegressionTestImage.h" |