1 /*=========================================================================
4 Module: $RCSfile: wxMaracasPathology_01.h,v $
6 Date: $Date: 2008/10/31 16:32:10 $
7 Version: $Revision: 1.1 $
9 Copyright: (c) 2002, 2003
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notice for more information.
16 =========================================================================*/
18 #ifndef __WX__MARACAS__PATHOLOGY__01__HXX__
19 #define __WX__MARACAS__PATHOLOGY__01__HXX__
25 #include "vtkImageData.h"
26 #include "widgets/wxPathologyWidget_01.h"
30 class wxMaracasPathology_01 : public wxPanel
33 wxMaracasPathology_01( wxWindow* parent,marInterface *mar);
34 ~wxMaracasPathology_01( );
36 void ConfigureVTK(vtkImageData *imagedata, int x, int y, int z, double param);
38 wxPathologyWidget_01* _pathologywidget;
41 #endif // __WX__MARACAS__PATHOLOGY__01__HXX__