]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/include/wxMaracas_SegmentationFM3D.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / include / wxMaracas_SegmentationFM3D.h
diff --git a/lib/maracasVisuLib/src/interface/wxWindows/include/wxMaracas_SegmentationFM3D.h b/lib/maracasVisuLib/src/interface/wxWindows/include/wxMaracas_SegmentationFM3D.h
new file mode 100644 (file)
index 0000000..e7452fd
--- /dev/null
@@ -0,0 +1,48 @@
+/*=========================================================================
+
+  Program:   wxMaracas
+  Module:    $RCSfile: wxMaracas_SegmentationFM3D.h,v $
+  Language:  C++
+  Date:      $Date: 2009/05/14 13:54:54 $
+  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 <wx/wx.h>
+#include <wx/panel.h>
+
+#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