00001 /*========================================================================= 00002 00003 Program: wxMaracas 00004 Module: $RCSfile: wxMaracasQuantificationCT.h,v $ 00005 Language: C++ 00006 Date: $Date: 2009/05/14 13:54:54 $ 00007 Version: $Revision: 1.1 $ 00008 00009 Copyright: (c) 2002, 2003 00010 License: 00011 00012 This software is distributed WITHOUT ANY WARRANTY; without even 00013 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00014 PURPOSE. See the above copyright notice for more information. 00015 00016 =========================================================================*/ 00017 00018 #ifndef __WX__MARACAS__QUANTIF__CT__HXX__ 00019 #define __WX__MARACAS__QUANTIF__CT__HXX__ 00020 00021 #include <wx/wx.h> 00022 #include <wx/panel.h> 00023 #include "widgets/wxQuantificationWidgetCT.h" 00024 #include "kernel/marInterface.h" 00025 00026 class wxMaracasQuantificationCT : public wxPanel 00027 { 00028 public: 00029 wxMaracasQuantificationCT( wxWindow* parent, marInterfaceCT* mar, wxWindowID id = -1 ); 00030 ~wxMaracasQuantificationCT( ); 00031 void LoadData( ); 00032 void Do_Quant( ); 00033 void RegenerateAll(bool all=true); 00034 void CleanContours(); 00035 void RegenerateSignal(); 00036 void SetSlider_Isovalue_Opacity(int isovalue,int opacity); 00037 int GetActualSlice(); 00038 void SetActualSlice(int slice); 00039 00040 private: 00041 00042 marInterfaceCT *_mar; 00043 wxQuantificationWidgetCT *_3DQuantif; 00044 00045 }; 00046 00047 #endif // __WX__MARACAS__QUANTIF__CT__HXX__ 00048 00049 // EOF - wxMaracasQuantification.hxx