Salome HOME
cherry-pick between a669 and 19a96 of V7_main
[modules/med.git] / src / MEDLoader / Swig / MEDLoaderCommon.i
1 // Copyright (C) 2007-2013  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 // Author : Anthony Geay (CEA/DEN)
20
21 %module MEDLoader
22
23 #define MEDCOUPLING_EXPORT
24 #define MEDLOADER_EXPORT
25
26 %include "MEDCouplingCommon.i"
27
28 %{
29 #include "MEDLoader.hxx"
30 #include "MEDFileMesh.hxx"
31 #include "MEDFileField.hxx"
32 #include "MEDFileParameter.hxx"
33 #include "MEDFileData.hxx"
34 #include "MEDFileMeshReadSelector.hxx"
35 #include "MEDFileFieldOverView.hxx"
36 #include "MEDLoaderTypemaps.i"
37 #include "SauvReader.hxx"
38 #include "SauvWriter.hxx"
39
40 using namespace ParaMEDMEM;
41 %}
42
43 #if SWIG_VERSION >= 0x010329
44 %template()  std::vector<std::string>;
45 #endif
46
47 %typemap(out) ParaMEDMEM::MEDFileMesh*
48 {
49   $result=convertMEDFileMesh($1,$owner);
50 }
51
52 %typemap(out) ParaMEDMEM::MEDFileParameter1TS*
53 {
54   $result=convertMEDFileParameter1TS($1,$owner);
55 }
56
57 %typemap(out) ParaMEDMEM::MEDFileAnyTypeFieldMultiTS*
58 {
59   $result=convertMEDFileFieldMultiTS($1,$owner);
60 }
61
62 %typemap(out) ParaMEDMEM::MEDFileAnyTypeField1TS*
63 {
64   $result=convertMEDFileField1TS($1,$owner);
65 }
66
67 %typemap(out) ParaMEDMEM::MEDMeshMultiLev*
68 {
69   $result=convertMEDMeshMultiLev($1,$owner);
70 }
71
72 %newobject MEDLoader::ReadUMeshFromFamilies;
73 %newobject MEDLoader::ReadUMeshFromGroups;
74 %newobject MEDLoader::ReadUMeshFromFile;
75 %newobject MEDLoader::ReadMeshFromFile;
76 %newobject MEDLoader::ReadField;
77 %newobject MEDLoader::ReadFieldCell;
78 %newobject MEDLoader::ReadFieldNode;
79 %newobject MEDLoader::ReadFieldGauss;
80 %newobject MEDLoader::ReadFieldGaussNE;
81 %newobject ParaMEDMEM::MEDFileMesh::New;
82 %newobject ParaMEDMEM::MEDFileMesh::createNewEmpty;
83 %newobject ParaMEDMEM::MEDFileMesh::deepCpy;
84 %newobject ParaMEDMEM::MEDFileMesh::shallowCpy;
85 %newobject ParaMEDMEM::MEDFileMesh::getGenMeshAtLevel;
86 %newobject ParaMEDMEM::MEDFileMesh::getGroupArr;
87 %newobject ParaMEDMEM::MEDFileMesh::getGroupsArr;
88 %newobject ParaMEDMEM::MEDFileMesh::getFamilyArr;
89 %newobject ParaMEDMEM::MEDFileMesh::getFamiliesArr;
90 %newobject ParaMEDMEM::MEDFileMesh::getNodeGroupArr;
91 %newobject ParaMEDMEM::MEDFileMesh::getNodeGroupsArr;
92 %newobject ParaMEDMEM::MEDFileMesh::getNodeFamilyArr;
93 %newobject ParaMEDMEM::MEDFileMesh::getNodeFamiliesArr;
94 %newobject ParaMEDMEM::MEDFileMesh::getAllFamiliesIdsReferenced;
95 %newobject ParaMEDMEM::MEDFileMesh::computeAllFamilyIdsInUse;
96 %newobject ParaMEDMEM::MEDFileUMesh::New;
97 %newobject ParaMEDMEM::MEDFileUMesh::getCoords;
98 %newobject ParaMEDMEM::MEDFileUMesh::getGroup;
99 %newobject ParaMEDMEM::MEDFileUMesh::getGroups;
100 %newobject ParaMEDMEM::MEDFileUMesh::getFamily;
101 %newobject ParaMEDMEM::MEDFileUMesh::getFamilies;
102 %newobject ParaMEDMEM::MEDFileUMesh::getMeshAtLevel;
103 %newobject ParaMEDMEM::MEDFileUMesh::getLevel0Mesh;
104 %newobject ParaMEDMEM::MEDFileUMesh::getLevelM1Mesh;
105 %newobject ParaMEDMEM::MEDFileUMesh::getLevelM2Mesh;
106 %newobject ParaMEDMEM::MEDFileUMesh::getLevelM3Mesh;
107 %newobject ParaMEDMEM::MEDFileUMesh::getDirectUndergroundSingleGeoTypeMesh;
108 %newobject ParaMEDMEM::MEDFileUMesh::extractFamilyFieldOnGeoType;
109 %newobject ParaMEDMEM::MEDFileUMesh::extractNumberFieldOnGeoType;
110 %newobject ParaMEDMEM::MEDFileUMesh::zipCoords;
111 %newobject ParaMEDMEM::MEDFileCMesh::New;
112 %newobject ParaMEDMEM::MEDFileCurveLinearMesh::New;
113 %newobject ParaMEDMEM::MEDFileMeshMultiTS::New;
114 %newobject ParaMEDMEM::MEDFileMeshMultiTS::deepCpy;
115 %newobject ParaMEDMEM::MEDFileMeshMultiTS::getOneTimeStep;
116 %newobject ParaMEDMEM::MEDFileMeshes::New;
117 %newobject ParaMEDMEM::MEDFileMeshes::deepCpy;
118 %newobject ParaMEDMEM::MEDFileMeshes::getMeshAtPos;
119 %newobject ParaMEDMEM::MEDFileMeshes::getMeshWithName;
120 %newobject ParaMEDMEM::MEDFileMeshes::__getitem__;
121 %newobject ParaMEDMEM::MEDFileMeshes::__iter__;
122
123 %newobject ParaMEDMEM::MEDFileFields::New;
124 %newobject ParaMEDMEM::MEDFileFields::deepCpy;
125 %newobject ParaMEDMEM::MEDFileFields::shallowCpy;
126 %newobject ParaMEDMEM::MEDFileFields::getFieldWithName;
127 %newobject ParaMEDMEM::MEDFileFields::getFieldAtPos;
128 %newobject ParaMEDMEM::MEDFileFields::partOfThisLyingOnSpecifiedMeshName;
129 %newobject ParaMEDMEM::MEDFileFields::partOfThisLyingOnSpecifiedTimeSteps;
130 %newobject ParaMEDMEM::MEDFileFields::partOfThisNotLyingOnSpecifiedTimeSteps;
131 %newobject ParaMEDMEM::MEDFileFields::__iter__;
132
133 %newobject ParaMEDMEM::MEDFileAnyTypeFieldMultiTS::New;
134 %newobject ParaMEDMEM::MEDFileAnyTypeFieldMultiTS::deepCpy;
135 %newobject ParaMEDMEM::MEDFileAnyTypeFieldMultiTS::shallowCpy;
136 %newobject ParaMEDMEM::MEDFileAnyTypeFieldMultiTS::getTimeStepAtPos;
137 %newobject ParaMEDMEM::MEDFileAnyTypeFieldMultiTS::getTimeStep;
138 %newobject ParaMEDMEM::MEDFileAnyTypeFieldMultiTS::getTimeStepGivenTime;
139 %newobject ParaMEDMEM::MEDFileAnyTypeFieldMultiTS::__iter__;
140 %newobject ParaMEDMEM::MEDFileFieldMultiTS::New;
141 %newobject ParaMEDMEM::MEDFileFieldMultiTS::getFieldAtLevel;
142 %newobject ParaMEDMEM::MEDFileFieldMultiTS::getFieldAtTopLevel;
143 %newobject ParaMEDMEM::MEDFileFieldMultiTS::getFieldOnMeshAtLevel;
144 %newobject ParaMEDMEM::MEDFileFieldMultiTS::getFieldAtLevelOld;
145 %newobject ParaMEDMEM::MEDFileFieldMultiTS::getUndergroundDataArray;
146 %newobject ParaMEDMEM::MEDFileFieldMultiTS::convertToInt;
147 %newobject ParaMEDMEM::MEDFileIntFieldMultiTS::New;
148 %newobject ParaMEDMEM::MEDFileIntFieldMultiTS::getUndergroundDataArray;
149 %newobject ParaMEDMEM::MEDFileIntFieldMultiTS::convertToDouble;
150
151 %newobject ParaMEDMEM::MEDFileAnyTypeField1TS::New;
152 %newobject ParaMEDMEM::MEDFileAnyTypeField1TS::shallowCpy;
153 %newobject ParaMEDMEM::MEDFileAnyTypeField1TS::deepCpy;
154 %newobject ParaMEDMEM::MEDFileField1TS::New;
155 %newobject ParaMEDMEM::MEDFileField1TS::getFieldAtLevel;
156 %newobject ParaMEDMEM::MEDFileField1TS::getFieldAtTopLevel;
157 %newobject ParaMEDMEM::MEDFileField1TS::getFieldOnMeshAtLevel;
158 %newobject ParaMEDMEM::MEDFileField1TS::getFieldAtLevelOld;
159 %newobject ParaMEDMEM::MEDFileField1TS::getUndergroundDataArray;
160 %newobject ParaMEDMEM::MEDFileField1TS::convertToInt;
161 %newobject ParaMEDMEM::MEDFileIntField1TS::New;
162 %newobject ParaMEDMEM::MEDFileIntField1TS::getUndergroundDataArray;
163 %newobject ParaMEDMEM::MEDFileIntField1TS::convertToDouble;
164
165 %newobject ParaMEDMEM::MEDFileData::New;
166 %newobject ParaMEDMEM::MEDFileData::deepCpy;
167 %newobject ParaMEDMEM::MEDFileData::getMeshes;
168 %newobject ParaMEDMEM::MEDFileData::getFields;
169 %newobject ParaMEDMEM::MEDFileData::getParams;
170
171 %newobject ParaMEDMEM::MEDFileParameterDouble1TS::New;
172 %newobject ParaMEDMEM::MEDFileParameterDouble1TS::deepCpy;
173 %newobject ParaMEDMEM::MEDFileParameterMultiTS::New;
174 %newobject ParaMEDMEM::MEDFileParameterMultiTS::deepCpy;
175 %newobject ParaMEDMEM::MEDFileParameterMultiTS::getTimeStepAtPos;
176 %newobject ParaMEDMEM::MEDFileParameterMultiTS::__getitem__;
177 %newobject ParaMEDMEM::MEDFileParameters::New;
178 %newobject ParaMEDMEM::MEDFileParameters::deepCpy;
179 %newobject ParaMEDMEM::MEDFileParameters::getParamAtPos;
180 %newobject ParaMEDMEM::MEDFileParameters::getParamWithName;
181 %newobject ParaMEDMEM::MEDFileParameters::__getitem__;
182
183 %newobject ParaMEDMEM::SauvWriter::New;
184 %newobject ParaMEDMEM::SauvReader::New;
185 %newobject ParaMEDMEM::SauvReader::loadInMEDFileDS;
186
187 %newobject ParaMEDMEM::MEDFileMeshStruct::New;
188 %newobject ParaMEDMEM::MEDMeshMultiLev::prepare;
189 %newobject ParaMEDMEM::MEDMeshMultiLev::buildDataArray;
190 %newobject ParaMEDMEM::MEDFileFastCellSupportComparator::New;
191 %newobject ParaMEDMEM::MEDFileFastCellSupportComparator::buildFromScratchDataSetSupport;
192
193 %feature("unref") MEDFileMesh "$this->decrRef();"
194 %feature("unref") MEDFileUMesh "$this->decrRef();"
195 %feature("unref") MEDFileCMesh "$this->decrRef();"
196 %feature("unref") MEDFileMeshMultiTS "$this->decrRef();"
197 %feature("unref") MEDFileMeshes "$this->decrRef();"
198 %feature("unref") MEDFileFieldLoc "$this->decrRef();"
199 %feature("unref") MEDFileAnyTypeField1TS "$this->decrRef();"
200 %feature("unref") MEDFileField1TS "$this->decrRef();"
201 %feature("unref") MEDFileIntField1TS "$this->decrRef();"
202 %feature("unref") MEDFileAnyTypeFieldMultiTS "$this->decrRef();"
203 %feature("unref") MEDFileFieldMultiTS "$this->decrRef();"
204 %feature("unref") MEDFileIntFieldMultiTS "$this->decrRef();"
205 %feature("unref") MEDFileFields "$this->decrRef();"
206 %feature("unref") MEDFileParameter1TS "$this->decrRef();"
207 %feature("unref") MEDFileParameterDouble1TSWTI "$this->decrRef();"
208 %feature("unref") MEDFileParameterDouble1TS "$this->decrRef();"
209 %feature("unref") MEDFileParameterMultiTS "$this->decrRef();"
210 %feature("unref") MEDFileParameters "$this->decrRef();"
211 %feature("unref") MEDFileData "$this->decrRef();"
212 %feature("unref") SauvReader "$this->decrRef();"
213 %feature("unref") SauvWriter "$this->decrRef();"
214 %feature("unref") MEDFileFastCellSupportComparator "$this->decrRef();"
215 %feature("unref") MEDMeshMultiLev "$this->decrRef();"
216 %feature("unref") MEDUMeshMultiLev "$this->decrRef();"
217 %feature("unref") MEDCMeshMultiLev "$this->decrRef();"
218 %feature("unref") MEDCurveLinearMeshMultiLev "$this->decrRef();"
219 %feature("unref") MEDFileMeshStruct "$this->decrRef();"
220
221 class MEDLoader
222 {
223 public:
224   static bool HasXDR();
225   static std::string MEDFileVersionStr();
226   static void SetEpsilonForNodeComp(double val) throw(INTERP_KERNEL::Exception);
227   static void SetCompPolicyForCell(int val) throw(INTERP_KERNEL::Exception);
228   static void SetTooLongStrPolicy(int val) throw(INTERP_KERNEL::Exception);
229   static void CheckFileForRead(const std::string& fileName) throw(INTERP_KERNEL::Exception);
230   static std::vector<std::string> GetMeshNames(const std::string& fileName) throw(INTERP_KERNEL::Exception);
231   static std::vector<std::string> GetMeshNamesOnField(const std::string& fileName, const std::string& fieldName) throw(INTERP_KERNEL::Exception);
232   static std::vector<std::string> GetMeshGroupsNames(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
233   static std::vector<std::string> GetMeshFamiliesNames(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
234   static std::vector<std::string> GetMeshFamiliesNamesOnGroup(const std::string& fileName, const std::string& meshName, const std::string& grpName) throw(INTERP_KERNEL::Exception);
235   static std::vector<std::string> GetMeshGroupsNamesOnFamily(const std::string& fileName, const std::string& meshName, const std::string& famName) throw(INTERP_KERNEL::Exception);
236   static std::vector<std::string> GetAllFieldNamesOnMesh(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
237   static std::vector<std::string> GetAllFieldNames(const std::string& fileName) throw(INTERP_KERNEL::Exception);
238   static std::vector<std::string> GetFieldNamesOnMesh(ParaMEDMEM::TypeOfField type, const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
239   static std::vector<std::string> GetCellFieldNamesOnMesh(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
240   static std::vector<std::string> GetNodeFieldNamesOnMesh(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
241   static double GetTimeAttachedOnFieldIteration(const std::string& fileName, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
242   static void AssignStaticWritePropertiesTo(ParaMEDMEM::MEDFileWritable& obj) throw(INTERP_KERNEL::Exception);
243   %extend
244      {
245        static PyObject *MEDFileVersion()
246        {
247          int major,minor,release;
248          MEDLoader::MEDFileVersion(major,minor,release);
249          PyObject *ret(PyTuple_New(3));
250          PyTuple_SetItem(ret,0,SWIG_From_int(major));
251          PyTuple_SetItem(ret,1,SWIG_From_int(minor));
252          PyTuple_SetItem(ret,2,SWIG_From_int(release));
253          return ret;
254        }
255
256        static PyObject *GetFieldIterations(ParaMEDMEM::TypeOfField type, const std::string& fileName, const std::string& meshName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
257        {
258          std::vector< std::pair<int,int> > res=MEDLoader::GetFieldIterations(type,fileName,meshName,fieldName);
259          PyObject *ret=PyList_New(res.size());
260          int rk=0;
261          for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
262            {
263              PyObject *elt=PyTuple_New(2);
264              PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
265              PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
266              PyList_SetItem(ret,rk,elt);
267            }
268          return ret;
269        }
270
271        static PyObject *GetAllFieldIterations(const std::string& fileName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
272        {
273          std::vector< std::pair< std::pair<int,int>, double> > res=MEDLoader::GetAllFieldIterations(fileName,fieldName);
274          PyObject *ret=PyList_New(res.size());
275          int rk=0;
276          for(std::vector< std::pair< std::pair<int,int>, double> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
277            {
278              PyObject *elt=PyTuple_New(3);
279              PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first.first));
280              PyTuple_SetItem(elt,1,SWIG_From_int((*iter).first.second));
281              PyTuple_SetItem(elt,2,SWIG_From_double((*iter).second));
282              PyList_SetItem(ret,rk,elt);
283            }
284          return ret;
285        }
286
287        static PyObject *GetCellFieldIterations(const std::string& fileName, const std::string& meshName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
288        {
289          std::vector< std::pair<int,int> > res=MEDLoader::GetCellFieldIterations(fileName,meshName,fieldName);
290          PyObject *ret=PyList_New(res.size());
291          int rk=0;
292          for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
293            {
294              PyObject *elt=PyTuple_New(2);
295              PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
296              PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
297              PyList_SetItem(ret,rk,elt);
298            }
299          return ret;
300        }
301        static PyObject *GetNodeFieldIterations(const std::string& fileName, const std::string& meshName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
302        {
303          std::vector< std::pair<int,int> > res=MEDLoader::GetNodeFieldIterations(fileName,meshName,fieldName);
304          PyObject *ret=PyList_New(res.size());
305          int rk=0;
306          for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
307            {
308              PyObject *elt=PyTuple_New(2);
309              PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
310              PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
311              PyList_SetItem(ret,rk,elt);
312            }
313          return ret;
314        }
315        static PyObject *GetComponentsNamesOfField(const std::string& fileName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
316        {
317          std::vector< std::pair<std::string,std::string> > res=MEDLoader::GetComponentsNamesOfField(fileName,fieldName);
318          PyObject *ret=PyList_New(res.size());
319          int rk=0;
320          for(std::vector< std::pair<std::string,std::string> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
321            {
322              PyObject *elt=PyTuple_New(2);
323              PyTuple_SetItem(elt,0,PyString_FromString((*iter).first.c_str()));
324              PyTuple_SetItem(elt,1,PyString_FromString((*iter).second.c_str()));
325              PyList_SetItem(ret,rk,elt);
326            }
327          return ret;
328        }
329        static PyObject *GetUMeshGlobalInfo(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception)
330        {
331          int meshDim,spaceDim,numberOfNodes;
332          std::vector< std::vector< std::pair<INTERP_KERNEL::NormalizedCellType,int> > > res=MEDLoader::GetUMeshGlobalInfo(fileName,meshName,meshDim,spaceDim,numberOfNodes);
333          PyObject *ret=PyTuple_New(4);
334          PyObject *elt0=PyList_New(res.size());
335          int i=0;
336          for(std::vector< std::vector< std::pair<INTERP_KERNEL::NormalizedCellType,int> > >::const_iterator it=res.begin();it!=res.end();it++,i++)
337            {
338              const std::vector< std::pair<INTERP_KERNEL::NormalizedCellType,int> >&obj2=(*it);
339              int j=0;
340              PyObject *elt1=PyList_New(obj2.size());
341              for(std::vector< std::pair<INTERP_KERNEL::NormalizedCellType,int> >::const_iterator it2=obj2.begin();it2!=obj2.end();it2++,j++)
342                {
343                  PyObject *elt2=PyTuple_New(2);
344                  PyTuple_SetItem(elt2,0,SWIG_From_int((int)(*it2).first));
345                  PyTuple_SetItem(elt2,1,SWIG_From_int((*it2).second));
346                  PyList_SetItem(elt1,j,elt2);
347                }
348              PyList_SetItem(elt0,i,elt1);
349            }
350          PyTuple_SetItem(ret,0,elt0);
351          PyTuple_SetItem(ret,1,SWIG_From_int(meshDim));
352          PyTuple_SetItem(ret,2,SWIG_From_int(spaceDim));
353          PyTuple_SetItem(ret,3,SWIG_From_int(numberOfNodes));
354          return ret;
355        }
356        static PyObject *ReadFieldsOnSameMesh(ParaMEDMEM::TypeOfField type, const std::string& fileName, const std::string& meshName, int meshDimRelToMax,
357                                              const std::string& fieldName, PyObject *liIts) throw(INTERP_KERNEL::Exception)
358        {
359          std::vector<std::pair<int,int> > its=convertTimePairIdsFromPy(liIts);
360          std::vector<ParaMEDMEM::MEDCouplingFieldDouble *> res=MEDLoader::ReadFieldsOnSameMesh(type,fileName,meshName,meshDimRelToMax,fieldName,its);
361          return convertFieldDoubleVecToPy(res);
362        }
363        static void WriteUMeshesPartition(const std::string& fileName, const std::string& meshName, PyObject *li, bool writeFromScratch) throw(INTERP_KERNEL::Exception)
364        {
365          std::vector<const ParaMEDMEM::MEDCouplingUMesh *> v;
366          convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",v);
367          MEDLoader::WriteUMeshesPartition(fileName,meshName,v,writeFromScratch);
368        }
369        static void WriteUMeshesPartitionDep(const std::string& fileName, const std::string& meshName, PyObject *li, bool writeFromScratch) throw(INTERP_KERNEL::Exception)
370        {
371          std::vector<const ParaMEDMEM::MEDCouplingUMesh *> v;
372          convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",v);
373          MEDLoader::WriteUMeshesPartitionDep(fileName,meshName,v,writeFromScratch);
374        }
375        static void WriteUMeshes(const std::string& fileName, PyObject *li, bool writeFromScratch) throw(INTERP_KERNEL::Exception)
376        {
377          std::vector<const ParaMEDMEM::MEDCouplingUMesh *> v;
378          convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",v);
379          MEDLoader::WriteUMeshes(fileName,v,writeFromScratch);
380        }
381        static PyObject *GetTypesOfField(const std::string& fileName, const std::string& meshName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
382        {
383          std::vector< ParaMEDMEM::TypeOfField > v=MEDLoader::GetTypesOfField(fileName,meshName,fieldName);
384          int size=v.size();
385          PyObject *ret=PyList_New(size);
386          for(int i=0;i<size;i++)
387            PyList_SetItem(ret,i,PyInt_FromLong((int)v[i]));
388          return ret;
389        }
390        static ParaMEDMEM::MEDCouplingUMesh *ReadUMeshFromGroups(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, PyObject *li) throw(INTERP_KERNEL::Exception)
391        {
392          std::vector<std::string> grps;
393          converPyListToVecString(li,grps);
394          return MEDLoader::ReadUMeshFromGroups(fileName,meshName,meshDimRelToMax,grps);
395        }
396        static ParaMEDMEM::MEDCouplingUMesh *ReadUMeshFromFamilies(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, PyObject *li) throw(INTERP_KERNEL::Exception)
397        {
398          std::vector<std::string> fams;
399          converPyListToVecString(li,fams);
400          return MEDLoader::ReadUMeshFromFamilies(fileName,meshName,meshDimRelToMax,fams);
401        }
402      }
403   static ParaMEDMEM::MEDCouplingMesh *ReadMeshFromFile(const std::string& fileName, const std::string& meshName, int meshDimRelToMax=0) throw(INTERP_KERNEL::Exception);
404   static ParaMEDMEM::MEDCouplingMesh *ReadMeshFromFile(const std::string& fileName, int meshDimRelToMax=0) throw(INTERP_KERNEL::Exception);
405   static ParaMEDMEM::MEDCouplingUMesh *ReadUMeshFromFile(const std::string& fileName, const std::string& meshName, int meshDimRelToMax=0) throw(INTERP_KERNEL::Exception);
406   static ParaMEDMEM::MEDCouplingUMesh *ReadUMeshFromFile(const std::string& fileName, int meshDimRelToMax=0) throw(INTERP_KERNEL::Exception);
407   static int ReadUMeshDimFromFile(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
408   static ParaMEDMEM::MEDCouplingFieldDouble *ReadField(ParaMEDMEM::TypeOfField type, const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
409   static ParaMEDMEM::MEDCouplingFieldDouble *ReadFieldCell(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
410   static ParaMEDMEM::MEDCouplingFieldDouble *ReadFieldNode(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
411   static ParaMEDMEM::MEDCouplingFieldDouble *ReadFieldGauss(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
412   static ParaMEDMEM::MEDCouplingFieldDouble *ReadFieldGaussNE(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
413   static void WriteMesh(const std::string& fileName, const ParaMEDMEM::MEDCouplingMesh *mesh, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
414   static void WriteUMesh(const std::string& fileName, const ParaMEDMEM::MEDCouplingUMesh *mesh, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
415   static void WriteUMeshDep(const std::string& fileName, const ParaMEDMEM::MEDCouplingUMesh *mesh, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
416   static void WriteField(const std::string& fileName, const ParaMEDMEM::MEDCouplingFieldDouble *f, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
417   static void WriteFieldDep(const std::string& fileName, const ParaMEDMEM::MEDCouplingFieldDouble *f, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
418   static void WriteFieldUsingAlreadyWrittenMesh(const std::string& fileName, const ParaMEDMEM::MEDCouplingFieldDouble *f) throw(INTERP_KERNEL::Exception);
419 };
420
421 namespace ParaMEDMEM
422 {
423   class MEDFileWritable
424   {
425   public:
426     void copyOptionsFrom(const MEDFileWritable& other) const;
427     int getTooLongStrPolicy() const throw(INTERP_KERNEL::Exception);
428     void setTooLongStrPolicy(int newVal) throw(INTERP_KERNEL::Exception);
429     int getZipConnPolicy() throw(INTERP_KERNEL::Exception);
430     void setZipConnPolicy(int newVal) throw(INTERP_KERNEL::Exception);
431   };
432
433   class MEDFileMeshReadSelector
434   {
435   public:
436     MEDFileMeshReadSelector();
437     MEDFileMeshReadSelector(unsigned int code);
438     unsigned int getCode() const;
439     void setCode(unsigned int newCode);
440     bool isCellFamilyFieldReading() const;
441     bool isNodeFamilyFieldReading() const;
442     bool isCellNameFieldReading() const;
443     bool isNodeNameFieldReading() const;
444     bool isCellNumFieldReading() const;
445     bool isNodeNumFieldReading() const;
446     void setCellFamilyFieldReading(bool b);
447     void setNodeFamilyFieldReading(bool b);
448     void setCellNameFieldReading(bool b);
449     void setNodeNameFieldReading(bool b);
450     void setCellNumFieldReading(bool b);
451     void setNodeNumFieldReading(bool b);
452     %extend
453     {
454       std::string __str__() const throw(INTERP_KERNEL::Exception)
455       {
456         std::ostringstream oss;
457         self->reprAll(oss);
458         return oss.str();
459       }
460       
461       std::string __repr__() const throw(INTERP_KERNEL::Exception)
462       {
463         std::ostringstream oss; oss << "MEDFileMeshReadSelector C++ instance at " << self << " (with code=" << self->getCode() << ").";
464         return oss.str();
465       }
466     }
467   };
468
469   class MEDFileMesh : public RefCountObject, public MEDFileWritable
470   {
471   public:
472     static MEDFileMesh *New(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
473     static MEDFileMesh *New(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
474     virtual MEDFileMesh *createNewEmpty() const throw(INTERP_KERNEL::Exception);
475     virtual MEDFileMesh *deepCpy() const throw(INTERP_KERNEL::Exception);
476     virtual MEDFileMesh *shallowCpy() const throw(INTERP_KERNEL::Exception);
477     virtual void clearNonDiscrAttributes() const throw(INTERP_KERNEL::Exception);
478     void setName(const std::string& name);
479     std::string getName();
480     std::string getUnivName() const;
481     bool getUnivNameWrStatus() const;
482     void setUnivNameWrStatus(bool newStatus);
483     void setDescription(const std::string& name);
484     std::string getDescription() const;
485     void setOrder(int order);
486     int getOrder() const;
487     void setIteration(int it);
488     int getIteration();
489     void setTimeValue(double time);
490     void setTime(int dt, int it, double time);
491     double getTimeValue() const;
492     void setTimeUnit(const std::string& unit);
493     std::string getTimeUnit() const;
494     virtual int getNumberOfNodes() const throw(INTERP_KERNEL::Exception);
495     virtual std::vector<int> getFamArrNonEmptyLevelsExt() const throw(INTERP_KERNEL::Exception);
496     virtual std::vector<int> getNumArrNonEmptyLevelsExt() const throw(INTERP_KERNEL::Exception);
497     virtual std::vector<int> getNameArrNonEmptyLevelsExt() const throw(INTERP_KERNEL::Exception);
498     virtual std::vector<int> getDistributionOfTypes(int meshDimRelToMax) const throw(INTERP_KERNEL::Exception);
499     std::vector<int> getNonEmptyLevels() const throw(INTERP_KERNEL::Exception);
500     std::vector<int> getNonEmptyLevelsExt() const throw(INTERP_KERNEL::Exception);
501     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
502     int getSizeAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception);
503     //
504     bool existsGroup(const std::string& groupName) const throw(INTERP_KERNEL::Exception);
505     bool existsFamily(int famId) const throw(INTERP_KERNEL::Exception);
506     bool existsFamily(const std::string& familyName) const throw(INTERP_KERNEL::Exception);
507     void setFamilyId(const std::string& familyName, int id) throw(INTERP_KERNEL::Exception);
508     void setFamilyIdUnique(const std::string& familyName, int id) throw(INTERP_KERNEL::Exception);
509     void addFamily(const std::string& familyName, int id) throw(INTERP_KERNEL::Exception);
510     void addFamilyOnGrp(const std::string& grpName, const std::string& famName) throw(INTERP_KERNEL::Exception);
511     virtual void createGroupOnAll(int meshDimRelToMaxExt, const std::string& groupName) throw(INTERP_KERNEL::Exception);
512     virtual bool keepFamIdsOnlyOnLevs(const std::vector<int>& famIds, const std::vector<int>& levs) throw(INTERP_KERNEL::Exception);
513     void copyFamGrpMapsFrom(const MEDFileMesh& other) throw(INTERP_KERNEL::Exception);
514     void clearGrpMap() throw(INTERP_KERNEL::Exception);
515     void clearFamMap() throw(INTERP_KERNEL::Exception);
516     void clearFamGrpMaps() throw(INTERP_KERNEL::Exception);
517     const std::map<std::string,int>& getFamilyInfo() const throw(INTERP_KERNEL::Exception);
518     const std::map<std::string, std::vector<std::string> >& getGroupInfo() const throw(INTERP_KERNEL::Exception);
519     std::vector<std::string> getFamiliesOnGroup(const std::string& name) const throw(INTERP_KERNEL::Exception);
520     std::vector<std::string> getFamiliesOnGroups(const std::vector<std::string>& grps) const throw(INTERP_KERNEL::Exception);
521     std::vector<int> getFamiliesIdsOnGroup(const std::string& name) const throw(INTERP_KERNEL::Exception);
522     void setFamiliesOnGroup(const std::string& name, const std::vector<std::string>& fams) throw(INTERP_KERNEL::Exception);
523     void setFamiliesIdsOnGroup(const std::string& name, const std::vector<int>& famIds) throw(INTERP_KERNEL::Exception);
524     std::vector<std::string> getGroupsOnFamily(const std::string& name) const throw(INTERP_KERNEL::Exception);
525     void setGroupsOnFamily(const std::string& famName, const std::vector<std::string>& grps) throw(INTERP_KERNEL::Exception);
526     std::vector<std::string> getGroupsNames() const throw(INTERP_KERNEL::Exception);
527     std::vector<std::string> getFamiliesNames() const throw(INTERP_KERNEL::Exception);
528     void assignFamilyNameWithGroupName() throw(INTERP_KERNEL::Exception);
529     std::vector<std::string> removeEmptyGroups() throw(INTERP_KERNEL::Exception);
530     void removeGroup(const std::string& name) throw(INTERP_KERNEL::Exception);
531     void removeFamily(const std::string& name) throw(INTERP_KERNEL::Exception);
532     std::vector<std::string> removeOrphanGroups() throw(INTERP_KERNEL::Exception);
533     std::vector<std::string> removeOrphanFamilies() throw(INTERP_KERNEL::Exception);
534     void changeGroupName(const std::string& oldName, const std::string& newName) throw(INTERP_KERNEL::Exception);
535     void changeFamilyName(const std::string& oldName, const std::string& newName) throw(INTERP_KERNEL::Exception);
536     void changeFamilyId(int oldId, int newId) throw(INTERP_KERNEL::Exception);
537     void changeAllGroupsContainingFamily(const std::string& familyNameToChange, const std::vector<std::string>& newFamiliesNames) throw(INTERP_KERNEL::Exception);
538     void setFamilyInfo(const std::map<std::string,int>& info);
539     void setGroupInfo(const std::map<std::string, std::vector<std::string> >&info);
540     int getFamilyId(const std::string& name) const throw(INTERP_KERNEL::Exception);
541     int getMaxAbsFamilyId() const throw(INTERP_KERNEL::Exception);
542     int getMaxFamilyId() const throw(INTERP_KERNEL::Exception);
543     int getMinFamilyId() const throw(INTERP_KERNEL::Exception);
544     int getTheMaxAbsFamilyId() const throw(INTERP_KERNEL::Exception);
545     int getTheMaxFamilyId() const throw(INTERP_KERNEL::Exception);
546     int getTheMinFamilyId() const throw(INTERP_KERNEL::Exception);
547     virtual int getMaxAbsFamilyIdInArrays() const throw(INTERP_KERNEL::Exception);
548     virtual int getMaxFamilyIdInArrays() const throw(INTERP_KERNEL::Exception);
549     virtual int getMinFamilyIdInArrays() const throw(INTERP_KERNEL::Exception);
550     DataArrayInt *getAllFamiliesIdsReferenced() const throw(INTERP_KERNEL::Exception);
551     DataArrayInt *computeAllFamilyIdsInUse() const throw(INTERP_KERNEL::Exception);
552     std::vector<int> getFamiliesIds(const std::vector<std::string>& famNames) const throw(INTERP_KERNEL::Exception);
553     std::string getFamilyNameGivenId(int id) const throw(INTERP_KERNEL::Exception);
554     bool ensureDifferentFamIdsPerLevel() throw(INTERP_KERNEL::Exception);
555     void normalizeFamIdsTrio() throw(INTERP_KERNEL::Exception);
556     void normalizeFamIdsMEDFile() throw(INTERP_KERNEL::Exception);
557     virtual int getMeshDimension() const throw(INTERP_KERNEL::Exception);
558     virtual std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
559     virtual std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
560     //
561     virtual MEDCouplingMesh *getGenMeshAtLevel(int meshDimRelToMax, bool renum=false) const throw(INTERP_KERNEL::Exception);
562     virtual void setFamilyFieldArr(int meshDimRelToMaxExt, DataArrayInt *famArr) throw(INTERP_KERNEL::Exception);
563     virtual void setRenumFieldArr(int meshDimRelToMaxExt, DataArrayInt *renumArr) throw(INTERP_KERNEL::Exception);
564     virtual void setNameFieldAtLevel(int meshDimRelToMaxExt, DataArrayAsciiChar *nameArr) throw(INTERP_KERNEL::Exception);
565     virtual DataArrayInt *getFamiliesArr(int meshDimRelToMaxExt, const std::vector<std::string>& fams, bool renum=false) const throw(INTERP_KERNEL::Exception);
566     virtual DataArrayInt *getGroupsArr(int meshDimRelToMaxExt, const std::vector<std::string>& grps, bool renum=false) const throw(INTERP_KERNEL::Exception);
567     virtual DataArrayInt *getGroupArr(int meshDimRelToMaxExt, const std::string& grp, bool renum=false) const throw(INTERP_KERNEL::Exception);
568     virtual DataArrayInt *getFamilyArr(int meshDimRelToMaxExt, const std::string& fam, bool renum=false) const throw(INTERP_KERNEL::Exception);
569     virtual DataArrayInt *getNodeGroupArr(const std::string& grp, bool renum=false) const throw(INTERP_KERNEL::Exception);
570     virtual DataArrayInt *getNodeGroupsArr(const std::vector<std::string>& grps, bool renum=false) const throw(INTERP_KERNEL::Exception);
571     virtual DataArrayInt *getNodeFamilyArr(const std::string& fam, bool renum=false) const throw(INTERP_KERNEL::Exception);
572     virtual DataArrayInt *getNodeFamiliesArr(const std::vector<std::string>& fams, bool renum=false) const throw(INTERP_KERNEL::Exception);
573     %extend
574        {
575          std::string __str__() const throw(INTERP_KERNEL::Exception)
576          {
577            return self->simpleRepr();
578          }
579
580          PyObject *getTime() throw(INTERP_KERNEL::Exception)
581          {
582            int tmp1,tmp2;
583            double tmp0=self->getTime(tmp1,tmp2);
584            PyObject *res = PyList_New(3);
585            PyList_SetItem(res,0,SWIG_From_int(tmp1));
586            PyList_SetItem(res,1,SWIG_From_int(tmp2));
587            PyList_SetItem(res,2,SWIG_From_double(tmp0));
588            return res;
589          }
590
591          virtual PyObject *isEqual(const MEDFileMesh *other, double eps) const throw(INTERP_KERNEL::Exception)
592          {
593            std::string what;
594            bool ret0=self->isEqual(other,eps,what);
595            PyObject *res=PyList_New(2);
596            PyObject *ret0Py=ret0?Py_True:Py_False;
597            Py_XINCREF(ret0Py);
598            PyList_SetItem(res,0,ret0Py);
599            PyList_SetItem(res,1,PyString_FromString(what.c_str()));
600            return res;
601          }
602          
603          PyObject *areFamsEqual(const MEDFileMesh *other) const throw(INTERP_KERNEL::Exception)
604          {
605            std::string what;
606            bool ret0=self->areFamsEqual(other,what);
607            PyObject *res=PyList_New(2);
608            PyObject *ret0Py=ret0?Py_True:Py_False;
609            Py_XINCREF(ret0Py);
610            PyList_SetItem(res,0,ret0Py);
611            PyList_SetItem(res,1,PyString_FromString(what.c_str()));
612            return res;
613          }
614
615          PyObject *areGrpsEqual(const MEDFileMesh *other) const throw(INTERP_KERNEL::Exception)
616          {
617            std::string what;
618            bool ret0=self->areGrpsEqual(other,what);
619            PyObject *res=PyList_New(2);
620            PyObject *ret0Py=ret0?Py_True:Py_False;
621            Py_XINCREF(ret0Py);
622            PyList_SetItem(res,0,ret0Py);
623            PyList_SetItem(res,1,PyString_FromString(what.c_str()));
624            return res;
625          }
626
627          PyObject *getAllGeoTypes() const throw(INTERP_KERNEL::Exception)
628          {
629            std::vector<INTERP_KERNEL::NormalizedCellType> result(self->getAllGeoTypes());
630            std::vector<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
631            PyObject *res=PyList_New(result.size());
632            for(int i=0;iL!=result.end(); i++, iL++)
633              PyList_SetItem(res,i,PyInt_FromLong(*iL));
634            return res;
635          }
636
637          PyObject *getGeoTypesAtLevel(int meshDimRelToMax) const throw(INTERP_KERNEL::Exception)
638          {
639            std::vector<INTERP_KERNEL::NormalizedCellType> result(self->getGeoTypesAtLevel(meshDimRelToMax));
640            std::vector<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
641            PyObject *res=PyList_New(result.size());
642            for(int i=0;iL!=result.end(); i++, iL++)
643              PyList_SetItem(res,i,PyInt_FromLong(*iL));
644            return res;
645          }
646
647          PyObject *getFamilyFieldAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
648          {
649            const DataArrayInt *tmp=self->getFamilyFieldAtLevel(meshDimRelToMaxExt);
650            if(tmp)
651              tmp->incrRef();
652            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
653          }
654
655          PyObject *getNumberFieldAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
656          {
657            const DataArrayInt *tmp=self->getNumberFieldAtLevel(meshDimRelToMaxExt);
658            if(tmp)
659              tmp->incrRef();
660            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
661          }
662          
663          PyObject *getNameFieldAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
664          {
665            const DataArrayAsciiChar *tmp=self->getNameFieldAtLevel(meshDimRelToMaxExt);
666            if(tmp)
667              tmp->incrRef();
668            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_ParaMEDMEM__DataArrayAsciiChar, SWIG_POINTER_OWN | 0 );
669          }
670
671          PyObject *findOrCreateAndGiveFamilyWithId(int id, bool& created) throw(INTERP_KERNEL::Exception)
672          {
673            bool ret1;
674            std::string ret0=self->findOrCreateAndGiveFamilyWithId(id,ret1);
675            PyObject *ret=PyTuple_New(2);
676            PyTuple_SetItem(ret,0,PyString_FromString(ret0.c_str()));
677            PyTuple_SetItem(ret,1,SWIG_From_bool(ret1));
678            return ret;
679          }
680          
681          PyObject *unPolyze() throw(INTERP_KERNEL::Exception)
682          {
683            DataArrayInt *ret3=0;
684            std::vector<int> ret1,ret2;
685            bool ret0=self->unPolyze(ret1,ret2,ret3);
686            PyObject *ret=PyTuple_New(4);
687            PyTuple_SetItem(ret,0,SWIG_From_bool(ret0));
688            //
689            PyObject *retLev1_0=PyList_New((int)ret1.size()/3);
690            for(int j=0;j<(int)ret1.size()/3;j++)
691              {
692                PyObject *retLev2=PyList_New(3);
693                PyList_SetItem(retLev2,0,SWIG_From_int(ret1[3*j]));
694                PyList_SetItem(retLev2,1,SWIG_From_int(ret1[3*j+1]));
695                PyList_SetItem(retLev2,2,SWIG_From_int(ret1[3*j+2]));
696                PyList_SetItem(retLev1_0,j,retLev2);
697              }
698            PyTuple_SetItem(ret,1,retLev1_0);
699            //
700            PyObject *retLev1_1=PyList_New((int)ret2.size()/3);
701            for(int j=0;j<(int)ret2.size()/3;j++)
702              {
703                PyObject *retLev2=PyList_New(3);
704                PyList_SetItem(retLev2,0,SWIG_From_int(ret2[3*j]));
705                PyList_SetItem(retLev2,1,SWIG_From_int(ret2[3*j+1]));
706                PyList_SetItem(retLev2,2,SWIG_From_int(ret2[3*j+2]));
707                PyList_SetItem(retLev1_1,j,retLev2);
708              }
709            PyTuple_SetItem(ret,2,retLev1_1);
710            //
711            PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(ret3),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
712            return ret;
713          }
714        }
715   };
716
717   class MEDFileUMesh : public MEDFileMesh
718   {
719   public:
720     static MEDFileUMesh *New(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
721     static MEDFileUMesh *New(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
722     static MEDFileUMesh *New();
723     ~MEDFileUMesh();
724     int getSpaceDimension() const throw(INTERP_KERNEL::Exception);
725     //
726     std::vector<int> getGrpNonEmptyLevels(const std::string& grp) const throw(INTERP_KERNEL::Exception);
727     std::vector<int> getGrpNonEmptyLevelsExt(const std::string& grp) const throw(INTERP_KERNEL::Exception);
728     std::vector<int> getFamNonEmptyLevels(const std::string& fam) const throw(INTERP_KERNEL::Exception);
729     std::vector<int> getFamNonEmptyLevelsExt(const std::string& fam) const throw(INTERP_KERNEL::Exception);
730     std::vector<int> getGrpsNonEmptyLevels(const std::vector<std::string>& grps) const throw(INTERP_KERNEL::Exception);
731     std::vector<int> getGrpsNonEmptyLevelsExt(const std::vector<std::string>& grps) const throw(INTERP_KERNEL::Exception);
732     std::vector<int> getFamsNonEmptyLevels(const std::vector<std::string>& fams) const throw(INTERP_KERNEL::Exception);
733     std::vector<int> getFamsNonEmptyLevelsExt(const std::vector<std::string>& fams) const throw(INTERP_KERNEL::Exception);
734     std::vector<std::string> getGroupsOnSpecifiedLev(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception);
735     MEDCouplingUMesh *getGroup(int meshDimRelToMaxExt, const std::string& grp, bool renum=false) const throw(INTERP_KERNEL::Exception);
736     DataArrayInt *getGroupArr(int meshDimRelToMaxExt, const std::string& grp, bool renum=false) const throw(INTERP_KERNEL::Exception);
737     MEDCouplingUMesh *getGroups(int meshDimRelToMaxExt, const std::vector<std::string>& grps, bool renum=false) const throw(INTERP_KERNEL::Exception);
738     DataArrayInt *getGroupsArr(int meshDimRelToMaxExt, const std::vector<std::string>& grps, bool renum=false) const throw(INTERP_KERNEL::Exception);
739     MEDCouplingUMesh *getFamily(int meshDimRelToMaxExt, const std::string& fam, bool renum=false) const throw(INTERP_KERNEL::Exception);
740     DataArrayInt *getFamilyArr(int meshDimRelToMaxExt, const std::string& fam, bool renum=false) const throw(INTERP_KERNEL::Exception);
741     MEDCouplingUMesh *getFamilies(int meshDimRelToMaxExt, const std::vector<std::string>& fams, bool renum=false) const throw(INTERP_KERNEL::Exception);
742     DataArrayInt *getFamiliesArr(int meshDimRelToMaxExt, const std::vector<std::string>& fams, bool renum=false) const throw(INTERP_KERNEL::Exception);
743     DataArrayInt *getNodeGroupArr(const std::string& grp, bool renum=false) const throw(INTERP_KERNEL::Exception);
744     DataArrayInt *getNodeGroupsArr(const std::vector<std::string>& grps, bool renum=false) const throw(INTERP_KERNEL::Exception);
745     DataArrayInt *getNodeFamilyArr(const std::string& fam, bool renum=false) const throw(INTERP_KERNEL::Exception);
746     DataArrayInt *getNodeFamiliesArr(const std::vector<std::string>& fams, bool renum=false) const throw(INTERP_KERNEL::Exception);
747     MEDCouplingUMesh *getMeshAtLevel(int meshDimRelToMaxExt, bool renum=false) const throw(INTERP_KERNEL::Exception);
748     MEDCouplingUMesh *getLevel0Mesh(bool renum=false) const throw(INTERP_KERNEL::Exception);
749     MEDCouplingUMesh *getLevelM1Mesh(bool renum=false) const throw(INTERP_KERNEL::Exception);
750     MEDCouplingUMesh *getLevelM2Mesh(bool renum=false) const throw(INTERP_KERNEL::Exception);
751     MEDCouplingUMesh *getLevelM3Mesh(bool renum=false) const throw(INTERP_KERNEL::Exception);
752     void forceComputationOfParts() const throw(INTERP_KERNEL::Exception);
753     //
754     void setFamilyNameAttachedOnId(int id, const std::string& newFamName) throw(INTERP_KERNEL::Exception);
755     void setCoords(DataArrayDouble *coords) throw(INTERP_KERNEL::Exception);
756     void eraseGroupsAtLevel(int meshDimRelToMaxExt) throw(INTERP_KERNEL::Exception);
757     void addNodeGroup(const DataArrayInt *ids) throw(INTERP_KERNEL::Exception);
758     void addGroup(int meshDimRelToMaxExt, const DataArrayInt *ids) throw(INTERP_KERNEL::Exception);
759     void removeMeshAtLevel(int meshDimRelToMax) throw(INTERP_KERNEL::Exception);
760     void setMeshAtLevel(int meshDimRelToMax, MEDCoupling1GTUMesh *m) throw(INTERP_KERNEL::Exception);
761     void setMeshAtLevel(int meshDimRelToMax, MEDCouplingUMesh *m, bool newOrOld=false) throw(INTERP_KERNEL::Exception);
762     void optimizeFamilies() throw(INTERP_KERNEL::Exception);
763     DataArrayInt *zipCoords() throw(INTERP_KERNEL::Exception);
764     DataArrayInt *extractFamilyFieldOnGeoType(INTERP_KERNEL::NormalizedCellType gt) const throw(INTERP_KERNEL::Exception);
765     DataArrayInt *extractNumberFieldOnGeoType(INTERP_KERNEL::NormalizedCellType gt) const throw(INTERP_KERNEL::Exception);
766     %extend
767        { 
768          MEDFileUMesh(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
769          {
770            return MEDFileUMesh::New(fileName,mName,dt,it,mrs);
771          }
772
773          MEDFileUMesh(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
774          {
775            return MEDFileUMesh::New(fileName,mrs);
776          }
777
778          MEDFileUMesh()
779          {
780            return MEDFileUMesh::New();
781          }
782          
783          PyObject *getRevNumberFieldAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
784          {
785            const DataArrayInt *tmp=self->getRevNumberFieldAtLevel(meshDimRelToMaxExt);
786            if(tmp)
787              tmp->incrRef();
788            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
789          }
790          
791          void setGroupsAtLevel(int meshDimRelToMaxExt, PyObject *li, bool renum=false) throw(INTERP_KERNEL::Exception)
792          {
793            std::vector<const DataArrayInt *> grps;
794            convertFromPyObjVectorOfObj<const ParaMEDMEM::DataArrayInt *>(li,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,"DataArrayInt",grps);
795            self->setGroupsAtLevel(meshDimRelToMaxExt,grps,renum);
796          }
797
798          void setMeshes(PyObject *li, bool renum=false) throw(INTERP_KERNEL::Exception)
799          {
800            std::vector<const MEDCouplingUMesh *> ms;
801            convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",ms);
802            self->setMeshes(ms,renum);
803          }
804
805          void setGroupsFromScratch(int meshDimRelToMax, PyObject *li, bool renum=false) throw(INTERP_KERNEL::Exception)
806          {
807            std::vector<const MEDCouplingUMesh *> ms;
808            convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",ms);
809            self->setGroupsFromScratch(meshDimRelToMax,ms,renum);
810          }
811          
812          void setGroupsOnSetMesh(int meshDimRelToMax, PyObject *li, bool renum=false) throw(INTERP_KERNEL::Exception)
813          {
814            std::vector<const MEDCouplingUMesh *> ms;
815            convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",ms);
816            self->setGroupsOnSetMesh(meshDimRelToMax,ms,renum);
817          }
818
819          DataArrayDouble *getCoords() const throw(INTERP_KERNEL::Exception)
820          {
821            DataArrayDouble *ret=self->getCoords();
822            if(ret)
823              ret->incrRef();
824            return ret;
825          }
826
827          PyObject *duplicateNodesOnM1Group(const std::string& grpNameM1) throw(INTERP_KERNEL::Exception)
828          {
829            DataArrayInt *ret0=0,*ret1=0,*ret2=0;
830            self->duplicateNodesOnM1Group(grpNameM1,ret0,ret1,ret2);
831            PyObject *ret=PyTuple_New(3);
832            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
833            PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
834            PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(ret2),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
835            return ret;
836          }
837          
838          MEDCoupling1GTUMesh *getDirectUndergroundSingleGeoTypeMesh(INTERP_KERNEL::NormalizedCellType gt) const throw(INTERP_KERNEL::Exception)
839          {
840            MEDCoupling1GTUMesh *ret(self->getDirectUndergroundSingleGeoTypeMesh(gt));
841            if(ret)
842              ret->incrRef();
843            return ret;
844          }
845
846          PyObject *getDirectUndergroundSingleGeoTypeMeshes(int meshDimRelToMax) const throw(INTERP_KERNEL::Exception)
847          {
848            std::vector<MEDCoupling1GTUMesh *> tmp(self->getDirectUndergroundSingleGeoTypeMeshes(meshDimRelToMax));
849            std::size_t sz(tmp.size());
850            PyObject *ret=PyList_New(sz);
851            for(std::size_t i=0;i<sz;i++)
852              {
853                if(tmp[i])
854                  tmp[i]->incrRef();
855                PyList_SetItem(ret,i,convertMesh(tmp[i], SWIG_POINTER_OWN | 0 ));
856              }
857            return ret;
858          }
859        }
860   };
861
862   class MEDFileStructuredMesh : public MEDFileMesh
863   {
864   };
865
866   class MEDFileCMesh : public MEDFileStructuredMesh
867   {
868   public:
869     static MEDFileCMesh *New();
870     static MEDFileCMesh *New(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
871     static MEDFileCMesh *New(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
872     void setMesh(MEDCouplingCMesh *m) throw(INTERP_KERNEL::Exception);
873     int getSpaceDimension() const throw(INTERP_KERNEL::Exception);
874     %extend
875        {
876          MEDFileCMesh()
877          {
878            return MEDFileCMesh::New();
879          }
880
881          MEDFileCMesh(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
882          {
883            return MEDFileCMesh::New(fileName,mrs);
884          }
885
886          MEDFileCMesh(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
887          {
888            return MEDFileCMesh::New(fileName,mName,dt,it,mrs);
889          }
890          
891          PyObject *getMesh() const throw(INTERP_KERNEL::Exception)
892          {
893            const MEDCouplingCMesh *tmp=self->getMesh();
894            if(tmp)
895              tmp->incrRef();
896            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_ParaMEDMEM__MEDCouplingCMesh, SWIG_POINTER_OWN | 0 );
897          }
898        }
899   };
900
901   class MEDFileCurveLinearMesh : public MEDFileStructuredMesh
902   {
903   public:
904     static MEDFileCurveLinearMesh *New();
905     static MEDFileCurveLinearMesh *New(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
906     static MEDFileCurveLinearMesh *New(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
907     void setMesh(MEDCouplingCurveLinearMesh *m) throw(INTERP_KERNEL::Exception);
908     %extend
909        {
910          MEDFileCurveLinearMesh()
911          {
912            return MEDFileCurveLinearMesh::New();
913          }
914
915          MEDFileCurveLinearMesh(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
916          {
917            return MEDFileCurveLinearMesh::New(fileName,mrs);
918          }
919
920          MEDFileCurveLinearMesh(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
921          {
922            return MEDFileCurveLinearMesh::New(fileName,mName,dt,it,mrs);
923          }
924          
925          PyObject *getMesh() const throw(INTERP_KERNEL::Exception)
926          {
927            const MEDCouplingCurveLinearMesh *tmp=self->getMesh();
928            if(tmp)
929              tmp->incrRef();
930            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_ParaMEDMEM__MEDCouplingCurveLinearMesh, SWIG_POINTER_OWN | 0 );
931          }
932        }
933   };
934
935   class MEDFileMeshMultiTS : public RefCountObject, public MEDFileWritable
936   {
937   public:
938     static MEDFileMeshMultiTS *New();
939     static MEDFileMeshMultiTS *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
940     static MEDFileMeshMultiTS *New(const std::string& fileName, const std::string& mName) throw(INTERP_KERNEL::Exception);
941     MEDFileMeshMultiTS *deepCpy() const throw(INTERP_KERNEL::Exception);
942     std::string getName() const throw(INTERP_KERNEL::Exception);
943     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
944     void setOneTimeStep(MEDFileMesh *mesh1TimeStep) throw(INTERP_KERNEL::Exception);
945     %extend
946        { 
947          MEDFileMeshMultiTS()
948          {
949            return MEDFileMeshMultiTS::New();
950          }
951
952          MEDFileMeshMultiTS(const std::string& fileName) throw(INTERP_KERNEL::Exception)
953          {
954            return MEDFileMeshMultiTS::New(fileName);
955          }
956
957          MEDFileMeshMultiTS(const std::string& fileName, const std::string& mName) throw(INTERP_KERNEL::Exception)
958          {
959            return MEDFileMeshMultiTS::New(fileName,mName);
960          }
961
962          MEDFileMesh *getOneTimeStep() const throw(INTERP_KERNEL::Exception)
963            {
964              MEDFileMesh *ret=self->getOneTimeStep();
965              if(ret)
966                ret->incrRef();
967              return ret;
968            }
969        }
970   };
971
972   class MEDFileMeshesIterator
973   {
974   public:
975     %extend
976     {
977       PyObject *next() throw(INTERP_KERNEL::Exception)
978       {
979         MEDFileMesh *ret=self->nextt();
980         if(ret)
981           {
982             ret->incrRef();
983             return convertMEDFileMesh(ret,SWIG_POINTER_OWN | 0 );
984           }
985         else
986           {
987             PyErr_SetString(PyExc_StopIteration,"No more data.");
988             return 0;
989           }
990       }
991     }
992   };
993
994   class MEDFileMeshes : public RefCountObject, public MEDFileWritable
995   {
996   public:
997     static MEDFileMeshes *New();
998     static MEDFileMeshes *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
999     MEDFileMeshes *deepCpy() const throw(INTERP_KERNEL::Exception);
1000     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
1001     int getNumberOfMeshes() const throw(INTERP_KERNEL::Exception);
1002     std::vector<std::string> getMeshesNames() const throw(INTERP_KERNEL::Exception);
1003     //
1004     void resize(int newSize) throw(INTERP_KERNEL::Exception);
1005     void pushMesh(MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception);
1006     void setMeshAtPos(int i, MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception);
1007     void destroyMeshAtPos(int i) throw(INTERP_KERNEL::Exception);
1008     %extend
1009        {
1010          MEDFileMeshes()
1011          {
1012            return MEDFileMeshes::New();
1013          }
1014
1015          MEDFileMeshes(const std::string& fileName) throw(INTERP_KERNEL::Exception)
1016          {
1017            return MEDFileMeshes::New(fileName);
1018          }
1019
1020          std::string __str__() const throw(INTERP_KERNEL::Exception)
1021            {
1022              return self->simpleRepr();
1023            }
1024
1025          MEDFileMesh *__getitem__(PyObject *obj) throw(INTERP_KERNEL::Exception)
1026          {
1027            if(PyInt_Check(obj))
1028              {
1029                MEDFileMesh *ret=self->getMeshAtPos(InterpreteNegativeInt((int)PyInt_AS_LONG(obj),self->getNumberOfMeshes()));
1030                if(ret)
1031                  ret->incrRef();
1032                return ret;
1033              }
1034            else if(PyString_Check(obj))
1035              {
1036                MEDFileMesh *ret=self->getMeshWithName(PyString_AsString(obj));
1037                if(ret)
1038                  ret->incrRef();
1039                return ret;
1040              }
1041            else
1042              throw INTERP_KERNEL::Exception("MEDFileMeshes::__getitem__ : only integer or string with meshname supported !");
1043          }
1044
1045          MEDFileMeshes *__setitem__(int obj, MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception)
1046          {
1047            self->setMeshAtPos(obj,mesh);
1048            return self;
1049          }
1050
1051          MEDFileMeshesIterator *__iter__() throw(INTERP_KERNEL::Exception)
1052          {
1053            return self->iterator();
1054          }
1055
1056          int __len__() const throw(INTERP_KERNEL::Exception)
1057          {
1058            return self->getNumberOfMeshes();
1059          }
1060          
1061          MEDFileMesh *getMeshAtPos(int i) const throw(INTERP_KERNEL::Exception)
1062            {
1063              MEDFileMesh *ret=self->getMeshAtPos(i);
1064              if(ret)
1065                ret->incrRef();
1066              return ret;
1067            }
1068          MEDFileMesh *getMeshWithName(const std::string& mname) const throw(INTERP_KERNEL::Exception)
1069            {
1070              MEDFileMesh *ret=self->getMeshWithName(mname);
1071              if(ret)
1072                ret->incrRef();
1073              return ret;
1074            }
1075        }
1076   };
1077
1078   class MEDFileFieldLoc : public RefCountObject
1079   {
1080   public:
1081     std::string getName() const;
1082     int getDimension() const;
1083     int getNumberOfGaussPoints() const;
1084     int getNumberOfPointsInCells() const;
1085     const std::vector<double>& getRefCoords() const;
1086     const std::vector<double>& getGaussCoords() const;
1087     const std::vector<double>& getGaussWeights() const;
1088     bool isEqual(const MEDFileFieldLoc& other, double eps) const throw(INTERP_KERNEL::Exception);
1089   %extend
1090     {
1091       std::string __str__() const throw(INTERP_KERNEL::Exception)
1092       {
1093         return self->repr();
1094       }
1095     }
1096   };
1097
1098   class MEDFileFieldGlobsReal
1099   {
1100   public:
1101     void resetContent();
1102     void shallowCpyGlobs(const MEDFileFieldGlobsReal& other) throw(INTERP_KERNEL::Exception);
1103     void deepCpyGlobs(const MEDFileFieldGlobsReal& other) throw(INTERP_KERNEL::Exception);
1104     void shallowCpyOnlyUsedGlobs(const MEDFileFieldGlobsReal& other) throw(INTERP_KERNEL::Exception);
1105     void deepCpyOnlyUsedGlobs(const MEDFileFieldGlobsReal& other) throw(INTERP_KERNEL::Exception);
1106     void appendGlobs(const MEDFileFieldGlobsReal& other, double eps) throw(INTERP_KERNEL::Exception);
1107     void checkGlobsCoherency() const throw(INTERP_KERNEL::Exception);
1108     void checkGlobsPflsPartCoherency() const throw(INTERP_KERNEL::Exception);
1109     void checkGlobsLocsPartCoherency() const throw(INTERP_KERNEL::Exception);
1110     std::vector<std::string> getPfls() const throw(INTERP_KERNEL::Exception);
1111     std::vector<std::string> getLocs() const throw(INTERP_KERNEL::Exception);
1112     bool existsPfl(const std::string& pflName) const throw(INTERP_KERNEL::Exception);
1113     bool existsLoc(const std::string& locName) const throw(INTERP_KERNEL::Exception);
1114     std::string createNewNameOfPfl() const throw(INTERP_KERNEL::Exception);
1115     std::string createNewNameOfLoc() const throw(INTERP_KERNEL::Exception);
1116     std::vector< std::vector<int> > whichAreEqualProfiles() const throw(INTERP_KERNEL::Exception);
1117     std::vector< std::vector<int> > whichAreEqualLocs(double eps) const throw(INTERP_KERNEL::Exception);
1118     virtual std::vector<std::string> getPflsReallyUsed() const throw(INTERP_KERNEL::Exception);
1119     virtual std::vector<std::string> getLocsReallyUsed() const throw(INTERP_KERNEL::Exception);
1120     virtual std::vector<std::string> getPflsReallyUsedMulti() const throw(INTERP_KERNEL::Exception);
1121     virtual std::vector<std::string> getLocsReallyUsedMulti() const throw(INTERP_KERNEL::Exception);
1122     void killProfileIds(const std::vector<int>& pflIds) throw(INTERP_KERNEL::Exception);
1123     void killLocalizationIds(const std::vector<int>& locIds) throw(INTERP_KERNEL::Exception);
1124     void changePflName(const std::string& oldName, const std::string& newName) throw(INTERP_KERNEL::Exception);
1125     void changeLocName(const std::string& oldName, const std::string& newName) throw(INTERP_KERNEL::Exception);
1126     int getNbOfGaussPtPerCell(int locId) const throw(INTERP_KERNEL::Exception);
1127     int getLocalizationId(const std::string& loc) const throw(INTERP_KERNEL::Exception);
1128   %extend
1129      {
1130        PyObject *getProfile(const std::string& pflName) const throw(INTERP_KERNEL::Exception)
1131        {
1132          const DataArrayInt *ret=self->getProfile(pflName);
1133          if(ret)
1134            ret->incrRef();
1135          return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
1136        }
1137
1138        PyObject *getProfileFromId(int pflId) const throw(INTERP_KERNEL::Exception)
1139        {
1140          const DataArrayInt *ret=self->getProfileFromId(pflId);
1141          if(ret)
1142            ret->incrRef();
1143          return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
1144        }
1145
1146        PyObject *getLocalizationFromId(int locId) const throw(INTERP_KERNEL::Exception)
1147        {
1148          const MEDFileFieldLoc *loc=&self->getLocalizationFromId(locId);
1149          if(loc)
1150            loc->incrRef();
1151          return SWIG_NewPointerObj(SWIG_as_voidptr(loc),SWIGTYPE_p_ParaMEDMEM__MEDFileFieldLoc, SWIG_POINTER_OWN | 0 );
1152        }
1153        
1154        PyObject *getLocalization(const std::string& locName) const throw(INTERP_KERNEL::Exception)
1155        {
1156          const MEDFileFieldLoc *loc=&self->getLocalization(locName);
1157          if(loc)
1158            loc->incrRef();
1159          return SWIG_NewPointerObj(SWIG_as_voidptr(loc),SWIGTYPE_p_ParaMEDMEM__MEDFileFieldLoc, SWIG_POINTER_OWN | 0 );
1160        }
1161        
1162        PyObject *zipPflsNames() throw(INTERP_KERNEL::Exception)
1163        {
1164          std::vector< std::pair<std::vector<std::string>, std::string > > ret=self->zipPflsNames();
1165          return convertVecPairVecStToPy(ret);
1166        }
1167
1168        PyObject *zipLocsNames(double eps) throw(INTERP_KERNEL::Exception)
1169        {
1170          std::vector< std::pair<std::vector<std::string>, std::string > > ret=self->zipLocsNames(eps);
1171          return convertVecPairVecStToPy(ret);
1172        }
1173
1174        void changePflsNames(PyObject *li) throw(INTERP_KERNEL::Exception)
1175        {
1176          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
1177          self->changePflsNames(v);
1178        }
1179
1180        void changePflsRefsNamesGen(PyObject *li) throw(INTERP_KERNEL::Exception)
1181        {
1182          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
1183          self->changePflsRefsNamesGen(v);
1184        }
1185
1186        void changePflsNamesInStruct(PyObject *li) throw(INTERP_KERNEL::Exception)
1187        {
1188          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
1189          self->changePflsNamesInStruct(v);
1190        }
1191
1192        void changeLocsNames(PyObject *li) throw(INTERP_KERNEL::Exception)
1193        {
1194          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
1195          self->changeLocsNames(v);
1196        }
1197
1198        void changeLocsRefsNamesGen(PyObject *li) throw(INTERP_KERNEL::Exception)
1199        {
1200          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
1201          self->changeLocsRefsNamesGen(v);
1202        }
1203        
1204        void changeLocsNamesInStruct(PyObject *li) throw(INTERP_KERNEL::Exception)
1205        {
1206          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
1207          self->changeLocsNamesInStruct(v);
1208        }
1209
1210        std::string simpleReprGlobs() const throw(INTERP_KERNEL::Exception)
1211        {
1212          std::ostringstream oss;
1213          self->simpleReprGlobs(oss);
1214          return oss.str();
1215        }
1216      }
1217   };
1218
1219   class MEDFileAnyTypeField1TS : public RefCountObject, public MEDFileFieldGlobsReal, public MEDFileWritable
1220   {
1221   public:
1222     static MEDFileAnyTypeField1TS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1223     static MEDFileAnyTypeField1TS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1224     static MEDFileAnyTypeField1TS *New(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1225     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
1226     void loadArrays() throw(INTERP_KERNEL::Exception);
1227     void loadArraysIfNecessary() throw(INTERP_KERNEL::Exception);
1228     void unloadArrays() throw(INTERP_KERNEL::Exception);
1229     void unloadArraysWithoutDataLoss() throw(INTERP_KERNEL::Exception);
1230     int getDimension() const throw(INTERP_KERNEL::Exception);
1231     int getIteration() const throw(INTERP_KERNEL::Exception);
1232     int getOrder() const throw(INTERP_KERNEL::Exception);
1233     std::string getName() throw(INTERP_KERNEL::Exception);
1234     void setName(const std::string& name) throw(INTERP_KERNEL::Exception);
1235     std::string getMeshName() throw(INTERP_KERNEL::Exception);
1236     void setMeshName(const std::string& newMeshName) throw(INTERP_KERNEL::Exception);
1237     int getMeshIteration() const throw(INTERP_KERNEL::Exception);
1238     int getMeshOrder() const throw(INTERP_KERNEL::Exception);
1239     int getNumberOfComponents() const throw(INTERP_KERNEL::Exception);
1240     bool isDealingTS(int iteration, int order) const throw(INTERP_KERNEL::Exception);
1241     void setInfo(const std::vector<std::string>& infos) throw(INTERP_KERNEL::Exception);
1242     const std::vector<std::string>& getInfo() const throw(INTERP_KERNEL::Exception);
1243     void setTime(int iteration, int order, double val) throw(INTERP_KERNEL::Exception);
1244     virtual MEDFileAnyTypeField1TS *shallowCpy() const throw(INTERP_KERNEL::Exception);
1245     MEDFileAnyTypeField1TS *deepCpy() const throw(INTERP_KERNEL::Exception);
1246     std::string getDtUnit() const throw(INTERP_KERNEL::Exception);
1247     void setDtUnit(const std::string& dtUnit) throw(INTERP_KERNEL::Exception);
1248     %extend
1249     {
1250       PyObject *getTime() throw(INTERP_KERNEL::Exception)
1251       {
1252         int tmp1,tmp2;
1253         double tmp0=self->getTime(tmp1,tmp2);
1254         PyObject *res = PyList_New(3);
1255         PyList_SetItem(res,0,SWIG_From_int(tmp1));
1256         PyList_SetItem(res,1,SWIG_From_int(tmp2));
1257         PyList_SetItem(res,2,SWIG_From_double(tmp0));
1258         return res;
1259       }
1260
1261       PyObject *getDtIt() const throw(INTERP_KERNEL::Exception)
1262       {
1263         std::pair<int,int> res=self->getDtIt();
1264         PyObject *elt=PyTuple_New(2);
1265         PyTuple_SetItem(elt,0,SWIG_From_int(res.first));
1266         PyTuple_SetItem(elt,1,SWIG_From_int(res.second));
1267         return elt;
1268       }
1269
1270       void setProfileNameOnLeaf(INTERP_KERNEL::NormalizedCellType typ, int locId, const std::string& newPflName, bool forceRenameOnGlob=false) throw(INTERP_KERNEL::Exception)
1271       {
1272         self->setProfileNameOnLeaf(0,typ,locId,newPflName,forceRenameOnGlob);
1273       }
1274       
1275       void setLocNameOnLeaf(INTERP_KERNEL::NormalizedCellType typ, int locId, const std::string& newLocName, bool forceRenameOnGlob=false) throw(INTERP_KERNEL::Exception)
1276       {
1277         self->setLocNameOnLeaf(0,typ,locId,newLocName,forceRenameOnGlob);
1278       }
1279
1280       bool changeMeshNames(PyObject *li) throw(INTERP_KERNEL::Exception)
1281       {
1282         std::vector< std::pair<std::string,std::string> > modifTab=convertVecPairStStFromPy(li);
1283         return self->changeMeshNames(modifTab);
1284       }
1285       
1286       PyObject *getTypesOfFieldAvailable() const throw(INTERP_KERNEL::Exception)
1287       {
1288         std::vector<TypeOfField> ret=self->getTypesOfFieldAvailable();
1289         PyObject *ret2=PyList_New(ret.size());
1290         for(int i=0;i<(int)ret.size();i++)
1291           PyList_SetItem(ret2,i,SWIG_From_int(ret[i]));
1292         return ret2;
1293       }
1294
1295       PyObject *getNonEmptyLevels(const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
1296       {
1297         std::vector<int> ret1;
1298         int ret0=self->getNonEmptyLevels(mname,ret1);
1299         PyObject *elt=PyTuple_New(2);
1300         PyTuple_SetItem(elt,0,SWIG_From_int(ret0));
1301         PyTuple_SetItem(elt,1,convertIntArrToPyList2(ret1));
1302         return elt;
1303       }
1304
1305       PyObject *getFieldSplitedByType(const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
1306       {
1307         std::vector<INTERP_KERNEL::NormalizedCellType> types;
1308         std::vector< std::vector<TypeOfField> > typesF;
1309         std::vector< std::vector<std::string> > pfls;
1310         std::vector< std::vector<std::string> > locs;
1311         std::vector< std::vector< std::pair<int,int> > > ret=self->getFieldSplitedByType(mname,types,typesF,pfls,locs);
1312         int sz=ret.size();
1313         PyObject *ret2=PyList_New(sz);
1314            for(int i=0;i<sz;i++)
1315              {
1316                const std::vector< std::pair<int,int> >& dadsI=ret[i];
1317                const std::vector<TypeOfField>& typesFI=typesF[i];
1318                const std::vector<std::string>& pflsI=pfls[i];
1319                const std::vector<std::string>& locsI=locs[i];
1320                PyObject *elt=PyTuple_New(2);
1321                PyTuple_SetItem(elt,0,SWIG_From_int(types[i]));
1322                int sz2=ret[i].size();
1323                PyObject *elt2=PyList_New(sz2);
1324                for(int j=0;j<sz2;j++)
1325                  {
1326                    PyObject *elt3=PyTuple_New(4);
1327                    PyTuple_SetItem(elt3,0,SWIG_From_int(typesFI[j]));
1328                    PyObject *elt4=PyTuple_New(2); PyTuple_SetItem(elt4,0,SWIG_From_int(dadsI[j].first)); PyTuple_SetItem(elt4,1,SWIG_From_int(dadsI[j].second));
1329                    PyTuple_SetItem(elt3,1,elt4);
1330                    PyTuple_SetItem(elt3,2,PyString_FromString(pflsI[j].c_str()));
1331                    PyTuple_SetItem(elt3,3,PyString_FromString(locsI[j].c_str()));
1332                    PyList_SetItem(elt2,j,elt3);
1333                  }
1334                PyTuple_SetItem(elt,1,elt2);
1335                PyList_SetItem(ret2,i,elt);
1336              }
1337            return ret2;
1338       }
1339
1340       PyObject *splitComponents() const throw(INTERP_KERNEL::Exception)
1341       {
1342         std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileAnyTypeField1TS > > ret=self->splitComponents();
1343         std::size_t sz=ret.size();
1344         PyObject *retPy=PyList_New(sz);
1345         for(std::size_t i=0;i<sz;i++)
1346           PyList_SetItem(retPy,i,convertMEDFileField1TS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
1347         return retPy;
1348       }
1349
1350       PyObject *splitDiscretizations() const throw(INTERP_KERNEL::Exception)
1351       {
1352         std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileAnyTypeField1TS > > ret=self->splitDiscretizations();
1353         std::size_t sz=ret.size();
1354         PyObject *retPy=PyList_New(sz);
1355         for(std::size_t i=0;i<sz;i++)
1356           PyList_SetItem(retPy,i,convertMEDFileField1TS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
1357         return retPy;
1358       }
1359     }
1360   };
1361
1362   class MEDFileField1TS : public MEDFileAnyTypeField1TS
1363   {
1364   public:
1365     static MEDFileField1TS *New(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1366     static MEDFileField1TS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1367     static MEDFileField1TS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1368     static MEDFileField1TS *New();
1369     ParaMEDMEM::MEDFileIntField1TS *convertToInt(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
1370     MEDCouplingFieldDouble *getFieldAtLevel(TypeOfField type, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1371     MEDCouplingFieldDouble *getFieldAtTopLevel(TypeOfField type, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1372     MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1373     MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1374     MEDCouplingFieldDouble *getFieldAtLevelOld(TypeOfField type, const std::string& mname, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1375     //
1376     void setFieldNoProfileSBT(const MEDCouplingFieldDouble *field) throw(INTERP_KERNEL::Exception);
1377     void setFieldProfile(const MEDCouplingFieldDouble *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
1378     void setProfileNameOnLeaf(const std::string& mName, INTERP_KERNEL::NormalizedCellType typ, int locId, const std::string& newPflName, bool forceRenameOnGlob=false) throw(INTERP_KERNEL::Exception);
1379     void setLocNameOnLeaf(const std::string& mName, INTERP_KERNEL::NormalizedCellType typ, int locId, const std::string& newLocName, bool forceRenameOnGlob=false) throw(INTERP_KERNEL::Exception);
1380     %extend
1381        {
1382          MEDFileField1TS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
1383          {
1384            return MEDFileField1TS::New(fileName,loadAll);
1385          }
1386          
1387          MEDFileField1TS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
1388          {
1389            return MEDFileField1TS::New(fileName,fieldName,loadAll);
1390          }
1391
1392          MEDFileField1TS(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception)
1393          {
1394            return MEDFileField1TS::New(fileName,fieldName,iteration,order,loadAll);
1395          }
1396
1397          MEDFileField1TS()
1398          {
1399            return MEDFileField1TS::New();
1400          }
1401
1402          void copyTinyInfoFrom(const MEDCouplingFieldDouble *field) throw(INTERP_KERNEL::Exception)
1403          {
1404            const DataArrayDouble *arr=0;
1405            if(field)
1406              arr=field->getArray();
1407            self->copyTinyInfoFrom(field,arr);
1408          }
1409          
1410          std::string __str__() const throw(INTERP_KERNEL::Exception)
1411          {
1412            return self->simpleRepr();
1413          }
1414          
1415          PyObject *getFieldWithProfile(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
1416          {
1417            DataArrayInt *ret1=0;
1418            DataArrayDouble *ret0=self->getFieldWithProfile(type,meshDimRelToMax,mesh,ret1);
1419            PyObject *ret=PyTuple_New(2);
1420            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
1421            PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1422            return ret;
1423          }
1424
1425          PyObject *getFieldSplitedByType2(const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
1426          {
1427            std::vector<INTERP_KERNEL::NormalizedCellType> types;
1428            std::vector< std::vector<TypeOfField> > typesF;
1429            std::vector< std::vector<std::string> > pfls;
1430            std::vector< std::vector<std::string> > locs;
1431            std::vector< std::vector<DataArrayDouble *> > ret=self->getFieldSplitedByType2(mname,types,typesF,pfls,locs);
1432            int sz=ret.size();
1433            PyObject *ret2=PyList_New(sz);
1434            for(int i=0;i<sz;i++)
1435              {
1436                const std::vector<DataArrayDouble *>& dadsI=ret[i];
1437                const std::vector<TypeOfField>& typesFI=typesF[i];
1438                const std::vector<std::string>& pflsI=pfls[i];
1439                const std::vector<std::string>& locsI=locs[i];
1440                PyObject *elt=PyTuple_New(2);
1441                PyTuple_SetItem(elt,0,SWIG_From_int(types[i]));
1442                int sz2=ret[i].size();
1443                PyObject *elt2=PyList_New(sz2);
1444                for(int j=0;j<sz2;j++)
1445                  {
1446                    PyObject *elt3=PyTuple_New(4);
1447                    PyTuple_SetItem(elt3,0,SWIG_From_int(typesFI[j]));
1448                    PyTuple_SetItem(elt3,1,SWIG_NewPointerObj(SWIG_as_voidptr(dadsI[j]),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
1449                    PyTuple_SetItem(elt3,2,PyString_FromString(pflsI[j].c_str()));
1450                    PyTuple_SetItem(elt3,3,PyString_FromString(locsI[j].c_str()));
1451                    PyList_SetItem(elt2,j,elt3);
1452                  }
1453                PyTuple_SetItem(elt,1,elt2);
1454                PyList_SetItem(ret2,i,elt);
1455              }
1456            return ret2;
1457          }
1458
1459          DataArrayDouble *getUndergroundDataArray() const throw(INTERP_KERNEL::Exception)
1460          {
1461            DataArrayDouble *ret=self->getUndergroundDataArray();
1462            if(ret)
1463              ret->incrRef();
1464            return ret;
1465          }
1466
1467          PyObject *getUndergroundDataArrayExt() const throw(INTERP_KERNEL::Exception)
1468          {
1469            std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > > elt1Cpp;
1470            DataArrayDouble *elt0=self->getUndergroundDataArrayExt(elt1Cpp);
1471            if(elt0)
1472              elt0->incrRef();
1473            PyObject *ret=PyTuple_New(2);
1474            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(elt0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
1475            std::size_t sz=elt1Cpp.size();
1476            PyObject *elt=PyList_New(sz);
1477            for(std::size_t i=0;i<sz;i++)
1478              {
1479                PyObject *elt1=PyTuple_New(2);
1480                PyObject *elt2=PyTuple_New(2);
1481                PyTuple_SetItem(elt2,0,SWIG_From_int((int)elt1Cpp[i].first.first));
1482                PyTuple_SetItem(elt2,1,SWIG_From_int(elt1Cpp[i].first.second));
1483                PyObject *elt3=PyTuple_New(2);
1484                PyTuple_SetItem(elt3,0,SWIG_From_int(elt1Cpp[i].second.first));
1485                PyTuple_SetItem(elt3,1,SWIG_From_int(elt1Cpp[i].second.second));
1486                PyTuple_SetItem(elt1,0,elt2);
1487                PyTuple_SetItem(elt1,1,elt3);
1488                PyList_SetItem(elt,i,elt1);
1489              }
1490            PyTuple_SetItem(ret,1,elt);
1491            return ret;
1492          }
1493        }
1494   };
1495
1496   class MEDFileIntField1TS : public MEDFileAnyTypeField1TS
1497   {
1498   public:
1499     static MEDFileIntField1TS *New();
1500     static MEDFileIntField1TS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1501     static MEDFileIntField1TS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1502     static MEDFileIntField1TS *New(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1503     ParaMEDMEM::MEDFileField1TS *convertToDouble(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
1504     //
1505     void setFieldNoProfileSBT(const MEDCouplingFieldDouble *field, const DataArrayInt *arrOfVals) throw(INTERP_KERNEL::Exception);
1506     void setFieldProfile(const MEDCouplingFieldDouble *field, const DataArrayInt *arrOfVals, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
1507     %extend
1508     {
1509       MEDFileIntField1TS() throw(INTERP_KERNEL::Exception)
1510       {
1511         return MEDFileIntField1TS::New();
1512       }
1513
1514       MEDFileIntField1TS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
1515       {
1516         return MEDFileIntField1TS::New(fileName,loadAll);
1517       }
1518
1519       MEDFileIntField1TS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
1520       {
1521         return MEDFileIntField1TS::New(fileName,fieldName,loadAll);
1522       }
1523
1524       MEDFileIntField1TS(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception)
1525       {
1526         return MEDFileIntField1TS::New(fileName,fieldName,iteration,order,loadAll);
1527       }
1528
1529       std::string __str__() const throw(INTERP_KERNEL::Exception)
1530       {
1531         return self->simpleRepr();
1532       }
1533
1534       PyObject *getFieldAtLevel(TypeOfField type, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception)
1535       {
1536         DataArrayInt *ret1=0;
1537         MEDCouplingFieldDouble *ret0=self->getFieldAtLevel(type,meshDimRelToMax,ret1,renumPol);
1538         PyObject *ret=PyTuple_New(2);
1539         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
1540         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1541         return ret;
1542       }
1543
1544       PyObject *getFieldAtTopLevel(TypeOfField type, int renumPol=0) const throw(INTERP_KERNEL::Exception)
1545       {
1546         DataArrayInt *ret1=0;
1547         MEDCouplingFieldDouble *ret0=self->getFieldAtTopLevel(type,ret1,renumPol);
1548         PyObject *ret=PyTuple_New(2);
1549         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
1550         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1551         return ret;
1552       }
1553
1554       PyObject *getFieldOnMeshAtLevel(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception)
1555       {
1556         DataArrayInt *ret1=0;
1557         MEDCouplingFieldDouble *ret0=self->getFieldOnMeshAtLevel(type,meshDimRelToMax,mesh,ret1,renumPol);
1558         PyObject *ret=PyTuple_New(2);
1559         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
1560         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1561         return ret;
1562       }
1563       
1564       PyObject *getFieldOnMeshAtLevel(TypeOfField type, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception)
1565       {
1566         DataArrayInt *ret1=0;
1567         MEDCouplingFieldDouble *ret0=self->getFieldOnMeshAtLevel(type,mesh,ret1,renumPol);
1568         PyObject *ret=PyTuple_New(2);
1569         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
1570         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1571         return ret;
1572       }
1573       
1574       PyObject *getFieldAtLevelOld(TypeOfField type, const std::string& mname, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception)
1575       {
1576         DataArrayInt *ret1=0;
1577         MEDCouplingFieldDouble *ret0=self->getFieldAtLevelOld(type,mname,meshDimRelToMax,ret1,renumPol);
1578         PyObject *ret=PyTuple_New(2);
1579         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
1580         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1581         return ret;
1582       }
1583
1584       PyObject *getFieldWithProfile(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
1585       {
1586          DataArrayInt *ret1=0;
1587          DataArrayInt *ret0=self->getFieldWithProfile(type,meshDimRelToMax,mesh,ret1);
1588          PyObject *ret=PyTuple_New(2);
1589          PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1590          PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1591          return ret;
1592       }
1593       
1594       DataArrayInt *getUndergroundDataArray() const throw(INTERP_KERNEL::Exception)
1595       {
1596         DataArrayInt *ret=self->getUndergroundDataArray();
1597         if(ret)
1598           ret->incrRef();
1599         return ret;
1600       }
1601     }
1602   };
1603
1604   class MEDFileAnyTypeFieldMultiTSIterator
1605   {
1606   public:
1607     %extend
1608     {
1609       PyObject *next() throw(INTERP_KERNEL::Exception)
1610       {
1611         MEDFileAnyTypeField1TS *ret=self->nextt();
1612         if(ret)
1613           return convertMEDFileField1TS(ret, SWIG_POINTER_OWN | 0 );
1614         else
1615           {
1616             PyErr_SetString(PyExc_StopIteration,"No more data.");
1617             return 0;
1618           }
1619       }
1620     }
1621   };
1622
1623   class MEDFileAnyTypeFieldMultiTS : public RefCountObject, public MEDFileFieldGlobsReal, public MEDFileWritable
1624   {
1625   public:
1626     static MEDFileAnyTypeFieldMultiTS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1627     static MEDFileAnyTypeFieldMultiTS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1628     MEDFileAnyTypeFieldMultiTS *deepCpy() const throw(INTERP_KERNEL::Exception);
1629     virtual MEDFileAnyTypeFieldMultiTS *shallowCpy() const throw(INTERP_KERNEL::Exception);
1630     std::string getName() const throw(INTERP_KERNEL::Exception);
1631     void setName(const std::string& name) throw(INTERP_KERNEL::Exception);
1632     std::string getDtUnit() const throw(INTERP_KERNEL::Exception);
1633     void setDtUnit(const std::string& dtUnit) throw(INTERP_KERNEL::Exception);
1634     std::string getMeshName() const throw(INTERP_KERNEL::Exception);
1635     void setMeshName(const std::string& newMeshName) throw(INTERP_KERNEL::Exception);
1636     const std::vector<std::string>& getInfo() const throw(INTERP_KERNEL::Exception);
1637     int getNumberOfComponents() const throw(INTERP_KERNEL::Exception);
1638     int getNumberOfTS() const throw(INTERP_KERNEL::Exception);
1639     void eraseEmptyTS() throw(INTERP_KERNEL::Exception);
1640     int getPosOfTimeStep(int iteration, int order) const throw(INTERP_KERNEL::Exception);
1641     int getPosGivenTime(double time, double eps=1e-8) const throw(INTERP_KERNEL::Exception);
1642     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
1643     void loadArrays() throw(INTERP_KERNEL::Exception);
1644     void loadArraysIfNecessary() throw(INTERP_KERNEL::Exception);
1645     void unloadArrays() throw(INTERP_KERNEL::Exception);
1646     void unloadArraysWithoutDataLoss() throw(INTERP_KERNEL::Exception);
1647     //
1648     virtual MEDFileAnyTypeField1TS *getTimeStepAtPos(int pos) const throw(INTERP_KERNEL::Exception);
1649     MEDFileAnyTypeField1TS *getTimeStep(int iteration, int order) const throw(INTERP_KERNEL::Exception);
1650     MEDFileAnyTypeField1TS *getTimeStepGivenTime(double time, double eps=1e-8) const throw(INTERP_KERNEL::Exception);
1651     void pushBackTimeStep(MEDFileAnyTypeField1TS *f1ts) throw(INTERP_KERNEL::Exception);
1652     void synchronizeNameScope() throw(INTERP_KERNEL::Exception);
1653     %extend
1654     {
1655       int __len__() const throw(INTERP_KERNEL::Exception)
1656       {
1657         return self->getNumberOfTS();
1658       }
1659
1660       int getTimeId(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
1661       {
1662         if(elt0 && PyInt_Check(elt0))
1663           {//fmts[3]
1664             int pos=PyInt_AS_LONG(elt0);
1665             return pos;
1666           }
1667         else if(elt0 && PyTuple_Check(elt0))
1668           {
1669             if(PyTuple_Size(elt0)==2)
1670               {
1671                 PyObject *o0=PyTuple_GetItem(elt0,0);
1672                 PyObject *o1=PyTuple_GetItem(elt0,1);
1673                 if(PyInt_Check(o0) && PyInt_Check(o1))
1674                   {//fmts(1,-1)
1675                     int iter=PyInt_AS_LONG(o0);
1676                     int order=PyInt_AS_LONG(o1);
1677                     return self->getPosOfTimeStep(iter,order);
1678                   }
1679                 else
1680                   throw INTERP_KERNEL::Exception("MEDFileAnyTypeFieldMultiTS::__getitem__ : invalid input param ! input is a tuple of size 2 but two integers are expected in this tuple to request a time steps !");
1681               }
1682             else
1683               throw INTERP_KERNEL::Exception("MEDFileAnyTypeFieldMultiTS::__getitem__ : invalid input param ! input is a tuple of size != 2 ! two integers are expected in this tuple to request a time steps !");
1684           }
1685         else if(elt0 && PyFloat_Check(elt0))
1686           {
1687             double val=PyFloat_AS_DOUBLE(elt0);
1688             return self->getPosGivenTime(val);
1689           }
1690         else
1691           throw INTERP_KERNEL::Exception("MEDFileAnyTypeFieldMultiTS::__getitem__ : invalid input params ! expected fmts[int], fmts[int,int] or fmts[double] to request time step !");
1692       }
1693       
1694       PyObject *getIterations() const throw(INTERP_KERNEL::Exception)
1695       {
1696         std::vector< std::pair<int,int> > res=self->getIterations();
1697         PyObject *ret=PyList_New(res.size());
1698         int rk=0;
1699         for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
1700           {
1701             PyObject *elt=PyTuple_New(2);
1702             PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
1703             PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
1704             PyList_SetItem(ret,rk,elt);
1705           }
1706         return ret;
1707       }
1708       
1709       PyObject *getTimeSteps() const throw(INTERP_KERNEL::Exception)
1710       {
1711         std::vector<double> ret1;
1712         std::vector< std::pair<int,int> > ret=self->getTimeSteps(ret1);
1713         std::size_t sz=ret.size();
1714         PyObject *ret2=PyList_New(sz);
1715         for(std::size_t i=0;i<sz;i++)
1716           {
1717             PyObject *elt=PyTuple_New(3);
1718             PyTuple_SetItem(elt,0,SWIG_From_int(ret[i].first));
1719             PyTuple_SetItem(elt,1,SWIG_From_int(ret[i].second));
1720             PyTuple_SetItem(elt,2,SWIG_From_double(ret1[i]));
1721             PyList_SetItem(ret2,i,elt);
1722           }
1723         return ret2;
1724       }
1725       
1726       PyObject *getTypesOfFieldAvailable() const throw(INTERP_KERNEL::Exception)
1727       {
1728         std::vector< std::vector<TypeOfField> > ret=self->getTypesOfFieldAvailable();
1729         PyObject *ret2=PyList_New(ret.size());
1730         for(int i=0;i<(int)ret.size();i++)
1731           {
1732             const std::vector<TypeOfField>& rett=ret[i];
1733             PyObject *ret3=PyList_New(rett.size());
1734             for(int j=0;j<(int)rett.size();j++)
1735               PyList_SetItem(ret3,j,SWIG_From_int(rett[j]));
1736             PyList_SetItem(ret2,i,ret3);
1737           }
1738         return ret2;
1739       }
1740       
1741       PyObject *getNonEmptyLevels(int iteration, int order, const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
1742       {
1743         std::vector<int> ret1;
1744         int ret0=self->getNonEmptyLevels(iteration,order,mname,ret1);
1745         PyObject *elt=PyTuple_New(2);
1746         PyTuple_SetItem(elt,0,SWIG_From_int(ret0));
1747         PyTuple_SetItem(elt,1,convertIntArrToPyList2(ret1));
1748         return elt;
1749       }
1750       
1751       PyObject *getFieldSplitedByType(int iteration, int order, const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
1752       {
1753         std::vector<INTERP_KERNEL::NormalizedCellType> types;
1754         std::vector< std::vector<TypeOfField> > typesF;
1755         std::vector< std::vector<std::string> > pfls;
1756         std::vector< std::vector<std::string> > locs;
1757         std::vector< std::vector< std::pair<int,int> > > ret=self->getFieldSplitedByType(iteration,order,mname,types,typesF,pfls,locs);
1758         int sz=ret.size();
1759         PyObject *ret2=PyList_New(sz);
1760         for(int i=0;i<sz;i++)
1761           {
1762             const std::vector< std::pair<int,int> >& dadsI=ret[i];
1763             const std::vector<TypeOfField>& typesFI=typesF[i];
1764             const std::vector<std::string>& pflsI=pfls[i];
1765             const std::vector<std::string>& locsI=locs[i];
1766             PyObject *elt=PyTuple_New(2);
1767             PyTuple_SetItem(elt,0,SWIG_From_int(types[i]));
1768             int sz2=ret[i].size();
1769             PyObject *elt2=PyList_New(sz2);
1770             for(int j=0;j<sz2;j++)
1771               {
1772                 PyObject *elt3=PyTuple_New(4);
1773                 PyTuple_SetItem(elt3,0,SWIG_From_int(typesFI[j]));
1774                 PyObject *elt4=PyTuple_New(2); PyTuple_SetItem(elt4,0,SWIG_From_int(dadsI[j].first)); PyTuple_SetItem(elt4,1,SWIG_From_int(dadsI[j].second));
1775                 PyTuple_SetItem(elt3,1,elt4);
1776                 PyTuple_SetItem(elt3,2,PyString_FromString(pflsI[j].c_str()));
1777                 PyTuple_SetItem(elt3,3,PyString_FromString(locsI[j].c_str()));
1778                 PyList_SetItem(elt2,j,elt3);
1779               }
1780             PyTuple_SetItem(elt,1,elt2);
1781             PyList_SetItem(ret2,i,elt);
1782           }
1783         return ret2;
1784       }
1785
1786       std::vector<int> getTimeIds(PyObject *elts) const throw(INTERP_KERNEL::Exception)
1787       {
1788         if(PyList_Check(elts))
1789           {
1790             int sz=PyList_Size(elts);
1791             std::vector<int> ret(sz);
1792             for(int i=0;i<sz;i++)
1793               {
1794                 PyObject *elt=PyList_GetItem(elts,i);
1795                 ret[i]=ParaMEDMEM_MEDFileAnyTypeFieldMultiTS_getTimeId(self,elt);
1796               }
1797             return ret;
1798           }
1799         else
1800           {
1801             std::vector<int> ret(1);
1802             ret[0]=ParaMEDMEM_MEDFileAnyTypeFieldMultiTS_getTimeId(self,elts);
1803             return ret;
1804           }
1805       }
1806       
1807       void __delitem__(PyObject *elts) throw(INTERP_KERNEL::Exception)
1808       {
1809         if(PySlice_Check(elts))
1810           {
1811             Py_ssize_t strt=2,stp=2,step=2;
1812             PySliceObject *oC=reinterpret_cast<PySliceObject *>(elts);
1813             GetIndicesOfSlice(oC,self->getNumberOfTS(),&strt,&stp,&step,"MEDFileAnyTypeFieldMultiTS.__delitem__ : error in input slice !");
1814             self->eraseTimeStepIds2(strt,stp,step);
1815           }
1816         else
1817           {
1818             std::vector<int> idsToRemove=ParaMEDMEM_MEDFileAnyTypeFieldMultiTS_getTimeIds(self,elts);
1819             if(!idsToRemove.empty())
1820               self->eraseTimeStepIds(&idsToRemove[0],&idsToRemove[0]+idsToRemove.size());
1821           }
1822       }
1823       
1824       void eraseTimeStepIds(PyObject *li) throw(INTERP_KERNEL::Exception)
1825       {
1826         int sw;
1827         int pos1;
1828         std::vector<int> pos2;
1829         DataArrayInt *pos3=0;
1830         DataArrayIntTuple *pos4=0;
1831         convertObjToPossibleCpp1(li,sw,pos1,pos2,pos3,pos4);
1832         switch(sw)
1833           {
1834           case 1:
1835             {
1836               self->eraseTimeStepIds(&pos1,&pos1+1);
1837               return;
1838             }
1839           case 2:
1840             {
1841               if(pos2.empty())
1842                 return;
1843               self->eraseTimeStepIds(&pos2[0],&pos2[0]+pos2.size());
1844               return ;
1845             }
1846           case 3:
1847             {
1848               self->eraseTimeStepIds(pos3->begin(),pos3->end());
1849               return ;
1850             }
1851           default:
1852             throw INTERP_KERNEL::Exception("MEDFileAnyTypeFieldMultiTS::eraseTimeStepIds : unexpected input array type recognized !");
1853           }
1854       }
1855
1856       MEDFileAnyTypeFieldMultiTSIterator *__iter__() throw(INTERP_KERNEL::Exception)
1857       {
1858         return self->iterator();
1859       }
1860
1861       PyObject *__getitem__(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
1862       {
1863         if(elt0 && PyList_Check(elt0))
1864           {
1865             int sz=PyList_Size(elt0);
1866             MEDCouplingAutoRefCountObjectPtr<DataArrayInt> da=DataArrayInt::New(); da->alloc(sz,1);
1867             int *pt=da->getPointer();
1868             for(int i=0;i<sz;i++,pt++)
1869               {
1870                 PyObject *elt1=PyList_GetItem(elt0,i);
1871                 *pt=MEDFileAnyTypeFieldMultiTSgetitemSingleTS__(self,elt1);
1872               }
1873             return convertMEDFileFieldMultiTS(self->buildSubPart(da->begin(),da->end()),SWIG_POINTER_OWN | 0);
1874           }
1875         else if(elt0 && PySlice_Check(elt0))
1876           {
1877             Py_ssize_t strt=2,stp=2,step=2;
1878             PySliceObject *oC=reinterpret_cast<PySliceObject *>(elt0);
1879             GetIndicesOfSlice(oC,self->getNumberOfTS(),&strt,&stp,&step,"MEDFileAnyTypeFieldMultiTS.__getitem__ : error in input slice !");
1880             return convertMEDFileFieldMultiTS(self->buildSubPartSlice(strt,stp,step),SWIG_POINTER_OWN | 0);
1881           }
1882         else
1883           return convertMEDFileField1TS(self->getTimeStepAtPos(MEDFileAnyTypeFieldMultiTSgetitemSingleTS__(self,elt0)),SWIG_POINTER_OWN | 0);
1884       }
1885
1886       bool changeMeshNames(PyObject *li) throw(INTERP_KERNEL::Exception)
1887       {
1888         std::vector< std::pair<std::string,std::string> > modifTab=convertVecPairStStFromPy(li);
1889         return self->changeMeshNames(modifTab);
1890       }
1891
1892       PyObject *splitComponents() const throw(INTERP_KERNEL::Exception)
1893       {
1894         std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileAnyTypeFieldMultiTS > > ret=self->splitComponents();
1895         std::size_t sz=ret.size();
1896         PyObject *retPy=PyList_New(sz);
1897         for(std::size_t i=0;i<sz;i++)
1898           PyList_SetItem(retPy,i,convertMEDFileFieldMultiTS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
1899         return retPy;
1900       }
1901
1902       PyObject *splitDiscretizations() const throw(INTERP_KERNEL::Exception)
1903       {
1904         std::vector< MEDCouplingAutoRefCountObjectPtr< MEDFileAnyTypeFieldMultiTS > > ret=self->splitDiscretizations();
1905         std::size_t sz=ret.size();
1906         PyObject *retPy=PyList_New(sz);
1907         for(std::size_t i=0;i<sz;i++)
1908           PyList_SetItem(retPy,i,convertMEDFileFieldMultiTS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
1909         return retPy;
1910       }
1911
1912       void pushBackTimeSteps(PyObject *li) throw(INTERP_KERNEL::Exception)
1913       {
1914         std::vector<MEDFileAnyTypeField1TS *> tmp;
1915         convertFromPyObjVectorOfObj<ParaMEDMEM::MEDFileAnyTypeField1TS *>(li,SWIGTYPE_p_ParaMEDMEM__MEDFileAnyTypeField1TS,"MEDFileAnyTypeField1TS",tmp);
1916         self->pushBackTimeSteps(tmp);
1917       }
1918
1919       static PyObject *MEDFileAnyTypeFieldMultiTS::SplitIntoCommonTimeSeries(PyObject *li) throw(INTERP_KERNEL::Exception)
1920       {
1921         std::vector<MEDFileAnyTypeFieldMultiTS *> vectFMTS;
1922         convertFromPyObjVectorOfObj<ParaMEDMEM::MEDFileAnyTypeFieldMultiTS *>(li,SWIGTYPE_p_ParaMEDMEM__MEDFileAnyTypeFieldMultiTS,"MEDFileAnyTypeFieldMultiTS",vectFMTS);
1923         std::vector< std::vector<MEDFileAnyTypeFieldMultiTS *> > ret=MEDFileAnyTypeFieldMultiTS::SplitIntoCommonTimeSeries(vectFMTS);
1924         std::size_t sz=ret.size();
1925         PyObject *retPy=PyList_New(sz);
1926         for(std::size_t i=0;i<sz;i++)
1927           {
1928             std::size_t sz2=ret[i].size();
1929             PyObject *ret1Py=PyList_New(sz2);
1930             for(std::size_t j=0;j<sz2;j++)
1931               {
1932                 MEDFileAnyTypeFieldMultiTS *elt(ret[i][j]);
1933                 if(elt)
1934                   elt->incrRef();
1935                 PyList_SetItem(ret1Py,j,convertMEDFileFieldMultiTS(elt,SWIG_POINTER_OWN | 0 ));
1936               }
1937             PyList_SetItem(retPy,i,ret1Py);
1938           }
1939         return retPy;
1940       }
1941       
1942       static PyObject *MEDFileAnyTypeFieldMultiTS::SplitPerCommonSupport(PyObject *li, const MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception)
1943       {
1944         std::vector<MEDFileAnyTypeFieldMultiTS *> vectFMTS;
1945         convertFromPyObjVectorOfObj<ParaMEDMEM::MEDFileAnyTypeFieldMultiTS *>(li,SWIGTYPE_p_ParaMEDMEM__MEDFileAnyTypeFieldMultiTS,"MEDFileAnyTypeFieldMultiTS",vectFMTS);
1946         std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFastCellSupportComparator> > ret2;
1947         std::vector< std::vector<MEDFileAnyTypeFieldMultiTS *> > ret=MEDFileAnyTypeFieldMultiTS::SplitPerCommonSupport(vectFMTS,mesh,ret2);
1948         if(ret2.size()!=ret.size())
1949           {
1950             std::ostringstream oss; oss << "MEDFileAnyTypeFieldMultiTS::SplitPerCommonSupport (PyWrap) : internal error ! Size of 2 vectors must match ! (" << ret.size() << "!=" << ret2.size() << ") !";
1951             throw INTERP_KERNEL::Exception(oss.str().c_str());
1952           }
1953         std::size_t sz=ret.size();
1954         PyObject *retPy=PyList_New(sz);
1955         for(std::size_t i=0;i<sz;i++)
1956           {
1957             std::size_t sz2=ret[i].size();
1958             PyObject *ret0Py=PyTuple_New(2);
1959             PyObject *ret1Py=PyList_New(sz2);
1960             for(std::size_t j=0;j<sz2;j++)
1961               {
1962                 MEDFileAnyTypeFieldMultiTS *elt(ret[i][j]);
1963                 if(elt)
1964                   elt->incrRef();
1965                 PyList_SetItem(ret1Py,j,convertMEDFileFieldMultiTS(elt,SWIG_POINTER_OWN | 0 ));
1966               }
1967             PyTuple_SetItem(ret0Py,0,ret1Py);
1968             PyTuple_SetItem(ret0Py,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret2[i].retn()),SWIGTYPE_p_ParaMEDMEM__MEDFileFastCellSupportComparator, SWIG_POINTER_OWN | 0 ));
1969             PyList_SetItem(retPy,i,ret0Py);
1970           }
1971         return retPy;
1972       }
1973     }
1974   };
1975
1976   class MEDFileFieldMultiTS : public MEDFileAnyTypeFieldMultiTS
1977   {
1978   public:
1979     static MEDFileFieldMultiTS *New() throw(INTERP_KERNEL::Exception);
1980     static MEDFileFieldMultiTS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1981     static MEDFileFieldMultiTS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
1982     //
1983     MEDCouplingFieldDouble *getFieldAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1984     MEDCouplingFieldDouble *getFieldAtTopLevel(TypeOfField type, int iteration, int order, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1985     MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1986     MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1987     MEDCouplingFieldDouble *getFieldAtLevelOld(TypeOfField type, const std::string& mname, int iteration, int order, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
1988     //
1989     void appendFieldNoProfileSBT(const MEDCouplingFieldDouble *field) throw(INTERP_KERNEL::Exception);
1990     void appendFieldProfile(const MEDCouplingFieldDouble *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
1991     ParaMEDMEM::MEDFileIntFieldMultiTS *convertToInt(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
1992     %extend
1993        {
1994          MEDFileFieldMultiTS()
1995          {
1996            return MEDFileFieldMultiTS::New();
1997          }
1998
1999          MEDFileFieldMultiTS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2000          {
2001            return MEDFileFieldMultiTS::New(fileName,loadAll);
2002          }
2003
2004          MEDFileFieldMultiTS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2005          {
2006            return MEDFileFieldMultiTS::New(fileName,fieldName,loadAll);
2007          }
2008          
2009          std::string __str__() const throw(INTERP_KERNEL::Exception)
2010          {
2011            return self->simpleRepr();
2012          }
2013
2014          PyObject *getFieldWithProfile(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
2015          {
2016            DataArrayInt *ret1=0;
2017            DataArrayDouble *ret0=self->getFieldWithProfile(type,iteration,order,meshDimRelToMax,mesh,ret1);
2018            PyObject *ret=PyTuple_New(2);
2019            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2020            PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2021            return ret;
2022          }
2023
2024          PyObject *getFieldSplitedByType2(int iteration, int order, const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
2025          {
2026            std::vector<INTERP_KERNEL::NormalizedCellType> types;
2027            std::vector< std::vector<TypeOfField> > typesF;
2028            std::vector< std::vector<std::string> > pfls;
2029            std::vector< std::vector<std::string> > locs;
2030            std::vector< std::vector<DataArrayDouble *> > ret=self->getFieldSplitedByType2(iteration,order,mname,types,typesF,pfls,locs);
2031            int sz=ret.size();
2032            PyObject *ret2=PyList_New(sz);
2033            for(int i=0;i<sz;i++)
2034              {
2035                const std::vector<DataArrayDouble *>& dadsI=ret[i];
2036                const std::vector<TypeOfField>& typesFI=typesF[i];
2037                const std::vector<std::string>& pflsI=pfls[i];
2038                const std::vector<std::string>& locsI=locs[i];
2039                PyObject *elt=PyTuple_New(2);
2040                PyTuple_SetItem(elt,0,SWIG_From_int(types[i]));
2041                int sz2=ret[i].size();
2042                PyObject *elt2=PyList_New(sz2);
2043                for(int j=0;j<sz2;j++)
2044                  {
2045                    PyObject *elt3=PyTuple_New(4);
2046                    PyTuple_SetItem(elt3,0,SWIG_From_int(typesFI[j]));
2047                    PyTuple_SetItem(elt3,1,SWIG_NewPointerObj(SWIG_as_voidptr(dadsI[j]),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2048                    PyTuple_SetItem(elt3,2,PyString_FromString(pflsI[j].c_str()));
2049                    PyTuple_SetItem(elt3,3,PyString_FromString(locsI[j].c_str()));
2050                    PyList_SetItem(elt2,j,elt3);
2051                  }
2052                PyTuple_SetItem(elt,1,elt2);
2053                PyList_SetItem(ret2,i,elt);
2054              }
2055            return ret2;
2056          }
2057          DataArrayDouble *getUndergroundDataArray(int iteration, int order) const throw(INTERP_KERNEL::Exception)
2058          {
2059            DataArrayDouble *ret=self->getUndergroundDataArray(iteration,order);
2060            if(ret)
2061              ret->incrRef();
2062            return ret;
2063          }
2064          
2065          PyObject *getUndergroundDataArrayExt(int iteration, int order) const throw(INTERP_KERNEL::Exception)
2066          {
2067            std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > > elt1Cpp;
2068            DataArrayDouble *elt0=self->getUndergroundDataArrayExt(iteration,order,elt1Cpp);
2069            if(elt0)
2070              elt0->incrRef();
2071            PyObject *ret=PyTuple_New(2);
2072            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(elt0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2073            std::size_t sz=elt1Cpp.size();
2074            PyObject *elt=PyList_New(sz);
2075            for(std::size_t i=0;i<sz;i++)
2076              {
2077                PyObject *elt1=PyTuple_New(2);
2078                PyObject *elt2=PyTuple_New(2);
2079                PyTuple_SetItem(elt2,0,SWIG_From_int(elt1Cpp[i].first.first));
2080                PyTuple_SetItem(elt2,1,SWIG_From_int(elt1Cpp[i].first.second));
2081                PyObject *elt3=PyTuple_New(2);
2082                PyTuple_SetItem(elt3,0,SWIG_From_int(elt1Cpp[i].second.first));
2083                PyTuple_SetItem(elt3,1,SWIG_From_int(elt1Cpp[i].second.second));
2084                PyTuple_SetItem(elt1,0,elt2);
2085                PyTuple_SetItem(elt1,1,elt3);
2086                PyList_SetItem(elt,i,elt1);
2087              }
2088            PyTuple_SetItem(ret,1,elt);
2089            return ret;
2090          }
2091        }
2092   };
2093
2094   class MEDFileFieldsIterator
2095   {
2096   public:
2097     %extend
2098     {
2099       PyObject *next() throw(INTERP_KERNEL::Exception)
2100       {
2101         MEDFileAnyTypeFieldMultiTS *ret=self->nextt();
2102         if(ret)
2103           return convertMEDFileFieldMultiTS(ret, SWIG_POINTER_OWN | 0 );
2104         else
2105           {
2106             PyErr_SetString(PyExc_StopIteration,"No more data.");
2107             return 0;
2108           }
2109       }
2110     }
2111   };
2112
2113   class MEDFileIntFieldMultiTS : public MEDFileAnyTypeFieldMultiTS
2114   {
2115   public:
2116     static MEDFileIntFieldMultiTS *New();
2117     static MEDFileIntFieldMultiTS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2118     static MEDFileIntFieldMultiTS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2119     //
2120     void appendFieldNoProfileSBT(const MEDCouplingFieldDouble *field, const DataArrayInt *arrOfVals) throw(INTERP_KERNEL::Exception);
2121     void appendFieldProfile(const MEDCouplingFieldDouble *field, const DataArrayInt *arrOfVals, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
2122     ParaMEDMEM::MEDFileFieldMultiTS *convertToDouble(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
2123     %extend
2124     {
2125       MEDFileIntFieldMultiTS()
2126       {
2127         return MEDFileIntFieldMultiTS::New();
2128       }
2129       
2130       MEDFileIntFieldMultiTS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2131       {
2132         return MEDFileIntFieldMultiTS::New(fileName,loadAll);
2133       }
2134       
2135       MEDFileIntFieldMultiTS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2136       {
2137         return MEDFileIntFieldMultiTS::New(fileName,fieldName,loadAll);
2138       }
2139
2140       std::string __str__() const throw(INTERP_KERNEL::Exception)
2141       {
2142         return self->simpleRepr();
2143       }
2144
2145       PyObject *getFieldAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception)
2146       {
2147         DataArrayInt *ret1=0;
2148         MEDCouplingFieldDouble *ret0=self->getFieldAtLevel(type,iteration,order,meshDimRelToMax,ret1,renumPol);
2149         PyObject *ret=PyTuple_New(2);
2150         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
2151         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2152         return ret;
2153       }
2154
2155       PyObject *getFieldAtTopLevel(TypeOfField type, int iteration, int order, int renumPol=0) const throw(INTERP_KERNEL::Exception)
2156       {
2157         DataArrayInt *ret1=0;
2158         MEDCouplingFieldDouble *ret0=self->getFieldAtTopLevel(type,iteration,order,ret1,renumPol);
2159         PyObject *ret=PyTuple_New(2);
2160         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
2161         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2162         return ret;
2163       }
2164
2165       PyObject *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception)
2166       {
2167         DataArrayInt *ret1=0;
2168         MEDCouplingFieldDouble *ret0=self->getFieldOnMeshAtLevel(type,iteration,order,meshDimRelToMax,mesh,ret1,renumPol);
2169         PyObject *ret=PyTuple_New(2);
2170         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
2171         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2172         return ret;
2173       }
2174       
2175       PyObject *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception)
2176       {
2177         DataArrayInt *ret1=0;
2178         MEDCouplingFieldDouble *ret0=self->getFieldOnMeshAtLevel(type,iteration,order,mesh,ret1,renumPol);
2179         PyObject *ret=PyTuple_New(2);
2180         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
2181         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2182         return ret;
2183       }
2184       
2185       PyObject *getFieldAtLevelOld(TypeOfField type, int iteration, int order, const std::string& mname, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception)
2186       {
2187         DataArrayInt *ret1=0;
2188         MEDCouplingFieldDouble *ret0=self->getFieldAtLevelOld(type,iteration,order,mname,meshDimRelToMax,ret1,renumPol);
2189         PyObject *ret=PyTuple_New(2);
2190         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
2191         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2192         return ret;
2193       }
2194
2195       PyObject *getFieldWithProfile(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
2196       {
2197          DataArrayInt *ret1=0;
2198          DataArrayInt *ret0=self->getFieldWithProfile(type,iteration,order,meshDimRelToMax,mesh,ret1);
2199          PyObject *ret=PyTuple_New(2);
2200          PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2201          PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2202          return ret;
2203       }
2204
2205       DataArrayInt *getUndergroundDataArray(int iteration, int order) const throw(INTERP_KERNEL::Exception)
2206       {
2207         DataArrayInt *ret=self->getUndergroundDataArray(iteration,order);
2208         if(ret)
2209           ret->incrRef();
2210         return ret;
2211       }
2212     }
2213   };
2214
2215   class MEDFileFields : public RefCountObject, public MEDFileFieldGlobsReal, public MEDFileWritable
2216   {
2217   public:
2218     static MEDFileFields *New() throw(INTERP_KERNEL::Exception);
2219     static MEDFileFields *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2220     MEDFileFields *deepCpy() const throw(INTERP_KERNEL::Exception);
2221     MEDFileFields *shallowCpy() const throw(INTERP_KERNEL::Exception);
2222     void loadArrays() throw(INTERP_KERNEL::Exception);
2223     void loadArraysIfNecessary() throw(INTERP_KERNEL::Exception);
2224     void unloadArrays() throw(INTERP_KERNEL::Exception);
2225     void unloadArraysWithoutDataLoss() throw(INTERP_KERNEL::Exception);
2226     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
2227     int getNumberOfFields() const;
2228     std::vector<std::string> getFieldsNames() const throw(INTERP_KERNEL::Exception);
2229     std::vector<std::string> getMeshesNames() const throw(INTERP_KERNEL::Exception);
2230     //
2231     void resize(int newSize) throw(INTERP_KERNEL::Exception);
2232     void pushField(MEDFileAnyTypeFieldMultiTS *field) throw(INTERP_KERNEL::Exception);
2233     void setFieldAtPos(int i, MEDFileAnyTypeFieldMultiTS *field) throw(INTERP_KERNEL::Exception);
2234     int getPosFromFieldName(const std::string& fieldName) const throw(INTERP_KERNEL::Exception);
2235     MEDFileAnyTypeFieldMultiTS *getFieldAtPos(int i) const throw(INTERP_KERNEL::Exception);
2236     MEDFileAnyTypeFieldMultiTS *getFieldWithName(const std::string& fieldName) const throw(INTERP_KERNEL::Exception);
2237     MEDFileFields *partOfThisLyingOnSpecifiedMeshName(const std::string& meshName) const throw(INTERP_KERNEL::Exception);
2238     void destroyFieldAtPos(int i) throw(INTERP_KERNEL::Exception);
2239     bool removeFieldsWithoutAnyTimeStep() throw(INTERP_KERNEL::Exception);
2240     %extend
2241        {
2242          MEDFileFields()
2243          {
2244            return MEDFileFields::New();
2245          }
2246
2247          MEDFileFields(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2248          {
2249            return MEDFileFields::New(fileName,loadAll);
2250          }
2251          
2252          std::string __str__() const throw(INTERP_KERNEL::Exception)
2253          {
2254            return self->simpleRepr();
2255          }
2256
2257          PyObject *getCommonIterations() const throw(INTERP_KERNEL::Exception)
2258          {
2259            bool ret1;
2260            std::vector< std::pair<int,int> > ret0=self->getCommonIterations(ret1);
2261            PyObject *ret=PyTuple_New(2);
2262            PyObject *ret_0=PyList_New(ret0.size());
2263            int rk=0;
2264            for(std::vector< std::pair<int,int> >::const_iterator iter=ret0.begin();iter!=ret0.end();iter++,rk++)
2265              {
2266                PyObject *elt=PyTuple_New(2);
2267                PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
2268                PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
2269                PyList_SetItem(ret_0,rk,elt);
2270              }
2271            PyTuple_SetItem(ret,0,ret_0);
2272            PyObject *ret_1=ret1?Py_True:Py_False; Py_XINCREF(ret_1);
2273            PyTuple_SetItem(ret,1,ret_1);
2274            return ret;
2275          }
2276
2277          MEDFileFields *partOfThisLyingOnSpecifiedTimeSteps(PyObject *timeSteps) const throw(INTERP_KERNEL::Exception)
2278          {
2279            std::vector< std::pair<int,int> > ts=convertTimePairIdsFromPy(timeSteps);
2280            return self->partOfThisLyingOnSpecifiedTimeSteps(ts);
2281          }
2282
2283          MEDFileFields *partOfThisNotLyingOnSpecifiedTimeSteps(PyObject *timeSteps) const throw(INTERP_KERNEL::Exception)
2284          {
2285            std::vector< std::pair<int,int> > ts=convertTimePairIdsFromPy(timeSteps);
2286            return self->partOfThisNotLyingOnSpecifiedTimeSteps(ts);
2287          }
2288          
2289          PyObject *__getitem__(PyObject *obj) throw(INTERP_KERNEL::Exception)
2290          {
2291            if(obj && PyList_Check(obj))
2292              {
2293                int sz=PyList_Size(obj);
2294                MEDCouplingAutoRefCountObjectPtr<DataArrayInt> da=DataArrayInt::New(); da->alloc(sz,1);
2295                int *pt=da->getPointer();
2296                for(int i=0;i<sz;i++,pt++)
2297                  {
2298                    PyObject *elt1=PyList_GetItem(obj,i);
2299                    *pt=MEDFileFieldsgetitemSingleTS__(self,elt1);
2300                  }
2301                return SWIG_NewPointerObj(SWIG_as_voidptr(self->buildSubPart(da->begin(),da->end())),SWIGTYPE_p_ParaMEDMEM__MEDFileFields, SWIG_POINTER_OWN | 0 );
2302              }
2303            else
2304              return convertMEDFileFieldMultiTS(self->getFieldAtPos(MEDFileFieldsgetitemSingleTS__(self,obj)), SWIG_POINTER_OWN | 0 );
2305          }
2306
2307          MEDFileFields *__setitem__(int obj, MEDFileFieldMultiTS *field) throw(INTERP_KERNEL::Exception)
2308          {
2309            self->setFieldAtPos(obj,field);
2310            return self;
2311          }
2312
2313          int __len__() const throw(INTERP_KERNEL::Exception)
2314          {
2315            return self->getNumberOfFields();
2316          }
2317
2318          MEDFileFieldsIterator *__iter__() throw(INTERP_KERNEL::Exception)
2319          {
2320            return self->iterator();
2321          }
2322          
2323          bool changeMeshNames(PyObject *li) throw(INTERP_KERNEL::Exception)
2324          {
2325            std::vector< std::pair<std::string,std::string> > modifTab=convertVecPairStStFromPy(li);
2326            return self->changeMeshNames(modifTab);
2327          }
2328
2329          int getPosOfField(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
2330          {
2331            if(elt0 && PyInt_Check(elt0))
2332              {//fmts[3]
2333                return PyInt_AS_LONG(elt0);
2334              }
2335            else if(elt0 && PyString_Check(elt0))
2336              return self->getPosFromFieldName(PyString_AsString(elt0));
2337            else
2338              throw INTERP_KERNEL::Exception("MEDFileFields::getPosOfField : invalid input params ! expected fields[int], fields[string_of_field_name] !");
2339          }
2340          
2341          std::vector<int> getPosOfFields(PyObject *elts) const throw(INTERP_KERNEL::Exception)
2342          {
2343            if(PyList_Check(elts))
2344              {
2345                int sz=PyList_Size(elts);
2346                std::vector<int> ret(sz);
2347                for(int i=0;i<sz;i++)
2348                  {
2349                    PyObject *elt=PyList_GetItem(elts,i);
2350                    ret[i]=ParaMEDMEM_MEDFileFields_getPosOfField(self,elt);
2351                  }
2352                return ret;
2353              }
2354            else
2355              {
2356                std::vector<int> ret(1);
2357                ret[0]=ParaMEDMEM_MEDFileFields_getPosOfField(self,elts);
2358                return ret;
2359              }
2360          }
2361
2362          void pushFields(PyObject *fields) throw(INTERP_KERNEL::Exception)
2363          {
2364            std::vector<MEDFileAnyTypeFieldMultiTS *> tmp;
2365            convertFromPyObjVectorOfObj<ParaMEDMEM::MEDFileAnyTypeFieldMultiTS *>(fields,SWIGTYPE_p_ParaMEDMEM__MEDFileAnyTypeFieldMultiTS,"MEDFileAnyTypeFieldMultiTS",tmp);
2366            self->pushFields(tmp);
2367          }
2368          
2369          void __delitem__(PyObject *elts) throw(INTERP_KERNEL::Exception)
2370          {
2371            if(elts && PySlice_Check(elts))
2372              {
2373                Py_ssize_t strt=2,stp=2,step=2;
2374                PySliceObject *oC=reinterpret_cast<PySliceObject *>(elts);
2375                GetIndicesOfSlice(oC,self->getNumberOfFields(),&strt,&stp,&step,"MEDFileFields.__delitem__ : error in input slice !");
2376                self->destroyFieldsAtPos2(strt,stp,step);
2377              }
2378            else
2379              {
2380                std::vector<int> idsToRemove=ParaMEDMEM_MEDFileFields_getPosOfFields(self,elts);
2381                if(!idsToRemove.empty())
2382                  self->destroyFieldsAtPos(&idsToRemove[0],&idsToRemove[0]+idsToRemove.size());
2383              }
2384          }
2385        }
2386   };
2387
2388   class MEDFileParameter1TS : public RefCountObject
2389   {
2390   public:
2391     void setIteration(int it);
2392     int getIteration() const;
2393     void setOrder(int order);
2394     int getOrder() const;
2395     void setTimeValue(double time);
2396     void setTime(int dt, int it, double time);
2397     double getTime(int& dt, int& it);
2398     double getTimeValue() const;
2399   };
2400
2401   class MEDFileParameterDouble1TSWTI : public MEDFileParameter1TS
2402   {
2403   public:
2404     void setValue(double val) throw(INTERP_KERNEL::Exception);
2405     double getValue() const throw(INTERP_KERNEL::Exception);
2406     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
2407     %extend
2408     {
2409       std::string __str__() const throw(INTERP_KERNEL::Exception)
2410       {
2411         return self->simpleRepr();
2412       }
2413     }
2414   };
2415
2416   class MEDFileParameterTinyInfo : public MEDFileWritable
2417   {
2418   public:
2419     void setDescription(const std::string& name);
2420     std::string getDescription() const;
2421     void setTimeUnit(const std::string& unit);
2422     std::string getTimeUnit() const;
2423   };
2424
2425   class MEDFileParameterDouble1TS : public MEDFileParameterDouble1TSWTI, public MEDFileParameterTinyInfo
2426   {
2427   public:
2428     static MEDFileParameterDouble1TS *New();
2429     static MEDFileParameterDouble1TS *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
2430     static MEDFileParameterDouble1TS *New(const std::string& fileName, const std::string& paramName) throw(INTERP_KERNEL::Exception);
2431     static MEDFileParameterDouble1TS *New(const std::string& fileName, const std::string& paramName, int dt, int it) throw(INTERP_KERNEL::Exception);
2432     virtual MEDFileParameter1TS *deepCpy() const throw(INTERP_KERNEL::Exception);
2433     virtual std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
2434     void setName(const std::string& name) throw(INTERP_KERNEL::Exception);
2435     std::string getName() const throw(INTERP_KERNEL::Exception);
2436     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
2437     %extend
2438     {
2439       MEDFileParameterDouble1TS()
2440       {
2441         return MEDFileParameterDouble1TS::New();
2442       }
2443       
2444       MEDFileParameterDouble1TS(const std::string& fileName) throw(INTERP_KERNEL::Exception)
2445       {
2446         return MEDFileParameterDouble1TS::New(fileName);
2447       }
2448
2449       MEDFileParameterDouble1TS(const std::string& fileName, const std::string& paramName) throw(INTERP_KERNEL::Exception)
2450       {
2451         return MEDFileParameterDouble1TS::New(fileName,paramName);
2452       }
2453
2454       MEDFileParameterDouble1TS(const std::string& fileName, const std::string& paramName, int dt, int it) throw(INTERP_KERNEL::Exception)
2455       {
2456         return MEDFileParameterDouble1TS::New(fileName,paramName,dt,it);
2457       }
2458
2459       std::string __str__() const throw(INTERP_KERNEL::Exception)
2460       {
2461         return self->simpleRepr();
2462       }
2463
2464       PyObject *isEqual(const MEDFileParameter1TS *other, double eps) const throw(INTERP_KERNEL::Exception)
2465       {
2466         std::string what;
2467         bool ret0=self->isEqual(other,eps,what);
2468         PyObject *res=PyList_New(2);
2469         PyObject *ret0Py=ret0?Py_True:Py_False;
2470         Py_XINCREF(ret0Py);
2471         PyList_SetItem(res,0,ret0Py);
2472         PyList_SetItem(res,1,PyString_FromString(what.c_str()));
2473         return res;
2474       }
2475     }
2476   };
2477
2478   class MEDFileParameterMultiTS : public RefCountObject, public MEDFileParameterTinyInfo
2479   {
2480   public:
2481     static MEDFileParameterMultiTS *New();
2482     static MEDFileParameterMultiTS *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
2483     static MEDFileParameterMultiTS *New(const std::string& fileName, const std::string& paramName) throw(INTERP_KERNEL::Exception);
2484     std::string getName() const;
2485     void setName(const std::string& name);
2486     MEDFileParameterMultiTS *deepCpy() const throw(INTERP_KERNEL::Exception);
2487     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
2488     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
2489     void appendValue(int dt, int it, double time, double val) throw(INTERP_KERNEL::Exception);
2490     double getDoubleValue(int iteration, int order) const throw(INTERP_KERNEL::Exception);
2491     int getPosOfTimeStep(int iteration, int order) const throw(INTERP_KERNEL::Exception);
2492     int getPosGivenTime(double time, double eps=1e-8) const throw(INTERP_KERNEL::Exception);
2493     int getNumberOfTS() const throw(INTERP_KERNEL::Exception);
2494     %extend
2495     {
2496       MEDFileParameterMultiTS()
2497       {
2498         return MEDFileParameterMultiTS::New();
2499       }
2500       
2501       MEDFileParameterMultiTS(const std::string& fileName)
2502       {
2503         return MEDFileParameterMultiTS::New(fileName);
2504       }
2505
2506       MEDFileParameterMultiTS(const std::string& fileName, const std::string& paramName)
2507       {
2508         return MEDFileParameterMultiTS::New(fileName,paramName);
2509       }
2510
2511       std::string __str__() const throw(INTERP_KERNEL::Exception)
2512       {
2513         return self->simpleRepr();
2514       }
2515       
2516       PyObject *isEqual(const MEDFileParameterMultiTS *other, double eps) const throw(INTERP_KERNEL::Exception)
2517       {
2518         std::string what;
2519         bool ret0=self->isEqual(other,eps,what);
2520         PyObject *res=PyList_New(2);
2521         PyObject *ret0Py=ret0?Py_True:Py_False;
2522         Py_XINCREF(ret0Py);
2523         PyList_SetItem(res,0,ret0Py);
2524         PyList_SetItem(res,1,PyString_FromString(what.c_str()));
2525         return res;
2526       }
2527       
2528       void eraseTimeStepIds(PyObject *ids) throw(INTERP_KERNEL::Exception)
2529       {
2530         int sw;
2531         int pos1;
2532         std::vector<int> pos2;
2533         DataArrayInt *pos3=0;
2534         DataArrayIntTuple *pos4=0;
2535         convertObjToPossibleCpp1(ids,sw,pos1,pos2,pos3,pos4);
2536         switch(sw)
2537           {
2538           case 1:
2539             {
2540               self->eraseTimeStepIds(&pos1,&pos1+1);
2541               return;
2542             }
2543           case 2:
2544             {
2545               if(pos2.empty())
2546                 return;
2547               self->eraseTimeStepIds(&pos2[0],&pos2[0]+pos2.size());
2548               return ;
2549             }
2550           case 3:
2551             {
2552               self->eraseTimeStepIds(pos3->begin(),pos3->end());
2553               return ;
2554             }
2555           default:
2556             throw INTERP_KERNEL::Exception("MEDFileParameterMultiTS::eraseTimeStepIds : unexpected input array type recognized !");
2557           }
2558       }
2559
2560       int getTimeStepId(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
2561       {
2562         if(elt0 && PyInt_Check(elt0))
2563           {//fmts[3]
2564             int pos=InterpreteNegativeInt(PyInt_AS_LONG(elt0),self->getNumberOfTS());
2565             return pos;
2566           }
2567         else if(elt0 && PyTuple_Check(elt0))
2568           {
2569             if(PyTuple_Size(elt0)==2)
2570               {
2571                 PyObject *o0=PyTuple_GetItem(elt0,0);
2572                 PyObject *o1=PyTuple_GetItem(elt0,1);
2573                 if(PyInt_Check(o0) && PyInt_Check(o1))
2574                   {//fmts(1,-1)
2575                     int iter=PyInt_AS_LONG(o0);
2576                     int order=PyInt_AS_LONG(o1);
2577                     return self->getPosOfTimeStep(iter,order);
2578                   }
2579                 else
2580                   throw INTERP_KERNEL::Exception("MEDFileParameterMultiTS::getTimeStepId : invalid input param ! input is a tuple of size 2 but two integers are expected in this tuple to request a time steps !");
2581               }
2582             else
2583               throw INTERP_KERNEL::Exception("MEDFileParameterMultiTS::getTimeStepId : invalid input param ! input is a tuple of size != 2 ! two integers are expected in this tuple to request a time steps !");
2584           }
2585         else if(elt0 && PyFloat_Check(elt0))
2586           {
2587             double val=PyFloat_AS_DOUBLE(elt0);
2588             return self->getPosGivenTime(val);
2589           }
2590         else
2591           throw INTERP_KERNEL::Exception("MEDFileParameterMultiTS::getTimeStepId : invalid input params ! expected fmts[int], fmts[int,int] or fmts[double] to request time step !");
2592       }
2593
2594       MEDFileParameter1TS *__getitem__(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
2595       {
2596         MEDFileParameter1TS *ret=self->getTimeStepAtPos(ParaMEDMEM_MEDFileParameterMultiTS_getTimeStepId(self,elt0));
2597         if(ret)
2598           ret->incrRef();
2599         return ret;
2600       }
2601
2602       std::vector<int> getTimeStepIds(PyObject *elts) const throw(INTERP_KERNEL::Exception)
2603       {
2604         if(PyList_Check(elts))
2605           {
2606             int sz=PyList_Size(elts);
2607             std::vector<int> ret(sz);
2608             for(int i=0;i<sz;i++)
2609               {
2610                 PyObject *elt=PyList_GetItem(elts,i);
2611                 ret[i]=ParaMEDMEM_MEDFileParameterMultiTS_getTimeStepId(self,elt);
2612               }
2613             return ret;
2614           }
2615         else
2616           {
2617             std::vector<int> ret(1);
2618             ret[0]=ParaMEDMEM_MEDFileParameterMultiTS_getTimeStepId(self,elts);
2619             return ret;
2620           }
2621       }
2622
2623       void __delitem__(PyObject *elts) throw(INTERP_KERNEL::Exception)
2624       {
2625         std::vector<int> idsToRemove=ParaMEDMEM_MEDFileParameterMultiTS_getTimeStepIds(self,elts);
2626         if(!idsToRemove.empty())
2627           self->eraseTimeStepIds(&idsToRemove[0],&idsToRemove[0]+idsToRemove.size());
2628       }
2629       
2630       MEDFileParameter1TS *getTimeStepAtPos(int posId) const throw(INTERP_KERNEL::Exception)
2631       {
2632         MEDFileParameter1TS *ret=self->getTimeStepAtPos(posId);
2633         if(ret)
2634           ret->incrRef();
2635         return ret;
2636       }
2637
2638       PyObject *getIterations() const throw(INTERP_KERNEL::Exception)
2639       {
2640         std::vector< std::pair<int,int> > res=self->getIterations();
2641         PyObject *ret=PyList_New(res.size());
2642         int rk=0;
2643         for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
2644           {
2645             PyObject *elt=PyTuple_New(2);
2646             PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
2647             PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
2648             PyList_SetItem(ret,rk,elt);
2649           }
2650         return ret;
2651       }
2652
2653       PyObject *getTimeSteps() const throw(INTERP_KERNEL::Exception)
2654       {
2655         std::vector<double> res2;
2656         std::vector< std::pair<int,int> > res=self->getTimeSteps(res2);
2657         PyObject *ret=PyList_New(res.size());
2658         int rk=0;
2659         for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
2660           {
2661             PyObject *elt=PyTuple_New(3);
2662             PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
2663             PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
2664             PyTuple_SetItem(elt,2,SWIG_From_double(res2[rk]));
2665             PyList_SetItem(ret,rk,elt);
2666           }
2667         return ret;
2668       }
2669     }
2670   };
2671
2672   class MEDFileParameters : public RefCountObject, public MEDFileWritable
2673   {
2674   public:
2675     static MEDFileParameters *New();
2676     static MEDFileParameters *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
2677     MEDFileParameters *deepCpy() const throw(INTERP_KERNEL::Exception);
2678     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
2679     std::vector<std::string> getParamsNames() const throw(INTERP_KERNEL::Exception);
2680     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
2681     void resize(int newSize) throw(INTERP_KERNEL::Exception);
2682     void pushParam(MEDFileParameterMultiTS *param) throw(INTERP_KERNEL::Exception);
2683     void setParamAtPos(int i, MEDFileParameterMultiTS *param) throw(INTERP_KERNEL::Exception);
2684     void destroyParamAtPos(int i) throw(INTERP_KERNEL::Exception);
2685     int getPosFromParamName(const std::string& paramName) const throw(INTERP_KERNEL::Exception);
2686     int getNumberOfParams() const throw(INTERP_KERNEL::Exception);
2687     %extend
2688     {
2689       MEDFileParameters()
2690       {
2691         return MEDFileParameters::New();
2692       }
2693       
2694       MEDFileParameters(const std::string& fileName)
2695       {
2696         return MEDFileParameters::New(fileName);
2697       }
2698
2699       std::string __str__() const throw(INTERP_KERNEL::Exception)
2700       {
2701         return self->simpleRepr();
2702       }
2703
2704       MEDFileParameterMultiTS *__getitem__(PyObject *obj) throw(INTERP_KERNEL::Exception)
2705       {
2706         if(PyInt_Check(obj))
2707           {
2708             MEDFileParameterMultiTS *ret=self->getParamAtPos(InterpreteNegativeInt((int)PyInt_AS_LONG(obj),self->getNumberOfParams()));
2709             if(ret)
2710               ret->incrRef();
2711             return ret;
2712           }
2713         else if(PyString_Check(obj))
2714           {
2715             MEDFileParameterMultiTS *ret=self->getParamWithName(PyString_AsString(obj));
2716             if(ret)
2717               ret->incrRef();
2718             return ret;
2719           }
2720         else
2721           throw INTERP_KERNEL::Exception("MEDFileParameters::__getitem__ : only integer or string with meshname supported !");
2722       }
2723
2724       int __len__() const throw(INTERP_KERNEL::Exception)
2725       {
2726         return self->getNumberOfParams();
2727       }
2728       
2729       MEDFileParameterMultiTS *getParamAtPos(int i) const throw(INTERP_KERNEL::Exception)
2730       {
2731         MEDFileParameterMultiTS *ret=self->getParamAtPos(i);
2732         if(ret)
2733           ret->incrRef();
2734         return ret;
2735       }
2736
2737       MEDFileParameterMultiTS *getParamWithName(const std::string& paramName) const throw(INTERP_KERNEL::Exception)
2738       {
2739         MEDFileParameterMultiTS *ret=self->getParamWithName(paramName);
2740         if(ret)
2741           ret->incrRef();
2742         return ret;
2743       }
2744       
2745       PyObject *isEqual(const MEDFileParameters *other, double eps) const throw(INTERP_KERNEL::Exception)
2746       {
2747         std::string what;
2748         bool ret0=self->isEqual(other,eps,what);
2749         PyObject *res=PyList_New(2);
2750         PyObject *ret0Py=ret0?Py_True:Py_False;
2751         Py_XINCREF(ret0Py);
2752         PyList_SetItem(res,0,ret0Py);
2753         PyList_SetItem(res,1,PyString_FromString(what.c_str()));
2754         return res;
2755       }
2756     }
2757   };
2758
2759   class MEDFileData : public RefCountObject, public MEDFileWritable
2760   {
2761   public:
2762     static MEDFileData *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
2763     static MEDFileData *New();
2764     MEDFileData *deepCpy() const throw(INTERP_KERNEL::Exception);
2765     void setFields(MEDFileFields *fields) throw(INTERP_KERNEL::Exception);
2766     void setMeshes(MEDFileMeshes *meshes) throw(INTERP_KERNEL::Exception);
2767     void setParams(MEDFileParameters *params) throw(INTERP_KERNEL::Exception);
2768     int getNumberOfFields() const throw(INTERP_KERNEL::Exception);
2769     int getNumberOfMeshes() const throw(INTERP_KERNEL::Exception);
2770     int getNumberOfParams() const throw(INTERP_KERNEL::Exception);
2771     //
2772     bool changeMeshName(const std::string& oldMeshName, const std::string& newMeshName) throw(INTERP_KERNEL::Exception);
2773     bool unPolyzeMeshes() throw(INTERP_KERNEL::Exception);
2774     //
2775     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
2776     %extend
2777        {
2778          MEDFileData(const std::string& fileName) throw(INTERP_KERNEL::Exception)
2779          {
2780            return MEDFileData::New(fileName);
2781          }
2782
2783          MEDFileData()
2784          {
2785            return MEDFileData::New();
2786          }
2787
2788          std::string __str__() const throw(INTERP_KERNEL::Exception)
2789          {
2790            return self->simpleRepr();
2791          }
2792
2793          MEDFileMeshes *getMeshes() const throw(INTERP_KERNEL::Exception)
2794          {
2795            MEDFileMeshes *ret=self->getMeshes();
2796            if(ret)
2797              ret->incrRef();
2798            return ret;
2799          }
2800
2801          MEDFileParameters *getParams() const throw(INTERP_KERNEL::Exception)
2802          {
2803            MEDFileParameters *ret=self->getParams();
2804            if(ret)
2805              ret->incrRef();
2806            return ret;
2807          }
2808
2809          MEDFileFields *getFields() const throw(INTERP_KERNEL::Exception)
2810          {
2811            MEDFileFields *ret=self->getFields();
2812            if(ret)
2813              ret->incrRef();
2814            return ret;
2815          }
2816
2817          bool changeMeshNames(PyObject *li) throw(INTERP_KERNEL::Exception)
2818          {
2819            std::vector< std::pair<std::string,std::string> > modifTab=convertVecPairStStFromPy(li);
2820            return self->changeMeshNames(modifTab);
2821          }
2822        }
2823   };
2824
2825   class SauvReader : public RefCountObject
2826   {
2827   public:
2828     static SauvReader* New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
2829     MEDFileData * loadInMEDFileDS() throw(INTERP_KERNEL::Exception);
2830     %extend
2831     {
2832       SauvReader(const std::string& fileName) throw(INTERP_KERNEL::Exception)
2833       {
2834         return SauvReader::New(fileName);
2835       }
2836     }
2837   };
2838
2839   class SauvWriter : public RefCountObject
2840   {
2841   public:
2842     static SauvWriter * New();
2843     void setMEDFileDS(const MEDFileData* medData, unsigned meshIndex = 0) throw(INTERP_KERNEL::Exception);
2844     void write(const std::string& fileName) throw(INTERP_KERNEL::Exception);
2845     void setCpyGrpIfOnASingleFamilyStatus(bool status) throw(INTERP_KERNEL::Exception);
2846     bool getCpyGrpIfOnASingleFamilyStatus() const throw(INTERP_KERNEL::Exception);
2847     %extend
2848     {
2849       SauvWriter() throw(INTERP_KERNEL::Exception)
2850       {
2851         return SauvWriter::New();
2852       }
2853     }
2854   };
2855   
2856   ///////////////
2857
2858   class MEDFileMeshStruct;
2859
2860   class MEDFileField1TSStructItem
2861   {
2862   public:
2863     static MEDFileField1TSStructItem BuildItemFrom(const MEDFileAnyTypeField1TS *ref, const MEDFileMeshStruct *meshSt) throw(INTERP_KERNEL::Exception);
2864   };
2865
2866   class MEDFileMeshStruct : public RefCountObject
2867   {
2868   public:
2869     static MEDFileMeshStruct *New(const MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception);
2870   protected:
2871     ~MEDFileMeshStruct();
2872   };
2873   
2874   class MEDMeshMultiLev : public RefCountObject
2875   {
2876   public:
2877     virtual MEDMeshMultiLev *prepare() const throw(INTERP_KERNEL::Exception);
2878     DataArray *buildDataArray(const MEDFileField1TSStructItem& fst, const MEDFileFieldGlobsReal *globs, const DataArray *vals) const throw(INTERP_KERNEL::Exception);
2879   protected:
2880     ~MEDMeshMultiLev();
2881   public:
2882     %extend
2883     {
2884       PyObject *retrieveFamilyIdsOnCells() const throw(INTERP_KERNEL::Exception)
2885       {
2886         DataArrayInt *famIds(0);
2887         bool isWithoutCopy(false);
2888         self->retrieveFamilyIdsOnCells(famIds,isWithoutCopy);
2889         PyObject *ret=PyTuple_New(2);
2890         PyObject *ret1Py=isWithoutCopy?Py_True:Py_False;
2891         Py_XINCREF(ret1Py);
2892         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(famIds),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2893         PyTuple_SetItem(ret,1,ret1Py);
2894         return ret;
2895       }
2896
2897       PyObject *retrieveNumberIdsOnCells() const throw(INTERP_KERNEL::Exception)
2898       {
2899         DataArrayInt *numIds(0);
2900         bool isWithoutCopy(false);
2901         self->retrieveNumberIdsOnCells(numIds,isWithoutCopy);
2902         PyObject *ret=PyTuple_New(2);
2903         PyObject *ret1Py=isWithoutCopy?Py_True:Py_False;
2904         Py_XINCREF(ret1Py);
2905         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(numIds),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2906         PyTuple_SetItem(ret,1,ret1Py);
2907         return ret;
2908       }
2909       
2910       PyObject *retrieveFamilyIdsOnNodes() const throw(INTERP_KERNEL::Exception)
2911       {
2912         DataArrayInt *famIds(0);
2913         bool isWithoutCopy(false);
2914         self->retrieveFamilyIdsOnNodes(famIds,isWithoutCopy);
2915         PyObject *ret=PyTuple_New(2);
2916         PyObject *ret1Py=isWithoutCopy?Py_True:Py_False;
2917         Py_XINCREF(ret1Py);
2918         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(famIds),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2919         PyTuple_SetItem(ret,1,ret1Py);
2920         return ret;
2921       }
2922
2923       PyObject *retrieveNumberIdsOnNodes() const throw(INTERP_KERNEL::Exception)
2924       {
2925         DataArrayInt *numIds(0);
2926         bool isWithoutCopy(false);
2927         self->retrieveNumberIdsOnNodes(numIds,isWithoutCopy);
2928         PyObject *ret=PyTuple_New(2);
2929         PyObject *ret1Py=isWithoutCopy?Py_True:Py_False;
2930         Py_XINCREF(ret1Py);
2931         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(numIds),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2932         PyTuple_SetItem(ret,1,ret1Py);
2933         return ret;
2934       }
2935
2936       PyObject *getGeoTypes() const throw(INTERP_KERNEL::Exception)
2937       {
2938         std::vector< INTERP_KERNEL::NormalizedCellType > result(self->getGeoTypes());
2939         std::vector< INTERP_KERNEL::NormalizedCellType >::const_iterator iL(result.begin());
2940         PyObject *res(PyList_New(result.size()));
2941         for(int i=0;iL!=result.end(); i++, iL++)
2942           PyList_SetItem(res,i,PyInt_FromLong(*iL));
2943         return res;
2944       }
2945     }
2946   };
2947
2948   class MEDUMeshMultiLev : public MEDMeshMultiLev
2949   {
2950   protected:
2951     ~MEDUMeshMultiLev();
2952   public:
2953     %extend
2954      {
2955        PyObject *buildVTUArrays() const throw(INTERP_KERNEL::Exception)
2956        {
2957          DataArrayDouble *coords(0); DataArrayByte *types(0); DataArrayInt *cellLocations(0),*cells(0),*faceLocations(0),*faces(0);
2958          bool ncc(self->buildVTUArrays(coords,types,cellLocations,cells,faceLocations,faces));
2959          PyObject *ret0Py=ncc?Py_True:Py_False;
2960          Py_XINCREF(ret0Py);
2961          PyObject *ret=PyTuple_New(7);
2962          PyTuple_SetItem(ret,0,ret0Py);
2963          PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(coords),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2964          PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(types),SWIGTYPE_p_ParaMEDMEM__DataArrayByte, SWIG_POINTER_OWN | 0 ));
2965          PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(cellLocations),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2966          PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(cells),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2967          PyTuple_SetItem(ret,5,SWIG_NewPointerObj(SWIG_as_voidptr(faceLocations),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2968          PyTuple_SetItem(ret,6,SWIG_NewPointerObj(SWIG_as_voidptr(faces),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2969          return ret;
2970        }
2971      }
2972   };
2973
2974   class MEDStructuredMeshMultiLev : public MEDMeshMultiLev
2975   {
2976   protected:
2977     ~MEDStructuredMeshMultiLev();
2978   };
2979
2980   class MEDCMeshMultiLev : public MEDStructuredMeshMultiLev
2981   {
2982   protected:
2983     ~MEDCMeshMultiLev();
2984   public:
2985     %extend
2986     {
2987       PyObject *buildVTUArrays() const throw(INTERP_KERNEL::Exception)
2988       {
2989         bool isInternal;
2990         std::vector< DataArrayDouble * > objs(self->buildVTUArrays(isInternal));
2991         std::size_t sz(objs.size());
2992         PyObject *ret(PyTuple_New(2));
2993         PyObject *ret0=PyList_New(sz);
2994         for(std::size_t i=0;i<sz;i++)
2995           PyList_SetItem(ret0,i,SWIG_NewPointerObj(SWIG_as_voidptr(objs[i]),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2996         PyTuple_SetItem(ret,0,ret0);
2997         PyObject *ret1Py(isInternal?Py_True:Py_False);
2998         Py_XINCREF(ret1Py);
2999         PyTuple_SetItem(ret,1,ret1Py);
3000         return ret;
3001       }
3002     }
3003   };
3004
3005   class MEDCurveLinearMeshMultiLev : public MEDStructuredMeshMultiLev
3006   {
3007   protected:
3008     ~MEDCurveLinearMeshMultiLev();
3009   public:
3010     %extend
3011     {
3012       PyObject *buildVTUArrays() const throw(INTERP_KERNEL::Exception)
3013       {
3014         DataArrayDouble *ret0(0);
3015         std::vector<int> ret1;
3016         bool ret2;
3017         self->buildVTUArrays(ret0,ret1,ret2);
3018         std::size_t sz(ret1.size());
3019         PyObject *ret=PyTuple_New(3);
3020         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
3021         PyObject *ret1Py=PyList_New(sz);
3022         for(std::size_t i=0;i<sz;i++)
3023           PyList_SetItem(ret1Py,i,SWIG_From_int(ret1[i]));
3024         PyTuple_SetItem(ret,1,ret1Py);
3025         PyObject *ret2Py(ret2?Py_True:Py_False);
3026         Py_XINCREF(ret2Py);
3027         PyTuple_SetItem(ret,2,ret2Py);
3028         return ret;
3029       }
3030     }
3031   };
3032
3033   class MEDFileFastCellSupportComparator : public RefCountObject
3034   {
3035   public:
3036     static MEDFileFastCellSupportComparator *New(const MEDFileMeshStruct *m, const MEDFileAnyTypeFieldMultiTS *ref) throw(INTERP_KERNEL::Exception);
3037     MEDMeshMultiLev *buildFromScratchDataSetSupport(int timeStepId, const MEDFileFieldGlobsReal *globs) const throw(INTERP_KERNEL::Exception);
3038     bool isDataSetSupportEqualToThePreviousOne(int timeStepId, const MEDFileFieldGlobsReal *globs) const throw(INTERP_KERNEL::Exception);
3039     int getNumberOfTS() const throw(INTERP_KERNEL::Exception);
3040   protected:
3041     ~MEDFileFastCellSupportComparator();
3042   public:
3043     %extend
3044     {
3045       PyObject *getGeoTypesAt(int timeStepId, const MEDFileMesh *m) const throw(INTERP_KERNEL::Exception)
3046       {
3047         std::vector< INTERP_KERNEL::NormalizedCellType > result(self->getGeoTypesAt(timeStepId,m));
3048         std::vector< INTERP_KERNEL::NormalizedCellType >::const_iterator iL(result.begin());
3049         PyObject *res(PyList_New(result.size()));
3050         for(int i=0;iL!=result.end(); i++, iL++)
3051           PyList_SetItem(res,i,PyInt_FromLong(*iL));
3052         return res;
3053       }
3054     }
3055   };
3056 }