Salome HOME
IsDimSupported method added
[modules/smesh.git] / src / SMESH_I / SMESH_3D_Algo_i.hxx
index a45336a39b3ba7604ae3e03608a33a67b7d64330..8589e166ac3fe72fb8b02dd64928c26a0a6a0550 100644 (file)
@@ -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