From 47a2c041e0b3a4a450a5b363414df8fecdf47fcc Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 22 Jan 2009 13:50:26 +0000 Subject: [PATCH] Merge from BR_V5_IMP_P8 --- src/GHS3DPlugin_Hypothesis.cxx | 13 +++++++++++++ src/GHS3DPlugin_Hypothesis.hxx | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/src/GHS3DPlugin_Hypothesis.cxx b/src/GHS3DPlugin_Hypothesis.cxx index 108f6b0..1316550 100644 --- a/src/GHS3DPlugin_Hypothesis.cxx +++ b/src/GHS3DPlugin_Hypothesis.cxx @@ -488,6 +488,19 @@ bool GHS3DPlugin_Hypothesis::SetParametersByMesh(const SMESH_Mesh* ,const TopoDS return false; } + +//================================================================================ +/*! + * \brief Return false + */ +//================================================================================ + +bool GHS3DPlugin_Hypothesis::SetParametersByElementSize(double /*elemLenght*/, + const SMESH_Mesh* /*theMesh*/) +{ + return false; +} + //================================================================================ /*! * \brief Return command to run ghs3d mesher excluding file prefix (-f) diff --git a/src/GHS3DPlugin_Hypothesis.hxx b/src/GHS3DPlugin_Hypothesis.hxx index bbf7675..1f11f75 100644 --- a/src/GHS3DPlugin_Hypothesis.hxx +++ b/src/GHS3DPlugin_Hypothesis.hxx @@ -128,6 +128,11 @@ public: */ virtual bool SetParametersByMesh(const SMESH_Mesh* theMesh, const TopoDS_Shape& theShape); + /*! + * \brief Does nothing + */ + virtual bool SetParametersByElementSize( double elemLenght, const SMESH_Mesh* theMesh=0); + private: bool myToMeshHoles; -- 2.39.2