X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_3D_Algo_i.hxx;h=8589e166ac3fe72fb8b02dd64928c26a0a6a0550;hp=a45336a39b3ba7604ae3e03608a33a67b7d64330;hb=73c48bae5a35eb335ace2c74c116bd14e357ed19;hpb=c3bf92bd87b770fd81631a3853f7f5bb1ac6a4e8 diff --git a/src/SMESH_I/SMESH_3D_Algo_i.hxx b/src/SMESH_I/SMESH_3D_Algo_i.hxx index a45336a39..8589e166a 100644 --- a/src/SMESH_I/SMESH_3D_Algo_i.hxx +++ b/src/SMESH_I/SMESH_3D_Algo_i.hxx @@ -48,6 +48,9 @@ protected: public: // Destructor virtual ~SMESH_3D_Algo_i(); + + // Verify whether algorithm supports given entity type + CORBA::Boolean IsDimSupported( SMESH::Dimension type ); }; #endif