X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Mesh_i.hxx;h=2a67fd8a78815d20cf2a99bc68f6e15fb824267e;hp=24874a03a50b76ea55b2d2a54c5ce30d5a1afd12;hb=0460bb60e03d87ed5c65071477c79cc7d2884db3;hpb=23d90107acec5e54ded86d9f309fe5cb42720b78 diff --git a/src/SMESH_I/SMESH_Mesh_i.hxx b/src/SMESH_I/SMESH_Mesh_i.hxx index 24874a03a..2a67fd8a7 100644 --- a/src/SMESH_I/SMESH_Mesh_i.hxx +++ b/src/SMESH_I/SMESH_Mesh_i.hxx @@ -315,7 +315,10 @@ public: CORBA::Long NbBiQuadQuadrangles() throw (SALOME::SALOME_Exception); - CORBA::Long NbPolygons(SMESH::ElementOrder order=SMESH::ORDER_ANY) + CORBA::Long NbPolygons() + throw (SALOME::SALOME_Exception); + + CORBA::Long NbPolygonsOfOrder(SMESH::ElementOrder order=SMESH::ORDER_ANY) throw (SALOME::SALOME_Exception); CORBA::Long NbVolumes()