From 67cfeeb9d43ac96601468142be67dd54c4f52031 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 8 Apr 2011 15:22:48 +0000 Subject: [PATCH] Clean up useless warnings --- .../bbmySamplePackagemySampleBoxWithITK.cxx | 29 +++++-------------- .../src/bbmySamplePackagemySampleBoxWithITK.h | 16 +++------- .../bbmySamplePackagemySampleBoxWithVTK.cxx | 20 ++++--------- .../src/bbmySamplePackagemySampleBoxWithVTK.h | 16 +++------- 4 files changed, 20 insertions(+), 61 deletions(-) diff --git a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx index 0355f30..1e2d182 100644 --- a/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx +++ b/appli/creaNewProject/NewProject/bbtk_mySamplePackage_PKG/src/bbmySamplePackagemySampleBoxWithITK.cxx @@ -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 = " <