X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Finclude%2FwxMaracasQuantificationCT.h;fp=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Finclude%2FwxMaracasQuantificationCT.h;h=c6fa2b410f58ffdcb4a6b5ce04d6a8d73589bc07;hb=a4ee3758aa0477f677fb981e2c4d6e29995e8db8;hp=0000000000000000000000000000000000000000;hpb=cc20770ee090848c31a8f18c277d89f2b904e087;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/include/wxMaracasQuantificationCT.h b/lib/maracasVisuLib/src/interface/wxWindows/include/wxMaracasQuantificationCT.h new file mode 100644 index 0000000..c6fa2b4 --- /dev/null +++ b/lib/maracasVisuLib/src/interface/wxWindows/include/wxMaracasQuantificationCT.h @@ -0,0 +1,49 @@ +/*========================================================================= + + Program: wxMaracas + Module: $RCSfile: wxMaracasQuantificationCT.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__QUANTIF__CT__HXX__ +#define __WX__MARACAS__QUANTIF__CT__HXX__ + +#include +#include +#include "widgets/wxQuantificationWidgetCT.h" +#include "kernel/marInterface.h" + +class wxMaracasQuantificationCT : public wxPanel +{ +public: + wxMaracasQuantificationCT( wxWindow* parent, marInterfaceCT* mar, wxWindowID id = -1 ); + ~wxMaracasQuantificationCT( ); + void LoadData( ); + void Do_Quant( ); + void RegenerateAll(bool all=true); + void CleanContours(); + void RegenerateSignal(); + void SetSlider_Isovalue_Opacity(int isovalue,int opacity); + int GetActualSlice(); + void SetActualSlice(int slice); + +private: + + marInterfaceCT *_mar; + wxQuantificationWidgetCT *_3DQuantif; + +}; + +#endif // __WX__MARACAS__QUANTIF__CT__HXX__ + +// EOF - wxMaracasQuantification.hxx