1 /*=========================================================================
4 Module: $RCSfile: wxMaracasQuantificationCT.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__QUANTIF__CT__HXX__
19 #define __WX__MARACAS__QUANTIF__CT__HXX__
23 #include "widgets/wxQuantificationWidgetCT.h"
24 #include "kernel/marInterface.h"
26 class wxMaracasQuantificationCT : public wxPanel
29 wxMaracasQuantificationCT( wxWindow* parent, marInterfaceCT* mar, wxWindowID id = -1 );
30 ~wxMaracasQuantificationCT( );
33 void RegenerateAll(bool all=true);
35 void RegenerateSignal();
36 void SetSlider_Isovalue_Opacity(int isovalue,int opacity);
38 void SetActualSlice(int slice);
43 wxQuantificationWidgetCT *_3DQuantif;
47 #endif // __WX__MARACAS__QUANTIF__CT__HXX__
49 // EOF - wxMaracasQuantification.hxx