X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Prism_3D_i.hxx;h=8850f4d95a2c62f774cbef765f9cabe8dbd9925c;hb=6aea23b893abc82fbeecf5924d0939370c110271;hp=56e28839c280fbd600d0e6f473b5e3c5b76afd18;hpb=b0a908c0d20341651771d0249fb10882f54b2aad;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_Prism_3D_i.hxx b/src/StdMeshers_I/StdMeshers_Prism_3D_i.hxx index 56e28839c..8850f4d95 100644 --- a/src/StdMeshers_I/StdMeshers_Prism_3D_i.hxx +++ b/src/StdMeshers_I/StdMeshers_Prism_3D_i.hxx @@ -77,6 +77,9 @@ public: // Get implementation ::StdMeshers_RadialPrism_3D* GetImpl(); + + // Method return true if algorithm is applicable + static CORBA::Boolean IsApplicable(const TopoDS_Shape &S, CORBA::Boolean toCheckAll); };