X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_LocalLength_i.hxx;h=f0b6b21e639718bcd2b913b17069c37952d33f8f;hb=81a502af8470190be359d6491a20796dbad5bb97;hp=6b0b1dbf20939c4f6d08714be6692cff5f556aa9;hpb=c3bf92bd87b770fd81631a3853f7f5bb1ac6a4e8;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_LocalLength_i.hxx b/src/StdMeshers_I/StdMeshers_LocalLength_i.hxx index 6b0b1dbf2..f0b6b21e6 100644 --- a/src/StdMeshers_I/StdMeshers_LocalLength_i.hxx +++ b/src/StdMeshers_I/StdMeshers_LocalLength_i.hxx @@ -61,6 +61,9 @@ public: // Get implementation ::StdMeshers_LocalLength* GetImpl(); + + // Verify whether hypothesis supports given entity type + CORBA::Boolean IsDimSupported( SMESH::Dimension type ); }; #endif