1 // File : SMESHGUI_Swig.i
2 // Created : Mon Jun 17 13:40:36 2002
3 // Author : Nicolas REJNERI
7 // Copyright : Open CASCADE 2002
12 #include "SMESHGUI_Swig.hxx"
23 void Init(int studyID);
25 const char* AddNewMesh(const char* IOR);
26 const char* AddNewHypothesis(const char* IOR);
27 const char* AddNewAlgorithms(const char* IOR);
29 void SetShape(const char* ShapeEntry, const char* MeshEntry);
31 void SetHypothesis(const char* Mesh_Or_SubMesh_Entry, const char* Hypothesis_Entry);
32 void SetAlgorithms(const char* Mesh_Or_SubMesh_Entry, const char* Algorithms_Entry);
34 void UnSetHypothesis(const char* Applied_Hypothesis_Entry );
36 const char* AddSubMesh (const char* Mesh_Entry, const char* SM_IOR, int ST);
37 const char* AddSubMeshOnShape (const char* Mesh_Entry, const char* GeomShape_Entry, const char* SM_IOR, int ST);
39 void SetName(const char* Entry, const char* Name);