Salome HOME
PAL10953. Add Fineness parameter to Automatic Length hypothesis
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_AutomaticLength_i.hxx
index f7f85ce3bbd1550821dedd30f6d1476c2c4796b0..fcc9876fdd63a60e0fc025c376be1f565d8f9378 100644 (file)
 
 class SMESH_Gen;
 
 
 class SMESH_Gen;
 
-// ======================================================
-// Local Length hypothesis
-// ======================================================
+// =========================================================
+// 1D Hypothesis to compute segment length free of thinking
+// =========================================================
+
 class StdMeshers_AutomaticLength_i:
   public virtual POA_StdMeshers::StdMeshers_AutomaticLength,
   public virtual SMESH_Hypothesis_i
 class StdMeshers_AutomaticLength_i:
   public virtual POA_StdMeshers::StdMeshers_AutomaticLength,
   public virtual SMESH_Hypothesis_i
@@ -52,11 +53,12 @@ public:
   // Destructor
   virtual ~StdMeshers_AutomaticLength_i();
 
   // Destructor
   virtual ~StdMeshers_AutomaticLength_i();
 
-//   // Set length
-//   void SetLength( CORBA::Double theLength )
-//     throw ( SALOME::SALOME_Exception );
-//   // Get length
-//   CORBA::Double GetLength();
+  // Set Fineness
+  void SetFineness( CORBA::Double theFineness )
+    throw ( SALOME::SALOME_Exception );
+
+  // Get Fineness
+  CORBA::Double GetFineness();
 
   // Get implementation
   ::StdMeshers_AutomaticLength* GetImpl();
 
   // Get implementation
   ::StdMeshers_AutomaticLength* GetImpl();