Salome HOME
Temporarily rolling back the last integration
[modules/smesh.git] / src / SMESH_I / SMESH_2D_Algo_i.hxx
index cebda6197e1808561671e2749fa8640839f1f87c..58664c9cfbc4a4584a5408f4d15c4029836310c2 100644 (file)
@@ -48,6 +48,9 @@ protected:
 public:
   // Destructor
   virtual ~SMESH_2D_Algo_i();
+  
+  // Verify whether algorithm supports given entity type 
+  CORBA::Boolean IsDimSupported( SMESH::Dimension type );
 };
 
 #endif