Salome HOME
0019941: EDF 766 SMESH : Max length hypothesis
[modules/smesh.git] / src / StdMeshers / StdMeshers_LayerDistribution.hxx
index 4b170a2df6ccf61fb89a93bd4fe9dde03c369d76..aca054d4fb93e93e769ecfa1688808361a75638a 100644 (file)
@@ -83,10 +83,10 @@ public:
   virtual bool SetParametersByMesh(const SMESH_Mesh* theMesh, const TopoDS_Shape& theShape);
 
   /*!
-   * \brief Initialize my parameter values by linear size of mesh element.
+   * \brief Initialize my parameter values by default parameters.
    *  \retval bool - true if parameter values have been successfully defined
    */
-  virtual bool SetParametersByElementSize( double elemLenght, const SMESH_Mesh* theMesh=0);
+  virtual bool SetParametersByDefaults(const TDefaults& dflts, const SMESH_Mesh* theMesh=0);
 
 protected:
   SMESH_Hypothesis* myHyp;