Salome HOME
fix GetSubMesh()
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 0ece936c246c73656dc27852498d702e45ff4119..284bf89a7f41b9443577225fa835fdbcb1502a83 100644 (file)
@@ -202,6 +202,8 @@ public:
   
   int NbNodes() throw(SALOME_Exception);
   
+  int Nb0DElements() throw(SALOME_Exception);
+  
   int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
   
   int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);