Salome HOME
PAL10953. Add Fineness parameter to Automatic Length hypothesis
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_LocalLength_i.hxx
index 6b0b1dbf20939c4f6d08714be6692cff5f556aa9..f0b6b21e639718bcd2b913b17069c37952d33f8f 100644 (file)
@@ -61,6 +61,9 @@ public:
 
   // Get implementation
   ::StdMeshers_LocalLength* GetImpl();
+  
+  // Verify whether hypothesis supports given entity type 
+  CORBA::Boolean IsDimSupported( SMESH::Dimension type );
 };
 
 #endif