]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/wxMaracasPathology_01.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / wxMaracasPathology_01.h
diff --git a/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasPathology_01.h b/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasPathology_01.h
deleted file mode 100644 (file)
index fc347fc..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/*=========================================================================
-
-  Program:   wxMaracas
-  Module:    $RCSfile: wxMaracasPathology_01.h,v $
-  Language:  C++
-  Date:      $Date: 2008/10/31 16:32:10 $
-  Version:   $Revision: 1.1 $
-
-  Copyright: (c) 2002, 2003
-  License:
-  
-     This software is distributed WITHOUT ANY WARRANTY; without even 
-     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
-     PURPOSE.  See the above copyright notice for more information.
-
-=========================================================================*/
-
-#ifndef __WX__MARACAS__PATHOLOGY__01__HXX__
-#define __WX__MARACAS__PATHOLOGY__01__HXX__
-
-
-#include <wx/wx.h>
-#include <wx/panel.h>
-
-#include "vtkImageData.h"
-#include "widgets/wxPathologyWidget_01.h"
-
-
-
-class wxMaracasPathology_01 : public wxPanel
-{
-public:
-    wxMaracasPathology_01( wxWindow* parent,marInterface *mar);
-    ~wxMaracasPathology_01( );
-       void ConfigureVTK();
-       void ConfigureVTK(vtkImageData *imagedata, int x, int y, int z, double param);
-private:
-        wxPathologyWidget_01* _pathologywidget;
-};
-
-#endif // __WX__MARACAS__PATHOLOGY__01__HXX__
-