X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_RadialPrism_3D.hxx;h=576a85a97339de1f545918299ae4a81e070f111f;hb=d9f4b53e489dd5857db264ede6acded7b076c9f1;hp=9f1ac2a103c8b2cfec5d4e16ccfaf66a3fbef616;hpb=7a65c9fad427b1ccba6b9ccae612296e5092a324;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_RadialPrism_3D.hxx b/src/StdMeshers/StdMeshers_RadialPrism_3D.hxx index 9f1ac2a10..576a85a97 100644 --- a/src/StdMeshers/StdMeshers_RadialPrism_3D.hxx +++ b/src/StdMeshers/StdMeshers_RadialPrism_3D.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -20,7 +20,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_RadialPrism_3D.hxx // Module : SMESH // @@ -43,7 +43,7 @@ class gp_Pnt; class STDMESHERS_EXPORT StdMeshers_RadialPrism_3D: public SMESH_3D_Algo { public: - StdMeshers_RadialPrism_3D(int hypId, int studyId, SMESH_Gen* gen); + StdMeshers_RadialPrism_3D(int hypId, SMESH_Gen* gen); virtual ~StdMeshers_RadialPrism_3D(); virtual bool CheckHypothesis(SMESH_Mesh& aMesh, @@ -55,6 +55,10 @@ public: virtual bool Evaluate(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape, MapShapeNbElems& aResMap); + virtual bool IsApplicableToShape(const TopoDS_Shape & shape, bool toCheckAll) const + { + return IsApplicable( shape, toCheckAll ); + } static bool IsApplicable(const TopoDS_Shape & aShape, bool toCheckAll); protected: