]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelHighAPI/ModelHighAPI_Dumper.h
Salome HOME
Dump Python in the High Level Parameterized Geometry API (issue #1648)
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Dumper.h
index 2bab94d9cda8d91308ae67eff6eaab376265d1e8..880de6c8b6d9ef62182ea3501d9a1c48678cbbe9 100644 (file)
@@ -204,6 +204,7 @@ private:
   bool process(const std::shared_ptr<ModelAPI_Document>& theDoc);
 
   /// Iterate all features in composite feature and dump them into intermediate buffer
+  MODELHIGHAPI_EXPORT
   bool process(const std::shared_ptr<ModelAPI_CompositeFeature>& theComposite);
 
   /// Check the entity is already dumped
@@ -227,6 +228,8 @@ private:
 
 protected:
   std::set<EntityPtr> myNotDumpedEntities;  ///< list of entities, used by other features but not dumped yet
+
+  friend class SketchAPI_Sketch;
 };
 
 #endif