X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMMain.cpp;fp=lib%2FcreaDevManagerLib%2FmodelCDMMain.cpp;h=5c49116154af82e1e1f882b45c8ba83f4425d205;hb=f0d6beb7af51921d5245cd04e307e69993044dfc;hp=b3c381ff12064be15f6dd7a4661a4a4b3c8819f1;hpb=58e994c7ddc088821aa0f583354216c6376405c8;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMMain.cpp b/lib/creaDevManagerLib/modelCDMMain.cpp index b3c381f..5c49116 100644 --- a/lib/creaDevManagerLib/modelCDMMain.cpp +++ b/lib/creaDevManagerLib/modelCDMMain.cpp @@ -263,6 +263,11 @@ bool modelCDMMain::RefreshProject( } } +std::map& modelCDMMain::GetModelElements() +{ + return this->modelElements; +} + bool modelCDMMain::CloseProject( std::string*& result )