Salome HOME
Implementation of naming parametrisation of sketch result
[modules/shaper.git] / src / ModelAPI / ModelAPI_Data.h
index e9852e6e26a6936d70ab8e2eace6e1135eed5555..85c65cbd5fbab26156409800dcb267504ddff955 100644 (file)
@@ -109,6 +109,9 @@ class MODELAPI_EXPORT ModelAPI_Data
   /// Returns true if this data attributes are referenced to the given feature or its results
   virtual bool referencesTo(const boost::shared_ptr<ModelAPI_Feature>& theFeature) = 0;
 
+  /// Returns the identifier of feature-owner, unique in this document
+  virtual int featureId() const = 0;
+
  protected:
   /// Objects are created for features automatically
   ModelAPI_Data()