Salome HOME
Issue #20274: No intersection point from python dump
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Dumper.h
index 1fa21e9da80e7b181ed6aa4f6859b80f5fa4da40..8e12c05bbfa0720b0ec49431dd78994da6e627a0 100644 (file)
@@ -354,6 +354,10 @@ public:
   MODELHIGHAPI_EXPORT
   bool isDumped(const std::shared_ptr<ModelAPI_AttributeRefList>& theRefList) const;
 
+  /// Returns the index of the first object in the list which is not dumped yet.
+  MODELHIGHAPI_EXPORT
+  size_t indexOfFirstNotDumped(const std::shared_ptr<ModelAPI_AttributeRefList>& theRefList) const;
+
   /// Export variables names to another module (calls exportVariable implemented in python)
   MODELHIGHAPI_EXPORT virtual void exportVariables() const;