Salome HOME
0022364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms...
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.hxx
index 4e71206c5c997218dc4e429f974a527a4d32e631..5cc8e54d961ecf6c7a29b7c7da6c042eedc8c49a 100644 (file)
@@ -134,6 +134,7 @@ public:
                                      ::SMESH_Gen*            theGenImpl) = 0;
   // return the name of IDL module
   virtual std::string GetModuleName() = 0;
+  virtual bool IsApplicable( const TopoDS_Shape &S, bool toCheckAll ) {return true;}
 };
 
 //=============================================================================