X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Objects.h;h=ef1d403b64cdc18275bc0bb93e001d65d61e8a24;hb=refs%2Ftags%2FV_1.2.1;hp=6cf221e0b498efefc05f81a6818a3984112bfeda;hpb=b9a5e90cb3723e73a7081f26e80ae95b6e11b415;p=modules%2Fshaper.git diff --git a/src/Model/Model_Objects.h b/src/Model/Model_Objects.h index 6cf221e0b..ef1d403b6 100644 --- a/src/Model/Model_Objects.h +++ b/src/Model/Model_Objects.h @@ -170,6 +170,10 @@ class Model_Objects /// Returns to the last (from the history point of view) feature, any: invisible or disabled FeaturePtr lastFeature(); + /// Returns the result group identifier of the given feature (for this at least one result must + /// be created before) + std::string featureResultGroup(FeaturePtr theFeature); + private: TDF_Label myMain; ///< main label of the data storage