X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkPackage.h;h=b1976977dfcb54bbf7a85ef9f21905866c36a276;hb=6ac9074f717f22c4ffdc6a70d0704c1b1f8fe842;hp=419f3fea752e3e2b4e6ef6afe055e1e6f3d5810f;hpb=664e5cdbbcaf3dafa5fc9f206a7094248c289d5a;p=bbtk.git diff --git a/kernel/src/bbtkPackage.h b/kernel/src/bbtkPackage.h index 419f3fe..b197697 100644 --- a/kernel/src/bbtkPackage.h +++ b/kernel/src/bbtkPackage.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkPackage.h,v $ Language: C++ - Date: $Date: 2009/06/08 14:50:04 $ - Version: $Revision: 1.15 $ + Date: $Date: 2010/09/12 14:52:25 $ + Version: $Revision: 1.16 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -254,7 +254,9 @@ namespace bbtk const FactorySet& GetFactorySet() const { return mFactorySet; } void Check() const; + bool ifBoxExist( std::string boxType ); + private: /// Default ctor is private : use the static New method // Package() {}