X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_PythonDump.hxx;h=52baab3035244f082942031af4abba8771853635;hp=8f1a7971512e0db8ee75d2663ea374f3bc932c22;hb=e74c29b7867ca230102fc580d831dda6b81b3b4c;hpb=83b0c984cc12946923dc2640d68ba3a2700faa28 diff --git a/src/SMESH_I/SMESH_PythonDump.hxx b/src/SMESH_I/SMESH_PythonDump.hxx index 8f1a79715..52baab303 100644 --- a/src/SMESH_I/SMESH_PythonDump.hxx +++ b/src/SMESH_I/SMESH_PythonDump.hxx @@ -62,7 +62,7 @@ public: * \param theRemovedObjIDs - entries of objects whose created commands were removed * \param theHistoricalDump - true means to keep all commands, false means * to exclude commands relating to objects removed from study - * \retval TCollection_AsciiString - Convertion result + * \retval TCollection_AsciiString - Conversion result */ static void ConvertScript(std::list< TCollection_AsciiString >& theScriptLines, @@ -234,6 +234,9 @@ namespace SMESH TPythonDump& operator<<(const SMESH::CoincidentFreeBorders& theCFB); + TPythonDump& + operator<<(const std::string& theArg); + static const char* SMESHGenName() { return "smeshgen"; } static const char* MeshEditorName() { return "mesh_editor"; } static const char* NotPublishedObjectName();