From 6390e82888631c06dd6e3e39d0eba809bb148f7e Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 28 Jan 2013 08:13:58 +0000 Subject: [PATCH] 0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm + SMESH_Gen* GetGen() const { return (SMESH_Gen*) _gen; } --- src/SMESH/SMESH_Hypothesis.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/SMESH/SMESH_Hypothesis.hxx b/src/SMESH/SMESH_Hypothesis.hxx index 4c29ff333..ec21fff14 100644 --- a/src/SMESH/SMESH_Hypothesis.hxx +++ b/src/SMESH/SMESH_Hypothesis.hxx @@ -71,10 +71,11 @@ public: SMESH_Hypothesis(int hypId, int studyId, SMESH_Gen* gen); virtual ~SMESH_Hypothesis(); virtual int GetDim() const; - int GetStudyId() const; - virtual void NotifySubMeshesHypothesisModification(); + int GetStudyId() const; + SMESH_Gen* GetGen() const { return (SMESH_Gen*) _gen; } virtual int GetShapeType() const; virtual const char* GetLibName() const; + virtual void NotifySubMeshesHypothesisModification(); void SetLibName(const char* theLibName); //void SetParameters(const char *theParameters); -- 2.39.2