Salome HOME
Merge from 1.16.2.3
authorrnc <rnc@opencascade.com>
Mon, 1 Jul 2013 08:20:36 +0000 (08:20 +0000)
committerrnc <rnc@opencascade.com>
Mon, 1 Jul 2013 08:20:36 +0000 (08:20 +0000)
src/SMESH/SMESH_Gen.hxx

index 496ca9b69649318482e09495d139510698c6a4c5..cb81415e1012ce14fdfd002f9e7cf359b0dabf6e 100644 (file)
@@ -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);