Salome HOME
Merge from V5_1_main branch 24/11/2010
[modules/smesh.git] / src / SMESH_I / SMESH_PythonDump.hxx
index afcd15ddb6cb7baf0db12b34898c9d5f12841d7b..f1ee2658182007e1182ec2f02be0d5711d7f659b 100644 (file)
@@ -73,6 +73,7 @@ namespace SMESH
   class FilterManager_i;
   class Filter_i;
   class Functor_i;
+  class Measurements_i;
 
 // ===========================================================================================
 /*!
@@ -142,6 +143,9 @@ namespace SMESH
     TPythonDump& 
     operator<<(SMESH::Functor_i* theArg);
 
+    TPythonDump& 
+    operator<<(SMESH::Measurements_i* theArg);
+
     TPythonDump& 
     operator<<(SMESH_Gen_i* theArg);
 
@@ -161,7 +165,10 @@ namespace SMESH
     operator<<(const TCollection_AsciiString & theArg);
 
     TPythonDump&
-    operator<<(const SMESH::ListOfGroups * theList);
+    operator<<(const SMESH::ListOfGroups& theList);
+
+    TPythonDump&
+    operator<<(const SMESH::ListOfIDSources& theList);
 
     static const char* SMESHGenName() { return "smeshgen"; }
     static const char* MeshEditorName() { return "mesh_editor"; }