X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkFactory.h;fp=kernel%2Fsrc%2FbbtkFactory.h;h=aab5c9494e433ef7f7ea191034bf7ccba1a4019f;hb=72e1281cc66954975acc2414264239dcf055c15f;hp=8c80ec78da1043d48fe1d645e23b2dea5c109d4d;hpb=4dfdd2ae16994fcbda1f323d5bdc5f02b4e26f48;p=bbtk.git diff --git a/kernel/src/bbtkFactory.h b/kernel/src/bbtkFactory.h index 8c80ec7..aab5c94 100644 --- a/kernel/src/bbtkFactory.h +++ b/kernel/src/bbtkFactory.h @@ -161,12 +161,14 @@ namespace bbtk /// Gets the executer who created the factory (if any) - const // const Executer::Pointer GetExecuter() const { return mExecuter.lock(); } - std::string GetPackageNameOfaBlackBox(std::string boxType); + std::string GetPackageNameOfaBlackBox(std::string boxType); + std::string GetTypeNameOfaBlackBox(std::string boxType); private: + /// The map of packages PackageMapType mPackageMap; @@ -179,6 +181,8 @@ namespace bbtk void CloseAllPackages(); void ClosePackage(PackageMapType::iterator& i); + + }; // class Factory