X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Finclude%2FwxMaracas_SegmentationFM3D.h;fp=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Finclude%2FwxMaracas_SegmentationFM3D.h;h=e7452fd9284402d39a97f04fb3ca759edd48eaf1;hb=a4ee3758aa0477f677fb981e2c4d6e29995e8db8;hp=0000000000000000000000000000000000000000;hpb=cc20770ee090848c31a8f18c277d89f2b904e087;p=creaMaracasVisu.git 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 index 0000000..e7452fd --- /dev/null +++ b/lib/maracasVisuLib/src/interface/wxWindows/include/wxMaracas_SegmentationFM3D.h @@ -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 +#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