X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Data.h;h=f3fd1c384e8dfa7c6704e0f3f9cf357e64bfa60a;hb=e13838f2afec561f5eb8c26cebf31fa67dcde81d;hp=c057cede3f2aa85d5cb2dcc95acf7c91d8caa3b2;hpb=4a84220d2c18d4120fe72b9e6a4e9d5915d90182;p=modules%2Fshaper.git diff --git a/src/Model/Model_Data.h b/src/Model/Model_Data.h index c057cede3..f3fd1c384 100644 --- a/src/Model/Model_Data.h +++ b/src/Model/Model_Data.h @@ -183,6 +183,7 @@ private: /// Removes all information about back references void eraseBackReferences(); /// Adds a back reference (with identifier which attribute references to this object + /// It does not change the consealment flag of the data object result /// \param theFeature feature referenced to this /// \param theAttrID identifier of the attribute that is references from theFeature to this void removeBackReference(FeaturePtr theFeature, std::string theAttrID);