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