X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkData.h;h=0bc85ccfcb503dfc76bb5ea26878098e58ce38e1;hb=7e61fd339b29c05f7426fe0758955f933e90aed0;hp=9b93b57bbc5b9b94f9b6330f864c62e3eaadb110;hpb=6c5d7746e8e4cb0b5d6e164b917008a7137910fb;p=bbtk.git diff --git a/kernel/src/bbtkData.h b/kernel/src/bbtkData.h index 9b93b57..0bc85cc 100644 --- a/kernel/src/bbtkData.h +++ b/kernel/src/bbtkData.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkData.h,v $ Language: C++ - Date: $Date: 2008/04/08 06:59:30 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/04/18 12:59:15 $ + 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 @@ -49,7 +49,6 @@ namespace bbtk TypeInfo GetType() const { return mType; } const std::string& GetNature() const { return mNature; } - /// Equality bool operator== ( const DataInfo& k ) const {