]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConnection.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkConnection.h
index f1494f01397346cbdda5a6a6c77918efabcbdc86..467721377fd23af62b6bc63be14c7fa6ecccc380 100644 (file)
@@ -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);
 
   };