Salome HOME
IsDimSupported method added
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_MaxElementArea_i.hxx
index da21f809ce4ac5f657f81285cfa93ed93db88686..39dde76398a79111a4ac4fd8fb12a186b6213de1 100644 (file)
@@ -59,6 +59,9 @@ public:
 
   // Get implementation
   ::StdMeshers_MaxElementArea* GetImpl();
+  
+  // Verify whether hypothesis supports given entity type 
+  CORBA::Boolean IsDimSupported( SMESH::Dimension type );
 };
 
 #endif