From: rnc Date: Mon, 1 Jul 2013 08:20:36 +0000 (+0000) Subject: Merge from 1.16.2.3 X-Git-Tag: V7_2_1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=739eb475052b693efc893d3a6df161f2bb74b6ca;p=modules%2Fsmesh.git Merge from 1.16.2.3 --- diff --git a/src/SMESH/SMESH_Gen.hxx b/src/SMESH/SMESH_Gen.hxx index 496ca9b69..cb81415e1 100644 --- a/src/SMESH/SMESH_Gen.hxx +++ b/src/SMESH/SMESH_Gen.hxx @@ -70,6 +70,8 @@ public: /*! * \brief Computes aMesh on aShape + * \param aShapeOnly - if true, algo->OnlyUnaryInput() feature is ignored and + * only \a aShape is computed. * \param anUpward - compute from vertices up to more complex shape (internal usage) * \param aDim - upper level dimension of the mesh computation * \param aShapesId - list of shapes with computed mesh entities (elements or nodes) @@ -77,6 +79,7 @@ public: */ bool Compute(::SMESH_Mesh & aMesh, const TopoDS_Shape & aShape, + const bool aShapeOnly=false, const bool anUpward=false, const ::MeshDimension aDim=::MeshDim_3D, TSetOfInt* aShapesId=0);