X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkConnection.h;h=467721377fd23af62b6bc63be14c7fa6ecccc380;hb=d325fab57e4ef788ab6cca976407c61e58e3ecff;hp=f1494f01397346cbdda5a6a6c77918efabcbdc86;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/kernel/src/bbtkConnection.h b/kernel/src/bbtkConnection.h index f1494f0..4677213 100644 --- a/kernel/src/bbtkConnection.h +++ b/kernel/src/bbtkConnection.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkConnection.h,v $ Language: C++ - Date: $Date: 2008/04/18 12:59:15 $ - Version: $Revision: 1.6 $ + Date: $Date: 2008/07/25 07:44:12 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See doc/license.txt or @@ -62,6 +62,8 @@ namespace bbtk static Pointer New(BlackBoxPointer from, const std::string& output, BlackBoxPointer to, const std::string& input, const FactoryPointer f); + static Pointer New(BlackBoxPointer from, const std::string& output, + BlackBoxPointer to, const std::string& input); /// Dtor // ~Connection(); @@ -156,6 +158,9 @@ namespace bbtk Connection(BlackBoxPointer from, const std::string& output, BlackBoxPointer to, const std::string& input, const FactoryPointer f); + /// Ctor + Connection(BlackBoxPointer from, const std::string& output, + BlackBoxPointer to, const std::string& input); };