]> SALOME platform Git repositories - plugins/netgenplugin.git/blobdiff - src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_i.hxx
Salome HOME
Merge V9_dev branch into master
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_Hypothesis_2D_i.hxx
index 6d0fabe2554cb31d38b4ffd7d042d3e4f1389479..a3bfa8dbcbde5fcb5e45b3cd79c711394e3f3be7 100644 (file)
@@ -69,4 +69,26 @@ class NETGENPLUGIN_EXPORT  NETGENPlugin_Hypothesis_2D_i:
   // };
 };
 
+// NETGENPlugin_Remesher_2D parameters hypothesis
+
+class NETGENPLUGIN_EXPORT  NETGENPlugin_RemesherHypothesis_2D_i:
+  public virtual POA_NETGENPlugin::NETGENPlugin_RemesherHypothesis_2D,
+  public NETGENPlugin_Hypothesis_2D_i
+{
+ public:
+  // Constructor
+  NETGENPlugin_RemesherHypothesis_2D_i( PortableServer::POA_ptr thePOA,
+                                        ::SMESH_Gen*            theGenImpl);
+
+  void SetRidgeAngle( CORBA::Double angle );
+
+  CORBA::Double GetRidgeAngle();
+
+  // Get implementation
+  ::NETGENPlugin_RemesherHypothesis_2D* GetImpl();
+
+  // Verify whether hypothesis supports given entity type
+  CORBA::Boolean IsDimSupported( SMESH::Dimension type );
+};
+
 #endif