]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBoxDescriptor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkComplexBlackBoxDescriptor.h
index 4b76df5cef0d371f21b7806cc7f8433849246262..a3c2d70ea854736a40a633ec09fa6fce198a859c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkComplexBlackBoxDescriptor.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/08 06:59:30 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/04/09 11:16:57 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -46,9 +46,10 @@ namespace bbtk
     friend class ComplexBlackBox;
     /// Default ctor with name 
     ComplexBlackBoxDescriptor(const std::string& name); 
-    /// Default dtor
+  protected:
+   /// Default dtor
     ~ComplexBlackBoxDescriptor();
-
+  public:
     /// Sets the factory used 
     void SetFactory(Factory* f) { mFactory = f; }
     /// Gets the factory used
@@ -121,6 +122,8 @@ namespace bbtk
                          bool relative_link = false );
     
 
+   ///
+    virtual void Check(bool recursive=true) const;
 
   private:
     /// Default ctor is private (must have name and factory)