1 /*=========================================================================
4 Module: $RCSfile: vvToolMIP.h,v $
6 Date: $Date: 2010/10/26 12:37:59 $
7 Version: $Revision: 1.1 $
8 Author : Joel Schaerer (joel.schaerer@gmail.com)
11 Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr
12 CREATIS http://www.creatis.insa-lyon.fr
14 This program is free software: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation, version 3 of the License.
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
23 You should have received a copy of the GNU General Public License
24 along with this program. If not, see <http://www.gnu.org/licenses/>.
26 =========================================================================*/
33 #include <QtDesigner/QDesignerExportWidget>
34 #include "vvToolBase.h"
36 #include "vvToolWidgetBase.h"
37 #include "ui_vvToolMIP.h"
40 //------------------------------------------------------------------------------
42 public vvToolWidgetBase,
43 public vvToolBase<vvToolMIP>,
48 vvToolMIP(vvMainWindowBase* parent=0, Qt::WindowFlags f=0);
51 static void Initialize();
52 virtual void InputIsSelected(vvSlicerManager * m);
56 template<class PixelType,int Dim> void Update_WithDimAndPixelType(vvImage::Pointer);
57 template<class PixelType> void Update_WithPixelType(vvImage::Pointer);
61 }; // end class vvToolMIP
62 //------------------------------------------------------------------------------