X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2FwxMaracasPathology_01.h;fp=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2FwxMaracasPathology_01.h;h=0000000000000000000000000000000000000000;hb=a4ee3758aa0477f677fb981e2c4d6e29995e8db8;hp=fc347fc003a18868a4179c19845c2c4195d15240;hpb=cc20770ee090848c31a8f18c277d89f2b904e087;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasPathology_01.h b/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasPathology_01.h deleted file mode 100644 index fc347fc..0000000 --- a/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasPathology_01.h +++ /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 -#include - -#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__ -