00001 /*========================================================================= 00002 00003 Program: wxMaracas 00004 Module: $RCSfile: wxMaracas_ManualTree_MPR.h,v $ 00005 Language: C++ 00006 Date: $Date: 2009/05/19 11:17:31 $ 00007 Version: $Revision: 1.3 $ 00008 00009 Copyright: (c) 2002, 2003 00010 License: 00011 00012 This software is distributed WITHOUT ANY WARRANTY; without even 00013 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00014 PURPOSE. See the above copyright notice for more information. 00015 00016 =========================================================================*/ 00017 00018 #ifndef __WX__MARACAS__MANUAL__TREE__MPR__HXX__ 00019 #define __WX__MARACAS__MANUAL__TREE__MPR__HXX__ 00020 00021 00022 #include <wx/wx.h> 00023 #include <wx/panel.h> 00024 00025 #include "vtkImageData.h" 00026 #include "manualContourModel.h" 00027 #include "widgets/wxManualTree_MPRWidget.h" 00028 00029 class wxMaracas_ManualTree_MPR : public wxPanel 00030 { 00031 public: 00032 wxMaracas_ManualTree_MPR( wxWindow* parent, marImageData* marimagedata,double voxelSize); 00033 ~wxMaracas_ManualTree_MPR( ); 00034 void ConfigureVTK(); 00035 vtkMPRBaseData *GetVtkMPRBaseData(); 00036 vtkPlane2DView *GetVtkPlane2DView(); 00037 manualContourModel *GetManualContourModel(); 00038 00039 private: 00040 wxManualTree_MPRWidget* _MPR; 00041 }; 00042 00043 00044 00045 00046 00047 #endif // __WX__MARACAS__MANUAL__TREE__MPR__HXX__ 00048 00049 // EOF - wxMaracasMPR.h