Salome HOME
Roll back the modification, not yet approved
[modules/shaper.git] / src / Model / Model_Objects.h
index 114be09dffe82d11715af1eb4670fcad791cbf7f..0b11f4436c05ddf72e05ab68487086bc7e5177e6 100644 (file)
@@ -182,6 +182,8 @@ class Model_Objects
   FeaturePtr firstFeature();
   /// Returns to the last (from the history point of view) feature, any: invisible or disabled
   FeaturePtr lastFeature();
+  /// Returns true if theLater is in history of features creation later than theCurrent
+  bool isLater(FeaturePtr theLater, FeaturePtr theCurrent) const;
 
   /// Returns the result group identifier of the given feature (for this at least one result must 
   /// be created before)