X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Gen_i.hxx;h=9ba9bdbb9e5a0d85c7a230ed0dc4111fbe886e02;hb=a4e0e20f3c55871a70a54e708ed1c42f3d208375;hp=d84c73fc16e1aa6dbe235f2011bd02cdc7f4c5af;hpb=bb0c89d5a835e16cb265fd475e49cfb40c3a885f;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_Gen_i.hxx b/src/SMESH_I/SMESH_Gen_i.hxx index d84c73fc1..9ba9bdbb9 100644 --- a/src/SMESH_I/SMESH_Gen_i.hxx +++ b/src/SMESH_I/SMESH_Gen_i.hxx @@ -246,11 +246,13 @@ public: GEOM::GEOM_Object_ptr theShapeObject ) throw ( SALOME::SALOME_Exception ); - // Evaluate mesh on a shape - //CORBA::Boolean + /*! + * 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) - // SMESH::long_array& theNbElems) throw ( SALOME::SALOME_Exception ); // Returns true if mesh contains enough data to be computed