Salome HOME
Issue #3219: Improve Python dump readability
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_Dumper.h
index a7c63ec4e455e5a32a73f6976a2ccb996166d1f4..8f480c0f16441009b0fac907633dd444a2fae161 100644 (file)
@@ -243,6 +243,9 @@ public:
   ModelHighAPI_Dumper& operator<<(ModelHighAPI_Dumper& theDumper,
                                 std::basic_ostream<char>& (*theEndl)(std::basic_ostream<char>&));
 
+  /// Print std::endl from Python
+  MODELHIGHAPI_EXPORT void newline();
+
   /// Dump GeomAPI_Pnt in the following form:
   /// "GeomAPI_Pnt(X, Y, Z)"
   MODELHIGHAPI_EXPORT