Salome HOME
IMP 10199 (add Volume Control). Add Volume3D NumericalFunctor.
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_StartEndLength_i.hxx
index 009032998d5dbeecc9c3d00f62bbe2110c4dbe48..d937f9390f2da42d91d0fc4546f3d1c7a79fcc18 100644 (file)
@@ -61,6 +61,9 @@ public:
 
   // Get implementation
   ::StdMeshers_StartEndLength* GetImpl();
+  
+  // Verify whether hypothesis supports given entity type 
+  CORBA::Boolean IsDimSupported( SMESH::Dimension type );
 };
 
 #endif