Salome HOME
0021859: SMESH : Add conversion from QUAD8 to QUAD9 and from HEXA20 to HEXA27
authoreap <eap@opencascade.com>
Wed, 6 Mar 2013 08:30:04 +0000 (08:30 +0000)
committereap <eap@opencascade.com>
Wed, 6 Mar 2013 08:30:04 +0000 (08:30 +0000)
+    operator<<(const SMESH::EntityType& theArg);

src/SMESH_I/SMESH_PythonDump.hxx

index 29c5443132a4a8c4d8d596032a9fbd99d258ba51..4ff5cfc28bf15d1845b6eec6c26ef21a8e633182 100644 (file)
@@ -142,6 +142,9 @@ namespace SMESH
     TPythonDump&
     operator<<(const SMESH::GeometryType& theArg);
 
+    TPythonDump&
+    operator<<(const SMESH::EntityType& theArg);
+
     TPythonDump&
     operator<<(const SMESH::long_array& theArg);