Salome HOME
Implemenatation of MEDFileFields::linearToQuadratic + Remapper is now dealing with...
[tools/medcoupling.git] / src / MEDLoader / Swig / MEDLoaderCommon.i
1 // Copyright (C) 2017  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, or (at your option) any later version.
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 (EDF R&D)
20
21 #define MEDCOUPLING_EXPORT
22 #define MEDLOADER_EXPORT
23
24 #ifdef WITH_DOCSTRINGS
25 %include "MEDLoader_doc.i"
26 #endif
27
28 %include "MEDCouplingCommon.i"
29
30 %{
31 #include "MEDLoader.hxx"
32 #include "MEDFileJoint.hxx"
33 #include "MEDFileMesh.hxx"
34 #include "MEDFileField.hxx"
35 #include "MEDFileParameter.hxx"
36 #include "MEDFileData.hxx"
37 #include "MEDFileEquivalence.hxx"
38 #include "MEDFileEntities.hxx"
39 #include "MEDFileMeshReadSelector.hxx"
40 #include "MEDFileFieldOverView.hxx"
41 #include "MEDLoaderTypemaps.i"
42 #include "SauvReader.hxx"
43 #include "SauvWriter.hxx"
44
45 using namespace MEDCoupling;
46 %}
47
48 #if SWIG_VERSION >= 0x010329
49 %template()  std::vector<std::string>;
50 #endif
51
52 %typemap(out) MEDCoupling::MEDFileMesh*
53 {
54   $result=convertMEDFileMesh($1,$owner);
55 }
56
57 %typemap(out) MEDCoupling::MEDFileParameter1TS*
58 {
59   $result=convertMEDFileParameter1TS($1,$owner);
60 }
61
62 %typemap(out) MEDCoupling::MEDFileAnyTypeFieldMultiTS*
63 {
64   $result=convertMEDFileFieldMultiTS($1,$owner);
65 }
66
67 %typemap(out) MEDCoupling::MEDFileAnyTypeField1TS*
68 {
69   $result=convertMEDFileField1TS($1,$owner);
70 }
71
72 %typemap(out) MEDCoupling::MEDMeshMultiLev*
73 {
74   $result=convertMEDMeshMultiLev($1,$owner);
75 }
76
77 %newobject ReadUMeshFromFamiliesSwig;
78 %newobject ReadUMeshFromGroupsSwig;
79 %newobject ReadFieldSwig;
80 %newobject MEDCoupling::ReadUMeshFromFile;
81 %newobject MEDCoupling::ReadMeshFromFile;
82 %newobject MEDCoupling::ReadFieldCell;
83 %newobject MEDCoupling::ReadFieldNode;
84 %newobject MEDCoupling::ReadFieldGauss;
85 %newobject MEDCoupling::ReadFieldGaussNE;
86 %newobject MEDCoupling::MEDFileMesh::New;
87 %newobject MEDCoupling::MEDFileMesh::createNewEmpty;
88 %newobject MEDCoupling::MEDFileMesh::deepCopy;
89 %newobject MEDCoupling::MEDFileMesh::shallowCpy;
90 %newobject MEDCoupling::MEDFileMesh::getMeshAtLevel;
91 %newobject MEDCoupling::MEDFileMesh::__getitem__;
92 %newobject MEDCoupling::MEDFileMesh::getGroupArr;
93 %newobject MEDCoupling::MEDFileMesh::getGroupsArr;
94 %newobject MEDCoupling::MEDFileMesh::getFamilyArr;
95 %newobject MEDCoupling::MEDFileMesh::getFamiliesArr;
96 %newobject MEDCoupling::MEDFileMesh::getNodeGroupArr;
97 %newobject MEDCoupling::MEDFileMesh::getNodeGroupsArr;
98 %newobject MEDCoupling::MEDFileMesh::getNodeFamilyArr;
99 %newobject MEDCoupling::MEDFileMesh::getNodeFamiliesArr;
100 %newobject MEDCoupling::MEDFileMesh::getGlobalNumFieldAtLevel;
101 %newobject MEDCoupling::MEDFileMesh::getAllFamiliesIdsReferenced;
102 %newobject MEDCoupling::MEDFileMesh::computeAllFamilyIdsInUse;
103 %newobject MEDCoupling::MEDFileMesh::getEquivalences;
104 %newobject MEDCoupling::MEDFileMesh::cartesianize;
105 %newobject MEDCoupling::MEDFileData::getJoints;
106 %newobject MEDCoupling::MEDFileStructuredMesh::getImplicitFaceMesh;
107 %newobject MEDCoupling::MEDFileUMesh::New;
108 %newobject MEDCoupling::MEDFileUMesh::LoadPartOf;
109 %newobject MEDCoupling::MEDFileUMesh::getCoords;
110 %newobject MEDCoupling::MEDFileUMesh::getPartDefAtLevel;
111 %newobject MEDCoupling::MEDFileUMesh::getGroup;
112 %newobject MEDCoupling::MEDFileUMesh::getGroups;
113 %newobject MEDCoupling::MEDFileUMesh::getFamily;
114 %newobject MEDCoupling::MEDFileUMesh::getFamilies;
115 %newobject MEDCoupling::MEDFileUMesh::getLevel0Mesh;
116 %newobject MEDCoupling::MEDFileUMesh::getLevelM1Mesh;
117 %newobject MEDCoupling::MEDFileUMesh::getLevelM2Mesh;
118 %newobject MEDCoupling::MEDFileUMesh::getLevelM3Mesh;
119 %newobject MEDCoupling::MEDFileUMesh::getDirectUndergroundSingleGeoTypeMesh;
120 %newobject MEDCoupling::MEDFileUMesh::extractFamilyFieldOnGeoType;
121 %newobject MEDCoupling::MEDFileUMesh::extractNumberFieldOnGeoType;
122 %newobject MEDCoupling::MEDFileUMesh::zipCoords;
123 %newobject MEDCoupling::MEDFileUMesh::deduceNodeSubPartFromCellSubPart;
124 %newobject MEDCoupling::MEDFileUMesh::extractPart;
125 %newobject MEDCoupling::MEDFileUMesh::buildExtrudedMesh;
126 %newobject MEDCoupling::MEDFileUMesh::linearToQuadratic;
127 %newobject MEDCoupling::MEDFileUMesh::quadraticToLinear;
128 %newobject MEDCoupling::MEDFileUMesh::symmetry3DPlane;
129 %newobject MEDCoupling::MEDFileUMesh::Aggregate;
130 %newobject MEDCoupling::MEDFileUMesh::convertToExtrudedMesh;
131 %newobject MEDCoupling::MEDFileCMesh::New;
132 %newobject MEDCoupling::MEDFileCurveLinearMesh::New;
133 %newobject MEDCoupling::MEDFileMeshMultiTS::New;
134 %newobject MEDCoupling::MEDFileMeshMultiTS::deepCopy;
135 %newobject MEDCoupling::MEDFileMeshMultiTS::getOneTimeStep;
136 %newobject MEDCoupling::MEDFileMeshes::New;
137 %newobject MEDCoupling::MEDFileMeshes::deepCopy;
138 %newobject MEDCoupling::MEDFileMeshes::getMeshAtPos;
139 %newobject MEDCoupling::MEDFileMeshes::getMeshWithName;
140 %newobject MEDCoupling::MEDFileMeshes::__getitem__;
141 %newobject MEDCoupling::MEDFileMeshes::__iter__;
142
143 %newobject MEDCoupling::MEDFileMeshSupports::New;
144 %newobject MEDCoupling::MEDFileMeshSupports::getSupMeshWithName;
145
146 %newobject MEDCoupling::MEDFileStructureElements::New;
147
148 %newobject MEDCoupling::MEDFileFields::New;
149 %newobject MEDCoupling::MEDFileFields::NewAdv;
150 %newobject MEDCoupling::MEDFileFields::NewWithDynGT;
151 %newobject MEDCoupling::MEDFileFields::LoadPartOf;
152 %newobject MEDCoupling::MEDFileFields::LoadSpecificEntities;
153 %newobject MEDCoupling::MEDFileFields::deepCopy;
154 %newobject MEDCoupling::MEDFileFields::shallowCpy;
155 %newobject MEDCoupling::MEDFileFields::getFieldWithName;
156 %newobject MEDCoupling::MEDFileFields::getFieldAtPos;
157 %newobject MEDCoupling::MEDFileFields::partOfThisLyingOnSpecifiedMeshName;
158 %newobject MEDCoupling::MEDFileFields::partOfThisLyingOnSpecifiedTimeSteps;
159 %newobject MEDCoupling::MEDFileFields::partOfThisNotLyingOnSpecifiedTimeSteps;
160 %newobject MEDCoupling::MEDFileFields::partOfThisOnStructureElements;
161 %newobject MEDCoupling::MEDFileFields::__iter__;
162 %newobject MEDCoupling::MEDFileFields::extractPart;
163 %newobject MEDCoupling::MEDFileFields::linearToQuadratic;
164
165 %newobject MEDCoupling::MEDFileWritableStandAlone::serialize;
166 %newobject MEDCoupling::MEDFileAnyTypeFieldMultiTS::New;
167 %newobject MEDCoupling::MEDFileAnyTypeFieldMultiTS::deepCopy;
168 %newobject MEDCoupling::MEDFileAnyTypeFieldMultiTS::shallowCpy;
169 %newobject MEDCoupling::MEDFileAnyTypeFieldMultiTS::getTimeStepAtPos;
170 %newobject MEDCoupling::MEDFileAnyTypeFieldMultiTS::getTimeStep;
171 %newobject MEDCoupling::MEDFileAnyTypeFieldMultiTS::getTimeStepGivenTime;
172 %newobject MEDCoupling::MEDFileAnyTypeFieldMultiTS::__iter__;
173 %newobject MEDCoupling::MEDFileAnyTypeFieldMultiTS::extractPart;
174 %newobject MEDCoupling::MEDFileAnyTypeFieldMultiTS::buildNewEmpty;
175 %newobject MEDCoupling::MEDFileFieldMultiTS::New;
176 %newobject MEDCoupling::MEDFileFieldMultiTS::LoadSpecificEntities;
177 %newobject MEDCoupling::MEDFileFieldMultiTS::field;
178 %newobject MEDCoupling::MEDFileFieldMultiTS::getFieldAtLevel;
179 %newobject MEDCoupling::MEDFileFieldMultiTS::getFieldAtTopLevel;
180 %newobject MEDCoupling::MEDFileFieldMultiTS::getFieldOnMeshAtLevel;
181 %newobject MEDCoupling::MEDFileFieldMultiTS::getFieldAtLevelOld;
182 %newobject MEDCoupling::MEDFileFieldMultiTS::getUndergroundDataArray;
183 %newobject MEDCoupling::MEDFileFieldMultiTS::convertToInt;
184
185 %newobject MEDCoupling::MEDFileIntFieldMultiTS::New;
186 %newobject MEDCoupling::MEDFileIntFieldMultiTS::field;
187 %newobject MEDCoupling::MEDFileIntFieldMultiTS::LoadSpecificEntities;
188 %newobject MEDCoupling::MEDFileIntFieldMultiTS::getUndergroundDataArray;
189 %newobject MEDCoupling::MEDFileIntFieldMultiTS::convertToDouble;
190 %newobject MEDCoupling::MEDFileIntFieldMultiTS::getFieldAtLevel;
191 %newobject MEDCoupling::MEDFileIntFieldMultiTS::getFieldAtTopLevel;
192 %newobject MEDCoupling::MEDFileIntFieldMultiTS::getFieldOnMeshAtLevel;
193 %newobject MEDCoupling::MEDFileIntFieldMultiTS::getFieldAtLevelOld;
194
195 %newobject MEDCoupling::MEDFileFloatFieldMultiTS::New;
196 %newobject MEDCoupling::MEDFileFloatFieldMultiTS::field;
197 %newobject MEDCoupling::MEDFileFloatFieldMultiTS::LoadSpecificEntities;
198 %newobject MEDCoupling::MEDFileFloatFieldMultiTS::getUndergroundDataArray;
199 %newobject MEDCoupling::MEDFileFloatFieldMultiTS::convertToDouble;
200 %newobject MEDCoupling::MEDFileFloatFieldMultiTS::getFieldAtLevel;
201 %newobject MEDCoupling::MEDFileFloatFieldMultiTS::getFieldAtTopLevel;
202 %newobject MEDCoupling::MEDFileFloatFieldMultiTS::getFieldOnMeshAtLevel;
203 %newobject MEDCoupling::MEDFileFloatFieldMultiTS::getFieldAtLevelOld;
204
205 %newobject MEDCoupling::MEDFileAnyTypeField1TS::New;
206 %newobject MEDCoupling::MEDFileAnyTypeField1TS::NewAdv;
207 %newobject MEDCoupling::MEDFileAnyTypeField1TS::shallowCpy;
208 %newobject MEDCoupling::MEDFileAnyTypeField1TS::deepCopy;
209 %newobject MEDCoupling::MEDFileAnyTypeField1TS::extractPart;
210 %newobject MEDCoupling::MEDFileField1TS::New;
211 %newobject MEDCoupling::MEDFileField1TS::field;
212 %newobject MEDCoupling::MEDFileField1TS::getFieldAtLevel;
213 %newobject MEDCoupling::MEDFileField1TS::getFieldAtTopLevel;
214 %newobject MEDCoupling::MEDFileField1TS::getFieldOnMeshAtLevel;
215 %newobject MEDCoupling::MEDFileField1TS::getFieldAtLevelOld;
216 %newobject MEDCoupling::MEDFileField1TS::getUndergroundDataArray;
217 %newobject MEDCoupling::MEDFileField1TS::convertToInt;
218
219 %newobject MEDCoupling::MEDFileIntField1TS::New;
220 %newobject MEDCoupling::MEDFileIntField1TS::field;
221 %newobject MEDCoupling::MEDFileIntField1TS::getFieldAtLevel;
222 %newobject MEDCoupling::MEDFileIntField1TS::getFieldAtTopLevel;
223 %newobject MEDCoupling::MEDFileIntField1TS::getFieldOnMeshAtLevel;
224 %newobject MEDCoupling::MEDFileIntField1TS::getFieldAtLevelOld;
225 %newobject MEDCoupling::MEDFileIntField1TS::getUndergroundDataArray;
226 %newobject MEDCoupling::MEDFileIntField1TS::convertToDouble;
227
228 %newobject MEDCoupling::MEDFileFloatField1TS::New;
229 %newobject MEDCoupling::MEDFileFloatField1TS::field;
230 %newobject MEDCoupling::MEDFileFloatField1TS::getFieldAtLevel;
231 %newobject MEDCoupling::MEDFileFloatField1TS::getFieldAtTopLevel;
232 %newobject MEDCoupling::MEDFileFloatField1TS::getFieldOnMeshAtLevel;
233 %newobject MEDCoupling::MEDFileFloatField1TS::getFieldAtLevelOld;
234 %newobject MEDCoupling::MEDFileFloatField1TS::getUndergroundDataArray;
235 %newobject MEDCoupling::MEDFileFloatField1TS::convertToDouble;
236
237 %newobject MEDCoupling::MEDFileData::New;
238 %newobject MEDCoupling::MEDFileData::deepCopy;
239 %newobject MEDCoupling::MEDFileData::getMeshes;
240 %newobject MEDCoupling::MEDFileData::getFields;
241 %newobject MEDCoupling::MEDFileData::getParams;
242 %newobject MEDCoupling::MEDFileData::Aggregate;
243
244 %newobject MEDCoupling::MEDFileEntities::BuildFrom;
245
246 %newobject MEDCoupling::MEDFileParameterDouble1TS::New;
247 %newobject MEDCoupling::MEDFileParameterDouble1TS::deepCopy;
248 %newobject MEDCoupling::MEDFileParameterMultiTS::New;
249 %newobject MEDCoupling::MEDFileParameterMultiTS::deepCopy;
250 %newobject MEDCoupling::MEDFileParameterMultiTS::getTimeStepAtPos;
251 %newobject MEDCoupling::MEDFileParameterMultiTS::__getitem__;
252 %newobject MEDCoupling::MEDFileParameters::New;
253 %newobject MEDCoupling::MEDFileParameters::deepCopy;
254 %newobject MEDCoupling::MEDFileParameters::getParamAtPos;
255 %newobject MEDCoupling::MEDFileParameters::getParamWithName;
256 %newobject MEDCoupling::MEDFileParameters::__getitem__;
257
258 %newobject MEDCoupling::MEDFileJointCorrespondence::New;
259 %newobject MEDCoupling::MEDFileJointCorrespondence::deepCopy;
260 %newobject MEDCoupling::MEDFileJointCorrespondence::shallowCpy;
261 %newobject MEDCoupling::MEDFileJointCorrespondence::getCorrespondence;
262 %newobject MEDCoupling::MEDFileJointOneStep::New;
263 %newobject MEDCoupling::MEDFileJointOneStep::deepCopy;
264 %newobject MEDCoupling::MEDFileJointOneStep::shallowCpy;
265 %newobject MEDCoupling::MEDFileJointOneStep::getCorrespondenceAtPos;
266 %newobject MEDCoupling::MEDFileJointOneStep::__getitem__;
267 %newobject MEDCoupling::MEDFileJoint::New;
268 %newobject MEDCoupling::MEDFileJoint::deepCopy;
269 %newobject MEDCoupling::MEDFileJoint::shallowCpy;
270 %newobject MEDCoupling::MEDFileJoint::getStepAtPos;
271 %newobject MEDCoupling::MEDFileJoint::__getitem__;
272 %newobject MEDCoupling::MEDFileJoints::New;
273 %newobject MEDCoupling::MEDFileJoints::deepCopy;
274 %newobject MEDCoupling::MEDFileJoints::getJointAtPos;
275 %newobject MEDCoupling::MEDFileJoints::getJointWithName;
276 %newobject MEDCoupling::MEDFileJoints::__getitem__;
277 %newobject MEDCoupling::MEDFileEquivalences::getEquivalence;
278 %newobject MEDCoupling::MEDFileEquivalences::getEquivalenceWithName;
279 %newobject MEDCoupling::MEDFileEquivalences::appendEmptyEquivalenceWithName;
280 %newobject MEDCoupling::MEDFileEquivalencePair::initCell;
281 %newobject MEDCoupling::MEDFileEquivalencePair::initNode;
282 %newobject MEDCoupling::MEDFileEquivalencePair::getCell;
283 %newobject MEDCoupling::MEDFileEquivalencePair::getNode;
284 %newobject MEDCoupling::MEDFileEquivalenceData::getArray;
285 %newobject MEDCoupling::MEDFileEquivalenceCell::getArray;
286
287 %newobject MEDCoupling::SauvWriter::New;
288 %newobject MEDCoupling::SauvReader::New;
289 %newobject MEDCoupling::SauvReader::loadInMEDFileDS;
290
291 %newobject MEDCoupling::MEDFileMeshStruct::New;
292 %newobject MEDCoupling::MEDMeshMultiLev::prepare;
293 %newobject MEDCoupling::MEDMeshMultiLev::buildDataArray;
294 %newobject MEDCoupling::MEDMeshMultiLev::retrieveGlobalNodeIdsIfAny;
295 %newobject MEDCoupling::MEDFileFastCellSupportComparator::New;
296 %newobject MEDCoupling::MEDFileFastCellSupportComparator::buildFromScratchDataSetSupport;
297
298 %feature("unref") MEDFileMesh "$this->decrRef();"
299 %feature("unref") MEDFileUMesh "$this->decrRef();"
300 %feature("unref") MEDFileCMesh "$this->decrRef();"
301 %feature("unref") MEDFileMeshMultiTS "$this->decrRef();"
302 %feature("unref") MEDFileMeshes "$this->decrRef();"
303 %feature("unref") MEDFileFieldLoc "$this->decrRef();"
304 %feature("unref") MEDFileAnyTypeField1TS "$this->decrRef();"
305 %feature("unref") MEDFileField1TS "$this->decrRef();"
306 %feature("unref") MEDFileIntField1TS "$this->decrRef();"
307 %feature("unref") MEDFileFloatField1TS "$this->decrRef();"
308 %feature("unref") MEDFileAnyTypeFieldMultiTS "$this->decrRef();"
309 %feature("unref") MEDFileFieldMultiTS "$this->decrRef();"
310 %feature("unref") MEDFileIntFieldMultiTS "$this->decrRef();"
311 %feature("unref") MEDFileFloatFieldMultiTS "$this->decrRef();"
312 %feature("unref") MEDFileMeshSupports "$this->decrRef();"
313 %feature("unref") MEDFileStructureElements "$this->decrRef();"
314 %feature("unref") MEDFileFields "$this->decrRef();"
315 %feature("unref") MEDFileParameter1TS "$this->decrRef();"
316 %feature("unref") MEDFileParameterDouble1TSWTI "$this->decrRef();"
317 %feature("unref") MEDFileParameterDouble1TS "$this->decrRef();"
318 %feature("unref") MEDFileParameterMultiTS "$this->decrRef();"
319 %feature("unref") MEDFileParameters "$this->decrRef();"
320 %feature("unref") MEDFileJointCorrespondence "$this->decrRef();"
321 %feature("unref") MEDFileJointOneStep "$this->decrRef();"
322 %feature("unref") MEDFileJoint "$this->decrRef();"
323 %feature("unref") MEDFileJoints "$this->decrRef();"
324 %feature("unref") MEDFileEquivalences "$this->decrRef();"
325 %feature("unref") MEDFileEquivalencePair "$this->decrRef();"
326 %feature("unref") MEDFileEquivalenceBase "$this->decrRef();"
327 %feature("unref") MEDFileEquivalenceData "$this->decrRef();"
328 %feature("unref") MEDFileEquivalenceCell "$this->decrRef();"
329 %feature("unref") MEDFileEquivalenceNode "$this->decrRef();"
330 %feature("unref") MEDFileData "$this->decrRef();"
331 %feature("unref") SauvReader "$this->decrRef();"
332 %feature("unref") SauvWriter "$this->decrRef();"
333 %feature("unref") MEDFileFastCellSupportComparator "$this->decrRef();"
334 %feature("unref") MEDMeshMultiLev "$this->decrRef();"
335 %feature("unref") MEDUMeshMultiLev "$this->decrRef();"
336 %feature("unref") MEDCMeshMultiLev "$this->decrRef();"
337 %feature("unref") MEDCurveLinearMeshMultiLev "$this->decrRef();"
338 %feature("unref") MEDFileMeshStruct "$this->decrRef();"
339
340 namespace MEDCoupling
341 {
342   bool HasXDR();
343   std::string MEDFileVersionStr() throw(INTERP_KERNEL::Exception);
344   std::string MEDFileVersionOfFileStr(const std::string& fileName) throw(INTERP_KERNEL::Exception);
345   void SetEpsilonForNodeComp(double val) throw(INTERP_KERNEL::Exception);
346   void SetCompPolicyForCell(int val) throw(INTERP_KERNEL::Exception);
347   void SetTooLongStrPolicy(int val) throw(INTERP_KERNEL::Exception);
348   void CheckFileForRead(const std::string& fileName) throw(INTERP_KERNEL::Exception);
349   std::vector<std::string> GetMeshNames(const std::string& fileName) throw(INTERP_KERNEL::Exception);
350   std::vector<std::string> GetMeshNamesOnField(const std::string& fileName, const std::string& fieldName) throw(INTERP_KERNEL::Exception);
351   std::vector<std::string> GetMeshGroupsNames(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
352   std::vector<std::string> GetMeshFamiliesNames(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
353   std::vector<std::string> GetMeshFamiliesNamesOnGroup(const std::string& fileName, const std::string& meshName, const std::string& grpName) throw(INTERP_KERNEL::Exception);
354   std::vector<std::string> GetMeshGroupsNamesOnFamily(const std::string& fileName, const std::string& meshName, const std::string& famName) throw(INTERP_KERNEL::Exception);
355   std::vector<std::string> GetAllFieldNamesOnMesh(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
356   std::vector<std::string> GetAllFieldNames(const std::string& fileName) throw(INTERP_KERNEL::Exception);
357   std::vector<std::string> GetFieldNamesOnMesh(MEDCoupling::TypeOfField type, const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
358   std::vector<std::string> GetCellFieldNamesOnMesh(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
359   std::vector<std::string> GetNodeFieldNamesOnMesh(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
360   double GetTimeAttachedOnFieldIteration(const std::string& fileName, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
361   void AssignStaticWritePropertiesTo(MEDCoupling::MEDFileWritable& obj) throw(INTERP_KERNEL::Exception);
362   MEDCoupling::MEDCouplingMesh *ReadMeshFromFile(const std::string& fileName, const std::string& meshName, int meshDimRelToMax=0) throw(INTERP_KERNEL::Exception);
363   MEDCoupling::MEDCouplingMesh *ReadMeshFromFile(const std::string& fileName, int meshDimRelToMax=0) throw(INTERP_KERNEL::Exception);
364   MEDCoupling::MEDCouplingUMesh *ReadUMeshFromFile(const std::string& fileName, const std::string& meshName, int meshDimRelToMax=0) throw(INTERP_KERNEL::Exception);
365   MEDCoupling::MEDCouplingUMesh *ReadUMeshFromFile(const std::string& fileName, int meshDimRelToMax=0) throw(INTERP_KERNEL::Exception);
366   int ReadUMeshDimFromFile(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
367   MEDCoupling::MEDCouplingFieldDouble *ReadFieldCell(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
368   MEDCoupling::MEDCouplingFieldDouble *ReadFieldNode(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
369   MEDCoupling::MEDCouplingFieldDouble *ReadFieldGauss(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
370   MEDCoupling::MEDCouplingFieldDouble *ReadFieldGaussNE(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception);
371   void WriteMesh(const std::string& fileName, const MEDCoupling::MEDCouplingMesh *mesh, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
372   void WriteUMesh(const std::string& fileName, const MEDCoupling::MEDCouplingUMesh *mesh, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
373   void WriteUMeshDep(const std::string& fileName, const MEDCoupling::MEDCouplingUMesh *mesh, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
374   void WriteField(const std::string& fileName, const MEDCoupling::MEDCouplingField *f, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
375   void WriteFieldDep(const std::string& fileName, const MEDCoupling::MEDCouplingField *f, bool writeFromScratch) throw(INTERP_KERNEL::Exception);
376   void WriteFieldUsingAlreadyWrittenMesh(const std::string& fileName, const MEDCoupling::MEDCouplingField *f) throw(INTERP_KERNEL::Exception);
377 }
378
379 %rename (MEDFileVersion) MEDFileVersionSwig;
380 %rename (GetFieldIterations) GetFieldIterationsSwig;
381 %rename (GetAllFieldIterations) GetAllFieldIterationsSwig;
382 %rename (GetCellFieldIterations) GetCellFieldIterationsSwig;
383 %rename (GetNodeFieldIterations) GetNodeFieldIterationsSwig;
384 %rename (GetComponentsNamesOfField) GetComponentsNamesOfFieldSwig;
385 %rename (GetUMeshGlobalInfo) GetUMeshGlobalInfoSwig;
386 %rename (ReadFieldsOnSameMesh) ReadFieldsOnSameMeshSwig;
387 %rename (WriteUMeshesPartition) WriteUMeshesPartitionSwig;
388 %rename (WriteUMeshesPartitionDep) WriteUMeshesPartitionDepSwig;
389 %rename (WriteUMeshes) WriteUMeshesSwig;
390 %rename (GetTypesOfField) GetTypesOfFieldSwig;
391 %rename (ReadUMeshFromGroups) ReadUMeshFromGroupsSwig;
392 %rename (ReadUMeshFromFamilies) ReadUMeshFromFamiliesSwig;
393 %rename (ReadField) ReadFieldSwig;
394
395 %inline
396 {
397   PyObject *MEDFileVersionSwig() throw(INTERP_KERNEL::Exception)
398   {
399     int major,minor,release;
400     MEDCoupling::MEDFileVersion(major,minor,release);
401     PyObject *ret(PyTuple_New(3));
402     PyTuple_SetItem(ret,0,SWIG_From_int(major));
403     PyTuple_SetItem(ret,1,SWIG_From_int(minor));
404     PyTuple_SetItem(ret,2,SWIG_From_int(release));
405     return ret;
406   }
407
408   MEDCoupling::MEDCouplingField *ReadFieldSwig(const std::string& fileName) throw(INTERP_KERNEL::Exception)
409   {
410     MCAuto<MEDCoupling::MEDCouplingField> ret(MEDCoupling::ReadField(fileName));
411     return ret.retn();
412   }
413
414   MEDCoupling::MEDCouplingField *ReadFieldSwig(const std::string& fileName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
415   {
416     MCAuto<MEDCoupling::MEDCouplingField> ret(MEDCoupling::ReadField(fileName,fieldName));
417     return ret.retn();
418   }
419   
420   MEDCoupling::MEDCouplingField *ReadFieldSwig(const std::string& fileName, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception)
421   {
422     MCAuto<MEDCoupling::MEDCouplingField> ret(MEDCoupling::ReadField(fileName,fieldName,iteration,order));
423     return ret.retn();
424   }
425   
426   MEDCoupling::MEDCouplingFieldDouble *ReadFieldSwig(MEDCoupling::TypeOfField type, const std::string& fileName, const std::string& meshName, int meshDimRelToMax, const std::string& fieldName, int iteration, int order) throw(INTERP_KERNEL::Exception)
427   {
428     MCAuto<MEDCoupling::MEDCouplingFieldDouble> ret(MEDCoupling::ReadField(type,fileName,meshName,meshDimRelToMax,fieldName,iteration,order));
429     return ret.retn();
430   }
431
432   PyObject *GetFieldIterationsSwig(MEDCoupling::TypeOfField type, const std::string& fileName, const std::string& meshName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
433   {
434     std::vector< std::pair<int,int> > res=MEDCoupling::GetFieldIterations(type,fileName,meshName,fieldName);
435     PyObject *ret=PyList_New(res.size());
436     int rk=0;
437     for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
438       {
439         PyObject *elt=PyTuple_New(2);
440         PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
441         PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
442         PyList_SetItem(ret,rk,elt);
443       }
444     return ret;
445   }
446   
447   PyObject *GetAllFieldIterationsSwig(const std::string& fileName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
448     {
449       std::vector< std::pair< std::pair<int,int>, double> > res=MEDCoupling::GetAllFieldIterations(fileName,fieldName);
450       PyObject *ret=PyList_New(res.size());
451       int rk=0;
452       for(std::vector< std::pair< std::pair<int,int>, double> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
453         {
454           PyObject *elt=PyTuple_New(3);
455           PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first.first));
456           PyTuple_SetItem(elt,1,SWIG_From_int((*iter).first.second));
457           PyTuple_SetItem(elt,2,SWIG_From_double((*iter).second));
458           PyList_SetItem(ret,rk,elt);
459         }
460       return ret;
461     }
462   
463   PyObject *GetCellFieldIterationsSwig(const std::string& fileName, const std::string& meshName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
464     {
465       std::vector< std::pair<int,int> > res=MEDCoupling::GetCellFieldIterations(fileName,meshName,fieldName);
466       PyObject *ret=PyList_New(res.size());
467       int rk=0;
468       for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
469         {
470           PyObject *elt=PyTuple_New(2);
471           PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
472           PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
473           PyList_SetItem(ret,rk,elt);
474         }
475       return ret;
476     }
477
478   PyObject *GetNodeFieldIterationsSwig(const std::string& fileName, const std::string& meshName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
479     {
480       std::vector< std::pair<int,int> > res=MEDCoupling::GetNodeFieldIterations(fileName,meshName,fieldName);
481       PyObject *ret=PyList_New(res.size());
482       int rk=0;
483       for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
484         {
485           PyObject *elt=PyTuple_New(2);
486           PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
487           PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
488           PyList_SetItem(ret,rk,elt);
489         }
490       return ret;
491     }
492
493   PyObject *GetComponentsNamesOfFieldSwig(const std::string& fileName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
494     {
495       std::vector< std::pair<std::string,std::string> > res=MEDCoupling::GetComponentsNamesOfField(fileName,fieldName);
496       PyObject *ret=PyList_New(res.size());
497       int rk=0;
498       for(std::vector< std::pair<std::string,std::string> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
499         {
500           PyObject *elt=PyTuple_New(2);
501           PyTuple_SetItem(elt,0,PyString_FromString((*iter).first.c_str()));
502           PyTuple_SetItem(elt,1,PyString_FromString((*iter).second.c_str()));
503           PyList_SetItem(ret,rk,elt);
504         }
505       return ret;
506     }
507
508   PyObject *GetUMeshGlobalInfoSwig(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception)
509     {
510       int meshDim,spaceDim,numberOfNodes;
511       std::vector< std::vector< std::pair<INTERP_KERNEL::NormalizedCellType,int> > > res=MEDCoupling::GetUMeshGlobalInfo(fileName,meshName,meshDim,spaceDim,numberOfNodes);
512       PyObject *ret=PyTuple_New(4);
513       PyObject *elt0=PyList_New(res.size());
514       int i=0;
515       for(std::vector< std::vector< std::pair<INTERP_KERNEL::NormalizedCellType,int> > >::const_iterator it=res.begin();it!=res.end();it++,i++)
516         {
517           const std::vector< std::pair<INTERP_KERNEL::NormalizedCellType,int> >&obj2=(*it);
518           int j=0;
519           PyObject *elt1=PyList_New(obj2.size());
520           for(std::vector< std::pair<INTERP_KERNEL::NormalizedCellType,int> >::const_iterator it2=obj2.begin();it2!=obj2.end();it2++,j++)
521             {
522               PyObject *elt2=PyTuple_New(2);
523               PyTuple_SetItem(elt2,0,SWIG_From_int((int)(*it2).first));
524               PyTuple_SetItem(elt2,1,SWIG_From_int((*it2).second));
525               PyList_SetItem(elt1,j,elt2);
526             }
527           PyList_SetItem(elt0,i,elt1);
528         }
529       PyTuple_SetItem(ret,0,elt0);
530       PyTuple_SetItem(ret,1,SWIG_From_int(meshDim));
531       PyTuple_SetItem(ret,2,SWIG_From_int(spaceDim));
532       PyTuple_SetItem(ret,3,SWIG_From_int(numberOfNodes));
533       return ret;
534     }
535   
536   PyObject *ReadFieldsOnSameMeshSwig(MEDCoupling::TypeOfField type, const std::string& fileName, const std::string& meshName, int meshDimRelToMax,
537                                      const std::string& fieldName, PyObject *liIts) throw(INTERP_KERNEL::Exception)
538     {
539       std::vector<std::pair<int,int> > its=convertTimePairIdsFromPy(liIts);
540       std::vector<MEDCoupling::MEDCouplingFieldDouble *> res=MEDCoupling::ReadFieldsOnSameMesh(type,fileName,meshName,meshDimRelToMax,fieldName,its);
541       return convertFieldDoubleVecToPy(res);
542     }
543   
544   void WriteUMeshesPartitionSwig(const std::string& fileName, const std::string& meshName, PyObject *li, bool writeFromScratch) throw(INTERP_KERNEL::Exception)
545   {
546     std::vector<const MEDCoupling::MEDCouplingUMesh *> v;
547     convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",v);
548     MEDCoupling::WriteUMeshesPartition(fileName,meshName,v,writeFromScratch);
549   }
550   
551   void WriteUMeshesPartitionDepSwig(const std::string& fileName, const std::string& meshName, PyObject *li, bool writeFromScratch) throw(INTERP_KERNEL::Exception)
552   {
553     std::vector<const MEDCoupling::MEDCouplingUMesh *> v;
554     convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",v);
555     MEDCoupling::WriteUMeshesPartitionDep(fileName,meshName,v,writeFromScratch);
556   }
557   
558   void WriteUMeshesSwig(const std::string& fileName, PyObject *li, bool writeFromScratch) throw(INTERP_KERNEL::Exception)
559   {
560     std::vector<const MEDCoupling::MEDCouplingUMesh *> v;
561     convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",v);
562     MEDCoupling::WriteUMeshes(fileName,v,writeFromScratch);
563   }
564   
565   PyObject *GetTypesOfFieldSwig(const std::string& fileName, const std::string& meshName, const std::string& fieldName) throw(INTERP_KERNEL::Exception)
566     {
567       std::vector< MEDCoupling::TypeOfField > v=MEDCoupling::GetTypesOfField(fileName,meshName,fieldName);
568       int size=v.size();
569       PyObject *ret=PyList_New(size);
570       for(int i=0;i<size;i++)
571         PyList_SetItem(ret,i,PyInt_FromLong((int)v[i]));
572       return ret;
573     }
574   
575   MEDCoupling::MEDCouplingUMesh *ReadUMeshFromGroupsSwig(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, PyObject *li) throw(INTERP_KERNEL::Exception)
576     {
577       std::vector<std::string> grps;
578       converPyListToVecString(li,grps);
579       return MEDCoupling::ReadUMeshFromGroups(fileName,meshName,meshDimRelToMax,grps);
580     }
581
582   MEDCoupling::MEDCouplingUMesh *ReadUMeshFromFamiliesSwig(const std::string& fileName, const std::string& meshName, int meshDimRelToMax, PyObject *li) throw(INTERP_KERNEL::Exception)
583     {
584       std::vector<std::string> fams;
585       converPyListToVecString(li,fams);
586       return MEDCoupling::ReadUMeshFromFamilies(fileName,meshName,meshDimRelToMax,fams);
587     }
588 }
589
590 namespace MEDCoupling
591 {
592   class MEDFileWritable
593   {
594   public:
595     void copyOptionsFrom(const MEDFileWritable& other) const;
596     int getTooLongStrPolicy() const throw(INTERP_KERNEL::Exception);
597     void setTooLongStrPolicy(int newVal) throw(INTERP_KERNEL::Exception);
598     int getZipConnPolicy() throw(INTERP_KERNEL::Exception);
599     void setZipConnPolicy(int newVal) throw(INTERP_KERNEL::Exception);
600   };
601   
602   class MEDFileWritableStandAlone : public MEDFileWritable
603   {
604   public:
605     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
606     void write30(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
607     %extend
608        {
609          DataArrayByte *serialize() const throw(INTERP_KERNEL::Exception)
610          {
611            MCAuto<DataArrayByte> ret(self->serialize());
612            return ret.retn();
613          }
614
615          PyObject *__getstate__() throw(INTERP_KERNEL::Exception)
616          {
617            PyObject *ret(PyList_New(0));
618            return ret;
619          }
620
621          void __setstate__(PyObject *inp) throw(INTERP_KERNEL::Exception)
622          {
623          }
624        }
625   };
626   
627   class MEDFileMeshReadSelector
628   {
629   public:
630     MEDFileMeshReadSelector();
631     MEDFileMeshReadSelector(unsigned int code);
632     unsigned int getCode() const;
633     void setCode(unsigned int newCode);
634     bool isCellFamilyFieldReading() const;
635     bool isNodeFamilyFieldReading() const;
636     bool isCellNameFieldReading() const;
637     bool isNodeNameFieldReading() const;
638     bool isCellNumFieldReading() const;
639     bool isNodeNumFieldReading() const;
640     bool isGlobalNodeNumFieldReading() const;
641     void setCellFamilyFieldReading(bool b);
642     void setNodeFamilyFieldReading(bool b);
643     void setCellNameFieldReading(bool b);
644     void setNodeNameFieldReading(bool b);
645     void setCellNumFieldReading(bool b);
646     void setNodeNumFieldReading(bool b);
647     void setGlobalNodeNumFieldReading(bool b);
648     %extend
649     {
650       std::string __str__() const throw(INTERP_KERNEL::Exception)
651       {
652         std::ostringstream oss;
653         self->reprAll(oss);
654         return oss.str();
655       }
656       
657       std::string __repr__() const throw(INTERP_KERNEL::Exception)
658       {
659         std::ostringstream oss; oss << "MEDFileMeshReadSelector C++ instance at " << self << " (with code=" << self->getCode() << ").";
660         return oss.str();
661       }
662     }
663   };
664
665   class MEDFileJointCorrespondence : public RefCountObject, public MEDFileWritable
666   {
667   public:
668     static MEDFileJointCorrespondence *New() throw(INTERP_KERNEL::Exception);
669     static MEDFileJointCorrespondence *New(DataArrayInt* correspondence) // nodes
670       throw(INTERP_KERNEL::Exception);
671     static MEDFileJointCorrespondence *New(DataArrayInt* correspondence,  // cells
672                                            INTERP_KERNEL::NormalizedCellType loc_geo_type,
673                                            INTERP_KERNEL::NormalizedCellType rem_geo_type)
674       throw(INTERP_KERNEL::Exception);
675     std::vector<const BigMemoryObject *> getDirectChildrenWithNull() const;
676     MEDFileJointCorrespondence *deepCopy() const;
677     MEDFileJointCorrespondence *shallowCpy() const;
678     void setIsNodal(bool isNodal);
679     bool getIsNodal() const;
680     bool isEqual(const MEDFileJointCorrespondence *other) const;
681     void setLocalGeometryType(INTERP_KERNEL::NormalizedCellType type);
682     INTERP_KERNEL::NormalizedCellType getLocalGeometryType() const;
683     void setRemoteGeometryType(INTERP_KERNEL::NormalizedCellType type);
684     INTERP_KERNEL::NormalizedCellType getRemoteGeometryType() const;
685     void setCorrespondence(DataArrayInt *corr) throw(INTERP_KERNEL::Exception);
686     void write(const std::string& fileName, int mode, const std::string& localMeshName, const std::string& jointName, int order, int iteration) const throw(INTERP_KERNEL::Exception);
687     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
688     %extend
689     {
690       MEDFileJointCorrespondence()
691       {
692         return MEDFileJointCorrespondence::New();
693       }
694       MEDFileJointCorrespondence(DataArrayInt* correspondence) throw(INTERP_KERNEL::Exception)
695       {
696         return MEDFileJointCorrespondence::New(correspondence);
697       }
698       MEDFileJointCorrespondence(DataArrayInt* correspondence,  // cells
699                                  INTERP_KERNEL::NormalizedCellType loc_geo_type,
700                                  INTERP_KERNEL::NormalizedCellType rem_geo_type) throw(INTERP_KERNEL::Exception)
701       {
702         return MEDFileJointCorrespondence::New(correspondence, loc_geo_type, rem_geo_type);
703       }
704
705       std::string __str__() const throw(INTERP_KERNEL::Exception)
706       {
707         return self->simpleRepr();
708       }
709       
710       DataArrayInt *getCorrespondence() const throw(INTERP_KERNEL::Exception)
711       {
712         const DataArrayInt *ret(self->getCorrespondence());
713         if(ret)
714           ret->incrRef();
715         return const_cast<DataArrayInt *>(ret);
716       }
717     }
718   };
719
720   class MEDFileJointOneStep : public RefCountObject, public MEDFileWritable
721   {
722   public:
723     static MEDFileJointOneStep *New(int dt=-1, int it=-1) throw(INTERP_KERNEL::Exception);
724     static MEDFileJointOneStep *New(const std::string& fileName, const std::string& mName, const std::string& jointName, int number=1) throw(INTERP_KERNEL::Exception);
725     MEDFileJointOneStep *deepCopy() const;
726     MEDFileJointOneStep *shallowCpy() const;
727     bool isEqual(const MEDFileJointOneStep *other) const;
728     void setOrder(int order);
729     int getOrder() const;
730     void setIteration(int it);
731     int getIteration() const;
732     void pushCorrespondence(MEDFileJointCorrespondence* correspondence);
733     int getNumberOfCorrespondences() const;
734     void write(const std::string& fileName, int mode, const std::string& localMeshName, const std::string& jointName) const throw(INTERP_KERNEL::Exception);
735     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
736     %extend
737     {
738       MEDFileJointOneStep()
739       {
740         return MEDFileJointOneStep::New();
741       }
742
743       MEDFileJointOneStep(const std::string& fileName, const std::string& mName, const std::string& jointName, int number) throw(INTERP_KERNEL::Exception)
744       {
745         return MEDFileJointOneStep::New(fileName,mName,jointName,number);
746       }
747
748       std::string __str__() const throw(INTERP_KERNEL::Exception)
749       {
750         return self->simpleRepr();
751       }
752       
753       MEDFileJointCorrespondence *getCorrespondenceAtPos(int i) const throw(INTERP_KERNEL::Exception)
754       {
755         MEDFileJointCorrespondence *ret(self->getCorrespondenceAtPos(i));
756         if(ret)
757           ret->incrRef();
758         return ret;
759       }
760
761       MEDFileJointCorrespondence *__getitem__(int i) const throw(INTERP_KERNEL::Exception)
762       {
763         return MEDCoupling_MEDFileJointOneStep_getCorrespondenceAtPos(self,i);
764       }
765     }
766   };
767
768   class MEDFileJoint : public RefCountObject, public MEDFileWritableStandAlone
769   {
770   public:
771     static MEDFileJoint *New() throw(INTERP_KERNEL::Exception);
772     static MEDFileJoint *New(const std::string& fileName, const std::string& mName, int num) throw(INTERP_KERNEL::Exception);
773     static MEDFileJoint *New(const std::string& jointName, const std::string& locMeshName, const std::string& remoteMeshName, int remoteMeshNum) throw(INTERP_KERNEL::Exception);
774     MEDFileJoint *deepCopy() const;
775     MEDFileJoint *shallowCpy() const;
776     bool isEqual(const MEDFileJoint *other) const;
777     void setLocalMeshName(const std::string& name);
778     std::string getLocalMeshName() const;
779     void setRemoteMeshName(const std::string& name);
780     std::string getRemoteMeshName() const;
781     void setDescription(const std::string& name);
782     std::string getDescription() const;
783     void setJointName(const std::string& name);
784     std::string getJointName() const;
785     bool changeJointNames(const std::vector< std::pair<std::string,std::string> >& modifTab) throw(INTERP_KERNEL::Exception);
786     void setDomainNumber(const int& number);
787     int getDomainNumber() const;
788     void pushStep(MEDFileJointOneStep* step);
789     int getNumberOfSteps() const;
790     std::string simpleRepr() const;
791     %extend
792     {
793       MEDFileJoint()
794       {
795         return MEDFileJoint::New();
796       }
797       
798       MEDFileJoint(const std::string& fileName, const std::string& mName, int num) throw(INTERP_KERNEL::Exception)
799       {
800         return MEDFileJoint::New(fileName,mName,num);
801       }
802
803       MEDFileJoint(const std::string& jointName, const std::string& locMeshName, const std::string& remoteMeshName, int remoteMeshNum) throw(INTERP_KERNEL::Exception)
804       {
805         return MEDFileJoint::New(jointName,locMeshName,remoteMeshName,remoteMeshNum);
806       }
807
808       std::string __str__() const throw(INTERP_KERNEL::Exception)
809       {
810         return self->simpleRepr();
811       }
812       
813       MEDFileJointOneStep *getStepAtPos(int i) const throw(INTERP_KERNEL::Exception)
814       {
815         MEDFileJointOneStep *ret(self->getStepAtPos(i));
816         if(ret)
817           ret->incrRef();
818         return ret;
819       }
820
821       MEDFileJointOneStep *__getitem__(int i) throw(INTERP_KERNEL::Exception)
822       {
823         return MEDCoupling_MEDFileJoint_getStepAtPos(self,i);
824       }
825     }
826   };
827
828   class MEDFileJoints : public RefCountObject, public MEDFileWritableStandAlone
829   {
830   public:
831     static MEDFileJoints *New() throw(INTERP_KERNEL::Exception);
832     static MEDFileJoints *New(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception);
833     MEDFileJoints *deepCopy() const;
834     std::string simpleRepr() const;
835     std::string getMeshName() const;
836     int getNumberOfJoints() const;
837     std::vector<std::string> getJointsNames() const;
838     bool changeJointNames(const std::vector< std::pair<std::string,std::string> >& modifTab) throw(INTERP_KERNEL::Exception);
839     void resize(int newSize) throw(INTERP_KERNEL::Exception);
840     void pushJoint(MEDFileJoint *joint);
841     void setJointAtPos(int i, MEDFileJoint *joint) throw(INTERP_KERNEL::Exception);
842     void destroyJointAtPos(int i) throw(INTERP_KERNEL::Exception);
843     %extend
844     {
845       MEDFileJoints()
846       {
847         return MEDFileJoints::New();
848       }
849       
850       MEDFileJoints(const std::string& fileName, const std::string& meshName) throw(INTERP_KERNEL::Exception)
851       {
852         return MEDFileJoints::New(fileName,meshName);
853       }
854
855       std::string __str__() const throw(INTERP_KERNEL::Exception)
856       {
857         return self->simpleRepr();
858       }
859
860       MEDFileJoint *__getitem__(PyObject *obj) throw(INTERP_KERNEL::Exception)
861       {
862         static const char msg[]="MEDFileJoints::__getitem__ : only integer or string with meshname supported !";
863         if(PyInt_Check(obj))
864           {
865             MEDFileJoint *ret=self->getJointAtPos(InterpreteNegativeInt((int)PyInt_AS_LONG(obj),self->getNumberOfJoints()));
866             if(ret)
867               ret->incrRef();
868             return ret;
869           }
870         MEDFileJoint *ret(self->getJointWithName(convertPyObjectToStr(obj,msg)));
871         if(ret)
872           ret->incrRef();
873         return ret;
874       }
875
876       int __len__() const throw(INTERP_KERNEL::Exception)
877       {
878         return self->getNumberOfJoints();
879       }
880
881       MEDFileJoint *getJointAtPos(int i) const throw(INTERP_KERNEL::Exception)
882       {
883         MEDFileJoint *ret=self->getJointAtPos(i);
884         if(ret)
885           ret->incrRef();
886         return ret;
887       }
888
889       MEDFileJoint *getJointWithName(const std::string& paramName) const throw(INTERP_KERNEL::Exception)
890       {
891         MEDFileJoint *ret=self->getJointWithName(paramName);
892         if(ret)
893           ret->incrRef();
894         return ret;
895       }
896     }
897   };
898   
899   class MEDFileEquivalenceBase : public RefCountObject, public MEDFileWritableStandAlone
900   {
901   private:
902     MEDFileEquivalenceBase();
903   };
904
905   class MEDFileEquivalenceData : public MEDFileEquivalenceBase
906   {
907   private:
908     MEDFileEquivalenceData();
909   public:
910     void setArray(DataArrayInt *data);
911     %extend
912     {
913       DataArrayInt *getArray()
914       {
915         DataArrayInt *ret(self->getArray());
916         if(ret) ret->incrRef();
917         return ret;
918       }
919     }
920   };
921
922   class MEDFileEquivalenceNode : public MEDFileEquivalenceData
923   {
924   private:
925     MEDFileEquivalenceNode();
926   };
927
928   class MEDFileEquivalenceCell : public MEDFileEquivalenceBase
929   {
930   private:
931     MEDFileEquivalenceCell();
932   public:
933     void clear();
934     std::size_t size() const;
935     void setArray(int meshDimRelToMax, DataArrayInt *da) throw(INTERP_KERNEL::Exception);
936     void setArrayForType(INTERP_KERNEL::NormalizedCellType type, DataArrayInt *da) throw(INTERP_KERNEL::Exception);
937     %extend
938     {
939       DataArrayInt *getArray(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception)
940       {
941         DataArrayInt *ret(self->getArray(type));
942         if(ret) ret->incrRef();
943         return ret;
944       }
945       
946       PyObject *getTypes() const throw(INTERP_KERNEL::Exception)
947       {
948         std::vector<INTERP_KERNEL::NormalizedCellType> result(self->getTypes());
949         std::vector<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
950         PyObject *res=PyList_New(result.size());
951         for(int i=0;iL!=result.end(); i++, iL++)
952           PyList_SetItem(res,i,PyInt_FromLong(*iL));
953         return res;
954       }
955     }
956   };
957
958   class MEDFileEquivalencePair : public RefCountObject, public MEDFileWritableStandAlone
959   {
960   private:
961     MEDFileEquivalencePair();
962   public:
963     std::string getName() const;
964     void setName(const std::string& name);
965     std::string getDescription() const;
966     void setDescription(const std::string& descr);
967     void setArray(int meshDimRelToMaxExt, DataArrayInt *da);;
968     %extend
969     {
970       MEDFileEquivalenceCell *initCell()
971       {
972         MEDFileEquivalenceCell *ret(self->initCell());
973         if(ret) ret->incrRef();
974         return ret;
975       }
976
977       MEDFileEquivalenceNode *initNode()
978       {
979         MEDFileEquivalenceNode *ret(self->initNode());
980         if(ret) ret->incrRef();
981         return ret;
982       }
983       
984       MEDFileEquivalenceCell *getCell()
985       {
986         MEDFileEquivalenceCell *ret(self->getCell());
987         if(ret) ret->incrRef();
988         return ret;
989       }
990       
991       MEDFileEquivalenceNode *getNode()
992       {
993         MEDFileEquivalenceNode *ret(self->getNode());
994         if(ret) ret->incrRef();
995         return ret;
996       }
997     }
998   };
999   
1000   class MEDFileEquivalences : public RefCountObject, public MEDFileWritableStandAlone
1001   {
1002   private:
1003     MEDFileEquivalences();
1004   public:
1005     int size() const;
1006     std::vector<std::string> getEquivalenceNames() const throw(INTERP_KERNEL::Exception);
1007     void killEquivalenceWithName(const std::string& name) throw(INTERP_KERNEL::Exception);
1008     void killEquivalenceAt(int i) throw(INTERP_KERNEL::Exception);
1009     void clear();
1010     %extend
1011     {
1012       MEDFileEquivalencePair *getEquivalence(int i) throw(INTERP_KERNEL::Exception)
1013       {
1014         MEDFileEquivalencePair *ret(self->getEquivalence(i));
1015         if(ret) ret->incrRef();
1016         return ret;
1017       }
1018       MEDFileEquivalencePair *getEquivalenceWithName(const std::string& name) throw(INTERP_KERNEL::Exception)
1019       {
1020         MEDFileEquivalencePair *ret(self->getEquivalenceWithName(name));
1021         if(ret) ret->incrRef();
1022         return ret;
1023       }
1024
1025       MEDFileEquivalencePair *appendEmptyEquivalenceWithName(const std::string& name) throw(INTERP_KERNEL::Exception)
1026       {
1027         MEDFileEquivalencePair *ret(self->appendEmptyEquivalenceWithName(name));
1028         if(ret) ret->incrRef();
1029         return ret;
1030       }
1031     }
1032   };
1033
1034   class MEDFileMesh : public RefCountObject, public MEDFileWritableStandAlone
1035   {
1036   public:
1037     static MEDFileMesh *New(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
1038     static MEDFileMesh *New(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
1039     static MEDFileMesh *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
1040     virtual MEDFileMesh *createNewEmpty() const throw(INTERP_KERNEL::Exception);
1041     virtual MEDFileMesh *deepCopy() const throw(INTERP_KERNEL::Exception);
1042     virtual MEDFileMesh *shallowCpy() const throw(INTERP_KERNEL::Exception);
1043     virtual void clearNonDiscrAttributes() const throw(INTERP_KERNEL::Exception);
1044     void setName(const std::string& name);
1045     std::string getName();
1046     std::string getUnivName() const;
1047     bool getUnivNameWrStatus() const;
1048     void setUnivNameWrStatus(bool newStatus);
1049     void setDescription(const std::string& name);
1050     std::string getDescription() const;
1051     void setOrder(int order);
1052     int getOrder() const;
1053     void setIteration(int it);
1054     int getIteration();
1055     void setTimeValue(double time);
1056     void setTime(int dt, int it, double time);
1057     double getTimeValue() const;
1058     void setTimeUnit(const std::string& unit);
1059     std::string getTimeUnit() const;
1060     void setAxisType(MEDCouplingAxisType at);
1061     MEDCouplingAxisType getAxisType() const;
1062     virtual int getNumberOfNodes() const throw(INTERP_KERNEL::Exception);
1063     virtual int getNumberOfCellsAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception);
1064     virtual bool hasImplicitPart() const throw(INTERP_KERNEL::Exception);
1065     virtual int buildImplicitPartIfAny(INTERP_KERNEL::NormalizedCellType gt) const throw(INTERP_KERNEL::Exception);
1066     virtual void releaseImplicitPartIfAny() const throw(INTERP_KERNEL::Exception);
1067     virtual int getNumberOfCellsWithType(INTERP_KERNEL::NormalizedCellType ct) const throw(INTERP_KERNEL::Exception);
1068     virtual std::vector<int> getFamArrNonEmptyLevelsExt() const throw(INTERP_KERNEL::Exception);
1069     virtual std::vector<int> getNumArrNonEmptyLevelsExt() const throw(INTERP_KERNEL::Exception);
1070     virtual std::vector<int> getNameArrNonEmptyLevelsExt() const throw(INTERP_KERNEL::Exception);
1071     virtual std::vector<int> getDistributionOfTypes(int meshDimRelToMax) const throw(INTERP_KERNEL::Exception);
1072     virtual MEDFileMesh *cartesianize() const throw(INTERP_KERNEL::Exception);
1073     std::vector<int> getNonEmptyLevels() const throw(INTERP_KERNEL::Exception);
1074     std::vector<int> getNonEmptyLevelsExt() const throw(INTERP_KERNEL::Exception);
1075     int getSizeAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception);
1076     //
1077     bool existsGroup(const std::string& groupName) const throw(INTERP_KERNEL::Exception);
1078     bool existsFamily(int famId) const throw(INTERP_KERNEL::Exception);
1079     bool existsFamily(const std::string& familyName) const throw(INTERP_KERNEL::Exception);
1080     void setFamilyId(const std::string& familyName, int id) throw(INTERP_KERNEL::Exception);
1081     void setFamilyIdUnique(const std::string& familyName, int id) throw(INTERP_KERNEL::Exception);
1082     void addFamily(const std::string& familyName, int id) throw(INTERP_KERNEL::Exception);
1083     void addFamilyOnGrp(const std::string& grpName, const std::string& famName) throw(INTERP_KERNEL::Exception);
1084     virtual void createGroupOnAll(int meshDimRelToMaxExt, const std::string& groupName) throw(INTERP_KERNEL::Exception);
1085     virtual bool keepFamIdsOnlyOnLevs(const std::vector<int>& famIds, const std::vector<int>& levs) throw(INTERP_KERNEL::Exception);
1086     void copyFamGrpMapsFrom(const MEDFileMesh& other) throw(INTERP_KERNEL::Exception);
1087     void clearGrpMap() throw(INTERP_KERNEL::Exception);
1088     void clearFamMap() throw(INTERP_KERNEL::Exception);
1089     void clearFamGrpMaps() throw(INTERP_KERNEL::Exception);
1090     const std::map<std::string,int>& getFamilyInfo() const throw(INTERP_KERNEL::Exception);
1091     const std::map<std::string, std::vector<std::string> >& getGroupInfo() const throw(INTERP_KERNEL::Exception);
1092     std::vector<std::string> getFamiliesOnGroup(const std::string& name) const throw(INTERP_KERNEL::Exception);
1093     std::vector<std::string> getFamiliesOnGroups(const std::vector<std::string>& grps) const throw(INTERP_KERNEL::Exception);
1094     std::vector<int> getFamiliesIdsOnGroup(const std::string& name) const throw(INTERP_KERNEL::Exception);
1095     void setFamiliesOnGroup(const std::string& name, const std::vector<std::string>& fams) throw(INTERP_KERNEL::Exception);
1096     void setFamiliesIdsOnGroup(const std::string& name, const std::vector<int>& famIds) throw(INTERP_KERNEL::Exception);
1097     std::vector<std::string> getGroupsOnFamily(const std::string& name) const throw(INTERP_KERNEL::Exception);
1098     void setGroupsOnFamily(const std::string& famName, const std::vector<std::string>& grps) throw(INTERP_KERNEL::Exception);
1099     std::vector<std::string> getGroupsNames() const throw(INTERP_KERNEL::Exception);
1100     std::vector<std::string> getFamiliesNames() const throw(INTERP_KERNEL::Exception);
1101     std::vector<std::string> getGroupsOnSpecifiedLev(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception);
1102     std::vector<int> getGrpNonEmptyLevelsExt(const std::string& grp) const throw(INTERP_KERNEL::Exception);
1103     std::vector<int> getGrpNonEmptyLevels(const std::string& grp) const throw(INTERP_KERNEL::Exception);
1104     std::vector<int> getFamsNonEmptyLevels(const std::vector<std::string>& fams) const throw(INTERP_KERNEL::Exception);
1105     std::vector<int> getFamsNonEmptyLevelsExt(const std::vector<std::string>& fams) const throw(INTERP_KERNEL::Exception);
1106     std::vector<int> getGrpsNonEmptyLevels(const std::vector<std::string>& grps) const throw(INTERP_KERNEL::Exception);
1107     std::vector<int> getGrpsNonEmptyLevelsExt(const std::vector<std::string>& grps) const throw(INTERP_KERNEL::Exception);
1108     std::vector<int> getFamNonEmptyLevels(const std::string& fam) const throw(INTERP_KERNEL::Exception);
1109     std::vector<int> getFamNonEmptyLevelsExt(const std::string& fam) const throw(INTERP_KERNEL::Exception);
1110     std::vector<std::string> getFamiliesNamesWithFilePointOfView() const throw(INTERP_KERNEL::Exception);
1111     static std::string GetMagicFamilyStr();
1112     void assignFamilyNameWithGroupName() throw(INTERP_KERNEL::Exception);
1113     std::vector<std::string> removeEmptyGroups() throw(INTERP_KERNEL::Exception);
1114     void removeGroup(const std::string& name) throw(INTERP_KERNEL::Exception);
1115     void removeFamily(const std::string& name) throw(INTERP_KERNEL::Exception);
1116     std::vector<std::string> removeOrphanGroups() throw(INTERP_KERNEL::Exception);
1117     std::vector<std::string> removeOrphanFamilies() throw(INTERP_KERNEL::Exception);
1118     void removeFamiliesReferedByNoGroups() throw(INTERP_KERNEL::Exception);
1119     void rearrangeFamilies() throw(INTERP_KERNEL::Exception);
1120     void checkOrphanFamilyZero() const throw(INTERP_KERNEL::Exception);
1121     void changeGroupName(const std::string& oldName, const std::string& newName) throw(INTERP_KERNEL::Exception);
1122     void changeFamilyName(const std::string& oldName, const std::string& newName) throw(INTERP_KERNEL::Exception);
1123     void changeFamilyId(int oldId, int newId) throw(INTERP_KERNEL::Exception);
1124     void changeAllGroupsContainingFamily(const std::string& familyNameToChange, const std::vector<std::string>& newFamiliesNames) throw(INTERP_KERNEL::Exception);
1125     void setFamilyInfo(const std::map<std::string,int>& info);
1126     void setGroupInfo(const std::map<std::string, std::vector<std::string> >&info);
1127     int getFamilyId(const std::string& name) const throw(INTERP_KERNEL::Exception);
1128     int getMaxAbsFamilyId() const throw(INTERP_KERNEL::Exception);
1129     int getMaxFamilyId() const throw(INTERP_KERNEL::Exception);
1130     int getMinFamilyId() const throw(INTERP_KERNEL::Exception);
1131     int getTheMaxAbsFamilyId() const throw(INTERP_KERNEL::Exception);
1132     int getTheMaxFamilyId() const throw(INTERP_KERNEL::Exception);
1133     int getTheMinFamilyId() const throw(INTERP_KERNEL::Exception);
1134     virtual int getMaxAbsFamilyIdInArrays() const throw(INTERP_KERNEL::Exception);
1135     virtual int getMaxFamilyIdInArrays() const throw(INTERP_KERNEL::Exception);
1136     virtual int getMinFamilyIdInArrays() const throw(INTERP_KERNEL::Exception);
1137     DataArrayInt *getAllFamiliesIdsReferenced() const throw(INTERP_KERNEL::Exception);
1138     DataArrayInt *computeAllFamilyIdsInUse() const throw(INTERP_KERNEL::Exception);
1139     std::vector<int> getFamiliesIds(const std::vector<std::string>& famNames) const throw(INTERP_KERNEL::Exception);
1140     std::string getFamilyNameGivenId(int id) const throw(INTERP_KERNEL::Exception);
1141     bool ensureDifferentFamIdsPerLevel() throw(INTERP_KERNEL::Exception);
1142     void normalizeFamIdsTrio() throw(INTERP_KERNEL::Exception);
1143     void normalizeFamIdsMEDFile() throw(INTERP_KERNEL::Exception);
1144     virtual int getMeshDimension() const throw(INTERP_KERNEL::Exception);
1145     virtual std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
1146     virtual std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
1147     //
1148     virtual MEDCouplingMesh *getMeshAtLevel(int meshDimRelToMax, bool renum=false) const throw(INTERP_KERNEL::Exception);
1149     virtual void setFamilyFieldArr(int meshDimRelToMaxExt, DataArrayInt *famArr) throw(INTERP_KERNEL::Exception);
1150     virtual void setRenumFieldArr(int meshDimRelToMaxExt, DataArrayInt *renumArr) throw(INTERP_KERNEL::Exception);
1151     virtual void setNameFieldAtLevel(int meshDimRelToMaxExt, DataArrayAsciiChar *nameArr) throw(INTERP_KERNEL::Exception);
1152     virtual void setGlobalNumFieldAtLevel(int meshDimRelToMaxExt, DataArrayInt *globalNumArr) throw(INTERP_KERNEL::Exception);
1153     virtual void addNodeGroup(const DataArrayInt *ids) throw(INTERP_KERNEL::Exception);
1154     virtual void addGroup(int meshDimRelToMaxExt, const DataArrayInt *ids) throw(INTERP_KERNEL::Exception);
1155     virtual DataArrayInt *getFamiliesArr(int meshDimRelToMaxExt, const std::vector<std::string>& fams, bool renum=false) const throw(INTERP_KERNEL::Exception);
1156     virtual DataArrayInt *getGroupsArr(int meshDimRelToMaxExt, const std::vector<std::string>& grps, bool renum=false) const throw(INTERP_KERNEL::Exception);
1157     virtual DataArrayInt *getGroupArr(int meshDimRelToMaxExt, const std::string& grp, bool renum=false) const throw(INTERP_KERNEL::Exception);
1158     virtual DataArrayInt *getFamilyArr(int meshDimRelToMaxExt, const std::string& fam, bool renum=false) const throw(INTERP_KERNEL::Exception);
1159     virtual DataArrayInt *getNodeGroupArr(const std::string& grp, bool renum=false) const throw(INTERP_KERNEL::Exception);
1160     virtual DataArrayInt *getNodeGroupsArr(const std::vector<std::string>& grps, bool renum=false) const throw(INTERP_KERNEL::Exception);
1161     virtual DataArrayInt *getNodeFamilyArr(const std::string& fam, bool renum=false) const throw(INTERP_KERNEL::Exception);
1162     virtual DataArrayInt *getNodeFamiliesArr(const std::vector<std::string>& fams, bool renum=false) const throw(INTERP_KERNEL::Exception);
1163     int getNumberOfJoints();
1164     MEDFileJoints *getJoints();
1165     void setJoints( MEDFileJoints* joints );
1166     void initializeEquivalences();
1167     void killEquivalences();
1168     bool presenceOfStructureElements() const throw(INTERP_KERNEL::Exception);
1169     void killStructureElements() throw(INTERP_KERNEL::Exception);
1170     %extend
1171        {
1172          std::string __str__() const throw(INTERP_KERNEL::Exception)
1173          {
1174            return self->simpleRepr();
1175          }
1176
1177          MEDCouplingMesh *__getitem__(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
1178          {
1179            return self->getMeshAtLevel(meshDimRelToMaxExt,false);
1180          }
1181
1182          PyObject *getTime() throw(INTERP_KERNEL::Exception)
1183          {
1184            int tmp1,tmp2;
1185            double tmp0=self->getTime(tmp1,tmp2);
1186            PyObject *res = PyList_New(3);
1187            PyList_SetItem(res,0,SWIG_From_int(tmp1));
1188            PyList_SetItem(res,1,SWIG_From_int(tmp2));
1189            PyList_SetItem(res,2,SWIG_From_double(tmp0));
1190            return res;
1191          }
1192
1193          virtual PyObject *isEqual(const MEDFileMesh *other, double eps) const throw(INTERP_KERNEL::Exception)
1194          {
1195            std::string what;
1196            bool ret0=self->isEqual(other,eps,what);
1197            PyObject *res=PyList_New(2);
1198            PyObject *ret0Py=ret0?Py_True:Py_False;
1199            Py_XINCREF(ret0Py);
1200            PyList_SetItem(res,0,ret0Py);
1201            PyList_SetItem(res,1,PyString_FromString(what.c_str()));
1202            return res;
1203          }
1204
1205          void setGroupsAtLevel(int meshDimRelToMaxExt, PyObject *li, bool renum=false) throw(INTERP_KERNEL::Exception)
1206          {
1207            std::vector<const DataArrayInt *> grps;
1208            convertFromPyObjVectorOfObj<const MEDCoupling::DataArrayInt *>(li,SWIGTYPE_p_MEDCoupling__DataArrayInt,"DataArrayInt",grps);
1209            self->setGroupsAtLevel(meshDimRelToMaxExt,grps,renum);
1210          }
1211          
1212          PyObject *areFamsEqual(const MEDFileMesh *other) const throw(INTERP_KERNEL::Exception)
1213          {
1214            std::string what;
1215            bool ret0=self->areFamsEqual(other,what);
1216            PyObject *res=PyList_New(2);
1217            PyObject *ret0Py=ret0?Py_True:Py_False;
1218            Py_XINCREF(ret0Py);
1219            PyList_SetItem(res,0,ret0Py);
1220            PyList_SetItem(res,1,PyString_FromString(what.c_str()));
1221            return res;
1222          }
1223
1224          PyObject *areGrpsEqual(const MEDFileMesh *other) const throw(INTERP_KERNEL::Exception)
1225          {
1226            std::string what;
1227            bool ret0=self->areGrpsEqual(other,what);
1228            PyObject *res=PyList_New(2);
1229            PyObject *ret0Py=ret0?Py_True:Py_False;
1230            Py_XINCREF(ret0Py);
1231            PyList_SetItem(res,0,ret0Py);
1232            PyList_SetItem(res,1,PyString_FromString(what.c_str()));
1233            return res;
1234          }
1235
1236          PyObject *getAllGeoTypes() const throw(INTERP_KERNEL::Exception)
1237          {
1238            std::vector<INTERP_KERNEL::NormalizedCellType> result(self->getAllGeoTypes());
1239            std::vector<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
1240            PyObject *res=PyList_New(result.size());
1241            for(int i=0;iL!=result.end(); i++, iL++)
1242              PyList_SetItem(res,i,PyInt_FromLong(*iL));
1243            return res;
1244          }
1245
1246          PyObject *getGeoTypesAtLevel(int meshDimRelToMax) const throw(INTERP_KERNEL::Exception)
1247          {
1248            std::vector<INTERP_KERNEL::NormalizedCellType> result(self->getGeoTypesAtLevel(meshDimRelToMax));
1249            std::vector<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
1250            PyObject *res=PyList_New(result.size());
1251            for(int i=0;iL!=result.end(); i++, iL++)
1252              PyList_SetItem(res,i,PyInt_FromLong(*iL));
1253            return res;
1254          }
1255
1256          PyObject *getFamilyFieldAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
1257          {
1258            const DataArrayInt *tmp=self->getFamilyFieldAtLevel(meshDimRelToMaxExt);
1259            if(tmp)
1260              tmp->incrRef();
1261            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1262          }
1263
1264          PyObject *getOrCreateAndGetFamilyFieldAtLevel(int meshDimRelToMaxExt) throw(INTERP_KERNEL::Exception)
1265          {
1266            const DataArrayInt *tmp=self->getOrCreateAndGetFamilyFieldAtLevel(meshDimRelToMaxExt);
1267            if(tmp)
1268              tmp->incrRef();
1269            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1270          }
1271
1272          PyObject *getNumberFieldAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
1273          {
1274            const DataArrayInt *tmp=self->getNumberFieldAtLevel(meshDimRelToMaxExt);
1275            if(tmp)
1276              tmp->incrRef();
1277            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1278          }
1279
1280          PyObject *getRevNumberFieldAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
1281          {
1282            const DataArrayInt *tmp=self->getRevNumberFieldAtLevel(meshDimRelToMaxExt);
1283            if(tmp)
1284              tmp->incrRef();
1285            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1286          }
1287          
1288          PyObject *getNameFieldAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
1289          {
1290            const DataArrayAsciiChar *tmp=self->getNameFieldAtLevel(meshDimRelToMaxExt);
1291            if(tmp)
1292              tmp->incrRef();
1293            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_MEDCoupling__DataArrayAsciiChar, SWIG_POINTER_OWN | 0 );
1294          }
1295
1296          PyObject *findOrCreateAndGiveFamilyWithId(int id, bool& created) throw(INTERP_KERNEL::Exception)
1297          {
1298            bool ret1;
1299            std::string ret0=self->findOrCreateAndGiveFamilyWithId(id,ret1);
1300            PyObject *ret=PyTuple_New(2);
1301            PyTuple_SetItem(ret,0,PyString_FromString(ret0.c_str()));
1302            PyTuple_SetItem(ret,1,SWIG_From_bool(ret1));
1303            return ret;
1304          }
1305          
1306          PyObject *unPolyze() throw(INTERP_KERNEL::Exception)
1307          {
1308            DataArrayInt *ret3=0;
1309            std::vector<int> ret1,ret2;
1310            bool ret0=self->unPolyze(ret1,ret2,ret3);
1311            PyObject *ret=PyTuple_New(4);
1312            PyTuple_SetItem(ret,0,SWIG_From_bool(ret0));
1313            //
1314            PyObject *retLev1_0=PyList_New((int)ret1.size()/3);
1315            for(int j=0;j<(int)ret1.size()/3;j++)
1316              {
1317                PyObject *retLev2=PyList_New(3);
1318                PyList_SetItem(retLev2,0,SWIG_From_int(ret1[3*j]));
1319                PyList_SetItem(retLev2,1,SWIG_From_int(ret1[3*j+1]));
1320                PyList_SetItem(retLev2,2,SWIG_From_int(ret1[3*j+2]));
1321                PyList_SetItem(retLev1_0,j,retLev2);
1322              }
1323            PyTuple_SetItem(ret,1,retLev1_0);
1324            //
1325            PyObject *retLev1_1=PyList_New((int)ret2.size()/3);
1326            for(int j=0;j<(int)ret2.size()/3;j++)
1327              {
1328                PyObject *retLev2=PyList_New(3);
1329                PyList_SetItem(retLev2,0,SWIG_From_int(ret2[3*j]));
1330                PyList_SetItem(retLev2,1,SWIG_From_int(ret2[3*j+1]));
1331                PyList_SetItem(retLev2,2,SWIG_From_int(ret2[3*j+2]));
1332                PyList_SetItem(retLev1_1,j,retLev2);
1333              }
1334            PyTuple_SetItem(ret,2,retLev1_1);
1335            //
1336            PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(ret3),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1337            return ret;
1338          }
1339
1340          MEDFileEquivalences *getEquivalences() throw(INTERP_KERNEL::Exception)
1341          {
1342            MEDFileEquivalences *ret(self->getEquivalences());
1343            if(ret) ret->incrRef();
1344            return ret;
1345          }
1346
1347          virtual DataArrayInt *getGlobalNumFieldAtLevel(int meshDimRelToMaxExt) const throw(INTERP_KERNEL::Exception)
1348          {
1349            MCAuto<DataArrayInt> ret(self->getGlobalNumFieldAtLevel(meshDimRelToMaxExt));
1350            return ret.retn();
1351          }
1352        }
1353   };
1354
1355   class MEDFileUMesh : public MEDFileMesh
1356   {
1357   public:
1358     static MEDFileUMesh *New(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
1359     static MEDFileUMesh *New(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
1360     static MEDFileUMesh *New(const MEDCouplingMappedExtrudedMesh *mem) throw(INTERP_KERNEL::Exception);
1361     static MEDFileUMesh *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
1362     static MEDFileUMesh *New();
1363     static const char *GetSpeStr4ExtMesh();
1364     ~MEDFileUMesh();
1365     int getSpaceDimension() const throw(INTERP_KERNEL::Exception);
1366     int getRelativeLevOnGeoType(INTERP_KERNEL::NormalizedCellType gt) const throw(INTERP_KERNEL::Exception);
1367     void checkConsistency() const throw(INTERP_KERNEL::Exception);
1368     void checkSMESHConsistency() const throw(INTERP_KERNEL::Exception);
1369     void clearNodeAndCellNumbers();
1370     //
1371     MEDCouplingUMesh *getGroup(int meshDimRelToMaxExt, const std::string& grp, bool renum=false) const throw(INTERP_KERNEL::Exception);
1372     MEDCouplingUMesh *getGroups(int meshDimRelToMaxExt, const std::vector<std::string>& grps, bool renum=false) const throw(INTERP_KERNEL::Exception);
1373     MEDCouplingUMesh *getFamily(int meshDimRelToMaxExt, const std::string& fam, bool renum=false) const throw(INTERP_KERNEL::Exception);
1374     MEDCouplingUMesh *getFamilies(int meshDimRelToMaxExt, const std::vector<std::string>& fams, bool renum=false) const throw(INTERP_KERNEL::Exception);
1375     DataArrayInt *getNodeGroupsArr(const std::vector<std::string>& grps, bool renum=false) const throw(INTERP_KERNEL::Exception);
1376     MEDCouplingUMesh *getLevel0Mesh(bool renum=false) const throw(INTERP_KERNEL::Exception);
1377     MEDCouplingUMesh *getLevelM1Mesh(bool renum=false) const throw(INTERP_KERNEL::Exception);
1378     MEDCouplingUMesh *getLevelM2Mesh(bool renum=false) const throw(INTERP_KERNEL::Exception);
1379     MEDCouplingUMesh *getLevelM3Mesh(bool renum=false) const throw(INTERP_KERNEL::Exception);
1380     void forceComputationOfParts() const throw(INTERP_KERNEL::Exception);
1381     //
1382     void setFamilyNameAttachedOnId(int id, const std::string& newFamName) throw(INTERP_KERNEL::Exception);
1383     void setCoords(DataArrayDouble *coords) throw(INTERP_KERNEL::Exception);
1384     void setCoordsForced(DataArrayDouble *coords) throw(INTERP_KERNEL::Exception);
1385     void eraseGroupsAtLevel(int meshDimRelToMaxExt) throw(INTERP_KERNEL::Exception);
1386     void removeMeshAtLevel(int meshDimRelToMax) throw(INTERP_KERNEL::Exception);
1387     void setMeshAtLevel(int meshDimRelToMax, MEDCoupling1GTUMesh *m) throw(INTERP_KERNEL::Exception);
1388     void setMeshAtLevel(int meshDimRelToMax, MEDCouplingUMesh *m, bool newOrOld=false) throw(INTERP_KERNEL::Exception);
1389     void optimizeFamilies() throw(INTERP_KERNEL::Exception);
1390     DataArrayInt *zipCoords() throw(INTERP_KERNEL::Exception);
1391     DataArrayInt *extractFamilyFieldOnGeoType(INTERP_KERNEL::NormalizedCellType gt) const throw(INTERP_KERNEL::Exception);
1392     DataArrayInt *extractNumberFieldOnGeoType(INTERP_KERNEL::NormalizedCellType gt) const throw(INTERP_KERNEL::Exception);
1393     MEDFileUMesh *buildExtrudedMesh(const MEDCouplingUMesh *m1D, int policy) const throw(INTERP_KERNEL::Exception);
1394     MEDFileUMesh *linearToQuadratic(int conversionType=0, double eps=1e-12) const throw(INTERP_KERNEL::Exception);
1395     MEDFileUMesh *quadraticToLinear(double eps=1e-12) const throw(INTERP_KERNEL::Exception);
1396     MEDCouplingMappedExtrudedMesh *convertToExtrudedMesh() const throw(INTERP_KERNEL::Exception);
1397     %extend
1398        { 
1399          MEDFileUMesh(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
1400          {
1401            return MEDFileUMesh::New(fileName,mName,dt,it,mrs);
1402          }
1403
1404          MEDFileUMesh(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
1405          {
1406            return MEDFileUMesh::New(fileName,mrs);
1407          }
1408
1409          MEDFileUMesh(const MEDCouplingMappedExtrudedMesh *mem) throw(INTERP_KERNEL::Exception)
1410          {
1411            return MEDFileUMesh::New(mem);
1412          }
1413
1414          MEDFileUMesh(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
1415          {
1416            return MEDFileUMesh::New(db);
1417          }
1418
1419          MEDFileUMesh()
1420          {
1421            return MEDFileUMesh::New();
1422          }
1423
1424          static MEDFileUMesh *LoadPartOf(const std::string& fileName, const std::string& mName, PyObject *types, const std::vector<int>& slicPerTyp, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
1425          {
1426            std::vector<int> typesCpp1;
1427            convertPyToNewIntArr3(types,typesCpp1);
1428            std::size_t sz(typesCpp1.size());
1429            std::vector<INTERP_KERNEL::NormalizedCellType> typesCpp2(sz);
1430            for(std::size_t ii=0;ii<sz;ii++)
1431              typesCpp2[ii]=(INTERP_KERNEL::NormalizedCellType)typesCpp1[ii];
1432            return MEDFileUMesh::LoadPartOf(fileName,mName,typesCpp2,slicPerTyp,dt,it,mrs);
1433          }
1434
1435          PyObject *__getstate__() throw(INTERP_KERNEL::Exception)
1436          {
1437            std::vector<double> a0;
1438            std::vector<int> a1;
1439            std::vector<std::string> a2;
1440            std::vector< MCAuto<DataArrayInt> > a3;
1441            MCAuto<DataArrayDouble> a4;
1442            self->serialize(a0,a1,a2,a3,a4);
1443            PyObject *ret(PyTuple_New(5));
1444            PyTuple_SetItem(ret,0,convertDblArrToPyList2(a0));
1445            PyTuple_SetItem(ret,1,convertIntArrToPyList2(a1));
1446            int sz(a2.size());
1447            PyObject *ret2(PyList_New(sz));
1448            for(int i=0;i<sz;i++)
1449              PyList_SetItem(ret2,i,PyString_FromString(a2[i].c_str()));
1450            PyTuple_SetItem(ret,2,ret2);
1451            sz=a3.size();
1452            PyObject *ret3(PyList_New(sz));
1453            for(int i=0;i<sz;i++)
1454              {
1455                DataArrayInt *elt(a3[i]);
1456                if(elt)
1457                  elt->incrRef();
1458                PyList_SetItem(ret3,i,SWIG_NewPointerObj(SWIG_as_voidptr(elt),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1459              }
1460            PyTuple_SetItem(ret,3,ret3);
1461            DataArrayDouble *ret4(a4);
1462            if(ret4)
1463              ret4->incrRef();
1464            PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(ret4),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
1465            return ret;
1466          }
1467
1468          void __setstate__(PyObject *inp) throw(INTERP_KERNEL::Exception)
1469          {
1470            static const char MSG[]="MEDFileUMesh.__setstate__ : expected input is a tuple of size 4 !";
1471            if(!PyTuple_Check(inp))
1472              throw INTERP_KERNEL::Exception(MSG);
1473            int sz(PyTuple_Size(inp));
1474            if(sz!=5)
1475              throw INTERP_KERNEL::Exception(MSG);
1476            std::vector<double> a0;
1477            std::vector<int> a1;
1478            std::vector<std::string> a2;
1479            std::vector< MCAuto<DataArrayInt> > a3;
1480            MCAuto<DataArrayDouble> a4;
1481            //
1482            PyObject *a0py(PyTuple_GetItem(inp,0)),*a1py(PyTuple_GetItem(inp,1)),*a2py(PyTuple_GetItem(inp,2));
1483            int tmp(-1);
1484            fillArrayWithPyListDbl3(a0py,tmp,a0);
1485            convertPyToNewIntArr3(a1py,a1);
1486            fillStringVector(a2py,a2);
1487            //
1488            PyObject *b0py(PyTuple_GetItem(inp,3)),*b1py(PyTuple_GetItem(inp,4));
1489            void *argp(0);
1490            int status(SWIG_ConvertPtr(b1py,&argp,SWIGTYPE_p_MEDCoupling__DataArrayDouble,0|0));
1491            if(!SWIG_IsOK(status))
1492              throw INTERP_KERNEL::Exception(MSG);
1493            a4=reinterpret_cast<DataArrayDouble *>(argp);
1494            if((DataArrayDouble *)a4)
1495              a4->incrRef();
1496            {
1497              std::vector< DataArrayInt * > a3Tmp;
1498              convertFromPyObjVectorOfObj<MEDCoupling::DataArrayInt *>(b0py,SWIGTYPE_p_MEDCoupling__DataArrayInt,"DataArrayInt",a3Tmp);
1499              std::size_t sz(a3Tmp.size());
1500              a3.resize(sz);
1501              for(std::size_t i=0;i<sz;i++)
1502                {
1503                  a3[i]=a3Tmp[i];
1504                  if(a3Tmp[i])
1505                    a3Tmp[i]->incrRef();
1506                }
1507              self->unserialize(a0,a1,a2,a3,a4);
1508            }
1509          }
1510
1511          void __setitem__(int meshDimRelToMax, MEDCouplingPointSet *mesh) throw(INTERP_KERNEL::Exception)
1512          {
1513            if(!mesh)
1514              throw INTERP_KERNEL::Exception("MEDFileUMesh::__setitem__ : Input mesh is NULL !");
1515            MEDCouplingUMesh *m0(dynamic_cast<MEDCouplingUMesh *>(mesh));
1516            if(m0)
1517              {
1518                self->setMeshAtLevel(meshDimRelToMax,m0,false);
1519                return ;
1520              }
1521            MEDCoupling1GTUMesh *m1(dynamic_cast<MEDCoupling1GTUMesh *>(mesh));
1522            if(m1)
1523              {
1524                self->setMeshAtLevel(meshDimRelToMax,m1);
1525                return ;
1526              }
1527            throw INTERP_KERNEL::Exception("MEDFileUMesh::__setitem__ : Not recognized input mesh !");
1528          }
1529
1530          void __delitem__(int meshDimRelToMax) throw(INTERP_KERNEL::Exception)
1531          {
1532            self->removeMeshAtLevel(meshDimRelToMax);
1533          }
1534
1535          MEDFileUMesh *symmetry3DPlane(PyObject *point, PyObject *normalVector) const throw(INTERP_KERNEL::Exception)
1536          {
1537            const char msg[]="Python wrap of MEDFileUMesh::symmetry3DPlane : ";
1538            double val,val2;
1539            DataArrayDouble *a,*a2;
1540            DataArrayDoubleTuple *aa,*aa2;
1541            std::vector<double> bb,bb2;
1542            int sw;
1543            const double *centerPtr(convertObjToPossibleCpp5_Safe(point,sw,val,a,aa,bb,msg,1,3,true));
1544            const double *vectorPtr(convertObjToPossibleCpp5_Safe(normalVector,sw,val2,a2,aa2,bb2,msg,1,3,true));
1545            MCAuto<MEDFileUMesh> ret(self->symmetry3DPlane(centerPtr,vectorPtr));
1546            return ret.retn();
1547          }
1548
1549          static MEDFileUMesh *Aggregate(PyObject *meshes) throw(INTERP_KERNEL::Exception)
1550          {
1551            std::vector<const MEDFileUMesh *> meshesCpp;
1552            convertFromPyObjVectorOfObj<const MEDCoupling::MEDFileUMesh *>(meshes,SWIGTYPE_p_MEDCoupling__MEDFileUMesh,"MEDFileUMesh",meshesCpp);
1553            MCAuto<MEDFileUMesh> ret(MEDFileUMesh::Aggregate(meshesCpp));
1554            return ret.retn();
1555          }
1556
1557          PyObject *getAllDistributionOfTypes() const throw(INTERP_KERNEL::Exception)
1558          {
1559            std::vector< std::pair<int,int> > ret(self->getAllDistributionOfTypes());
1560            return convertVecPairIntToPy(ret);
1561          }
1562          
1563          DataArrayInt *deduceNodeSubPartFromCellSubPart(PyObject *extractDef) const throw(INTERP_KERNEL::Exception)
1564          {
1565            std::map<int, MCAuto<DataArrayInt> > extractDefCpp;
1566            convertToMapIntDataArrayInt(extractDef,extractDefCpp);
1567            return self->deduceNodeSubPartFromCellSubPart(extractDefCpp);
1568          }
1569
1570          MEDFileUMesh *extractPart(PyObject *extractDef) const throw(INTERP_KERNEL::Exception)
1571          {
1572            std::map<int, MCAuto<DataArrayInt> > extractDefCpp;
1573            convertToMapIntDataArrayInt(extractDef,extractDefCpp);
1574            return self->extractPart(extractDefCpp);
1575          }
1576
1577          void setMeshes(PyObject *li, bool renum=false) throw(INTERP_KERNEL::Exception)
1578          {
1579            std::vector<const MEDCouplingUMesh *> ms;
1580            convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",ms);
1581            self->setMeshes(ms,renum);
1582          }
1583
1584          void setGroupsFromScratch(int meshDimRelToMax, PyObject *li, bool renum=false) throw(INTERP_KERNEL::Exception)
1585          {
1586            std::vector<const MEDCouplingUMesh *> ms;
1587            convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",ms);
1588            self->setGroupsFromScratch(meshDimRelToMax,ms,renum);
1589          }
1590          
1591          void setGroupsOnSetMesh(int meshDimRelToMax, PyObject *li, bool renum=false) throw(INTERP_KERNEL::Exception)
1592          {
1593            std::vector<const MEDCouplingUMesh *> ms;
1594            convertFromPyObjVectorOfObj<const MEDCoupling::MEDCouplingUMesh *>(li,SWIGTYPE_p_MEDCoupling__MEDCouplingUMesh,"MEDCouplingUMesh",ms);
1595            self->setGroupsOnSetMesh(meshDimRelToMax,ms,renum);
1596          }
1597
1598          DataArrayDouble *getCoords() const throw(INTERP_KERNEL::Exception)
1599          {
1600            DataArrayDouble *ret=self->getCoords();
1601            if(ret)
1602              ret->incrRef();
1603            return ret;
1604          }
1605
1606          PartDefinition *getPartDefAtLevel(int meshDimRelToMaxExt, INTERP_KERNEL::NormalizedCellType gt=INTERP_KERNEL::NORM_ERROR) const throw(INTERP_KERNEL::Exception)
1607          {
1608            const PartDefinition *ret(self->getPartDefAtLevel(meshDimRelToMaxExt,gt));
1609            if(ret)
1610              ret->incrRef();
1611            return const_cast<PartDefinition *>(ret);
1612          }
1613
1614          PyObject *buildInnerBoundaryAlongM1Group(const std::string& grpNameM1) throw(INTERP_KERNEL::Exception)
1615          {
1616            DataArrayInt *ret0=0,*ret1=0,*ret2=0;
1617            self->buildInnerBoundaryAlongM1Group(grpNameM1,ret0,ret1,ret2);
1618            PyObject *ret=PyTuple_New(3);
1619            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1620            PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1621            PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(ret2),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1622            return ret;
1623          }
1624          
1625          MEDCoupling1GTUMesh *getDirectUndergroundSingleGeoTypeMesh(INTERP_KERNEL::NormalizedCellType gt) const throw(INTERP_KERNEL::Exception)
1626          {
1627            MEDCoupling1GTUMesh *ret(self->getDirectUndergroundSingleGeoTypeMesh(gt));
1628            if(ret)
1629              ret->incrRef();
1630            return ret;
1631          }
1632
1633          PyObject *getDirectUndergroundSingleGeoTypeMeshes(int meshDimRelToMax) const throw(INTERP_KERNEL::Exception)
1634          {
1635            std::vector<MEDCoupling1GTUMesh *> tmp(self->getDirectUndergroundSingleGeoTypeMeshes(meshDimRelToMax));
1636            std::size_t sz(tmp.size());
1637            PyObject *ret=PyList_New(sz);
1638            for(std::size_t i=0;i<sz;i++)
1639              {
1640                if(tmp[i])
1641                  tmp[i]->incrRef();
1642                PyList_SetItem(ret,i,convertMesh(tmp[i], SWIG_POINTER_OWN | 0 ));
1643              }
1644            return ret;
1645          }
1646        }
1647   };
1648
1649   class MEDFileStructuredMesh : public MEDFileMesh
1650   {
1651   public:
1652     %extend
1653     {
1654       MEDCoupling1SGTUMesh *getImplicitFaceMesh() const throw(INTERP_KERNEL::Exception)
1655       {
1656         MEDCoupling1SGTUMesh *ret(self->getImplicitFaceMesh());
1657         if(ret)
1658           ret->incrRef();
1659         return ret;
1660       }
1661     }
1662   };
1663
1664   class MEDFileCMesh : public MEDFileStructuredMesh
1665   {
1666   public:
1667     static MEDFileCMesh *New();
1668     static MEDFileCMesh *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
1669     static MEDFileCMesh *New(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
1670     static MEDFileCMesh *New(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
1671     void setMesh(MEDCouplingCMesh *m) throw(INTERP_KERNEL::Exception);
1672     int getSpaceDimension() const throw(INTERP_KERNEL::Exception);
1673     %extend
1674        {
1675          MEDFileCMesh()
1676          {
1677            return MEDFileCMesh::New();
1678          }
1679
1680          MEDFileCMesh(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
1681          {
1682            return MEDFileCMesh::New(fileName,mrs);
1683          }
1684
1685          MEDFileCMesh(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
1686          {
1687            return MEDFileCMesh::New(fileName,mName,dt,it,mrs);
1688          }
1689
1690          MEDFileCMesh(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
1691          {
1692            return MEDFileCMesh::New(db);
1693          }
1694          
1695          PyObject *getMesh() const throw(INTERP_KERNEL::Exception)
1696          {
1697            const MEDCouplingCMesh *tmp=self->getMesh();
1698            if(tmp)
1699              tmp->incrRef();
1700            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_MEDCoupling__MEDCouplingCMesh, SWIG_POINTER_OWN | 0 );
1701          }
1702        }
1703   };
1704
1705   class MEDFileCurveLinearMesh : public MEDFileStructuredMesh
1706   {
1707   public:
1708     static MEDFileCurveLinearMesh *New();
1709     static MEDFileCurveLinearMesh *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
1710     static MEDFileCurveLinearMesh *New(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
1711     static MEDFileCurveLinearMesh *New(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception);
1712     void setMesh(MEDCouplingCurveLinearMesh *m) throw(INTERP_KERNEL::Exception);
1713     %extend
1714        {
1715          MEDFileCurveLinearMesh()
1716          {
1717            return MEDFileCurveLinearMesh::New();
1718          }
1719
1720          MEDFileCurveLinearMesh(const std::string& fileName, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
1721          {
1722            return MEDFileCurveLinearMesh::New(fileName,mrs);
1723          }
1724
1725          MEDFileCurveLinearMesh(const std::string& fileName, const std::string& mName, int dt=-1, int it=-1, MEDFileMeshReadSelector *mrs=0) throw(INTERP_KERNEL::Exception)
1726          {
1727            return MEDFileCurveLinearMesh::New(fileName,mName,dt,it,mrs);
1728          }
1729
1730          MEDFileCurveLinearMesh(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
1731          {
1732            return MEDFileCurveLinearMesh::New(db);
1733          }
1734          
1735          PyObject *getMesh() const throw(INTERP_KERNEL::Exception)
1736          {
1737            const MEDCouplingCurveLinearMesh *tmp=self->getMesh();
1738            if(tmp)
1739              tmp->incrRef();
1740            return SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_MEDCoupling__MEDCouplingCurveLinearMesh, SWIG_POINTER_OWN | 0 );
1741          }
1742        }
1743   };
1744
1745   class MEDFileMeshMultiTS : public RefCountObject, public MEDFileWritableStandAlone
1746   {
1747   public:
1748     static MEDFileMeshMultiTS *New();
1749     static MEDFileMeshMultiTS *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
1750     static MEDFileMeshMultiTS *New(const std::string& fileName, const std::string& mName) throw(INTERP_KERNEL::Exception);
1751     MEDFileMeshMultiTS *deepCopy() const throw(INTERP_KERNEL::Exception);
1752     std::string getName() const throw(INTERP_KERNEL::Exception);
1753     void setOneTimeStep(MEDFileMesh *mesh1TimeStep) throw(INTERP_KERNEL::Exception);
1754     void cartesianizeMe() throw(INTERP_KERNEL::Exception);
1755     %extend
1756        { 
1757          MEDFileMeshMultiTS()
1758          {
1759            return MEDFileMeshMultiTS::New();
1760          }
1761
1762          MEDFileMeshMultiTS(const std::string& fileName) throw(INTERP_KERNEL::Exception)
1763          {
1764            return MEDFileMeshMultiTS::New(fileName);
1765          }
1766
1767          MEDFileMeshMultiTS(const std::string& fileName, const std::string& mName) throw(INTERP_KERNEL::Exception)
1768          {
1769            return MEDFileMeshMultiTS::New(fileName,mName);
1770          }
1771
1772          MEDFileMesh *getOneTimeStep() const throw(INTERP_KERNEL::Exception)
1773            {
1774              MEDFileMesh *ret=self->getOneTimeStep();
1775              if(ret)
1776                ret->incrRef();
1777              return ret;
1778            }
1779        }
1780   };
1781
1782   class MEDFileMeshesIterator
1783   {
1784   public:
1785     %extend
1786     {
1787       PyObject *next() throw(INTERP_KERNEL::Exception)
1788       {
1789         MEDFileMesh *ret=self->nextt();
1790         if(ret)
1791           {
1792             ret->incrRef();
1793             return convertMEDFileMesh(ret,SWIG_POINTER_OWN | 0 );
1794           }
1795         else
1796           {
1797             PyErr_SetString(PyExc_StopIteration,"No more data.");
1798             return 0;
1799           }
1800       }
1801     }
1802   };
1803
1804   class MEDFileMeshes : public RefCountObject, public MEDFileWritableStandAlone
1805   {
1806   public:
1807     static MEDFileMeshes *New();
1808     static MEDFileMeshes *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
1809     MEDFileMeshes *deepCopy() const throw(INTERP_KERNEL::Exception);
1810     int getNumberOfMeshes() const throw(INTERP_KERNEL::Exception);
1811     std::vector<std::string> getMeshesNames() const throw(INTERP_KERNEL::Exception);
1812     //
1813     void resize(int newSize) throw(INTERP_KERNEL::Exception);
1814     void pushMesh(MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception);
1815     void setMeshAtPos(int i, MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception);
1816     void destroyMeshAtPos(int i) throw(INTERP_KERNEL::Exception);
1817     void cartesianizeMe() throw(INTERP_KERNEL::Exception);
1818     bool presenceOfStructureElements() const throw(INTERP_KERNEL::Exception);
1819     void killStructureElements() throw(INTERP_KERNEL::Exception);
1820     %extend
1821        {
1822          MEDFileMeshes()
1823          {
1824            return MEDFileMeshes::New();
1825          }
1826
1827          MEDFileMeshes(const std::string& fileName) throw(INTERP_KERNEL::Exception)
1828          {
1829            return MEDFileMeshes::New(fileName);
1830          }
1831
1832          MEDFileMeshes(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
1833          {
1834            return MEDFileMeshes::New(db);
1835          }
1836
1837          std::string __str__() const throw(INTERP_KERNEL::Exception)
1838            {
1839              return self->simpleRepr();
1840            }
1841
1842          MEDFileMesh *__getitem__(PyObject *obj) throw(INTERP_KERNEL::Exception)
1843          {
1844            static const char msg[]="MEDFileMeshes::__getitem__ : only integer or string with meshname supported !";
1845              if(PyInt_Check(obj))
1846              {
1847                MEDFileMesh *ret=self->getMeshAtPos(InterpreteNegativeInt((int)PyInt_AS_LONG(obj),self->getNumberOfMeshes()));
1848                if(ret)
1849                  ret->incrRef();
1850                return ret;
1851              }
1852            MEDFileMesh *ret(self->getMeshWithName(convertPyObjectToStr(obj,msg)));
1853            if(ret)
1854              ret->incrRef();
1855            return ret;
1856          }
1857
1858          MEDFileMeshes *__setitem__(int obj, MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception)
1859          {
1860            self->setMeshAtPos(obj,mesh);
1861            return self;
1862          }
1863
1864          MEDFileMeshesIterator *__iter__() throw(INTERP_KERNEL::Exception)
1865          {
1866            return self->iterator();
1867          }
1868
1869          int __len__() const throw(INTERP_KERNEL::Exception)
1870          {
1871            return self->getNumberOfMeshes();
1872          }
1873          
1874          MEDFileMesh *getMeshAtPos(int i) const throw(INTERP_KERNEL::Exception)
1875            {
1876              MEDFileMesh *ret=self->getMeshAtPos(i);
1877              if(ret)
1878                ret->incrRef();
1879              return ret;
1880            }
1881          MEDFileMesh *getMeshWithName(const std::string& mname) const throw(INTERP_KERNEL::Exception)
1882            {
1883              MEDFileMesh *ret=self->getMeshWithName(mname);
1884              if(ret)
1885                ret->incrRef();
1886              return ret;
1887            }
1888        }
1889   };
1890
1891   class MEDFileFieldLoc : public RefCountObject
1892   {
1893   public:
1894     std::string getName() const;
1895     int getDimension() const;
1896     int getNumberOfGaussPoints() const;
1897     int getNumberOfPointsInCells() const;
1898     const std::vector<double>& getRefCoords() const;
1899     const std::vector<double>& getGaussCoords() const;
1900     const std::vector<double>& getGaussWeights() const;
1901     bool isEqual(const MEDFileFieldLoc& other, double eps) const throw(INTERP_KERNEL::Exception);
1902   %extend
1903     {
1904       std::string __str__() const throw(INTERP_KERNEL::Exception)
1905       {
1906         return self->repr();
1907       }
1908     }
1909   };
1910
1911   class MEDFileFieldGlobsReal
1912   {
1913   public:
1914     void resetContent();
1915     void shallowCpyGlobs(const MEDFileFieldGlobsReal& other) throw(INTERP_KERNEL::Exception);
1916     void deepCpyGlobs(const MEDFileFieldGlobsReal& other) throw(INTERP_KERNEL::Exception);
1917     void shallowCpyOnlyUsedGlobs(const MEDFileFieldGlobsReal& other) throw(INTERP_KERNEL::Exception);
1918     void deepCpyOnlyUsedGlobs(const MEDFileFieldGlobsReal& other) throw(INTERP_KERNEL::Exception);
1919     void appendGlobs(const MEDFileFieldGlobsReal& other, double eps) throw(INTERP_KERNEL::Exception);
1920     void checkGlobsCoherency() const throw(INTERP_KERNEL::Exception);
1921     void checkGlobsPflsPartCoherency() const throw(INTERP_KERNEL::Exception);
1922     void checkGlobsLocsPartCoherency() const throw(INTERP_KERNEL::Exception);
1923     std::vector<std::string> getPfls() const throw(INTERP_KERNEL::Exception);
1924     std::vector<std::string> getLocs() const throw(INTERP_KERNEL::Exception);
1925     bool existsPfl(const std::string& pflName) const throw(INTERP_KERNEL::Exception);
1926     bool existsLoc(const std::string& locName) const throw(INTERP_KERNEL::Exception);
1927     std::string createNewNameOfPfl() const throw(INTERP_KERNEL::Exception);
1928     std::string createNewNameOfLoc() const throw(INTERP_KERNEL::Exception);
1929     std::vector< std::vector<int> > whichAreEqualProfiles() const throw(INTERP_KERNEL::Exception);
1930     std::vector< std::vector<int> > whichAreEqualLocs(double eps) const throw(INTERP_KERNEL::Exception);
1931     virtual std::vector<std::string> getPflsReallyUsed() const throw(INTERP_KERNEL::Exception);
1932     virtual std::vector<std::string> getLocsReallyUsed() const throw(INTERP_KERNEL::Exception);
1933     virtual std::vector<std::string> getPflsReallyUsedMulti() const throw(INTERP_KERNEL::Exception);
1934     virtual std::vector<std::string> getLocsReallyUsedMulti() const throw(INTERP_KERNEL::Exception);
1935     void killProfileIds(const std::vector<int>& pflIds) throw(INTERP_KERNEL::Exception);
1936     void killLocalizationIds(const std::vector<int>& locIds) throw(INTERP_KERNEL::Exception);
1937     void changePflName(const std::string& oldName, const std::string& newName) throw(INTERP_KERNEL::Exception);
1938     void changeLocName(const std::string& oldName, const std::string& newName) throw(INTERP_KERNEL::Exception);
1939     int getNbOfGaussPtPerCell(int locId) const throw(INTERP_KERNEL::Exception);
1940     int getLocalizationId(const std::string& loc) const throw(INTERP_KERNEL::Exception);
1941     void killStructureElementsInGlobs() throw(INTERP_KERNEL::Exception);
1942   %extend
1943      {
1944        PyObject *getProfile(const std::string& pflName) const throw(INTERP_KERNEL::Exception)
1945        {
1946          const DataArrayInt *ret=self->getProfile(pflName);
1947          if(ret)
1948            ret->incrRef();
1949          return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1950        }
1951
1952        PyObject *getProfileFromId(int pflId) const throw(INTERP_KERNEL::Exception)
1953        {
1954          const DataArrayInt *ret=self->getProfileFromId(pflId);
1955          if(ret)
1956            ret->incrRef();
1957          return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 );
1958        }
1959
1960        PyObject *getLocalizationFromId(int locId) const throw(INTERP_KERNEL::Exception)
1961        {
1962          const MEDFileFieldLoc *loc=&self->getLocalizationFromId(locId);
1963          if(loc)
1964            loc->incrRef();
1965          return SWIG_NewPointerObj(SWIG_as_voidptr(loc),SWIGTYPE_p_MEDCoupling__MEDFileFieldLoc, SWIG_POINTER_OWN | 0 );
1966        }
1967        
1968        PyObject *getLocalization(const std::string& locName) const throw(INTERP_KERNEL::Exception)
1969        {
1970          const MEDFileFieldLoc *loc=&self->getLocalization(locName);
1971          if(loc)
1972            loc->incrRef();
1973          return SWIG_NewPointerObj(SWIG_as_voidptr(loc),SWIGTYPE_p_MEDCoupling__MEDFileFieldLoc, SWIG_POINTER_OWN | 0 );
1974        }
1975        
1976        PyObject *zipPflsNames() throw(INTERP_KERNEL::Exception)
1977        {
1978          std::vector< std::pair<std::vector<std::string>, std::string > > ret=self->zipPflsNames();
1979          return convertVecPairVecStToPy(ret);
1980        }
1981
1982        PyObject *zipLocsNames(double eps) throw(INTERP_KERNEL::Exception)
1983        {
1984          std::vector< std::pair<std::vector<std::string>, std::string > > ret=self->zipLocsNames(eps);
1985          return convertVecPairVecStToPy(ret);
1986        }
1987
1988        void changePflsNames(PyObject *li) throw(INTERP_KERNEL::Exception)
1989        {
1990          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
1991          self->changePflsNames(v);
1992        }
1993
1994        void changePflsRefsNamesGen(PyObject *li) throw(INTERP_KERNEL::Exception)
1995        {
1996          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
1997          self->changePflsRefsNamesGen(v);
1998        }
1999
2000        void changePflsNamesInStruct(PyObject *li) throw(INTERP_KERNEL::Exception)
2001        {
2002          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
2003          self->changePflsNamesInStruct(v);
2004        }
2005
2006        void changeLocsNames(PyObject *li) throw(INTERP_KERNEL::Exception)
2007        {
2008          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
2009          self->changeLocsNames(v);
2010        }
2011
2012        void changeLocsRefsNamesGen(PyObject *li) throw(INTERP_KERNEL::Exception)
2013        {
2014          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
2015          self->changeLocsRefsNamesGen(v);
2016        }
2017        
2018        void changeLocsNamesInStruct(PyObject *li) throw(INTERP_KERNEL::Exception)
2019        {
2020          std::vector< std::pair<std::vector<std::string>, std::string > > v=convertVecPairVecStFromPy(li);
2021          self->changeLocsNamesInStruct(v);
2022        }
2023
2024        std::string simpleReprGlobs() const throw(INTERP_KERNEL::Exception)
2025        {
2026          std::ostringstream oss;
2027          self->simpleReprGlobs(oss);
2028          return oss.str();
2029        }
2030      }
2031   };
2032
2033   class MEDFileEntities
2034   {
2035   public:
2036     %extend
2037       {
2038         static MEDFileEntities *BuildFrom(PyObject *entities) throw(INTERP_KERNEL::Exception)
2039         {
2040           std::vector< std::pair<TypeOfField,INTERP_KERNEL::NormalizedCellType> > inp;
2041           std::vector< std::pair<int,int> > inp0(convertTimePairIdsFromPy(entities));
2042           {
2043             std::size_t sz(inp0.size());
2044             inp.resize(sz);
2045             for(std::size_t i=0;i<sz;i++)
2046               inp[i]=std::pair<TypeOfField,INTERP_KERNEL::NormalizedCellType>((TypeOfField)inp0[i].first,(INTERP_KERNEL::NormalizedCellType)inp0[i].second);
2047           }
2048           return MEDFileEntities::BuildFrom(&inp);
2049         }
2050       }
2051   private:
2052     MEDFileEntities();
2053   };
2054
2055   class MEDFileAnyTypeField1TS : public RefCountObject, public MEDFileFieldGlobsReal, public MEDFileWritableStandAlone
2056   {
2057   public:
2058     static MEDFileAnyTypeField1TS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2059     static MEDFileAnyTypeField1TS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2060     static MEDFileAnyTypeField1TS *New(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2061     static MEDFileAnyTypeField1TS *NewAdv(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll, const MEDFileEntities *entities) throw(INTERP_KERNEL::Exception);
2062     void loadArrays() throw(INTERP_KERNEL::Exception);
2063     void loadArraysIfNecessary() throw(INTERP_KERNEL::Exception);
2064     void unloadArrays() throw(INTERP_KERNEL::Exception);
2065     void unloadArraysWithoutDataLoss() throw(INTERP_KERNEL::Exception);
2066     int getDimension() const throw(INTERP_KERNEL::Exception);
2067     int getIteration() const throw(INTERP_KERNEL::Exception);
2068     int getOrder() const throw(INTERP_KERNEL::Exception);
2069     std::string getName() throw(INTERP_KERNEL::Exception);
2070     void setName(const std::string& name) throw(INTERP_KERNEL::Exception);
2071     std::string getMeshName() throw(INTERP_KERNEL::Exception);
2072     void setMeshName(const std::string& newMeshName) throw(INTERP_KERNEL::Exception);
2073     int getMeshIteration() const throw(INTERP_KERNEL::Exception);
2074     int getMeshOrder() const throw(INTERP_KERNEL::Exception);
2075     int getNumberOfComponents() const throw(INTERP_KERNEL::Exception);
2076     bool isDealingTS(int iteration, int order) const throw(INTERP_KERNEL::Exception);
2077     void setInfo(const std::vector<std::string>& infos) throw(INTERP_KERNEL::Exception);
2078     const std::vector<std::string>& getInfo() const throw(INTERP_KERNEL::Exception);
2079     bool presenceOfMultiDiscPerGeoType() const throw(INTERP_KERNEL::Exception);
2080     void setTime(int iteration, int order, double val) throw(INTERP_KERNEL::Exception);
2081     virtual MEDFileAnyTypeField1TS *shallowCpy() const throw(INTERP_KERNEL::Exception);
2082     MEDFileAnyTypeField1TS *deepCopy() const throw(INTERP_KERNEL::Exception);
2083     std::string getDtUnit() const throw(INTERP_KERNEL::Exception);
2084     void setDtUnit(const std::string& dtUnit) throw(INTERP_KERNEL::Exception);
2085     %extend
2086     {
2087       PyObject *getTime() throw(INTERP_KERNEL::Exception)
2088       {
2089         int tmp1,tmp2;
2090         double tmp0=self->getTime(tmp1,tmp2);
2091         PyObject *res = PyList_New(3);
2092         PyList_SetItem(res,0,SWIG_From_int(tmp1));
2093         PyList_SetItem(res,1,SWIG_From_int(tmp2));
2094         PyList_SetItem(res,2,SWIG_From_double(tmp0));
2095         return res;
2096       }
2097
2098       PyObject *getDtIt() const throw(INTERP_KERNEL::Exception)
2099       {
2100         std::pair<int,int> res=self->getDtIt();
2101         PyObject *elt=PyTuple_New(2);
2102         PyTuple_SetItem(elt,0,SWIG_From_int(res.first));
2103         PyTuple_SetItem(elt,1,SWIG_From_int(res.second));
2104         return elt;
2105       }
2106
2107       void setProfileNameOnLeaf(INTERP_KERNEL::NormalizedCellType typ, int locId, const std::string& newPflName, bool forceRenameOnGlob=false) throw(INTERP_KERNEL::Exception)
2108       {
2109         self->setProfileNameOnLeaf(0,typ,locId,newPflName,forceRenameOnGlob);
2110       }
2111       
2112       void setLocNameOnLeaf(INTERP_KERNEL::NormalizedCellType typ, int locId, const std::string& newLocName, bool forceRenameOnGlob=false) throw(INTERP_KERNEL::Exception)
2113       {
2114         self->setLocNameOnLeaf(0,typ,locId,newLocName,forceRenameOnGlob);
2115       }
2116
2117       bool changeMeshNames(PyObject *li) throw(INTERP_KERNEL::Exception)
2118       {
2119         std::vector< std::pair<std::string,std::string> > modifTab=convertVecPairStStFromPy(li);
2120         return self->changeMeshNames(modifTab);
2121       }
2122       
2123       PyObject *getTypesOfFieldAvailable() const throw(INTERP_KERNEL::Exception)
2124       {
2125         std::vector<TypeOfField> ret=self->getTypesOfFieldAvailable();
2126         PyObject *ret2=PyList_New(ret.size());
2127         for(int i=0;i<(int)ret.size();i++)
2128           PyList_SetItem(ret2,i,SWIG_From_int(ret[i]));
2129         return ret2;
2130       }
2131
2132       PyObject *getNonEmptyLevels(const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
2133       {
2134         std::vector<int> ret1;
2135         int ret0=self->getNonEmptyLevels(mname,ret1);
2136         PyObject *elt=PyTuple_New(2);
2137         PyTuple_SetItem(elt,0,SWIG_From_int(ret0));
2138         PyTuple_SetItem(elt,1,convertIntArrToPyList2(ret1));
2139         return elt;
2140       }
2141
2142       PyObject *getFieldSplitedByType(const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
2143       {
2144         std::vector<INTERP_KERNEL::NormalizedCellType> types;
2145         std::vector< std::vector<TypeOfField> > typesF;
2146         std::vector< std::vector<std::string> > pfls;
2147         std::vector< std::vector<std::string> > locs;
2148         std::vector< std::vector< std::pair<int,int> > > ret=self->getFieldSplitedByType(mname,types,typesF,pfls,locs);
2149         int sz=ret.size();
2150         PyObject *ret2=PyList_New(sz);
2151            for(int i=0;i<sz;i++)
2152              {
2153                const std::vector< std::pair<int,int> >& dadsI=ret[i];
2154                const std::vector<TypeOfField>& typesFI=typesF[i];
2155                const std::vector<std::string>& pflsI=pfls[i];
2156                const std::vector<std::string>& locsI=locs[i];
2157                PyObject *elt=PyTuple_New(2);
2158                PyTuple_SetItem(elt,0,SWIG_From_int(types[i]));
2159                int sz2=ret[i].size();
2160                PyObject *elt2=PyList_New(sz2);
2161                for(int j=0;j<sz2;j++)
2162                  {
2163                    PyObject *elt3=PyTuple_New(4);
2164                    PyTuple_SetItem(elt3,0,SWIG_From_int(typesFI[j]));
2165                    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));
2166                    PyTuple_SetItem(elt3,1,elt4);
2167                    PyTuple_SetItem(elt3,2,PyString_FromString(pflsI[j].c_str()));
2168                    PyTuple_SetItem(elt3,3,PyString_FromString(locsI[j].c_str()));
2169                    PyList_SetItem(elt2,j,elt3);
2170                  }
2171                PyTuple_SetItem(elt,1,elt2);
2172                PyList_SetItem(ret2,i,elt);
2173              }
2174            return ret2;
2175       }
2176
2177       PyObject *splitComponents() const throw(INTERP_KERNEL::Exception)
2178       {
2179         std::vector< MCAuto< MEDFileAnyTypeField1TS > > ret=self->splitComponents();
2180         std::size_t sz=ret.size();
2181         PyObject *retPy=PyList_New(sz);
2182         for(std::size_t i=0;i<sz;i++)
2183           PyList_SetItem(retPy,i,convertMEDFileField1TS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
2184         return retPy;
2185       }
2186
2187       PyObject *splitDiscretizations() const throw(INTERP_KERNEL::Exception)
2188       {
2189         std::vector< MCAuto< MEDFileAnyTypeField1TS > > ret=self->splitDiscretizations();
2190         std::size_t sz=ret.size();
2191         PyObject *retPy=PyList_New(sz);
2192         for(std::size_t i=0;i<sz;i++)
2193           PyList_SetItem(retPy,i,convertMEDFileField1TS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
2194         return retPy;
2195       }
2196
2197       PyObject *splitMultiDiscrPerGeoTypes() const throw(INTERP_KERNEL::Exception)
2198       {
2199         std::vector< MCAuto< MEDFileAnyTypeField1TS > > ret=self->splitMultiDiscrPerGeoTypes();
2200         std::size_t sz=ret.size();
2201         PyObject *retPy=PyList_New(sz);
2202         for(std::size_t i=0;i<sz;i++)
2203           PyList_SetItem(retPy,i,convertMEDFileField1TS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
2204         return retPy;
2205       }
2206
2207       MEDFileAnyTypeField1TS *extractPart(PyObject *extractDef, MEDFileMesh *mm) const throw(INTERP_KERNEL::Exception)
2208       {
2209         std::map<int, MCAuto<DataArrayInt> > extractDefCpp;
2210         convertToMapIntDataArrayInt(extractDef,extractDefCpp);
2211         return self->extractPart(extractDefCpp,mm);
2212       }
2213     }
2214   };
2215
2216   class MEDFileField1TS : public MEDFileAnyTypeField1TS
2217   {
2218   public:
2219     static MEDFileField1TS *New(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2220     static MEDFileField1TS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2221     static MEDFileField1TS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2222     static MEDFileField1TS *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
2223     static MEDFileField1TS *New();
2224     MEDCoupling::MEDFileIntField1TS *convertToInt(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
2225     void copyTimeInfoFrom(MEDCouplingFieldDouble *mcf) throw(INTERP_KERNEL::Exception);
2226     MEDCouplingFieldDouble *field(const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception);
2227     MEDCouplingFieldDouble *getFieldAtLevel(TypeOfField type, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2228     MEDCouplingFieldDouble *getFieldAtTopLevel(TypeOfField type, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2229     MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2230     MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2231     MEDCouplingFieldDouble *getFieldAtLevelOld(TypeOfField type, const std::string& mname, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2232     //
2233     void setFieldNoProfileSBT(const MEDCouplingFieldDouble *field) throw(INTERP_KERNEL::Exception);
2234     void setFieldProfile(const MEDCouplingFieldDouble *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
2235     void setProfileNameOnLeaf(const std::string& mName, INTERP_KERNEL::NormalizedCellType typ, int locId, const std::string& newPflName, bool forceRenameOnGlob=false) throw(INTERP_KERNEL::Exception);
2236     void setLocNameOnLeaf(const std::string& mName, INTERP_KERNEL::NormalizedCellType typ, int locId, const std::string& newLocName, bool forceRenameOnGlob=false) throw(INTERP_KERNEL::Exception);
2237     %extend
2238        {
2239          MEDFileField1TS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2240          {
2241            return MEDFileField1TS::New(fileName,loadAll);
2242          }
2243          
2244          MEDFileField1TS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2245          {
2246            return MEDFileField1TS::New(fileName,fieldName,loadAll);
2247          }
2248
2249          MEDFileField1TS(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2250          {
2251            return MEDFileField1TS::New(fileName,fieldName,iteration,order,loadAll);
2252          }
2253
2254          MEDFileField1TS(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
2255          {
2256            return MEDFileField1TS::New(db);
2257          }
2258
2259          MEDFileField1TS()
2260          {
2261            return MEDFileField1TS::New();
2262          }
2263          
2264          void copyTinyInfoFrom(const MEDCouplingFieldDouble *field) throw(INTERP_KERNEL::Exception)
2265          {
2266            const DataArrayDouble *arr=0;
2267            if(field)
2268              arr=field->getArray();
2269            self->copyTinyInfoFrom(field,arr);
2270          }
2271          
2272          std::string __str__() const throw(INTERP_KERNEL::Exception)
2273          {
2274            return self->simpleRepr();
2275          }
2276          
2277          PyObject *getFieldWithProfile(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
2278          {
2279            return MEDFileField1TS_getFieldWithProfile<double>(self,type,meshDimRelToMax,mesh);
2280          }
2281
2282          PyObject *getFieldSplitedByType2(const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
2283          {
2284            std::vector<INTERP_KERNEL::NormalizedCellType> types;
2285            std::vector< std::vector<TypeOfField> > typesF;
2286            std::vector< std::vector<std::string> > pfls;
2287            std::vector< std::vector<std::string> > locs;
2288            std::vector< std::vector<DataArrayDouble *> > ret=self->getFieldSplitedByType2(mname,types,typesF,pfls,locs);
2289            int sz=ret.size();
2290            PyObject *ret2=PyList_New(sz);
2291            for(int i=0;i<sz;i++)
2292              {
2293                const std::vector<DataArrayDouble *>& dadsI=ret[i];
2294                const std::vector<TypeOfField>& typesFI=typesF[i];
2295                const std::vector<std::string>& pflsI=pfls[i];
2296                const std::vector<std::string>& locsI=locs[i];
2297                PyObject *elt=PyTuple_New(2);
2298                PyTuple_SetItem(elt,0,SWIG_From_int(types[i]));
2299                int sz2=ret[i].size();
2300                PyObject *elt2=PyList_New(sz2);
2301                for(int j=0;j<sz2;j++)
2302                  {
2303                    PyObject *elt3=PyTuple_New(4);
2304                    PyTuple_SetItem(elt3,0,SWIG_From_int(typesFI[j]));
2305                    PyTuple_SetItem(elt3,1,SWIG_NewPointerObj(SWIG_as_voidptr(dadsI[j]),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2306                    PyTuple_SetItem(elt3,2,PyString_FromString(pflsI[j].c_str()));
2307                    PyTuple_SetItem(elt3,3,PyString_FromString(locsI[j].c_str()));
2308                    PyList_SetItem(elt2,j,elt3);
2309                  }
2310                PyTuple_SetItem(elt,1,elt2);
2311                PyList_SetItem(ret2,i,elt);
2312              }
2313            return ret2;
2314          }
2315
2316          DataArrayDouble *getUndergroundDataArray() const throw(INTERP_KERNEL::Exception)
2317          {
2318            DataArrayDouble *ret=self->getUndergroundDataArray();
2319            if(ret)
2320              ret->incrRef();
2321            return ret;
2322          }
2323
2324          PyObject *getUndergroundDataArrayExt() const throw(INTERP_KERNEL::Exception)
2325          {
2326            return MEDFileField1TS_getUndergroundDataArrayExt<double>(self);
2327          }
2328        }
2329   };
2330
2331   class MEDFileIntField1TS : public MEDFileAnyTypeField1TS
2332   {
2333   public:
2334     static MEDFileIntField1TS *New();
2335     static MEDFileIntField1TS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2336     static MEDFileIntField1TS *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
2337     static MEDFileIntField1TS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2338     static MEDFileIntField1TS *New(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2339     MEDCoupling::MEDFileField1TS *convertToDouble(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
2340     //
2341     void setFieldNoProfileSBT(const MEDCouplingFieldInt *field) throw(INTERP_KERNEL::Exception);
2342     void setFieldProfile(const MEDCouplingFieldInt *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
2343     void copyTimeInfoFrom(MEDCouplingFieldInt *mcf) throw(INTERP_KERNEL::Exception);
2344     MEDCouplingFieldInt *field(const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception);
2345     MEDCouplingFieldInt *getFieldAtLevel(TypeOfField type, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2346     MEDCouplingFieldInt *getFieldAtTopLevel(TypeOfField type, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2347     MEDCouplingFieldInt *getFieldOnMeshAtLevel(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2348     MEDCouplingFieldInt *getFieldOnMeshAtLevel(TypeOfField type, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2349     MEDCouplingFieldInt *getFieldAtLevelOld(TypeOfField type, const std::string& mname, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2350     %extend
2351     {
2352       MEDFileIntField1TS() throw(INTERP_KERNEL::Exception)
2353       {
2354         return MEDFileIntField1TS::New();
2355       }
2356
2357       MEDFileIntField1TS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2358       {
2359         return MEDFileIntField1TS::New(fileName,loadAll);
2360       }
2361
2362       MEDFileIntField1TS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2363       {
2364         return MEDFileIntField1TS::New(fileName,fieldName,loadAll);
2365       }
2366
2367       MEDFileIntField1TS(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2368       {
2369         return MEDFileIntField1TS::New(fileName,fieldName,iteration,order,loadAll);
2370       }
2371
2372       MEDFileIntField1TS(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
2373       {
2374         return MEDFileIntField1TS::New(db);
2375       }
2376
2377       std::string __str__() const throw(INTERP_KERNEL::Exception)
2378       {
2379         return self->simpleRepr();
2380       }
2381
2382       PyObject *getFieldWithProfile(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
2383       {
2384          return MEDFileField1TS_getFieldWithProfile<int>(self,type,meshDimRelToMax,mesh);
2385       }
2386       
2387       DataArrayInt *getUndergroundDataArray() const throw(INTERP_KERNEL::Exception)
2388       {
2389         DataArrayInt *ret=self->getUndergroundDataArray();
2390         if(ret)
2391           ret->incrRef();
2392         return ret;
2393       }
2394
2395       PyObject *getUndergroundDataArrayExt() const throw(INTERP_KERNEL::Exception)
2396       {
2397         return MEDFileField1TS_getUndergroundDataArrayExt<int>(self);
2398       }
2399     }
2400   };
2401
2402   class MEDFileFloatField1TS : public MEDFileAnyTypeField1TS
2403   {
2404   public:
2405     static MEDFileFloatField1TS *New();
2406     static MEDFileFloatField1TS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2407     static MEDFileFloatField1TS *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
2408     static MEDFileFloatField1TS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2409     static MEDFileFloatField1TS *New(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2410     MEDCoupling::MEDFileField1TS *convertToDouble(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
2411     //
2412     void setFieldNoProfileSBT(const MEDCouplingFieldFloat *field) throw(INTERP_KERNEL::Exception);
2413     void setFieldProfile(const MEDCouplingFieldFloat *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
2414     void copyTimeInfoFrom(MEDCouplingFieldFloat *mcf) throw(INTERP_KERNEL::Exception);
2415     MEDCouplingFieldFloat *field(const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception);
2416     MEDCouplingFieldFloat *getFieldAtLevel(TypeOfField type, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2417     MEDCouplingFieldFloat *getFieldAtTopLevel(TypeOfField type, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2418     MEDCouplingFieldFloat *getFieldOnMeshAtLevel(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2419     MEDCouplingFieldFloat *getFieldOnMeshAtLevel(TypeOfField type, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2420     MEDCouplingFieldFloat *getFieldAtLevelOld(TypeOfField type, const std::string& mname, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2421     %extend
2422     {
2423       MEDFileFloatField1TS() throw(INTERP_KERNEL::Exception)
2424       {
2425         return MEDFileFloatField1TS::New();
2426       }
2427
2428       MEDFileFloatField1TS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2429       {
2430         return MEDFileFloatField1TS::New(fileName,loadAll);
2431       }
2432
2433       MEDFileFloatField1TS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2434       {
2435         return MEDFileFloatField1TS::New(fileName,fieldName,loadAll);
2436       }
2437
2438       MEDFileFloatField1TS(const std::string& fileName, const std::string& fieldName, int iteration, int order, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2439       {
2440         return MEDFileFloatField1TS::New(fileName,fieldName,iteration,order,loadAll);
2441       }
2442
2443       MEDFileFloatField1TS(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
2444       {
2445         return MEDFileFloatField1TS::New(db);
2446       }
2447
2448       std::string __str__() const throw(INTERP_KERNEL::Exception)
2449       {
2450         return self->simpleRepr();
2451       }
2452
2453       PyObject *getFieldWithProfile(TypeOfField type, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
2454       {
2455          return MEDFileField1TS_getFieldWithProfile<float>(self,type,meshDimRelToMax,mesh);
2456       }
2457       
2458       DataArrayFloat *getUndergroundDataArray() const throw(INTERP_KERNEL::Exception)
2459       {
2460         DataArrayFloat *ret=self->getUndergroundDataArray();
2461         if(ret)
2462           ret->incrRef();
2463         return ret;
2464       }
2465       
2466       PyObject *getUndergroundDataArrayExt() const throw(INTERP_KERNEL::Exception)
2467       {
2468         return MEDFileField1TS_getUndergroundDataArrayExt<float>(self);
2469       }
2470     }
2471   };
2472
2473   class MEDFileAnyTypeFieldMultiTSIterator
2474   {
2475   public:
2476     %extend
2477     {
2478       PyObject *next() throw(INTERP_KERNEL::Exception)
2479       {
2480         MEDFileAnyTypeField1TS *ret=self->nextt();
2481         if(ret)
2482           return convertMEDFileField1TS(ret, SWIG_POINTER_OWN | 0 );
2483         else
2484           {
2485             PyErr_SetString(PyExc_StopIteration,"No more data.");
2486             return 0;
2487           }
2488       }
2489     }
2490   };
2491
2492   class MEDFileAnyTypeFieldMultiTS : public RefCountObject, public MEDFileFieldGlobsReal, public MEDFileWritableStandAlone
2493   {
2494   public:
2495     static MEDFileAnyTypeFieldMultiTS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2496     static MEDFileAnyTypeFieldMultiTS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2497     MEDFileAnyTypeFieldMultiTS *deepCopy() const throw(INTERP_KERNEL::Exception);
2498     virtual MEDFileAnyTypeFieldMultiTS *shallowCpy() const throw(INTERP_KERNEL::Exception);
2499     std::string getName() const throw(INTERP_KERNEL::Exception);
2500     void setName(const std::string& name) throw(INTERP_KERNEL::Exception);
2501     std::string getDtUnit() const throw(INTERP_KERNEL::Exception);
2502     void setDtUnit(const std::string& dtUnit) throw(INTERP_KERNEL::Exception);
2503     std::string getMeshName() const throw(INTERP_KERNEL::Exception);
2504     void setMeshName(const std::string& newMeshName) throw(INTERP_KERNEL::Exception);
2505     const std::vector<std::string>& getInfo() const throw(INTERP_KERNEL::Exception);
2506     bool presenceOfMultiDiscPerGeoType() const throw(INTERP_KERNEL::Exception);
2507     int getNumberOfComponents() const throw(INTERP_KERNEL::Exception);
2508     int getNumberOfTS() const throw(INTERP_KERNEL::Exception);
2509     void eraseEmptyTS() throw(INTERP_KERNEL::Exception);
2510     int getPosOfTimeStep(int iteration, int order) const throw(INTERP_KERNEL::Exception);
2511     int getPosGivenTime(double time, double eps=1e-8) const throw(INTERP_KERNEL::Exception);
2512     void loadArrays() throw(INTERP_KERNEL::Exception);
2513     void loadArraysIfNecessary() throw(INTERP_KERNEL::Exception);
2514     void unloadArrays() throw(INTERP_KERNEL::Exception);
2515     void unloadArraysWithoutDataLoss() throw(INTERP_KERNEL::Exception);
2516     //
2517     virtual MEDFileAnyTypeField1TS *getTimeStepAtPos(int pos) const throw(INTERP_KERNEL::Exception);
2518     MEDFileAnyTypeField1TS *getTimeStep(int iteration, int order) const throw(INTERP_KERNEL::Exception);
2519     MEDFileAnyTypeField1TS *getTimeStepGivenTime(double time, double eps=1e-8) const throw(INTERP_KERNEL::Exception);
2520     void pushBackTimeStep(MEDFileAnyTypeField1TS *f1ts) throw(INTERP_KERNEL::Exception);
2521     void synchronizeNameScope() throw(INTERP_KERNEL::Exception);
2522     MEDFileAnyTypeFieldMultiTS *buildNewEmpty() const throw(INTERP_KERNEL::Exception);
2523     %extend
2524     {
2525       int __len__() const throw(INTERP_KERNEL::Exception)
2526       {
2527         return self->getNumberOfTS();
2528       }
2529
2530       int getTimeId(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
2531       {
2532         if(elt0 && PyInt_Check(elt0))
2533           {//fmts[3]
2534             int pos=PyInt_AS_LONG(elt0);
2535             return pos;
2536           }
2537         else if(elt0 && PyTuple_Check(elt0))
2538           {
2539             if(PyTuple_Size(elt0)==2)
2540               {
2541                 PyObject *o0=PyTuple_GetItem(elt0,0);
2542                 PyObject *o1=PyTuple_GetItem(elt0,1);
2543                 if(PyInt_Check(o0) && PyInt_Check(o1))
2544                   {//fmts(1,-1)
2545                     int iter=PyInt_AS_LONG(o0);
2546                     int order=PyInt_AS_LONG(o1);
2547                     return self->getPosOfTimeStep(iter,order);
2548                   }
2549                 else
2550                   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 !");
2551               }
2552             else
2553               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 !");
2554           }
2555         else if(elt0 && PyFloat_Check(elt0))
2556           {
2557             double val=PyFloat_AS_DOUBLE(elt0);
2558             return self->getPosGivenTime(val);
2559           }
2560         else
2561           throw INTERP_KERNEL::Exception("MEDFileAnyTypeFieldMultiTS::__getitem__ : invalid input params ! expected fmts[int], fmts[int,int] or fmts[double] to request time step !");
2562       }
2563       
2564       PyObject *getIterations() const throw(INTERP_KERNEL::Exception)
2565       {
2566         std::vector< std::pair<int,int> > res(self->getIterations());
2567         return convertVecPairIntToPy(res);
2568       }
2569       
2570       PyObject *getTimeSteps() const throw(INTERP_KERNEL::Exception)
2571       {
2572         std::vector<double> ret1;
2573         std::vector< std::pair<int,int> > ret=self->getTimeSteps(ret1);
2574         std::size_t sz=ret.size();
2575         PyObject *ret2=PyList_New(sz);
2576         for(std::size_t i=0;i<sz;i++)
2577           {
2578             PyObject *elt=PyTuple_New(3);
2579             PyTuple_SetItem(elt,0,SWIG_From_int(ret[i].first));
2580             PyTuple_SetItem(elt,1,SWIG_From_int(ret[i].second));
2581             PyTuple_SetItem(elt,2,SWIG_From_double(ret1[i]));
2582             PyList_SetItem(ret2,i,elt);
2583           }
2584         return ret2;
2585       }
2586       
2587       PyObject *getTypesOfFieldAvailable() const throw(INTERP_KERNEL::Exception)
2588       {
2589         std::vector< std::vector<TypeOfField> > ret=self->getTypesOfFieldAvailable();
2590         PyObject *ret2=PyList_New(ret.size());
2591         for(int i=0;i<(int)ret.size();i++)
2592           {
2593             const std::vector<TypeOfField>& rett=ret[i];
2594             PyObject *ret3=PyList_New(rett.size());
2595             for(int j=0;j<(int)rett.size();j++)
2596               PyList_SetItem(ret3,j,SWIG_From_int(rett[j]));
2597             PyList_SetItem(ret2,i,ret3);
2598           }
2599         return ret2;
2600       }
2601       
2602       PyObject *getNonEmptyLevels(int iteration, int order, const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
2603       {
2604         std::vector<int> ret1;
2605         int ret0=self->getNonEmptyLevels(iteration,order,mname,ret1);
2606         PyObject *elt=PyTuple_New(2);
2607         PyTuple_SetItem(elt,0,SWIG_From_int(ret0));
2608         PyTuple_SetItem(elt,1,convertIntArrToPyList2(ret1));
2609         return elt;
2610       }
2611       
2612       PyObject *getFieldSplitedByType(int iteration, int order, const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
2613       {
2614         std::vector<INTERP_KERNEL::NormalizedCellType> types;
2615         std::vector< std::vector<TypeOfField> > typesF;
2616         std::vector< std::vector<std::string> > pfls;
2617         std::vector< std::vector<std::string> > locs;
2618         std::vector< std::vector< std::pair<int,int> > > ret=self->getFieldSplitedByType(iteration,order,mname,types,typesF,pfls,locs);
2619         int sz=ret.size();
2620         PyObject *ret2=PyList_New(sz);
2621         for(int i=0;i<sz;i++)
2622           {
2623             const std::vector< std::pair<int,int> >& dadsI=ret[i];
2624             const std::vector<TypeOfField>& typesFI=typesF[i];
2625             const std::vector<std::string>& pflsI=pfls[i];
2626             const std::vector<std::string>& locsI=locs[i];
2627             PyObject *elt=PyTuple_New(2);
2628             PyTuple_SetItem(elt,0,SWIG_From_int(types[i]));
2629             int sz2=ret[i].size();
2630             PyObject *elt2=PyList_New(sz2);
2631             for(int j=0;j<sz2;j++)
2632               {
2633                 PyObject *elt3=PyTuple_New(4);
2634                 PyTuple_SetItem(elt3,0,SWIG_From_int(typesFI[j]));
2635                 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));
2636                 PyTuple_SetItem(elt3,1,elt4);
2637                 PyTuple_SetItem(elt3,2,PyString_FromString(pflsI[j].c_str()));
2638                 PyTuple_SetItem(elt3,3,PyString_FromString(locsI[j].c_str()));
2639                 PyList_SetItem(elt2,j,elt3);
2640               }
2641             PyTuple_SetItem(elt,1,elt2);
2642             PyList_SetItem(ret2,i,elt);
2643           }
2644         return ret2;
2645       }
2646
2647       std::vector<int> getTimeIds(PyObject *elts) const throw(INTERP_KERNEL::Exception)
2648       {
2649         if(PyList_Check(elts))
2650           {
2651             int sz=PyList_Size(elts);
2652             std::vector<int> ret(sz);
2653             for(int i=0;i<sz;i++)
2654               {
2655                 PyObject *elt=PyList_GetItem(elts,i);
2656                 ret[i]=MEDCoupling_MEDFileAnyTypeFieldMultiTS_getTimeId(self,elt);
2657               }
2658             return ret;
2659           }
2660         else
2661           {
2662             std::vector<int> ret(1);
2663             ret[0]=MEDCoupling_MEDFileAnyTypeFieldMultiTS_getTimeId(self,elts);
2664             return ret;
2665           }
2666       }
2667       
2668       void __delitem__(PyObject *elts) throw(INTERP_KERNEL::Exception)
2669       {
2670         if(PySlice_Check(elts))
2671           {
2672             Py_ssize_t strt=2,stp=2,step=2;
2673             GetIndicesOfSlice(elts,self->getNumberOfTS(),&strt,&stp,&step,"MEDFileAnyTypeFieldMultiTS.__delitem__ : error in input slice !");
2674             self->eraseTimeStepIds2(strt,stp,step);
2675           }
2676         else
2677           {
2678             std::vector<int> idsToRemove=MEDCoupling_MEDFileAnyTypeFieldMultiTS_getTimeIds(self,elts);
2679             if(!idsToRemove.empty())
2680               self->eraseTimeStepIds(&idsToRemove[0],&idsToRemove[0]+idsToRemove.size());
2681           }
2682       }
2683       
2684       void eraseTimeStepIds(PyObject *li) throw(INTERP_KERNEL::Exception)
2685       {
2686         int sw;
2687         int pos1;
2688         std::vector<int> pos2;
2689         DataArrayInt *pos3=0;
2690         DataArrayIntTuple *pos4=0;
2691         convertIntStarLikePyObjToCpp(li,sw,pos1,pos2,pos3,pos4);
2692         switch(sw)
2693           {
2694           case 1:
2695             {
2696               self->eraseTimeStepIds(&pos1,&pos1+1);
2697               return;
2698             }
2699           case 2:
2700             {
2701               if(pos2.empty())
2702                 return;
2703               self->eraseTimeStepIds(&pos2[0],&pos2[0]+pos2.size());
2704               return ;
2705             }
2706           case 3:
2707             {
2708               self->eraseTimeStepIds(pos3->begin(),pos3->end());
2709               return ;
2710             }
2711           default:
2712             throw INTERP_KERNEL::Exception("MEDFileAnyTypeFieldMultiTS::eraseTimeStepIds : unexpected input array type recognized !");
2713           }
2714       }
2715
2716       MEDFileAnyTypeFieldMultiTSIterator *__iter__() throw(INTERP_KERNEL::Exception)
2717       {
2718         return self->iterator();
2719       }
2720
2721       PyObject *__getitem__(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
2722       {
2723         if(elt0 && PyList_Check(elt0))
2724           {
2725             int sz=PyList_Size(elt0);
2726             MCAuto<DataArrayInt> da=DataArrayInt::New(); da->alloc(sz,1);
2727             int *pt=da->getPointer();
2728             for(int i=0;i<sz;i++,pt++)
2729               {
2730                 PyObject *elt1=PyList_GetItem(elt0,i);
2731                 *pt=MEDFileAnyTypeFieldMultiTSgetitemSingleTS__(self,elt1);
2732               }
2733             return convertMEDFileFieldMultiTS(self->buildSubPart(da->begin(),da->end()),SWIG_POINTER_OWN | 0);
2734           }
2735         else if(elt0 && PySlice_Check(elt0))
2736           {
2737             Py_ssize_t strt=2,stp=2,step=2;
2738             GetIndicesOfSlice(elt0,self->getNumberOfTS(),&strt,&stp,&step,"MEDFileAnyTypeFieldMultiTS.__getitem__ : error in input slice !");
2739             return convertMEDFileFieldMultiTS(self->buildSubPartSlice(strt,stp,step),SWIG_POINTER_OWN | 0);
2740           }
2741         else
2742           return convertMEDFileField1TS(self->getTimeStepAtPos(MEDFileAnyTypeFieldMultiTSgetitemSingleTS__(self,elt0)),SWIG_POINTER_OWN | 0);
2743       }
2744
2745       bool changeMeshNames(PyObject *li) throw(INTERP_KERNEL::Exception)
2746       {
2747         std::vector< std::pair<std::string,std::string> > modifTab=convertVecPairStStFromPy(li);
2748         return self->changeMeshNames(modifTab);
2749       }
2750
2751       PyObject *splitComponents() const throw(INTERP_KERNEL::Exception)
2752       {
2753         std::vector< MCAuto< MEDFileAnyTypeFieldMultiTS > > ret=self->splitComponents();
2754         std::size_t sz=ret.size();
2755         PyObject *retPy=PyList_New(sz);
2756         for(std::size_t i=0;i<sz;i++)
2757           PyList_SetItem(retPy,i,convertMEDFileFieldMultiTS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
2758         return retPy;
2759       }
2760
2761       PyObject *splitDiscretizations() const throw(INTERP_KERNEL::Exception)
2762       {
2763         std::vector< MCAuto< MEDFileAnyTypeFieldMultiTS > > ret=self->splitDiscretizations();
2764         std::size_t sz=ret.size();
2765         PyObject *retPy=PyList_New(sz);
2766         for(std::size_t i=0;i<sz;i++)
2767           PyList_SetItem(retPy,i,convertMEDFileFieldMultiTS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
2768         return retPy;
2769       }
2770
2771       PyObject *splitMultiDiscrPerGeoTypes() const throw(INTERP_KERNEL::Exception)
2772       {
2773         std::vector< MCAuto< MEDFileAnyTypeFieldMultiTS > > ret=self->splitMultiDiscrPerGeoTypes();
2774         std::size_t sz=ret.size();
2775         PyObject *retPy=PyList_New(sz);
2776         for(std::size_t i=0;i<sz;i++)
2777           PyList_SetItem(retPy,i,convertMEDFileFieldMultiTS(ret[i].retn(), SWIG_POINTER_OWN | 0 ));
2778         return retPy;
2779       }
2780
2781       void pushBackTimeSteps(PyObject *li) throw(INTERP_KERNEL::Exception)
2782       {
2783         void *argp(0);
2784         int status(SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_MEDCoupling__MEDFileAnyTypeFieldMultiTS,0|0));
2785         if(SWIG_IsOK(status))
2786           {
2787             self->pushBackTimeSteps(reinterpret_cast<MEDFileAnyTypeFieldMultiTS *>(argp));
2788           }
2789         else
2790           {
2791             std::vector<MEDFileAnyTypeField1TS *> tmp;
2792             convertFromPyObjVectorOfObj<MEDCoupling::MEDFileAnyTypeField1TS *>(li,SWIGTYPE_p_MEDCoupling__MEDFileAnyTypeField1TS,"MEDFileAnyTypeField1TS",tmp);
2793             self->pushBackTimeSteps(tmp);
2794           }
2795       }
2796
2797       MEDFileAnyTypeFieldMultiTS *extractPart(PyObject *extractDef, MEDFileMesh *mm) const throw(INTERP_KERNEL::Exception)
2798       {
2799         std::map<int, MCAuto<DataArrayInt> > extractDefCpp;
2800         convertToMapIntDataArrayInt(extractDef,extractDefCpp);
2801         return self->extractPart(extractDefCpp,mm);
2802       }
2803
2804       static PyObject *MEDFileAnyTypeFieldMultiTS::SplitIntoCommonTimeSeries(PyObject *li) throw(INTERP_KERNEL::Exception)
2805       {
2806         std::vector<MEDFileAnyTypeFieldMultiTS *> vectFMTS;
2807         convertFromPyObjVectorOfObj<MEDCoupling::MEDFileAnyTypeFieldMultiTS *>(li,SWIGTYPE_p_MEDCoupling__MEDFileAnyTypeFieldMultiTS,"MEDFileAnyTypeFieldMultiTS",vectFMTS);
2808         std::vector< std::vector<MEDFileAnyTypeFieldMultiTS *> > ret=MEDFileAnyTypeFieldMultiTS::SplitIntoCommonTimeSeries(vectFMTS);
2809         std::size_t sz=ret.size();
2810         PyObject *retPy=PyList_New(sz);
2811         for(std::size_t i=0;i<sz;i++)
2812           {
2813             std::size_t sz2=ret[i].size();
2814             PyObject *ret1Py=PyList_New(sz2);
2815             for(std::size_t j=0;j<sz2;j++)
2816               {
2817                 MEDFileAnyTypeFieldMultiTS *elt(ret[i][j]);
2818                 if(elt)
2819                   elt->incrRef();
2820                 PyList_SetItem(ret1Py,j,convertMEDFileFieldMultiTS(elt,SWIG_POINTER_OWN | 0 ));
2821               }
2822             PyList_SetItem(retPy,i,ret1Py);
2823           }
2824         return retPy;
2825       }
2826       
2827       static PyObject *MEDFileAnyTypeFieldMultiTS::SplitPerCommonSupport(PyObject *li, const MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception)
2828       {
2829         std::vector<MEDFileAnyTypeFieldMultiTS *> vectFMTS;
2830         convertFromPyObjVectorOfObj<MEDCoupling::MEDFileAnyTypeFieldMultiTS *>(li,SWIGTYPE_p_MEDCoupling__MEDFileAnyTypeFieldMultiTS,"MEDFileAnyTypeFieldMultiTS",vectFMTS);
2831         std::vector< MCAuto<MEDFileFastCellSupportComparator> > ret2;
2832         std::vector< std::vector<MEDFileAnyTypeFieldMultiTS *> > ret=MEDFileAnyTypeFieldMultiTS::SplitPerCommonSupport(vectFMTS,mesh,ret2);
2833         if(ret2.size()!=ret.size())
2834           {
2835             std::ostringstream oss; oss << "MEDFileAnyTypeFieldMultiTS::SplitPerCommonSupport (PyWrap) : internal error ! Size of 2 vectors must match ! (" << ret.size() << "!=" << ret2.size() << ") !";
2836             throw INTERP_KERNEL::Exception(oss.str().c_str());
2837           }
2838         std::size_t sz=ret.size();
2839         PyObject *retPy=PyList_New(sz);
2840         for(std::size_t i=0;i<sz;i++)
2841           {
2842             std::size_t sz2=ret[i].size();
2843             PyObject *ret0Py=PyTuple_New(2);
2844             PyObject *ret1Py=PyList_New(sz2);
2845             for(std::size_t j=0;j<sz2;j++)
2846               {
2847                 MEDFileAnyTypeFieldMultiTS *elt(ret[i][j]);
2848                 if(elt)
2849                   elt->incrRef();
2850                 PyList_SetItem(ret1Py,j,convertMEDFileFieldMultiTS(elt,SWIG_POINTER_OWN | 0 ));
2851               }
2852             PyTuple_SetItem(ret0Py,0,ret1Py);
2853             PyTuple_SetItem(ret0Py,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret2[i].retn()),SWIGTYPE_p_MEDCoupling__MEDFileFastCellSupportComparator, SWIG_POINTER_OWN | 0 ));
2854             PyList_SetItem(retPy,i,ret0Py);
2855           }
2856         return retPy;
2857       }
2858     }
2859   };
2860
2861   class MEDFileIntFieldMultiTS;
2862   
2863   class MEDFileFieldMultiTS : public MEDFileAnyTypeFieldMultiTS
2864   {
2865   public:
2866     static MEDFileFieldMultiTS *New() throw(INTERP_KERNEL::Exception);
2867     static MEDFileFieldMultiTS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2868     static MEDFileFieldMultiTS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
2869     static MEDFileFieldMultiTS *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
2870     //
2871     MEDCouplingFieldDouble *field(int iteration, int order, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception);
2872     MEDCouplingFieldDouble *getFieldAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2873     MEDCouplingFieldDouble *getFieldAtTopLevel(TypeOfField type, int iteration, int order, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2874     MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2875     MEDCouplingFieldDouble *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2876     MEDCouplingFieldDouble *getFieldAtLevelOld(TypeOfField type, int iteration, int order, const std::string& mname, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
2877     //
2878     void appendFieldNoProfileSBT(const MEDCouplingFieldDouble *field) throw(INTERP_KERNEL::Exception);
2879     void appendFieldProfile(const MEDCouplingFieldDouble *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
2880     MEDFileIntFieldMultiTS *convertToInt(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
2881     %extend
2882        {
2883          MEDFileFieldMultiTS()
2884          {
2885            return MEDFileFieldMultiTS::New();
2886          }
2887
2888          MEDFileFieldMultiTS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2889          {
2890            return MEDFileFieldMultiTS::New(fileName,loadAll);
2891          }
2892
2893          MEDFileFieldMultiTS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
2894          {
2895            return MEDFileFieldMultiTS::New(fileName,fieldName,loadAll);
2896          }
2897          
2898          MEDFileFieldMultiTS(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
2899          {
2900            return MEDFileFieldMultiTS::New(db);
2901          }
2902
2903          static MEDFileFieldMultiTS *LoadSpecificEntities(const std::string& fileName, const std::string& fieldName, PyObject *entities, bool loadAll=true)
2904          {
2905            std::vector<std::pair<int,int> > tmp(convertTimePairIdsFromPy(entities));
2906            std::size_t sz(tmp.size());
2907            std::vector< std::pair<TypeOfField,INTERP_KERNEL::NormalizedCellType> > entitiesCpp(sz);
2908            for(std::size_t i=0;i<sz;i++)
2909              {
2910                entitiesCpp[i].first=(TypeOfField)tmp[i].first;
2911                entitiesCpp[i].second=(INTERP_KERNEL::NormalizedCellType)tmp[i].second;
2912              }
2913            return MEDFileFieldMultiTS::LoadSpecificEntities(fileName,fieldName,entitiesCpp,loadAll);
2914          }
2915          
2916          std::string __str__() const throw(INTERP_KERNEL::Exception)
2917          {
2918            return self->simpleRepr();
2919          }
2920
2921          PyObject *getFieldWithProfile(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
2922          {
2923            DataArrayInt *ret1=0;
2924            DataArrayDouble *ret0=self->getFieldWithProfile(type,iteration,order,meshDimRelToMax,mesh,ret1);
2925            PyObject *ret=PyTuple_New(2);
2926            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2927            PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2928            return ret;
2929          }
2930
2931          PyObject *getFieldSplitedByType2(int iteration, int order, const std::string& mname=std::string()) const throw(INTERP_KERNEL::Exception)
2932          {
2933            std::vector<INTERP_KERNEL::NormalizedCellType> types;
2934            std::vector< std::vector<TypeOfField> > typesF;
2935            std::vector< std::vector<std::string> > pfls;
2936            std::vector< std::vector<std::string> > locs;
2937            std::vector< std::vector<DataArrayDouble *> > ret=self->getFieldSplitedByType2(iteration,order,mname,types,typesF,pfls,locs);
2938            int sz=ret.size();
2939            PyObject *ret2=PyList_New(sz);
2940            for(int i=0;i<sz;i++)
2941              {
2942                const std::vector<DataArrayDouble *>& dadsI=ret[i];
2943                const std::vector<TypeOfField>& typesFI=typesF[i];
2944                const std::vector<std::string>& pflsI=pfls[i];
2945                const std::vector<std::string>& locsI=locs[i];
2946                PyObject *elt=PyTuple_New(2);
2947                PyTuple_SetItem(elt,0,SWIG_From_int(types[i]));
2948                int sz2=ret[i].size();
2949                PyObject *elt2=PyList_New(sz2);
2950                for(int j=0;j<sz2;j++)
2951                  {
2952                    PyObject *elt3=PyTuple_New(4);
2953                    PyTuple_SetItem(elt3,0,SWIG_From_int(typesFI[j]));
2954                    PyTuple_SetItem(elt3,1,SWIG_NewPointerObj(SWIG_as_voidptr(dadsI[j]),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2955                    PyTuple_SetItem(elt3,2,PyString_FromString(pflsI[j].c_str()));
2956                    PyTuple_SetItem(elt3,3,PyString_FromString(locsI[j].c_str()));
2957                    PyList_SetItem(elt2,j,elt3);
2958                  }
2959                PyTuple_SetItem(elt,1,elt2);
2960                PyList_SetItem(ret2,i,elt);
2961              }
2962            return ret2;
2963          }
2964          DataArrayDouble *getUndergroundDataArray(int iteration, int order) const throw(INTERP_KERNEL::Exception)
2965          {
2966            DataArrayDouble *ret=self->getUndergroundDataArray(iteration,order);
2967            if(ret)
2968              ret->incrRef();
2969            return ret;
2970          }
2971          
2972          PyObject *getUndergroundDataArrayExt(int iteration, int order) const throw(INTERP_KERNEL::Exception)
2973          {
2974            std::vector< std::pair<std::pair<INTERP_KERNEL::NormalizedCellType,int>,std::pair<int,int> > > elt1Cpp;
2975            DataArrayDouble *elt0=self->getUndergroundDataArrayExt(iteration,order,elt1Cpp);
2976            if(elt0)
2977              elt0->incrRef();
2978            PyObject *ret=PyTuple_New(2);
2979            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(elt0),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2980            std::size_t sz=elt1Cpp.size();
2981            PyObject *elt=PyList_New(sz);
2982            for(std::size_t i=0;i<sz;i++)
2983              {
2984                PyObject *elt1=PyTuple_New(2);
2985                PyObject *elt2=PyTuple_New(2);
2986                PyTuple_SetItem(elt2,0,SWIG_From_int(elt1Cpp[i].first.first));
2987                PyTuple_SetItem(elt2,1,SWIG_From_int(elt1Cpp[i].first.second));
2988                PyObject *elt3=PyTuple_New(2);
2989                PyTuple_SetItem(elt3,0,SWIG_From_int(elt1Cpp[i].second.first));
2990                PyTuple_SetItem(elt3,1,SWIG_From_int(elt1Cpp[i].second.second));
2991                PyTuple_SetItem(elt1,0,elt2);
2992                PyTuple_SetItem(elt1,1,elt3);
2993                PyList_SetItem(elt,i,elt1);
2994              }
2995            PyTuple_SetItem(ret,1,elt);
2996            return ret;
2997          }
2998        }
2999   };
3000
3001   class MEDFileFieldsIterator
3002   {
3003   public:
3004     %extend
3005     {
3006       PyObject *next() throw(INTERP_KERNEL::Exception)
3007       {
3008         MEDFileAnyTypeFieldMultiTS *ret=self->nextt();
3009         if(ret)
3010           return convertMEDFileFieldMultiTS(ret, SWIG_POINTER_OWN | 0 );
3011         else
3012           {
3013             PyErr_SetString(PyExc_StopIteration,"No more data.");
3014             return 0;
3015           }
3016       }
3017     }
3018   };
3019
3020   class MEDFileIntFieldMultiTS : public MEDFileAnyTypeFieldMultiTS
3021   {
3022   public:
3023     static MEDFileIntFieldMultiTS *New();
3024     static MEDFileIntFieldMultiTS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
3025     static MEDFileIntFieldMultiTS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
3026     static MEDFileIntFieldMultiTS *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
3027     //
3028     void appendFieldNoProfileSBT(const MEDCouplingFieldInt *field) throw(INTERP_KERNEL::Exception);
3029     void appendFieldProfile(const MEDCouplingFieldInt *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
3030     MEDCoupling::MEDFileFieldMultiTS *convertToDouble(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
3031     MEDCouplingFieldInt *field(int iteration, int order, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception);
3032     MEDCouplingFieldInt *getFieldAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3033     MEDCouplingFieldInt *getFieldAtTopLevel(TypeOfField type, int iteration, int order, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3034     MEDCouplingFieldInt *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3035     MEDCouplingFieldInt *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3036     MEDCouplingFieldInt *getFieldAtLevelOld(TypeOfField type, int iteration, int order, const std::string& mname, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3037     %extend
3038     {
3039       MEDFileIntFieldMultiTS()
3040       {
3041         return MEDFileIntFieldMultiTS::New();
3042       }
3043       
3044       MEDFileIntFieldMultiTS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
3045       {
3046         return MEDFileIntFieldMultiTS::New(fileName,loadAll);
3047       }
3048       
3049       MEDFileIntFieldMultiTS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
3050       {
3051         return MEDFileIntFieldMultiTS::New(fileName,fieldName,loadAll);
3052       }
3053
3054       MEDFileIntFieldMultiTS(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
3055       {
3056         return MEDFileIntFieldMultiTS::New(db);
3057       }
3058       
3059       static MEDFileIntFieldMultiTS *LoadSpecificEntities(const std::string& fileName, const std::string& fieldName, PyObject *entities, bool loadAll=true)
3060       {
3061         std::vector<std::pair<int,int> > tmp(convertTimePairIdsFromPy(entities));
3062         std::vector< std::pair<TypeOfField,INTERP_KERNEL::NormalizedCellType> > entitiesCpp(convertVecPairIntToVecPairTOFCT(tmp));
3063         return MEDFileIntFieldMultiTS::LoadSpecificEntities(fileName,fieldName,entitiesCpp,loadAll);
3064       }
3065
3066       std::string __str__() const throw(INTERP_KERNEL::Exception)
3067       {
3068         return self->simpleRepr();
3069       }
3070
3071       PyObject *getFieldWithProfile(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
3072       {
3073          DataArrayInt *ret1=0;
3074          DataArrayInt *ret0=self->getFieldWithProfile(type,iteration,order,meshDimRelToMax,mesh,ret1);
3075          PyObject *ret=PyTuple_New(2);
3076          PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3077          PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3078          return ret;
3079       }
3080
3081       DataArrayInt *getUndergroundDataArray(int iteration, int order) const throw(INTERP_KERNEL::Exception)
3082       {
3083         DataArrayInt *ret=self->getUndergroundDataArray(iteration,order);
3084         if(ret)
3085           ret->incrRef();
3086         return ret;
3087       }
3088     }
3089   };
3090
3091   class MEDFileFloatFieldMultiTS : public MEDFileAnyTypeFieldMultiTS
3092   {
3093   public:
3094     static MEDFileFloatFieldMultiTS *New();
3095     static MEDFileFloatFieldMultiTS *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
3096     static MEDFileFloatFieldMultiTS *New(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
3097     static MEDFileFloatFieldMultiTS *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
3098     //
3099     void appendFieldNoProfileSBT(const MEDCouplingFieldFloat *field) throw(INTERP_KERNEL::Exception);
3100     void appendFieldProfile(const MEDCouplingFieldFloat *field, const MEDFileMesh *mesh, int meshDimRelToMax, const DataArrayInt *profile) throw(INTERP_KERNEL::Exception);
3101     MEDCoupling::MEDFileFieldMultiTS *convertToDouble(bool isDeepCpyGlobs=true) const throw(INTERP_KERNEL::Exception);
3102     MEDCouplingFieldFloat *field(int iteration, int order, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception);
3103     MEDCouplingFieldFloat *getFieldAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3104     MEDCouplingFieldFloat *getFieldAtTopLevel(TypeOfField type, int iteration, int order, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3105     MEDCouplingFieldFloat *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3106     MEDCouplingFieldFloat *getFieldOnMeshAtLevel(TypeOfField type, int iteration, int order, const MEDCouplingMesh *mesh, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3107     MEDCouplingFieldFloat *getFieldAtLevelOld(TypeOfField type, int iteration, int order, const std::string& mname, int meshDimRelToMax, int renumPol=0) const throw(INTERP_KERNEL::Exception);
3108     %extend
3109     {
3110       MEDFileFloatFieldMultiTS()
3111       {
3112         return MEDFileFloatFieldMultiTS::New();
3113       }
3114       
3115       MEDFileFloatFieldMultiTS(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
3116       {
3117         return MEDFileFloatFieldMultiTS::New(fileName,loadAll);
3118       }
3119       
3120       MEDFileFloatFieldMultiTS(const std::string& fileName, const std::string& fieldName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
3121       {
3122         return MEDFileFloatFieldMultiTS::New(fileName,fieldName,loadAll);
3123       }
3124
3125       MEDFileFloatFieldMultiTS(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
3126       {
3127         return MEDFileFloatFieldMultiTS::New(db);
3128       }
3129       
3130       static MEDFileFloatFieldMultiTS *LoadSpecificEntities(const std::string& fileName, const std::string& fieldName, PyObject *entities, bool loadAll=true)
3131       {
3132         std::vector<std::pair<int,int> > tmp(convertTimePairIdsFromPy(entities));
3133         std::vector< std::pair<TypeOfField,INTERP_KERNEL::NormalizedCellType> > entitiesCpp(convertVecPairIntToVecPairTOFCT(tmp));
3134         return MEDFileFloatFieldMultiTS::LoadSpecificEntities(fileName,fieldName,entitiesCpp,loadAll);
3135       }
3136
3137       std::string __str__() const throw(INTERP_KERNEL::Exception)
3138       {
3139         return self->simpleRepr();
3140       }
3141
3142       PyObject *getFieldWithProfile(TypeOfField type, int iteration, int order, int meshDimRelToMax, const MEDFileMesh *mesh) const throw(INTERP_KERNEL::Exception)
3143       {
3144          DataArrayInt *ret1=0;
3145          DataArrayFloat *ret0=self->getFieldWithProfile(type,iteration,order,meshDimRelToMax,mesh,ret1);
3146          PyObject *ret=PyTuple_New(2);
3147          PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayFloat, SWIG_POINTER_OWN | 0 ));
3148          PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3149          return ret;
3150       }
3151
3152       DataArrayFloat *getUndergroundDataArray(int iteration, int order) const throw(INTERP_KERNEL::Exception)
3153       {
3154         DataArrayFloat *ret=self->getUndergroundDataArray(iteration,order);
3155         if(ret)
3156           ret->incrRef();
3157         return ret;
3158       }
3159     }
3160   };
3161   
3162   class MEDFileMeshSupports : public RefCountObject, public MEDFileWritableStandAlone
3163   {
3164   public:
3165     static MEDFileMeshSupports *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
3166     std::vector<std::string> getSupMeshNames() const throw(INTERP_KERNEL::Exception);
3167     %extend
3168        {
3169          MEDFileUMesh *getSupMeshWithName(const std::string& name) const throw(INTERP_KERNEL::Exception)
3170          {
3171            const MEDFileUMesh *ret(self->getSupMeshWithName(name));
3172            MEDFileUMesh *ret2(const_cast<MEDFileUMesh *>(ret));
3173            if(ret2)
3174              ret2->incrRef();
3175            return ret2;
3176          }
3177        }
3178   };
3179  
3180   class MEDFileStructureElements : public RefCountObject, public MEDFileWritableStandAlone
3181   {
3182   public:
3183     static MEDFileStructureElements *New(const std::string& fileName, const MEDFileMeshSupports *ms) throw(INTERP_KERNEL::Exception);
3184   private:
3185     MEDFileStructureElements();
3186   };
3187
3188   class MEDFileFields : public RefCountObject, public MEDFileFieldGlobsReal, public MEDFileWritableStandAlone
3189   {
3190   public:
3191     static MEDFileFields *New() throw(INTERP_KERNEL::Exception);
3192     static MEDFileFields *New(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception);
3193     static MEDFileFields *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
3194     static MEDFileFields *NewAdv(const std::string& fileName, bool loadAll, const MEDFileEntities *entities) throw(INTERP_KERNEL::Exception);
3195     static MEDFileFields *LoadPartOf(const std::string& fileName, bool loadAll=true, const MEDFileMeshes *ms=0) throw(INTERP_KERNEL::Exception);
3196     static MEDFileFields *NewWithDynGT(const std::string& fileName, const MEDFileStructureElements *se, bool loadAll=true) throw(INTERP_KERNEL::Exception);
3197     MEDFileFields *deepCopy() const throw(INTERP_KERNEL::Exception);
3198     MEDFileFields *shallowCpy() const throw(INTERP_KERNEL::Exception);
3199     void loadArrays() throw(INTERP_KERNEL::Exception);
3200     void loadArraysIfNecessary() throw(INTERP_KERNEL::Exception);
3201     void unloadArrays() throw(INTERP_KERNEL::Exception);
3202     void unloadArraysWithoutDataLoss() throw(INTERP_KERNEL::Exception);
3203     int getNumberOfFields() const;
3204     std::vector<std::string> getFieldsNames() const throw(INTERP_KERNEL::Exception);
3205     std::vector<std::string> getMeshesNames() const throw(INTERP_KERNEL::Exception);
3206     //
3207     void resize(int newSize) throw(INTERP_KERNEL::Exception);
3208     void pushField(MEDFileAnyTypeFieldMultiTS *field) throw(INTERP_KERNEL::Exception);
3209     void setFieldAtPos(int i, MEDFileAnyTypeFieldMultiTS *field) throw(INTERP_KERNEL::Exception);
3210     int getPosFromFieldName(const std::string& fieldName) const throw(INTERP_KERNEL::Exception);
3211     MEDFileAnyTypeFieldMultiTS *getFieldAtPos(int i) const throw(INTERP_KERNEL::Exception);
3212     MEDFileAnyTypeFieldMultiTS *getFieldWithName(const std::string& fieldName) const throw(INTERP_KERNEL::Exception);
3213     MEDFileFields *partOfThisLyingOnSpecifiedMeshName(const std::string& meshName) const throw(INTERP_KERNEL::Exception);
3214     bool presenceOfStructureElements() const throw(INTERP_KERNEL::Exception);
3215     void aggregate(const MEDFileFields& other) throw(INTERP_KERNEL::Exception);
3216     void killStructureElements() throw(INTERP_KERNEL::Exception);
3217     void keepOnlyStructureElements() throw(INTERP_KERNEL::Exception);
3218     void keepOnlyOnMeshSE(const std::string& meshName, const std::string& seName) throw(INTERP_KERNEL::Exception);
3219     void blowUpSE(MEDFileMeshes *ms, const MEDFileStructureElements *ses) throw(INTERP_KERNEL::Exception);
3220     void destroyFieldAtPos(int i) throw(INTERP_KERNEL::Exception);
3221     bool removeFieldsWithoutAnyTimeStep() throw(INTERP_KERNEL::Exception);
3222     %extend
3223        {
3224          MEDFileFields()
3225          {
3226            return MEDFileFields::New();
3227          }
3228
3229          MEDFileFields(const std::string& fileName, bool loadAll=true) throw(INTERP_KERNEL::Exception)
3230          {
3231            return MEDFileFields::New(fileName,loadAll);
3232          }
3233
3234          MEDFileFields(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
3235          {
3236            return MEDFileFields::New(db);
3237          }
3238
3239          MEDFileFields(const std::string& fileName, bool loadAll, const MEDFileEntities *entities) throw(INTERP_KERNEL::Exception)
3240          {
3241            return MEDFileFields::NewAdv(fileName,loadAll,entities);
3242          }
3243          
3244          std::string __str__() const throw(INTERP_KERNEL::Exception)
3245          {
3246            return self->simpleRepr();
3247          }
3248          
3249          MEDFileFields *partOfThisOnStructureElements() const throw(INTERP_KERNEL::Exception)
3250          {
3251            MCAuto<MEDFileFields> ret(self->partOfThisOnStructureElements());
3252            return ret.retn();
3253          }
3254
3255          MEDFileFields *partOfThisLyingOnSpecifiedMeshSEName(const std::string& meshName, const std::string& seName) const throw(INTERP_KERNEL::Exception)
3256          {
3257            MCAuto<MEDFileFields> ret(self->partOfThisLyingOnSpecifiedMeshSEName(meshName,seName));
3258            return ret.retn();
3259          }
3260          
3261          static MEDFileFields *LoadSpecificEntities(const std::string& fileName, PyObject *entities, bool loadAll=true) throw(INTERP_KERNEL::Exception)
3262          {
3263            std::vector<std::pair<int,int> > tmp(convertTimePairIdsFromPy(entities));
3264            std::size_t sz(tmp.size());
3265            std::vector< std::pair<TypeOfField,INTERP_KERNEL::NormalizedCellType> > entitiesCpp(sz);
3266            for(std::size_t i=0;i<sz;i++)
3267              {
3268                entitiesCpp[i].first=(TypeOfField)tmp[i].first;
3269                entitiesCpp[i].second=(INTERP_KERNEL::NormalizedCellType)tmp[i].second;
3270              }
3271            return MEDFileFields::LoadSpecificEntities(fileName,entitiesCpp,loadAll);
3272          }
3273
3274          PyObject *getMeshSENames() const throw(INTERP_KERNEL::Exception)
3275          {
3276            std::vector< std::pair<std::string,std::string> > ps;
3277            self->getMeshSENames(ps);
3278            return convertVectPairStToPy(ps);
3279          }
3280
3281          PyObject *getCommonIterations() const throw(INTERP_KERNEL::Exception)
3282          {
3283            bool ret1;
3284            std::vector< std::pair<int,int> > ret0=self->getCommonIterations(ret1);
3285            PyObject *ret=PyTuple_New(2);
3286            PyObject *ret_0=PyList_New(ret0.size());
3287            int rk=0;
3288            for(std::vector< std::pair<int,int> >::const_iterator iter=ret0.begin();iter!=ret0.end();iter++,rk++)
3289              {
3290                PyObject *elt=PyTuple_New(2);
3291                PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
3292                PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
3293                PyList_SetItem(ret_0,rk,elt);
3294              }
3295            PyTuple_SetItem(ret,0,ret_0);
3296            PyObject *ret_1=ret1?Py_True:Py_False; Py_XINCREF(ret_1);
3297            PyTuple_SetItem(ret,1,ret_1);
3298            return ret;
3299          }
3300
3301          MEDFileFields *partOfThisLyingOnSpecifiedTimeSteps(PyObject *timeSteps) const throw(INTERP_KERNEL::Exception)
3302          {
3303            std::vector< std::pair<int,int> > ts=convertTimePairIdsFromPy(timeSteps);
3304            return self->partOfThisLyingOnSpecifiedTimeSteps(ts);
3305          }
3306
3307          MEDFileFields *partOfThisNotLyingOnSpecifiedTimeSteps(PyObject *timeSteps) const throw(INTERP_KERNEL::Exception)
3308          {
3309            std::vector< std::pair<int,int> > ts=convertTimePairIdsFromPy(timeSteps);
3310            return self->partOfThisNotLyingOnSpecifiedTimeSteps(ts);
3311          }
3312          
3313          PyObject *__getitem__(PyObject *obj) throw(INTERP_KERNEL::Exception)
3314          {
3315            if(obj && PyList_Check(obj))
3316              {
3317                int sz=PyList_Size(obj);
3318                MCAuto<DataArrayInt> da=DataArrayInt::New(); da->alloc(sz,1);
3319                int *pt=da->getPointer();
3320                for(int i=0;i<sz;i++,pt++)
3321                  {
3322                    PyObject *elt1=PyList_GetItem(obj,i);
3323                    *pt=MEDFileFieldsgetitemSingleTS__(self,elt1);
3324                  }
3325                return SWIG_NewPointerObj(SWIG_as_voidptr(self->buildSubPart(da->begin(),da->end())),SWIGTYPE_p_MEDCoupling__MEDFileFields, SWIG_POINTER_OWN | 0 );
3326              }
3327            else
3328              return convertMEDFileFieldMultiTS(self->getFieldAtPos(MEDFileFieldsgetitemSingleTS__(self,obj)), SWIG_POINTER_OWN | 0 );
3329          }
3330
3331          MEDFileFields *__setitem__(int obj, MEDFileFieldMultiTS *field) throw(INTERP_KERNEL::Exception)
3332          {
3333            self->setFieldAtPos(obj,field);
3334            return self;
3335          }
3336
3337          int __len__() const throw(INTERP_KERNEL::Exception)
3338          {
3339            return self->getNumberOfFields();
3340          }
3341
3342          MEDFileFieldsIterator *__iter__() throw(INTERP_KERNEL::Exception)
3343          {
3344            return self->iterator();
3345          }
3346          
3347          bool changeMeshNames(PyObject *li) throw(INTERP_KERNEL::Exception)
3348          {
3349            std::vector< std::pair<std::string,std::string> > modifTab=convertVecPairStStFromPy(li);
3350            return self->changeMeshNames(modifTab);
3351          }
3352
3353          int getPosOfField(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
3354          {
3355            static const char msg[]="MEDFileFields::getPosOfField : invalid input params ! expected fields[int], fields[string_of_field_name] !";
3356            if(!elt0)
3357              throw INTERP_KERNEL::Exception(msg);
3358            if(PyInt_Check(elt0))
3359              {//fmts[3]
3360                return PyInt_AS_LONG(elt0);
3361              }
3362            return self->getPosFromFieldName(convertPyObjectToStr(elt0,msg));
3363          }
3364          
3365          std::vector<int> getPosOfFields(PyObject *elts) const throw(INTERP_KERNEL::Exception)
3366          {
3367            if(PyList_Check(elts))
3368              {
3369                int sz=PyList_Size(elts);
3370                std::vector<int> ret(sz);
3371                for(int i=0;i<sz;i++)
3372                  {
3373                    PyObject *elt=PyList_GetItem(elts,i);
3374                    ret[i]=MEDCoupling_MEDFileFields_getPosOfField(self,elt);
3375                  }
3376                return ret;
3377              }
3378            else
3379              {
3380                std::vector<int> ret(1);
3381                ret[0]=MEDCoupling_MEDFileFields_getPosOfField(self,elts);
3382                return ret;
3383              }
3384          }
3385
3386          void pushFields(PyObject *fields) throw(INTERP_KERNEL::Exception)
3387          {
3388            std::vector<MEDFileAnyTypeFieldMultiTS *> tmp;
3389            convertFromPyObjVectorOfObj<MEDCoupling::MEDFileAnyTypeFieldMultiTS *>(fields,SWIGTYPE_p_MEDCoupling__MEDFileAnyTypeFieldMultiTS,"MEDFileAnyTypeFieldMultiTS",tmp);
3390            self->pushFields(tmp);
3391          }
3392          
3393          void __delitem__(PyObject *elts) throw(INTERP_KERNEL::Exception)
3394          {
3395            if(elts && PySlice_Check(elts))
3396              {
3397                Py_ssize_t strt=2,stp=2,step=2;
3398                GetIndicesOfSlice(elts,self->getNumberOfFields(),&strt,&stp,&step,"MEDFileFields.__delitem__ : error in input slice !");
3399                self->destroyFieldsAtPos2(strt,stp,step);
3400              }
3401            else
3402              {
3403                std::vector<int> idsToRemove=MEDCoupling_MEDFileFields_getPosOfFields(self,elts);
3404                if(!idsToRemove.empty())
3405                  self->destroyFieldsAtPos(&idsToRemove[0],&idsToRemove[0]+idsToRemove.size());
3406              }
3407          }
3408
3409          MEDFileFields *extractPart(PyObject *extractDef, MEDFileMesh *mm) const throw(INTERP_KERNEL::Exception)
3410          {
3411            std::map<int, MCAuto<DataArrayInt> > extractDefCpp;
3412            convertToMapIntDataArrayInt(extractDef,extractDefCpp);
3413            return self->extractPart(extractDefCpp,mm);
3414          }
3415
3416          MEDFileFields *linearToQuadratic(const MEDFileMeshes *oldLin, const MEDFileMeshes *newQuad) const throw(INTERP_KERNEL::Exception)
3417          {
3418            MCAuto<MEDFileFields> ret(self->linearToQuadratic(oldLin,newQuad));
3419            return ret.retn();
3420          }
3421        }
3422   };
3423
3424   class MEDFileParameter1TS : public RefCountObject
3425   {
3426   public:
3427     void setIteration(int it);
3428     int getIteration() const;
3429     void setOrder(int order);
3430     int getOrder() const;
3431     void setTimeValue(double time);
3432     void setTime(int dt, int it, double time);
3433     double getTime(int& dt, int& it);
3434     double getTimeValue() const;
3435   };
3436
3437   class MEDFileParameterDouble1TSWTI : public MEDFileParameter1TS
3438   {
3439   public:
3440     void setValue(double val) throw(INTERP_KERNEL::Exception);
3441     double getValue() const throw(INTERP_KERNEL::Exception);
3442     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
3443     %extend
3444     {
3445       std::string __str__() const throw(INTERP_KERNEL::Exception)
3446       {
3447         return self->simpleRepr();
3448       }
3449     }
3450   };
3451
3452   class MEDFileParameterTinyInfo : public MEDFileWritable
3453   {
3454   public:
3455     void setDescription(const std::string& name);
3456     std::string getDescription() const;
3457     void setTimeUnit(const std::string& unit);
3458     std::string getTimeUnit() const;
3459   };
3460
3461   class MEDFileParameterDouble1TS : public MEDFileParameterDouble1TSWTI, public MEDFileParameterTinyInfo
3462   {
3463   public:
3464     static MEDFileParameterDouble1TS *New();
3465     static MEDFileParameterDouble1TS *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
3466     static MEDFileParameterDouble1TS *New(const std::string& fileName, const std::string& paramName) throw(INTERP_KERNEL::Exception);
3467     static MEDFileParameterDouble1TS *New(const std::string& fileName, const std::string& paramName, int dt, int it) throw(INTERP_KERNEL::Exception);
3468     virtual MEDFileParameter1TS *deepCopy() const throw(INTERP_KERNEL::Exception);
3469     virtual std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
3470     void setName(const std::string& name) throw(INTERP_KERNEL::Exception);
3471     std::string getName() const throw(INTERP_KERNEL::Exception);
3472     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
3473     %extend
3474     {
3475       MEDFileParameterDouble1TS()
3476       {
3477         return MEDFileParameterDouble1TS::New();
3478       }
3479       
3480       MEDFileParameterDouble1TS(const std::string& fileName) throw(INTERP_KERNEL::Exception)
3481       {
3482         return MEDFileParameterDouble1TS::New(fileName);
3483       }
3484
3485       MEDFileParameterDouble1TS(const std::string& fileName, const std::string& paramName) throw(INTERP_KERNEL::Exception)
3486       {
3487         return MEDFileParameterDouble1TS::New(fileName,paramName);
3488       }
3489
3490       MEDFileParameterDouble1TS(const std::string& fileName, const std::string& paramName, int dt, int it) throw(INTERP_KERNEL::Exception)
3491       {
3492         return MEDFileParameterDouble1TS::New(fileName,paramName,dt,it);
3493       }
3494
3495       std::string __str__() const throw(INTERP_KERNEL::Exception)
3496       {
3497         return self->simpleRepr();
3498       }
3499
3500       PyObject *isEqual(const MEDFileParameter1TS *other, double eps) const throw(INTERP_KERNEL::Exception)
3501       {
3502         std::string what;
3503         bool ret0=self->isEqual(other,eps,what);
3504         PyObject *res=PyList_New(2);
3505         PyObject *ret0Py=ret0?Py_True:Py_False;
3506         Py_XINCREF(ret0Py);
3507         PyList_SetItem(res,0,ret0Py);
3508         PyList_SetItem(res,1,PyString_FromString(what.c_str()));
3509         return res;
3510       }
3511     }
3512   };
3513
3514   class MEDFileParameterMultiTS : public RefCountObject, public MEDFileParameterTinyInfo
3515   {
3516   public:
3517     static MEDFileParameterMultiTS *New();
3518     static MEDFileParameterMultiTS *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
3519     static MEDFileParameterMultiTS *New(const std::string& fileName, const std::string& paramName) throw(INTERP_KERNEL::Exception);
3520     std::string getName() const;
3521     void setName(const std::string& name);
3522     MEDFileParameterMultiTS *deepCopy() const throw(INTERP_KERNEL::Exception);
3523     void write(const std::string& fileName, int mode) const throw(INTERP_KERNEL::Exception);
3524     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
3525     void appendValue(int dt, int it, double time, double val) throw(INTERP_KERNEL::Exception);
3526     double getDoubleValue(int iteration, int order) const throw(INTERP_KERNEL::Exception);
3527     int getPosOfTimeStep(int iteration, int order) const throw(INTERP_KERNEL::Exception);
3528     int getPosGivenTime(double time, double eps=1e-8) const throw(INTERP_KERNEL::Exception);
3529     int getNumberOfTS() const throw(INTERP_KERNEL::Exception);
3530     %extend
3531     {
3532       MEDFileParameterMultiTS()
3533       {
3534         return MEDFileParameterMultiTS::New();
3535       }
3536       
3537       MEDFileParameterMultiTS(const std::string& fileName)
3538       {
3539         return MEDFileParameterMultiTS::New(fileName);
3540       }
3541
3542       MEDFileParameterMultiTS(const std::string& fileName, const std::string& paramName)
3543       {
3544         return MEDFileParameterMultiTS::New(fileName,paramName);
3545       }
3546
3547       std::string __str__() const throw(INTERP_KERNEL::Exception)
3548       {
3549         return self->simpleRepr();
3550       }
3551       
3552       PyObject *isEqual(const MEDFileParameterMultiTS *other, double eps) const throw(INTERP_KERNEL::Exception)
3553       {
3554         std::string what;
3555         bool ret0=self->isEqual(other,eps,what);
3556         PyObject *res=PyList_New(2);
3557         PyObject *ret0Py=ret0?Py_True:Py_False;
3558         Py_XINCREF(ret0Py);
3559         PyList_SetItem(res,0,ret0Py);
3560         PyList_SetItem(res,1,PyString_FromString(what.c_str()));
3561         return res;
3562       }
3563       
3564       void eraseTimeStepIds(PyObject *ids) throw(INTERP_KERNEL::Exception)
3565       {
3566         int sw;
3567         int pos1;
3568         std::vector<int> pos2;
3569         DataArrayInt *pos3=0;
3570         DataArrayIntTuple *pos4=0;
3571         convertIntStarLikePyObjToCpp(ids,sw,pos1,pos2,pos3,pos4);
3572         switch(sw)
3573           {
3574           case 1:
3575             {
3576               self->eraseTimeStepIds(&pos1,&pos1+1);
3577               return;
3578             }
3579           case 2:
3580             {
3581               if(pos2.empty())
3582                 return;
3583               self->eraseTimeStepIds(&pos2[0],&pos2[0]+pos2.size());
3584               return ;
3585             }
3586           case 3:
3587             {
3588               self->eraseTimeStepIds(pos3->begin(),pos3->end());
3589               return ;
3590             }
3591           default:
3592             throw INTERP_KERNEL::Exception("MEDFileParameterMultiTS::eraseTimeStepIds : unexpected input array type recognized !");
3593           }
3594       }
3595
3596       int getTimeStepId(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
3597       {
3598         if(elt0 && PyInt_Check(elt0))
3599           {//fmts[3]
3600             int pos=InterpreteNegativeInt(PyInt_AS_LONG(elt0),self->getNumberOfTS());
3601             return pos;
3602           }
3603         else if(elt0 && PyTuple_Check(elt0))
3604           {
3605             if(PyTuple_Size(elt0)==2)
3606               {
3607                 PyObject *o0=PyTuple_GetItem(elt0,0);
3608                 PyObject *o1=PyTuple_GetItem(elt0,1);
3609                 if(PyInt_Check(o0) && PyInt_Check(o1))
3610                   {//fmts(1,-1)
3611                     int iter=PyInt_AS_LONG(o0);
3612                     int order=PyInt_AS_LONG(o1);
3613                     return self->getPosOfTimeStep(iter,order);
3614                   }
3615                 else
3616                   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 !");
3617               }
3618             else
3619               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 !");
3620           }
3621         else if(elt0 && PyFloat_Check(elt0))
3622           {
3623             double val=PyFloat_AS_DOUBLE(elt0);
3624             return self->getPosGivenTime(val);
3625           }
3626         else
3627           throw INTERP_KERNEL::Exception("MEDFileParameterMultiTS::getTimeStepId : invalid input params ! expected fmts[int], fmts[int,int] or fmts[double] to request time step !");
3628       }
3629
3630       MEDFileParameter1TS *__getitem__(PyObject *elt0) const throw(INTERP_KERNEL::Exception)
3631       {
3632         MEDFileParameter1TS *ret=self->getTimeStepAtPos(MEDCoupling_MEDFileParameterMultiTS_getTimeStepId(self,elt0));
3633         if(ret)
3634           ret->incrRef();
3635         return ret;
3636       }
3637
3638       std::vector<int> getTimeStepIds(PyObject *elts) const throw(INTERP_KERNEL::Exception)
3639       {
3640         if(PyList_Check(elts))
3641           {
3642             int sz=PyList_Size(elts);
3643             std::vector<int> ret(sz);
3644             for(int i=0;i<sz;i++)
3645               {
3646                 PyObject *elt=PyList_GetItem(elts,i);
3647                 ret[i]=MEDCoupling_MEDFileParameterMultiTS_getTimeStepId(self,elt);
3648               }
3649             return ret;
3650           }
3651         else
3652           {
3653             std::vector<int> ret(1);
3654             ret[0]=MEDCoupling_MEDFileParameterMultiTS_getTimeStepId(self,elts);
3655             return ret;
3656           }
3657       }
3658
3659       void __delitem__(PyObject *elts) throw(INTERP_KERNEL::Exception)
3660       {
3661         std::vector<int> idsToRemove=MEDCoupling_MEDFileParameterMultiTS_getTimeStepIds(self,elts);
3662         if(!idsToRemove.empty())
3663           self->eraseTimeStepIds(&idsToRemove[0],&idsToRemove[0]+idsToRemove.size());
3664       }
3665       
3666       MEDFileParameter1TS *getTimeStepAtPos(int posId) const throw(INTERP_KERNEL::Exception)
3667       {
3668         MEDFileParameter1TS *ret=self->getTimeStepAtPos(posId);
3669         if(ret)
3670           ret->incrRef();
3671         return ret;
3672       }
3673
3674       PyObject *getIterations() const throw(INTERP_KERNEL::Exception)
3675       {
3676         std::vector< std::pair<int,int> > res=self->getIterations();
3677         PyObject *ret=PyList_New(res.size());
3678         int rk=0;
3679         for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
3680           {
3681             PyObject *elt=PyTuple_New(2);
3682             PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
3683             PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
3684             PyList_SetItem(ret,rk,elt);
3685           }
3686         return ret;
3687       }
3688
3689       PyObject *getTimeSteps() const throw(INTERP_KERNEL::Exception)
3690       {
3691         std::vector<double> res2;
3692         std::vector< std::pair<int,int> > res=self->getTimeSteps(res2);
3693         PyObject *ret=PyList_New(res.size());
3694         int rk=0;
3695         for(std::vector< std::pair<int,int> >::const_iterator iter=res.begin();iter!=res.end();iter++,rk++)
3696           {
3697             PyObject *elt=PyTuple_New(3);
3698             PyTuple_SetItem(elt,0,SWIG_From_int((*iter).first));
3699             PyTuple_SetItem(elt,1,SWIG_From_int((*iter).second));
3700             PyTuple_SetItem(elt,2,SWIG_From_double(res2[rk]));
3701             PyList_SetItem(ret,rk,elt);
3702           }
3703         return ret;
3704       }
3705     }
3706   };
3707
3708   class MEDFileParameters : public RefCountObject, public MEDFileWritableStandAlone
3709   {
3710   public:
3711     static MEDFileParameters *New();
3712     static MEDFileParameters *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
3713     static MEDFileParameters *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
3714     MEDFileParameters *deepCopy() const throw(INTERP_KERNEL::Exception);
3715     std::vector<std::string> getParamsNames() const throw(INTERP_KERNEL::Exception);
3716     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
3717     void resize(int newSize) throw(INTERP_KERNEL::Exception);
3718     void pushParam(MEDFileParameterMultiTS *param) throw(INTERP_KERNEL::Exception);
3719     void setParamAtPos(int i, MEDFileParameterMultiTS *param) throw(INTERP_KERNEL::Exception);
3720     void destroyParamAtPos(int i) throw(INTERP_KERNEL::Exception);
3721     int getPosFromParamName(const std::string& paramName) const throw(INTERP_KERNEL::Exception);
3722     int getNumberOfParams() const throw(INTERP_KERNEL::Exception);
3723     %extend
3724     {
3725       MEDFileParameters()
3726       {
3727         return MEDFileParameters::New();
3728       }
3729       
3730       MEDFileParameters(const std::string& fileName)
3731       {
3732         return MEDFileParameters::New(fileName);
3733       }
3734
3735       MEDFileParameters(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
3736       {
3737         return MEDFileParameters::New(db);
3738       }
3739       
3740       std::string __str__() const throw(INTERP_KERNEL::Exception)
3741       {
3742         return self->simpleRepr();
3743       }
3744
3745       MEDFileParameterMultiTS *__getitem__(PyObject *obj) throw(INTERP_KERNEL::Exception)
3746       {
3747         static const char msg[]="MEDFileParameters::__getitem__ : only integer or string with meshname supported !";
3748         if(PyInt_Check(obj))
3749           {
3750             MEDFileParameterMultiTS *ret=self->getParamAtPos(InterpreteNegativeInt((int)PyInt_AS_LONG(obj),self->getNumberOfParams()));
3751             if(ret)
3752               ret->incrRef();
3753             return ret;
3754           }
3755         MEDFileParameterMultiTS *ret(self->getParamWithName(convertPyObjectToStr(obj,msg)));
3756         if(ret)
3757           ret->incrRef();
3758         return ret;
3759       }
3760
3761       int __len__() const throw(INTERP_KERNEL::Exception)
3762       {
3763         return self->getNumberOfParams();
3764       }
3765       
3766       MEDFileParameterMultiTS *getParamAtPos(int i) const throw(INTERP_KERNEL::Exception)
3767       {
3768         MEDFileParameterMultiTS *ret=self->getParamAtPos(i);
3769         if(ret)
3770           ret->incrRef();
3771         return ret;
3772       }
3773
3774       MEDFileParameterMultiTS *getParamWithName(const std::string& paramName) const throw(INTERP_KERNEL::Exception)
3775       {
3776         MEDFileParameterMultiTS *ret=self->getParamWithName(paramName);
3777         if(ret)
3778           ret->incrRef();
3779         return ret;
3780       }
3781       
3782       PyObject *isEqual(const MEDFileParameters *other, double eps) const throw(INTERP_KERNEL::Exception)
3783       {
3784         std::string what;
3785         bool ret0=self->isEqual(other,eps,what);
3786         PyObject *res=PyList_New(2);
3787         PyObject *ret0Py=ret0?Py_True:Py_False;
3788         Py_XINCREF(ret0Py);
3789         PyList_SetItem(res,0,ret0Py);
3790         PyList_SetItem(res,1,PyString_FromString(what.c_str()));
3791         return res;
3792       }
3793     }
3794   };
3795
3796   class MEDFileData : public RefCountObject, public MEDFileWritableStandAlone
3797   {
3798   public:
3799     static MEDFileData *New(DataArrayByte *db) throw(INTERP_KERNEL::Exception);
3800     static MEDFileData *New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
3801     static MEDFileData *New();
3802     MEDFileData *deepCopy() const throw(INTERP_KERNEL::Exception);
3803     void setFields(MEDFileFields *fields) throw(INTERP_KERNEL::Exception);
3804     void setMeshes(MEDFileMeshes *meshes) throw(INTERP_KERNEL::Exception);
3805     void setParams(MEDFileParameters *params) throw(INTERP_KERNEL::Exception);
3806     int getNumberOfFields() const throw(INTERP_KERNEL::Exception);
3807     int getNumberOfMeshes() const throw(INTERP_KERNEL::Exception);
3808     int getNumberOfParams() const throw(INTERP_KERNEL::Exception);
3809     //
3810     bool changeMeshName(const std::string& oldMeshName, const std::string& newMeshName) throw(INTERP_KERNEL::Exception);
3811     bool unPolyzeMeshes() throw(INTERP_KERNEL::Exception);
3812     void dealWithStructureElements() throw(INTERP_KERNEL::Exception);
3813     std::string getHeader() const throw(INTERP_KERNEL::Exception);
3814     void setHeader(const std::string& header) throw(INTERP_KERNEL::Exception);
3815     //
3816     %extend
3817        {
3818          MEDFileData(const std::string& fileName) throw(INTERP_KERNEL::Exception)
3819          {
3820            return MEDFileData::New(fileName);
3821          }
3822
3823          MEDFileData(DataArrayByte *db) throw(INTERP_KERNEL::Exception)
3824          {
3825            return MEDFileData::New(db);
3826          }
3827
3828          MEDFileData()
3829          {
3830            return MEDFileData::New();
3831          }
3832
3833          std::string __str__() const throw(INTERP_KERNEL::Exception)
3834          {
3835            return self->simpleRepr();
3836          }
3837
3838          MEDFileMeshes *getMeshes() const throw(INTERP_KERNEL::Exception)
3839          {
3840            MEDFileMeshes *ret=self->getMeshes();
3841            if(ret)
3842              ret->incrRef();
3843            return ret;
3844          }
3845
3846          MEDFileParameters *getParams() const throw(INTERP_KERNEL::Exception)
3847          {
3848            MEDFileParameters *ret=self->getParams();
3849            if(ret)
3850              ret->incrRef();
3851            return ret;
3852          }
3853
3854          MEDFileFields *getFields() const throw(INTERP_KERNEL::Exception)
3855          {
3856            MEDFileFields *ret=self->getFields();
3857            if(ret)
3858              ret->incrRef();
3859            return ret;
3860          }
3861
3862          bool changeMeshNames(PyObject *li) throw(INTERP_KERNEL::Exception)
3863          {
3864            std::vector< std::pair<std::string,std::string> > modifTab=convertVecPairStStFromPy(li);
3865            return self->changeMeshNames(modifTab);
3866          }
3867
3868          static MEDFileData *Aggregate(PyObject *mfds) throw(INTERP_KERNEL::Exception)
3869          {
3870            std::vector<const MEDFileData *> mfdsCpp;
3871            convertFromPyObjVectorOfObj<const MEDCoupling::MEDFileData *>(mfds,SWIGTYPE_p_MEDCoupling__MEDFileData,"MEDFileData",mfdsCpp);
3872            MCAuto<MEDFileData> ret(MEDFileData::Aggregate(mfdsCpp));
3873            return ret.retn();
3874          }
3875        }
3876   };
3877
3878   class SauvReader : public RefCountObject
3879   {
3880   public:
3881     static SauvReader* New(const std::string& fileName) throw(INTERP_KERNEL::Exception);
3882     MEDFileData * loadInMEDFileDS() throw(INTERP_KERNEL::Exception);
3883     %extend
3884     {
3885       SauvReader(const std::string& fileName) throw(INTERP_KERNEL::Exception)
3886       {
3887         return SauvReader::New(fileName);
3888       }
3889     }
3890   };
3891
3892   class SauvWriter : public RefCountObject
3893   {
3894   public:
3895     static SauvWriter * New();
3896     void setMEDFileDS(const MEDFileData* medData, unsigned meshIndex = 0) throw(INTERP_KERNEL::Exception);
3897     void write(const std::string& fileName) throw(INTERP_KERNEL::Exception);
3898     void setCpyGrpIfOnASingleFamilyStatus(bool status) throw(INTERP_KERNEL::Exception);
3899     bool getCpyGrpIfOnASingleFamilyStatus() const throw(INTERP_KERNEL::Exception);
3900     %extend
3901     {
3902       SauvWriter() throw(INTERP_KERNEL::Exception)
3903       {
3904         return SauvWriter::New();
3905       }
3906     }
3907   };
3908   
3909   ///////////////
3910
3911   class MEDFileMeshStruct;
3912
3913   class MEDFileField1TSStructItem
3914   {
3915   public:
3916     static MEDFileField1TSStructItem BuildItemFrom(const MEDFileAnyTypeField1TS *ref, const MEDFileMeshStruct *meshSt) throw(INTERP_KERNEL::Exception);
3917   };
3918
3919   class MEDFileMeshStruct : public RefCountObject
3920   {
3921   public:
3922     static MEDFileMeshStruct *New(const MEDFileMesh *mesh) throw(INTERP_KERNEL::Exception);
3923   protected:
3924     ~MEDFileMeshStruct();
3925   };
3926   
3927   class MEDMeshMultiLev : public RefCountObject
3928   {
3929   public:
3930     virtual MEDMeshMultiLev *prepare() const throw(INTERP_KERNEL::Exception);
3931     DataArray *buildDataArray(const MEDFileField1TSStructItem& fst, const MEDFileFieldGlobsReal *globs, const DataArray *vals) const throw(INTERP_KERNEL::Exception);
3932     DataArrayInt *retrieveGlobalNodeIdsIfAny() const throw(INTERP_KERNEL::Exception);
3933   protected:
3934     ~MEDMeshMultiLev();
3935   public:
3936     %extend
3937     {
3938       PyObject *retrieveFamilyIdsOnCells() const throw(INTERP_KERNEL::Exception)
3939       {
3940         DataArrayInt *famIds(0);
3941         bool isWithoutCopy(false);
3942         self->retrieveFamilyIdsOnCells(famIds,isWithoutCopy);
3943         PyObject *ret=PyTuple_New(2);
3944         PyObject *ret1Py=isWithoutCopy?Py_True:Py_False;
3945         Py_XINCREF(ret1Py);
3946         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(famIds),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3947         PyTuple_SetItem(ret,1,ret1Py);
3948         return ret;
3949       }
3950
3951       PyObject *retrieveNumberIdsOnCells() const throw(INTERP_KERNEL::Exception)
3952       {
3953         DataArrayInt *numIds(0);
3954         bool isWithoutCopy(false);
3955         self->retrieveNumberIdsOnCells(numIds,isWithoutCopy);
3956         PyObject *ret=PyTuple_New(2);
3957         PyObject *ret1Py=isWithoutCopy?Py_True:Py_False;
3958         Py_XINCREF(ret1Py);
3959         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(numIds),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3960         PyTuple_SetItem(ret,1,ret1Py);
3961         return ret;
3962       }
3963       
3964       PyObject *retrieveFamilyIdsOnNodes() const throw(INTERP_KERNEL::Exception)
3965       {
3966         DataArrayInt *famIds(0);
3967         bool isWithoutCopy(false);
3968         self->retrieveFamilyIdsOnNodes(famIds,isWithoutCopy);
3969         PyObject *ret=PyTuple_New(2);
3970         PyObject *ret1Py=isWithoutCopy?Py_True:Py_False;
3971         Py_XINCREF(ret1Py);
3972         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(famIds),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3973         PyTuple_SetItem(ret,1,ret1Py);
3974         return ret;
3975       }
3976
3977       PyObject *retrieveNumberIdsOnNodes() const throw(INTERP_KERNEL::Exception)
3978       {
3979         DataArrayInt *numIds(0);
3980         bool isWithoutCopy(false);
3981         self->retrieveNumberIdsOnNodes(numIds,isWithoutCopy);
3982         PyObject *ret=PyTuple_New(2);
3983         PyObject *ret1Py=isWithoutCopy?Py_True:Py_False;
3984         Py_XINCREF(ret1Py);
3985         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(numIds),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3986         PyTuple_SetItem(ret,1,ret1Py);
3987         return ret;
3988       }
3989
3990       PyObject *getGeoTypes() const throw(INTERP_KERNEL::Exception)
3991       {
3992         std::vector< INTERP_KERNEL::NormalizedCellType > result(self->getGeoTypes());
3993         std::vector< INTERP_KERNEL::NormalizedCellType >::const_iterator iL(result.begin());
3994         PyObject *res(PyList_New(result.size()));
3995         for(int i=0;iL!=result.end(); i++, iL++)
3996           PyList_SetItem(res,i,PyInt_FromLong(*iL));
3997         return res;
3998       }
3999     }
4000   };
4001
4002   class MEDUMeshMultiLev : public MEDMeshMultiLev
4003   {
4004   protected:
4005     ~MEDUMeshMultiLev();
4006   public:
4007     %extend
4008      {
4009        PyObject *buildVTUArrays() const throw(INTERP_KERNEL::Exception)
4010        {
4011          DataArrayDouble *coords(0); DataArrayByte *types(0); DataArrayInt *cellLocations(0),*cells(0),*faceLocations(0),*faces(0);
4012          bool ncc(self->buildVTUArrays(coords,types,cellLocations,cells,faceLocations,faces));
4013          PyObject *ret0Py=ncc?Py_True:Py_False;
4014          Py_XINCREF(ret0Py);
4015          PyObject *ret=PyTuple_New(7);
4016          PyTuple_SetItem(ret,0,ret0Py);
4017          PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(coords),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
4018          PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(types),SWIGTYPE_p_MEDCoupling__DataArrayByte, SWIG_POINTER_OWN | 0 ));
4019          PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(cellLocations),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
4020          PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(cells),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
4021          PyTuple_SetItem(ret,5,SWIG_NewPointerObj(SWIG_as_voidptr(faceLocations),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
4022          PyTuple_SetItem(ret,6,SWIG_NewPointerObj(SWIG_as_voidptr(faces),SWIGTYPE_p_MEDCoupling__DataArrayInt, SWIG_POINTER_OWN | 0 ));
4023          return ret;
4024        }
4025      }
4026   };
4027
4028   class MEDStructuredMeshMultiLev : public MEDMeshMultiLev
4029   {
4030   protected:
4031     ~MEDStructuredMeshMultiLev();
4032   };
4033
4034   class MEDCMeshMultiLev : public MEDStructuredMeshMultiLev
4035   {
4036   protected:
4037     ~MEDCMeshMultiLev();
4038   public:
4039     %extend
4040     {
4041       PyObject *buildVTUArrays() const throw(INTERP_KERNEL::Exception)
4042       {
4043         bool isInternal;
4044         std::vector< DataArrayDouble * > objs(self->buildVTUArrays(isInternal));
4045         std::size_t sz(objs.size());
4046         PyObject *ret(PyTuple_New(2));
4047         PyObject *ret0=PyList_New(sz);
4048         for(std::size_t i=0;i<sz;i++)
4049           PyList_SetItem(ret0,i,SWIG_NewPointerObj(SWIG_as_voidptr(objs[i]),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
4050         PyTuple_SetItem(ret,0,ret0);
4051         PyObject *ret1Py(isInternal?Py_True:Py_False);
4052         Py_XINCREF(ret1Py);
4053         PyTuple_SetItem(ret,1,ret1Py);
4054         return ret;
4055       }
4056     }
4057   };
4058
4059   class MEDCurveLinearMeshMultiLev : public MEDStructuredMeshMultiLev
4060   {
4061   protected:
4062     ~MEDCurveLinearMeshMultiLev();
4063   public:
4064     %extend
4065     {
4066       PyObject *buildVTUArrays() const throw(INTERP_KERNEL::Exception)
4067       {
4068         DataArrayDouble *ret0(0);
4069         std::vector<int> ret1;
4070         bool ret2;
4071         self->buildVTUArrays(ret0,ret1,ret2);
4072         std::size_t sz(ret1.size());
4073         PyObject *ret=PyTuple_New(3);
4074         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_MEDCoupling__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
4075         PyObject *ret1Py=PyList_New(sz);
4076         for(std::size_t i=0;i<sz;i++)
4077           PyList_SetItem(ret1Py,i,SWIG_From_int(ret1[i]));
4078         PyTuple_SetItem(ret,1,ret1Py);
4079         PyObject *ret2Py(ret2?Py_True:Py_False);
4080         Py_XINCREF(ret2Py);
4081         PyTuple_SetItem(ret,2,ret2Py);
4082         return ret;
4083       }
4084     }
4085   };
4086
4087   class MEDFileFastCellSupportComparator : public RefCountObject
4088   {
4089   public:
4090     static MEDFileFastCellSupportComparator *New(const MEDFileMeshStruct *m, const MEDFileAnyTypeFieldMultiTS *ref) throw(INTERP_KERNEL::Exception);
4091     MEDMeshMultiLev *buildFromScratchDataSetSupport(int timeStepId, const MEDFileFieldGlobsReal *globs) const throw(INTERP_KERNEL::Exception);
4092     bool isDataSetSupportEqualToThePreviousOne(int timeStepId, const MEDFileFieldGlobsReal *globs) const throw(INTERP_KERNEL::Exception);
4093     int getNumberOfTS() const throw(INTERP_KERNEL::Exception);
4094   protected:
4095     ~MEDFileFastCellSupportComparator();
4096   public:
4097     %extend
4098     {
4099       PyObject *getGeoTypesAt(int timeStepId, const MEDFileMesh *m) const throw(INTERP_KERNEL::Exception)
4100       {
4101         std::vector< INTERP_KERNEL::NormalizedCellType > result(self->getGeoTypesAt(timeStepId,m));
4102         std::vector< INTERP_KERNEL::NormalizedCellType >::const_iterator iL(result.begin());
4103         PyObject *res(PyList_New(result.size()));
4104         for(int i=0;iL!=result.end(); i++, iL++)
4105           PyList_SetItem(res,i,PyInt_FromLong(*iL));
4106         return res;
4107       }
4108     }
4109   };
4110 }