X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelHighAPI%2FModelHighAPI_Dumper.h;h=8f480c0f16441009b0fac907633dd444a2fae161;hb=795b2ef89c5953086a50677699ee214228befa2b;hp=a7c63ec4e455e5a32a73f6976a2ccb996166d1f4;hpb=b60ce2a70225781dbb35bd810337ed2e81880608;p=modules%2Fshaper.git diff --git a/src/ModelHighAPI/ModelHighAPI_Dumper.h b/src/ModelHighAPI/ModelHighAPI_Dumper.h index a7c63ec4e..8f480c0f1 100644 --- a/src/ModelHighAPI/ModelHighAPI_Dumper.h +++ b/src/ModelHighAPI/ModelHighAPI_Dumper.h @@ -243,6 +243,9 @@ public: ModelHighAPI_Dumper& operator<<(ModelHighAPI_Dumper& theDumper, std::basic_ostream& (*theEndl)(std::basic_ostream&)); + /// Print std::endl from Python + MODELHIGHAPI_EXPORT void newline(); + /// Dump GeomAPI_Pnt in the following form: /// "GeomAPI_Pnt(X, Y, Z)" MODELHIGHAPI_EXPORT