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