]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBoxDescriptor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkComplexBlackBoxDescriptor.h
index 27dcd4dd89ebb8c399fbfef8f4ef7de10a89b149..4b76df5cef0d371f21b7806cc7f8433849246262 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBoxDescriptor.h,v $
   Language:  C++
-  Date:      $Date: 2008/03/07 10:21:30 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/04/08 06:59:30 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -43,7 +43,7 @@ namespace bbtk
   class BBTK_EXPORT ComplexBlackBoxDescriptor : public bbtk::BlackBoxDescriptor
   {
   public:
-
+    friend class ComplexBlackBox;
     /// Default ctor with name 
     ComplexBlackBoxDescriptor(const std::string& name); 
     /// Default dtor
@@ -82,6 +82,7 @@ namespace bbtk
                       const std::string& output,
                       const std::string& help);
  
     /// Sets the name of the script file from which it is defined
     void SetScriptFileName(const std::string& n) { mScriptFileName = n; }
     /// Gets the name of the script file from which it is defined