]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
0019941: EDF 766 SMESH : Max length hypothesis BR_V5_DEV
authoreap <eap@opencascade.com>
Fri, 23 Jan 2009 14:10:33 +0000 (14:10 +0000)
committereap <eap@opencascade.com>
Fri, 23 Jan 2009 14:10:33 +0000 (14:10 +0000)
-  virtual bool SetParametersByElementSize(double elemLenght, const SMESH_Mesh* theMesh=0)=0;
+  virtual bool SetParametersByDefaults(const TDefaults& dflts, const SMESH_Mesh* theMesh=0)=0;

src/GHS3DPlugin_Hypothesis.cxx
src/GHS3DPlugin_Hypothesis.hxx

index 13165503f32cf1a65b31ed3058f198baf55839ad..3a295410d184bf12e1cf423c864b360e38e2a360 100644 (file)
@@ -495,8 +495,8 @@ bool GHS3DPlugin_Hypothesis::SetParametersByMesh(const SMESH_Mesh* ,const TopoDS
  */
 //================================================================================
 
-bool GHS3DPlugin_Hypothesis::SetParametersByElementSize(double            /*elemLenght*/,
-                                                        const SMESH_Mesh* /*theMesh*/)
+bool GHS3DPlugin_Hypothesis::SetParametersByDefaults(const TDefaults&  /*dflts*/,
+                                                     const SMESH_Mesh* /*theMesh*/)
 {
   return false;
 }
index 1f11f75240d3baa0c3ee3c92db97cc36355be12f..1c59739768c7a29236797cf27d7ec38f76458a9f 100644 (file)
@@ -131,7 +131,7 @@ public:
   /*!
    * \brief Does nothing
    */
-  virtual bool SetParametersByElementSize( double elemLenght, const SMESH_Mesh* theMesh=0);
+  virtual bool SetParametersByDefaults(const TDefaults& dflts, const SMESH_Mesh* theMesh=0);
 
 private: