X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkTranscriptor.h;h=c0a2c4f2a4dd4eab2aca849c0fd626dcb74db2b9;hb=157b1a61a177ccd0a3136f6e435880d949411c4d;hp=82c95dafff346d1d747955cd512b51dc3f337944;hpb=a7b5e75baf0af42a27092233d3b3350d8ec2d5da;p=bbtk.git diff --git a/kernel/src/bbtkTranscriptor.h b/kernel/src/bbtkTranscriptor.h index 82c95da..c0a2c4f 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/02/05 11:07:42 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/02/05 12:16:55 $ + 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 @@ -131,8 +131,8 @@ namespace bbtk ///Adds the authorName to the Box author list void Author(const std::string &authorName); - ///Adds the Keywords to the Box keyword list - void Keyword(const std::string &keyword); + ///Adds the Categories to the Box category list + void Category(const std::string &category); /// The description string which explains what does the ComplexBox void Description(const std::string & d);