X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESH_I%2FSMESH_PythonDump.hxx;h=e801d44affd4a5e0bc8b786eae41f93ebf9b34ab;hb=6eb4c261736600c952fd2f73b4d87d5ef11f522d;hp=518e1be9220ca88703e8707d5aea712a20ac264f;hpb=85b1cfc1f07d0b93d88803c6c0ccadf8f3349719;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_PythonDump.hxx b/src/SMESH_I/SMESH_PythonDump.hxx index 518e1be92..e801d44af 100644 --- a/src/SMESH_I/SMESH_PythonDump.hxx +++ b/src/SMESH_I/SMESH_PythonDump.hxx @@ -147,6 +147,9 @@ namespace SMESH TPythonDump& operator<<(const TCollection_AsciiString & theArg); + TPythonDump& + operator<<(const SMESH::ListOfGroups * theList); + static char* SMESHGenName() { return "smeshgen"; } static char* MeshEditorName() { return "mesh_editor"; }