X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Propagation_i.hxx;h=ca130bc2f438a8d36d3276d731be7b008e0bfa16;hp=6413235ec86a7c76981bb850cba760488a39581b;hb=ea3e3193e3d50a44a4b3a069fc4fc1239c22f27b;hpb=20e4b250ef967058aa5c8db6c6ebd30630bc8921 diff --git a/src/StdMeshers_I/StdMeshers_Propagation_i.hxx b/src/StdMeshers_I/StdMeshers_Propagation_i.hxx index 6413235ec..ca130bc2f 100644 --- a/src/StdMeshers_I/StdMeshers_Propagation_i.hxx +++ b/src/StdMeshers_I/StdMeshers_Propagation_i.hxx @@ -52,6 +52,9 @@ public: // Get implementation ::StdMeshers_Propagation* GetImpl(); + + // Verify whether hypothesis supports given entity type + CORBA::Boolean IsDimSupported( SMESH::Dimension type ); }; #endif