Salome HOME
Copyright update 2021
[plugins/netgenplugin.git] / src / NETGENPlugin / NETGENPlugin_Hypothesis_2D_i.hxx
index 876a361fc5ce95d6520cf175cf468adf927884d0..a165ccfcf53546ead525a2754c712f6d72f07c26 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -49,7 +49,6 @@ class NETGENPLUGIN_EXPORT  NETGENPlugin_Hypothesis_2D_i:
  public:
   // Constructor
   NETGENPlugin_Hypothesis_2D_i (PortableServer::POA_ptr thePOA,
-                                int                     theStudyId,
                                 ::SMESH_Gen*            theGenImpl);
   // Destructor
   virtual ~NETGENPlugin_Hypothesis_2D_i();
@@ -79,13 +78,69 @@ class NETGENPLUGIN_EXPORT  NETGENPlugin_RemesherHypothesis_2D_i:
  public:
   // Constructor
   NETGENPlugin_RemesherHypothesis_2D_i( PortableServer::POA_ptr thePOA,
-                                        int                     theStudyId,
                                         ::SMESH_Gen*            theGenImpl);
 
   void SetRidgeAngle( CORBA::Double angle );
-
   CORBA::Double GetRidgeAngle();
 
+  void SetEdgeCornerAngle( CORBA::Double angle );
+  CORBA::Double GetEdgeCornerAngle();
+
+  void SetChartAngle( CORBA::Double angle );
+  CORBA::Double GetChartAngle();
+
+  void SetOuterChartAngle( CORBA::Double angle );
+  CORBA::Double GetOuterChartAngle();
+
+  void SetRestHChartDistFactor( CORBA::Double f );
+  CORBA::Double GetRestHChartDistFactor();
+
+  void SetRestHChartDistEnable( CORBA::Boolean enable );
+  CORBA::Boolean GetRestHChartDistEnable();
+
+  void SetRestHLineLengthFactor( CORBA::Double f );
+  CORBA::Double GetRestHLineLengthFactor();
+
+  void SetRestHLineLengthEnable( CORBA::Boolean enable );
+  CORBA::Boolean GetRestHLineLengthEnable();
+
+  void SetRestHCloseEdgeFactor( CORBA::Double f );
+  CORBA::Double GetRestHCloseEdgeFactor();
+
+  void SetRestHCloseEdgeEnable( CORBA::Boolean enable );
+  CORBA::Boolean GetRestHCloseEdgeEnable();
+
+  void SetRestHSurfCurvFactor( CORBA::Double f );
+  CORBA::Double GetRestHSurfCurvFactor();
+
+  void SetRestHSurfCurvEnable( CORBA::Boolean enable );
+  CORBA::Boolean GetRestHSurfCurvEnable();
+
+  void SetRestHEdgeAngleFactor( CORBA::Double f );
+  CORBA::Double GetRestHEdgeAngleFactor();
+
+  void SetRestHEdgeAngleEnable( CORBA::Boolean enable );
+  CORBA::Boolean GetRestHEdgeAngleEnable();
+
+  void SetRestHSurfMeshCurvFactor( CORBA::Double f );
+  CORBA::Double GetRestHSurfMeshCurvFactor();
+
+  void SetRestHSurfMeshCurvEnable( CORBA::Boolean enable );
+  CORBA::Boolean GetRestHSurfMeshCurvEnable();
+
+  void SetKeepExistingEdges( CORBA::Boolean toKeep );
+  CORBA::Boolean GetKeepExistingEdges();
+
+  void SetMakeGroupsOfSurfaces( CORBA::Boolean toMake );
+  CORBA::Boolean GetMakeGroupsOfSurfaces();
+
+  void SetFixedEdgeGroup( SMESH::SMESH_GroupBase_ptr edgeGroup );
+  SMESH::SMESH_GroupBase_ptr GetFixedEdgeGroup( SMESH::SMESH_Mesh_ptr mesh );
+
+  void SetLoadMeshOnCancel( CORBA::Boolean toLoad );
+  CORBA::Boolean GetLoadMeshOnCancel();
+
+
   // Get implementation
   ::NETGENPlugin_RemesherHypothesis_2D* GetImpl();