]> Creatis software - crea.git/blobdiff - appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.h
Clean up useless warnings
[crea.git] / appli / creaNewProject / NewProject / bbtk_mySamplePackage_PKG / src / bbmySamplePackagemySampleBoxWithVTK.h
index 9bd81ad5bf82cea9e6f39d57c714b2cdeabb2a94..fbc2975da3b1da9ee94a230da3a69063ba9e8ba8 100644 (file)
@@ -1,6 +1,4 @@
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 #ifndef __bbmySamplePackagemySampleBoxWithVTK_h_INCLUDED__
 #define __bbmySamplePackagemySampleBoxWithVTK_h_INCLUDED__
 #include "bbmySamplePackage_EXPORT.h"
@@ -15,16 +13,12 @@ class bbmySamplePackage_EXPORT mySampleBoxWithVTK
    public bbtk::AtomicBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(mySampleBoxWithVTK,bbtk::AtomicBlackBox);
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
   BBTK_DECLARE_INPUT(In,double);
   BBTK_DECLARE_OUTPUT(Out,double);
   BBTK_PROCESS(Process);
   void Process();
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(mySampleBoxWithVTK,bbtk::AtomicBlackBox);
@@ -35,9 +29,7 @@ BBTK_CATEGORY("");
 BBTK_INPUT(mySampleBoxWithVTK,In,"First input",double,"");
 BBTK_OUTPUT(mySampleBoxWithVTK,Out,"First output",double,"");
 BBTK_END_DESCRIBE_BLACK_BOX(mySampleBoxWithVTK);
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 }
 // EO namespace bbmySamplePackage