X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_RadialQuadrangle_1D2D.hxx;h=2c52ffacd25291d3f8b57f8f0b3358af42220e02;hp=a53b0285971bfbcc78ca3adbdb0bdc92a53f0cc7;hb=0fc0831670e27a5611b941c52dc152fd63964515;hpb=10191484fe88a27e962b8e4b57e09d390d8705c7 diff --git a/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.hxx b/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.hxx index a53b02859..2c52ffacd 100644 --- a/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.hxx +++ b/src/StdMeshers/StdMeshers_RadialQuadrangle_1D2D.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -17,7 +17,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// SMESH SMESH : implementaion of SMESH idl descriptions +// SMESH SMESH : implementation of SMESH idl descriptions // File : StdMeshers_RadialQuadrangle_1D2D.hxx // Module : SMESH // @@ -50,14 +50,13 @@ public: virtual bool Evaluate(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape, MapShapeNbElems& aResMap); - /*! - * \brief Allow algo to do something after persistent restoration - * \param subMesh - restored submesh - * - * This method is called only if a submesh has HYP_OK algo_state. - */ + + // Allow algo to do something after persistent restoration virtual void SubmeshRestored(SMESH_subMesh* subMesh); - + + // Sets event listener to a submesh + virtual void SetEventListener(SMESH_subMesh* subMesh); + virtual bool IsApplicableToShape(const TopoDS_Shape & shape, bool toCheckAll) const { return IsApplicable( shape, toCheckAll );