X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_Projection_3D.hxx;h=008ca7429f7b2ca94af6debfb30b933b553f137c;hp=b1a05f9ac02da495bc3ce449d340fa6137695fff;hb=87a7f0d0495483874b3fb322ffef2866d6bd30c6;hpb=9ecacf41d1f3bb33c5cee644b5359e164b2302cf diff --git a/src/StdMeshers/StdMeshers_Projection_3D.hxx b/src/StdMeshers/StdMeshers_Projection_3D.hxx index b1a05f9ac..008ca7429 100644 --- a/src/StdMeshers/StdMeshers_Projection_3D.hxx +++ b/src/StdMeshers/StdMeshers_Projection_3D.hxx @@ -57,6 +57,10 @@ public: */ virtual void SetEventListener(SMESH_subMesh* whenSetToSubMesh); + virtual bool IsApplicableToShape(const TopoDS_Shape & shape, bool toCheckAll) const + { + return IsApplicable( shape, toCheckAll ); + } static bool IsApplicable(const TopoDS_Shape & aShape, bool toCheckAll); protected: