mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 20:30:35 +05:00
0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm
+ SMESH_Gen* GetGen() const { return (SMESH_Gen*) _gen; }
This commit is contained in:
parent
9b0f684048
commit
6390e82888
@ -71,10 +71,11 @@ public:
|
|||||||
SMESH_Hypothesis(int hypId, int studyId, SMESH_Gen* gen);
|
SMESH_Hypothesis(int hypId, int studyId, SMESH_Gen* gen);
|
||||||
virtual ~SMESH_Hypothesis();
|
virtual ~SMESH_Hypothesis();
|
||||||
virtual int GetDim() const;
|
virtual int GetDim() const;
|
||||||
int GetStudyId() const;
|
int GetStudyId() const;
|
||||||
virtual void NotifySubMeshesHypothesisModification();
|
SMESH_Gen* GetGen() const { return (SMESH_Gen*) _gen; }
|
||||||
virtual int GetShapeType() const;
|
virtual int GetShapeType() const;
|
||||||
virtual const char* GetLibName() const;
|
virtual const char* GetLibName() const;
|
||||||
|
virtual void NotifySubMeshesHypothesisModification();
|
||||||
void SetLibName(const char* theLibName);
|
void SetLibName(const char* theLibName);
|
||||||
|
|
||||||
//void SetParameters(const char *theParameters);
|
//void SetParameters(const char *theParameters);
|
||||||
|
Loading…
Reference in New Issue
Block a user