X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkTranscriptor.h;fp=kernel%2Fsrc%2FbbtkTranscriptor.h;h=c95bdbffa4c1f5deb82de9472a1f11a8686c573b;hb=6c5d7746e8e4cb0b5d6e164b917008a7137910fb;hp=738850578b954481fdaa7740c39694ee0e1d0368;hpb=124be3ddcc78e6e714fe7f09ba1fb71e4d1fd66a;p=bbtk.git diff --git a/kernel/src/bbtkTranscriptor.h b/kernel/src/bbtkTranscriptor.h index 7388505..c95bdbf 100644 --- a/kernel/src/bbtkTranscriptor.h +++ b/kernel/src/bbtkTranscriptor.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkTranscriptor.h,v $ $ Language: C++ - Date: $Date: 2008/03/26 14:47:36 $ - Version: $Revision: 1.8 $ + Date: $Date: 2008/04/08 06:59:30 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -91,6 +91,9 @@ namespace bbtk /// End the definition of a ComplexBlackBox void EndDefine (); + /// Sets the kind of the currently defined ComplexBlackBox + void Kind(const std::string& kind); + /// Creates a new black box in current complex box void Create ( const std::string& boxType, const std::string& boxName);