]> Creatis software - crea.git/commitdiff
Clean up useless warnings
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 8 Apr 2011 15:22:48 +0000 (15:22 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 8 Apr 2011 15:22:48 +0000 (15:22 +0000)
appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx
appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.h
appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.cxx
appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithVTK.h

index 0355f30ebe7ea4ff5873f5d61f38c8a65ec8af16..1e2d1827233a83f154f4d30fa5504558c060aec0 100644 (file)
@@ -1,6 +1,4 @@
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 #include "bbmySamplePackagemySampleBoxWithITK.h"
 #include "bbmySamplePackagePackage.h"
 namespace bbmySamplePackage
@@ -8,9 +6,7 @@ namespace bbmySamplePackage
 
 BBTK_ADD_BLACK_BOX_TO_PACKAGE(mySamplePackage,mySampleBoxWithITK)
 BBTK_BLACK_BOX_IMPLEMENTATION(mySampleBoxWithITK,bbtk::AtomicBlackBox);
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 void mySampleBoxWithITK::Process()
 {
 
@@ -26,45 +22,34 @@ void mySampleBoxWithITK::Process()
 //    * TYPE is the C++ type of the input/output
 //      (the one provided in the attribute 'type' of the tag 'input')
     bbSetOutputOut( bbGetInputIn() );
-    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
-  
+    std::cout << "Output value = " <<bbGetOutputOut() << std::endl; 
 }
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 void mySampleBoxWithITK::bbUserSetDefaultValues()
 {
 
 //  SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX 
 //    Here we initialize the input 'In' to 0
    bbSetInputIn(0);
-  
 }
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 void mySampleBoxWithITK::bbUserInitializeProcessing()
 {
-
 //  THE INITIALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should allocate the internal/output pointers 
 //    if any 
-
-  
 }
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 void mySampleBoxWithITK::bbUserFinalizeProcessing()
 {
-
 //  THE FINALIZATION METHOD BODY :
 //    Here does nothing 
 //    but this is where you should desallocate the internal/output pointers 
 //    if any
   
 }
+
 }
 // EO namespace bbmySamplePackage
 
index 5a7781cea09e37e1a76567e3576cbc302c4a8529..18789b6a266e3391ce89e28887883c7996458fe8 100644 (file)
@@ -1,6 +1,4 @@
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 #ifndef __bbmySamplePackagemySampleBoxWithITK_h_INCLUDED__
 #define __bbmySamplePackagemySampleBoxWithITK_h_INCLUDED__
 #include "bbmySamplePackage_EXPORT.h"
@@ -15,16 +13,12 @@ class bbmySamplePackage_EXPORT mySampleBoxWithITK
    public bbtk::AtomicBlackBox
 {
   BBTK_BLACK_BOX_INTERFACE(mySampleBoxWithITK,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(mySampleBoxWithITK,bbtk::AtomicBlackBox);
@@ -35,9 +29,7 @@ BBTK_CATEGORY("");
 BBTK_INPUT(mySampleBoxWithITK,In,"First input",double,"");
 BBTK_OUTPUT(mySampleBoxWithITK,Out,"First output",double,"");
 BBTK_END_DESCRIBE_BLACK_BOX(mySampleBoxWithITK);
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 }
 // EO namespace bbmySamplePackage
 
index b2d91e3ced268f5377cd48f4228cae9151b09d3d..55385341629379c45f46873602f5a5d904344e39 100644 (file)
@@ -1,6 +1,4 @@
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 #include "bbmySamplePackagemySampleBoxWithVTK.h"
 #include "bbmySamplePackagePackage.h"
 namespace bbmySamplePackage
@@ -8,9 +6,7 @@ namespace bbmySamplePackage
 
 BBTK_ADD_BLACK_BOX_TO_PACKAGE(mySamplePackage,mySampleBoxWithVTK)
 BBTK_BLACK_BOX_IMPLEMENTATION(mySampleBoxWithVTK,bbtk::AtomicBlackBox);
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 void mySampleBoxWithVTK::Process()
 {
 
@@ -29,9 +25,7 @@ void mySampleBoxWithVTK::Process()
     std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
   
 }
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 void mySampleBoxWithVTK::bbUserSetDefaultValues()
 {
 
@@ -40,9 +34,7 @@ void mySampleBoxWithVTK::bbUserSetDefaultValues()
    bbSetInputIn(0);
   
 }
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 void mySampleBoxWithVTK::bbUserInitializeProcessing()
 {
 
@@ -53,9 +45,7 @@ void mySampleBoxWithVTK::bbUserInitializeProcessing()
 
   
 }
-//===== 
-// Don't edit this file. This file is generated from xml description.. 
-//===== 
+
 void mySampleBoxWithVTK::bbUserFinalizeProcessing()
 {
 
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