/*========================================================================= Program: wxMaracas Module: $RCSfile: wxMaracas_SegmentationFM3D.h,v $ Language: C++ Date: $Date: 2008/10/31 16:32:11 $ 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__SEGMENTATION__FM3D__MPR__HXX__ #define __WX__MARACAS__SEGMENTATION__FM3D__MPR__HXX__ #include #include #include "vtkImageData.h" #include "kernel/marAxis.h" #include "widgets/wxSegmentationFM3DWidget.h" class wxMaracas_SegmentationFM3D : public wxPanel { public: wxMaracas_SegmentationFM3D( wxWindow* parent, marImageData* marimagedata,double voxelSize); ~wxMaracas_SegmentationFM3D( ); void ConfigureVTK(); vtkMPRBaseData *GetVtkMPRBaseData(); vtkPlane2DView *GetVtkPlane2DView(); private: wxSegmentationFM3DWidget* _MPR; }; #endif // __WX__MARACAS__SEGMENTATION__FM3D__MPR__HXX__ // EOF - wxMaracasMPR.h