X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_RadialPrism_3D.hxx;fp=src%2FStdMeshers%2FStdMeshers_RadialPrism_3D.hxx;h=144905e8184b5bd7d063fe793190bf94cac1d124;hp=1f20b17fc9329a1e6b5d02c9a3acd34186aca824;hb=87a7f0d0495483874b3fb322ffef2866d6bd30c6;hpb=9ecacf41d1f3bb33c5cee644b5359e164b2302cf diff --git a/src/StdMeshers/StdMeshers_RadialPrism_3D.hxx b/src/StdMeshers/StdMeshers_RadialPrism_3D.hxx index 1f20b17fc..144905e81 100644 --- a/src/StdMeshers/StdMeshers_RadialPrism_3D.hxx +++ b/src/StdMeshers/StdMeshers_RadialPrism_3D.hxx @@ -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: