1 /*=========================================================================
4 Module: $RCSfile: wxMaracasMPR.h,v $
6 Date: $Date: 2009/05/14 13:54:31 $
7 Version: $Revision: 1.6 $
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__MPR__HXX__
19 #define __WX__MARACAS__MPR__HXX__
26 #include "vtkImageData.h"
27 #include "widgets/wxMPRWidget.h"
30 class creaMaracasVisu_EXPORT wxMaracasMPR : public wxPanel
33 wxMaracasMPR( wxWindow* parent, marImageData* marimagedata=NULL,double voxelSize=-1);
36 vtkMPRBaseData *GetVtkMPRBaseData();
37 vtkPlane2DView *GetVtkPlane2DView();
38 wxVtkMPR3DView *GetWxvtkmpr3Dview_BB()throw(char*);
41 void setImageData(vtkImageData *img, double voxelsize);
47 #endif // __WX__MARACAS__MPR__HXX__
49 // EOF - wxMaracasMPR.h