1 /*=========================================================================
4 Module: $RCSfile: wxMaracasProcessingCT.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__PROCESSING__CT__HXX__
19 #define __WX__MARACAS__PROCESSING__CT__HXX__
25 #include "vtkImageData.h"
27 #include "widgets/wxProcessingCTWidget.h"
29 class wxMaracasProcessingCT : public wxPanel
32 wxMaracasProcessingCT( wxWindow* parent, marInterfaceCT *mar);
33 ~wxMaracasProcessingCT( );
34 void ConfigureVTK(marImageData *marimagedata, int x, int y, int z);
36 void SetThreshold(int min ,int max);
37 void GetThreshold(int *min ,int *max);
42 wxProcessingCTWidget* _processingCTWidget;
45 #endif // __WX__MARACAS__PROCESSING__CT__HXX__
47 // EOF - wxMaracasProcessingCT.h