Salome HOME
IsDimSupported method added
[modules/smesh.git] / src / SMESH_I / SMESH_1D_Algo_i.hxx
index 16ab9b4410fb88bd63739657750a9febf0241747..1112a4019facf6d1e578137b5517226ee09ef809 100644 (file)
@@ -48,6 +48,9 @@ protected:
 public:
   // Destructor
   virtual ~SMESH_1D_Algo_i();
+  
+  // Verify whether algorithm supports given entity type 
+  CORBA::Boolean IsDimSupported( SMESH::Dimension type );
 };
 
 #endif