]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkBlackBox.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkBlackBox.h
index 4fb82fa629dd5e9221c87c65eae13c6031ebf6d3..f160dd574031f98133aa0cca4b583028f0b02b2b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/04/08 06:59:29 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2008/04/09 11:16:57 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -250,6 +250,8 @@ bool reaction = true);
     std::string bbGetInputAsString( const std::string &input); //,Factory *factory);
     virtual BlackBox *bbFindBlackBox(const std::string &blackboxname) { return NULL;}
 
+    virtual void Check(bool recursive = true);
+
   protected:
     //==================================================================
     // PROTECTED PART : ACCESSIBLE TO THE BlackBox DEVELOPER 
@@ -374,6 +376,7 @@ bool reaction = true);
     // PRIVATE PART 
     /// Default constructor is private : derived classes must use the constructor with the BlackBox's name
     BlackBox() {}
+    BlackBox(const BlackBox&) {}
     /// The status of the box
     IOStatus bbmStatus;
     /// The name of the black-box