Salome HOME
Issue #1648: Dump Python in the High Level Parameterized Geometry API
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Pipe.h
index 1a3ee09a03810a5debbaee02b7634e1f7b978876..e45fd369f585c0acee352217d36884feffc1e5ad 100644 (file)
@@ -14,6 +14,7 @@
 #include <ModelHighAPI_Interface.h>
 #include <ModelHighAPI_Macro.h>
 
+class ModelHighAPI_Dumper;
 class ModelHighAPI_Selection;
 
 /// \class FeaturesAPI_Pipe
@@ -81,6 +82,10 @@ public:
   void setByBasePathLocations(const std::list<ModelHighAPI_Selection>& theBaseObjects,
                               const ModelHighAPI_Selection& thePath,
                               const std::list<ModelHighAPI_Selection>& theLocations);
+
+  /// Dump wrapped feature
+  FEATURESAPI_EXPORT
+  virtual void dump(ModelHighAPI_Dumper& theDumper) const;
 };
 
 /// Pointer on Pipe object.