Salome HOME
Corrected for 0020310.
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index d10b59ef207a97b097625d25e718712d68e3675c..9ba9bdbb9e5a0d85c7a230ed0dc4111fbe886e02 100644 (file)
@@ -246,6 +246,15 @@ public:
                                                GEOM::GEOM_Object_ptr  theShapeObject )
     throw ( SALOME::SALOME_Exception );
 
+  /*!
+   * Evaluate mesh on a shape and
+   *  returns statistic of mesh elements
+   * Result array of number enityties
+   */
+  SMESH::long_array* Evaluate(SMESH::SMESH_Mesh_ptr theMesh,
+                              GEOM::GEOM_Object_ptr theShapeObject)
+    throw ( SALOME::SALOME_Exception );
+
   // Returns true if mesh contains enough data to be computed
   CORBA::Boolean IsReadyToCompute( SMESH::SMESH_Mesh_ptr theMesh,
                                    GEOM::GEOM_Object_ptr theShapeObject )