X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkConnection.cxx;fp=kernel%2Fsrc%2FbbtkConnection.cxx;h=507c6f09b893cea991cf0bb5a2220267209d7293;hb=768afeae7c180d69467cf9f6329af457ce2862e9;hp=9c8487ace1fe496f21762f539e1f6bd1bc5fc93b;hpb=d7a6d341e2d11c175351212f0bf4812784dc57e5;p=bbtk.git diff --git a/kernel/src/bbtkConnection.cxx b/kernel/src/bbtkConnection.cxx index 9c8487a..507c6f0 100644 --- a/kernel/src/bbtkConnection.cxx +++ b/kernel/src/bbtkConnection.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkConnection.cxx,v $ Language: C++ - Date: $Date: 2008/04/22 06:59:31 $ - Version: $Revision: 1.8 $ + Date: $Date: 2008/04/22 08:29:09 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See doc/license.txt or @@ -393,15 +393,15 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output, //================================================================== void Connection::Check() const { - bbtkMessage("Debug",1,"** Checking Connection "<<(void*)this<<" ["<bbGetFullName()<bbGetFullName()<bbHasOutput(mOutput)) { bbtkError("** Checking Connection "<<(void*)this @@ -409,7 +409,7 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output, << mFrom->bbGetFullName()<<" does not have output '" <bbGetOutputConnectorMap().find(mOutput); if (i== mFrom->bbGetOutputConnectorMap().end()) @@ -419,7 +419,7 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output, <bbGetFullName()<<" output '" <::const_iterator j; @@ -444,23 +444,23 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output, <<" does not point to this connection"); } - bbtkMessage("Debug",2," - From : This connection is in OutputConnector connection vector"<bbGetName()<bbGetName()<bbGetDescriptor() << std::endl; // std::cout << mTo->bbGetDescriptor()->GetTypeName() << std::endl; // mTo->bbGetFullName(); - bbtkMessage("Debug",2," - To : "<bbGetFullName()<bbGetFullName()<bbHasInput(mInput)) { bbtkError("** Checking Connection "<<(void*)this @@ -468,7 +468,7 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output, <bbGetFullName()<<" does not have input '" <bbGetInputConnectorMap().find(mInput); if (i== mTo->bbGetInputConnectorMap().end()) @@ -478,7 +478,7 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output, <bbGetFullName()<<" input '" <second->GetConnection()==0) @@ -491,8 +491,8 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output, <<" does not point to this connection"); } - bbtkMessage("Debug",2," - To : This connection is in InputConnector connection vector"<