Salome HOME
0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms...
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Prism_3D_i.hxx
index 56e28839c280fbd600d0e6f473b5e3c5b76afd18..8850f4d95a2c62f774cbef765f9cabe8dbd9925c 100644 (file)
@@ -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);
 };