X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_PythonDump.hxx;h=bee3cbb834c7fec061ebeee2f9414342a5355ec8;hb=a4e0e20f3c55871a70a54e708ed1c42f3d208375;hp=1ea9f59ff7bc9e1d204a63f6f3a2dab8fe5276ab;hpb=0635c9fc80f67d1e5dc0e94ec85f487286a92070;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_PythonDump.hxx b/src/SMESH_I/SMESH_PythonDump.hxx index 1ea9f59ff..bee3cbb83 100644 --- a/src/SMESH_I/SMESH_PythonDump.hxx +++ b/src/SMESH_I/SMESH_PythonDump.hxx @@ -63,7 +63,7 @@ public: * \retval TCollection_AsciiString - The file name */ static const char* SmeshpyName() { return "smesh"; } - static const char* GenName() { return "smesh.smesh"; } + static const char* GenName() { return "smesh"; } }; namespace SMESH @@ -108,6 +108,9 @@ namespace SMESH TPythonDump& operator<<(const SMESH::ElementType& theArg); + TPythonDump& + operator<<(const SMESH::GeometryType& theArg); + TPythonDump& operator<<(const SMESH::long_array& theArg);