1 /*=========================================================================
4 Module: $RCSfile: wxMaracas_SegmentationFM3D.h,v $
6 Date: $Date: 2008/10/31 16:32:11 $
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__SEGMENTATION__FM3D__MPR__HXX__
19 #define __WX__MARACAS__SEGMENTATION__FM3D__MPR__HXX__
25 #include "vtkImageData.h"
26 #include "kernel/marAxis.h"
28 #include "widgets/wxSegmentationFM3DWidget.h"
30 class wxMaracas_SegmentationFM3D : public wxPanel
33 wxMaracas_SegmentationFM3D( wxWindow* parent, marImageData* marimagedata,double voxelSize);
34 ~wxMaracas_SegmentationFM3D( );
36 vtkMPRBaseData *GetVtkMPRBaseData();
37 vtkPlane2DView *GetVtkPlane2DView();
40 wxSegmentationFM3DWidget* _MPR;
46 #endif // __WX__MARACAS__SEGMENTATION__FM3D__MPR__HXX__
48 // EOF - wxMaracasMPR.h