Salome HOME
22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms...
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Prism_3D_i.hxx
index 8850f4d95a2c62f774cbef765f9cabe8dbd9925c..dc01ef2e7c4542adb2c1beb3505e54054ed0fda9 100644 (file)
@@ -25,7 +25,6 @@
 //           Moved here from SMESH_Prism_3D_i.hxx
 //  Author : Paul RASCLE, EDF
 //  Module : SMESH
-//  $Header$
 //
 #ifndef _SMESH_Prism_3D_I_HXX_
 #define _SMESH_Prism_3D_I_HXX_
@@ -57,6 +56,9 @@ public:
 
   // Get implementation
   ::StdMeshers_Prism_3D* GetImpl();
+
+  // Return true if the algorithm is applicable to a shape
+  static CORBA::Boolean IsApplicable(const TopoDS_Shape &S, CORBA::Boolean toCheckAll);
 };
 
 // ======================================================
@@ -78,7 +80,7 @@ public:
   // Get implementation
   ::StdMeshers_RadialPrism_3D* GetImpl();
 
-  // Method return true if algorithm is applicable
+  // Return true if the algorithm is applicable to a shape
   static CORBA::Boolean IsApplicable(const TopoDS_Shape &S, CORBA::Boolean toCheckAll);
 };