/*========================================================================= Program: wxMaracas Module: $RCSfile: wxMaracasMPR.h,v $ Language: C++ Date: $Date: 2009/01/15 11:09:39 $ Version: $Revision: 1.3 $ 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__MPR__HXX__ #define __WX__MARACAS__MPR__HXX__ #include #include #include "marTypes.h" #include "vtkImageData.h" #include "widgets/wxMPRWidget.h" class creaMaracasVisu_EXPORT wxMaracasMPR : public wxPanel { public: wxMaracasMPR( wxWindow* parent, marImageData* marimagedata,double voxelSize); ~wxMaracasMPR( ); void ConfigureVTK(); vtkMPRBaseData *GetVtkMPRBaseData(); vtkPlane2DView *GetVtkPlane2DView(); wxVtkMPR3DView *GetWxvtkmpr3Dview_BB(); void RefreshView(); private: wxMPRWidget* _MPR; }; #endif // __WX__MARACAS__MPR__HXX__ // EOF - wxMaracasMPR.h