]> Creatis software - clitk.git/blobdiff - vv/vvQProgressDialogITKCommand.h
Debug RTStruct conversion with empty struc
[clitk.git] / vv / vvQProgressDialogITKCommand.h
index 48511b7de88935a011b69c2f16bf22f5aa3b0805..72821b70cb8c9bf9c5ac42c48e264ec4c87484a1 100644 (file)
@@ -1,3 +1,20 @@
+/*=========================================================================
+  Program:   vv                     http://www.creatis.insa-lyon.fr/rio/vv
+
+  Authors belong to: 
+  - University of LYON              http://www.universite-lyon.fr/
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
+  - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
+
+  This software is distributed WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+  PURPOSE.  See the copyright notices for more information.
+
+  It is distributed under dual licence
+
+  - BSD        See included LICENSE.txt file
+  - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+===========================================================================**/
 #ifndef VVQPROGRESSDIALOGITKCOMMAND_H
 #define VVQPROGRESSDIALOGITKCOMMAND_H
 #include "itkCommand.h"
@@ -5,6 +22,8 @@
 // qt include
 #include <QProgressDialog>
 
+#include "clitkCommon.h"
+
 class vvQProgressDialogITKCommand : public itk::Command {
 
 public:
@@ -16,8 +35,8 @@ public:
 
     void Initialize(QString title, float sec, int max);
 
-    void Execute(itk::Object *caller, const itk::EventObject & event);
-    void Execute(const itk::Object *caller, const itk::EventObject & event);
+    void Execute(itk::Object *caller, const itk::EventObject & event) ITK_OVERRIDE;
+    void Execute(const itk::Object *caller, const itk::EventObject & event) ITK_OVERRIDE;
 
 protected:
     vvQProgressDialogITKCommand();