Salome HOME
untabify
[modules/smesh.git] / src / SMESH_I / SMESH_subMesh_i.hxx
index 41c3add7f5c8bb1e2784b66b45ce73b48e50fe07..26b37a7539623349ada7ef85054ff85916abb927 100644 (file)
@@ -86,6 +86,13 @@ public:
 
   virtual SMESH::long_array* GetIDs();
 
+  /*!
+   * Returns statistic of mesh elements
+   * Result array of number enityties
+   * Inherited from SMESH_IDSource
+   */
+  virtual SMESH::long_array* GetMeshInfo();
+
   SMESH_Mesh_i* _mesh_i; //NRI
 
 protected: