Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / Model / Model_Iterator.h
index 4da78e26712f49b1113ac59e44b9743bdfbf1065..80fc76caf047c36afab07652e136acf56993ae24 100644 (file)
@@ -37,6 +37,10 @@ public:
   /// \returns number of left iterations
   virtual int numIterationsLeft();
 
+  /// Compares the current feature with the given one
+  /// \returns true if given feature equals to the current one
+  virtual bool is(std::shared_ptr<ModelAPI_Feature> theFeature);
+
 protected:
   /// Initializes iterator
   /// \param theDoc document where the iteration is performed