Salome HOME
MEDReader ready -> debug in process
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingCommon.i
1 // Copyright (C) 2007-2013  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 %module MEDCoupling
21
22 #define MEDCOUPLING_EXPORT
23
24 %include std_vector.i
25 %include std_string.i
26
27 %{
28 #include "MEDCouplingMemArray.hxx"
29 #include "MEDCouplingUMesh.hxx"
30 #include "MEDCouplingExtrudedMesh.hxx"
31 #include "MEDCouplingCMesh.hxx"
32 #include "MEDCouplingCurveLinearMesh.hxx"
33 #include "MEDCoupling1GTUMesh.hxx"
34 #include "MEDCouplingField.hxx"
35 #include "MEDCouplingFieldDouble.hxx"
36 #include "MEDCouplingFieldTemplate.hxx"
37 #include "MEDCouplingGaussLocalization.hxx"
38 #include "MEDCouplingAutoRefCountObjectPtr.hxx"
39 #include "MEDCouplingMultiFields.hxx"
40 #include "MEDCouplingFieldOverTime.hxx"
41 #include "MEDCouplingDefinitionTime.hxx"
42 #include "MEDCouplingFieldDiscretization.hxx"
43 #include "MEDCouplingTypemaps.i"
44
45 #include "InterpKernelAutoPtr.hxx"
46
47 using namespace ParaMEDMEM;
48 using namespace INTERP_KERNEL;
49
50 %}
51
52 %template(ivec) std::vector<int>;
53 %template(dvec) std::vector<double>;
54 %template(svec) std::vector<std::string>;
55
56 ////////////////////
57 %typemap(out) ParaMEDMEM::MEDCouplingMesh*
58 {
59   $result=convertMesh($1,$owner);
60 }
61
62 %typemap(out) MEDCouplingMesh*
63 {
64   $result=convertMesh($1,$owner);
65 }
66 //$$$$$$$$$$$$$$$$$$
67
68 ////////////////////
69 %typemap(out) ParaMEDMEM::MEDCouplingPointSet*
70 {
71   $result=convertMesh($1,$owner);
72 }
73
74 %typemap(out) MEDCouplingPointSet*
75 {
76   $result=convertMesh($1,$owner);
77 }
78 //$$$$$$$$$$$$$$$$$$
79
80
81 ////////////////////
82 %typemap(out) ParaMEDMEM::MEDCoupling1GTUMesh*
83 {
84   $result=convertMesh($1,$owner);
85 }
86
87 %typemap(out) MEDCoupling1GTUMesh*
88 {
89   $result=convertMesh($1,$owner);
90 }
91 //$$$$$$$$$$$$$$$$$$
92
93 ////////////////////
94 %typemap(out) ParaMEDMEM::MEDCouplingStructuredMesh*
95 {
96   $result=convertMesh($1,$owner);
97 }
98
99 %typemap(out) MEDCouplingStructuredMesh*
100 {
101   $result=convertMesh($1,$owner);
102 }
103 //$$$$$$$$$$$$$$$$$$
104
105 ////////////////////
106 %typemap(out) ParaMEDMEM::MEDCouplingFieldDiscretization*
107 {
108   $result=convertFieldDiscretization($1,$owner);
109 }
110
111 %typemap(out) MEDCouplingFieldDiscretization*
112 {
113   $result=convertFieldDiscretization($1,$owner);
114 }
115 //$$$$$$$$$$$$$$$$$$
116
117 ////////////////////
118 %typemap(out) ParaMEDMEM::MEDCouplingMultiFields*
119 {
120   $result=convertMultiFields($1,$owner);
121 }
122
123 %typemap(out) MEDCouplingMultiFields*
124 {
125   $result=convertMultiFields($1,$owner);
126 }
127 //$$$$$$$$$$$$$$$$$$
128
129 ////////////////////
130 %typemap(out) ParaMEDMEM::DataArray*
131 {
132   $result=convertDataArray($1,$owner);
133 }
134
135 %typemap(out) DataArray*
136 {
137   $result=convertDataArray($1,$owner);
138 }
139 //$$$$$$$$$$$$$$$$$$
140
141 ////////////////////
142 %typemap(out) ParaMEDMEM::DataArrayChar*
143 {
144   $result=convertDataArrayChar($1,$owner);
145 }
146
147 %typemap(out) DataArrayChar*
148 {
149   $result=convertDataArrayChar($1,$owner);
150 }
151 //$$$$$$$$$$$$$$$$$$
152
153 #ifdef WITH_NUMPY
154 %init %{ import_array(); %}
155 #endif
156
157 %feature("autodoc", "1");
158 %feature("docstring");
159
160 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::New;
161 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::getOffsetArr;
162 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::deepCpy;
163 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::clone;
164 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::clonePart;
165 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::clonePartRange;
166 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::getMeasureField;
167 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::getOffsetArr;
168 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::getLocalizationOfDiscValues;
169 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::getValueOnMulti;
170 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::computeTupleIdsToSelectFromCellIds;
171 %newobject ParaMEDMEM::MEDCouplingFieldDiscretization::buildSubMeshData;
172 %newobject ParaMEDMEM::MEDCouplingField::buildMeasureField;
173 %newobject ParaMEDMEM::MEDCouplingField::getLocalizationOfDiscr;
174 %newobject ParaMEDMEM::MEDCouplingField::computeTupleIdsToSelectFromCellIds;
175 %newobject ParaMEDMEM::MEDCouplingFieldDouble::New;
176 %newobject ParaMEDMEM::MEDCouplingFieldDouble::getArray;
177 %newobject ParaMEDMEM::MEDCouplingFieldDouble::getEndArray;
178 %newobject ParaMEDMEM::MEDCouplingFieldDouble::MergeFields;
179 %newobject ParaMEDMEM::MEDCouplingFieldDouble::MeldFields;
180 %newobject ParaMEDMEM::MEDCouplingFieldDouble::doublyContractedProduct;
181 %newobject ParaMEDMEM::MEDCouplingFieldDouble::determinant;
182 %newobject ParaMEDMEM::MEDCouplingFieldDouble::eigenValues;
183 %newobject ParaMEDMEM::MEDCouplingFieldDouble::eigenVectors;
184 %newobject ParaMEDMEM::MEDCouplingFieldDouble::inverse;
185 %newobject ParaMEDMEM::MEDCouplingFieldDouble::trace;
186 %newobject ParaMEDMEM::MEDCouplingFieldDouble::deviator;
187 %newobject ParaMEDMEM::MEDCouplingFieldDouble::magnitude;
188 %newobject ParaMEDMEM::MEDCouplingFieldDouble::maxPerTuple;
189 %newobject ParaMEDMEM::MEDCouplingFieldDouble::keepSelectedComponents;
190 %newobject ParaMEDMEM::MEDCouplingFieldDouble::extractSlice3D;
191 %newobject ParaMEDMEM::MEDCouplingFieldDouble::DotFields;
192 %newobject ParaMEDMEM::MEDCouplingFieldDouble::dot;
193 %newobject ParaMEDMEM::MEDCouplingFieldDouble::CrossProductFields;
194 %newobject ParaMEDMEM::MEDCouplingFieldDouble::crossProduct;
195 %newobject ParaMEDMEM::MEDCouplingFieldDouble::MaxFields;
196 %newobject ParaMEDMEM::MEDCouplingFieldDouble::max;
197 %newobject ParaMEDMEM::MEDCouplingFieldDouble::MinFields;
198 %newobject ParaMEDMEM::MEDCouplingFieldDouble::AddFields;
199 %newobject ParaMEDMEM::MEDCouplingFieldDouble::SubstractFields;
200 %newobject ParaMEDMEM::MEDCouplingFieldDouble::MultiplyFields;
201 %newobject ParaMEDMEM::MEDCouplingFieldDouble::DivideFields;
202 %newobject ParaMEDMEM::MEDCouplingFieldDouble::min;
203 %newobject ParaMEDMEM::MEDCouplingFieldDouble::negate;
204 %newobject ParaMEDMEM::MEDCouplingFieldDouble::getIdsInRange;
205 %newobject ParaMEDMEM::MEDCouplingFieldDouble::buildSubPart;
206 %newobject ParaMEDMEM::MEDCouplingFieldDouble::buildSubPartRange;
207 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__getitem__;
208 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__neg__;
209 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__add__;
210 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__sub__;
211 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__mul__;
212 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__div__;
213 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__pow__;
214 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__radd__;
215 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__rsub__;
216 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__rmul__;
217 %newobject ParaMEDMEM::MEDCouplingFieldDouble::__rdiv__;
218 %newobject ParaMEDMEM::MEDCouplingFieldDouble::clone;
219 %newobject ParaMEDMEM::MEDCouplingFieldDouble::cloneWithMesh;
220 %newobject ParaMEDMEM::MEDCouplingFieldDouble::deepCpy;
221 %newobject ParaMEDMEM::MEDCouplingFieldDouble::buildNewTimeReprFromThis;
222 %newobject ParaMEDMEM::MEDCouplingFieldDouble::getValueOnMulti;
223 %newobject ParaMEDMEM::MEDCouplingFieldTemplate::New;
224 %newobject ParaMEDMEM::DataArray::deepCpy;
225 %newobject ParaMEDMEM::DataArray::selectByTupleRanges;
226 %newobject ParaMEDMEM::DataArray::selectByTupleId;
227 %newobject ParaMEDMEM::DataArray::selectByTupleIdSafe;
228 %newobject ParaMEDMEM::DataArray::selectByTupleId2;
229 %newobject ParaMEDMEM::DataArray::Aggregate;
230 %newobject ParaMEDMEM::DataArrayInt::New;
231 %newobject ParaMEDMEM::DataArrayInt::__iter__;
232 %newobject ParaMEDMEM::DataArrayInt::convertToDblArr;
233 %newobject ParaMEDMEM::DataArrayInt::performCpy;
234 %newobject ParaMEDMEM::DataArrayInt::substr;
235 %newobject ParaMEDMEM::DataArrayInt::changeNbOfComponents;
236 %newobject ParaMEDMEM::DataArrayInt::accumulatePerChunck;
237 %newobject ParaMEDMEM::DataArrayInt::checkAndPreparePermutation;
238 %newobject ParaMEDMEM::DataArrayInt::transformWithIndArrR;
239 %newobject ParaMEDMEM::DataArrayInt::renumber;
240 %newobject ParaMEDMEM::DataArrayInt::renumberR;
241 %newobject ParaMEDMEM::DataArrayInt::renumberAndReduce;
242 %newobject ParaMEDMEM::DataArrayInt::invertArrayO2N2N2O;
243 %newobject ParaMEDMEM::DataArrayInt::invertArrayN2O2O2N;
244 %newobject ParaMEDMEM::DataArrayInt::invertArrayO2N2N2OBis;
245 %newobject ParaMEDMEM::DataArrayInt::getIdsEqual;
246 %newobject ParaMEDMEM::DataArrayInt::getIdsNotEqual;
247 %newobject ParaMEDMEM::DataArrayInt::getIdsEqualList;
248 %newobject ParaMEDMEM::DataArrayInt::getIdsNotEqualList;
249 %newobject ParaMEDMEM::DataArrayInt::negate;
250 %newobject ParaMEDMEM::DataArrayInt::getIdsInRange;
251 %newobject ParaMEDMEM::DataArrayInt::Aggregate;
252 %newobject ParaMEDMEM::DataArrayInt::AggregateIndexes;
253 %newobject ParaMEDMEM::DataArrayInt::Meld;
254 %newobject ParaMEDMEM::DataArrayInt::Add;
255 %newobject ParaMEDMEM::DataArrayInt::Substract;
256 %newobject ParaMEDMEM::DataArrayInt::Multiply;
257 %newobject ParaMEDMEM::DataArrayInt::Divide;
258 %newobject ParaMEDMEM::DataArrayInt::Pow;
259 %newobject ParaMEDMEM::DataArrayInt::BuildUnion;
260 %newobject ParaMEDMEM::DataArrayInt::BuildIntersection;
261 %newobject ParaMEDMEM::DataArrayInt::Range;
262 %newobject ParaMEDMEM::DataArrayInt::fromNoInterlace;
263 %newobject ParaMEDMEM::DataArrayInt::toNoInterlace;
264 %newobject ParaMEDMEM::DataArrayInt::buildComplement;
265 %newobject ParaMEDMEM::DataArrayInt::buildUnion;
266 %newobject ParaMEDMEM::DataArrayInt::buildSubstraction;
267 %newobject ParaMEDMEM::DataArrayInt::buildSubstractionOptimized;
268 %newobject ParaMEDMEM::DataArrayInt::buildIntersection;
269 %newobject ParaMEDMEM::DataArrayInt::buildUnique;
270 %newobject ParaMEDMEM::DataArrayInt::deltaShiftIndex;
271 %newobject ParaMEDMEM::DataArrayInt::buildExplicitArrByRanges;
272 %newobject ParaMEDMEM::DataArrayInt::findRangeIdForEachTuple;
273 %newobject ParaMEDMEM::DataArrayInt::findIdInRangeForEachTuple;
274 %newobject ParaMEDMEM::DataArrayInt::duplicateEachTupleNTimes;
275 %newobject ParaMEDMEM::DataArrayInt::buildPermutationArr;
276 %newobject ParaMEDMEM::DataArrayInt::buildPermArrPerLevel;
277 %newobject ParaMEDMEM::DataArrayInt::getDifferentValues;
278 %newobject ParaMEDMEM::DataArrayInt::FindPermutationFromFirstToSecond;
279 %newobject ParaMEDMEM::DataArrayInt::__neg__;
280 %newobject ParaMEDMEM::DataArrayInt::__add__;
281 %newobject ParaMEDMEM::DataArrayInt::__radd__;
282 %newobject ParaMEDMEM::DataArrayInt::__sub__;
283 %newobject ParaMEDMEM::DataArrayInt::__rsub__;
284 %newobject ParaMEDMEM::DataArrayInt::__mul__;
285 %newobject ParaMEDMEM::DataArrayInt::__rmul__;
286 %newobject ParaMEDMEM::DataArrayInt::__div__;
287 %newobject ParaMEDMEM::DataArrayInt::__rdiv__;
288 %newobject ParaMEDMEM::DataArrayInt::__mod__;
289 %newobject ParaMEDMEM::DataArrayInt::__rmod__;
290 %newobject ParaMEDMEM::DataArrayInt::__pow__;
291 %newobject ParaMEDMEM::DataArrayInt::__rpow__;
292 %newobject ParaMEDMEM::DataArrayIntTuple::buildDAInt;
293 %newobject ParaMEDMEM::DataArrayChar::convertToIntArr;
294 %newobject ParaMEDMEM::DataArrayChar::renumber;
295 %newobject ParaMEDMEM::DataArrayChar::renumberR;
296 %newobject ParaMEDMEM::DataArrayChar::renumberAndReduce;
297 %newobject ParaMEDMEM::DataArrayChar::changeNbOfComponents;
298 %newobject ParaMEDMEM::DataArrayChar::getIdsEqual;
299 %newobject ParaMEDMEM::DataArrayChar::getIdsNotEqual;
300 %newobject ParaMEDMEM::DataArrayChar::Aggregate;
301 %newobject ParaMEDMEM::DataArrayChar::Meld;
302 %newobject ParaMEDMEM::DataArrayByte::New;
303 %newobject ParaMEDMEM::DataArrayByte::__iter__;
304 %newobject ParaMEDMEM::DataArrayByte::performCpy;
305 %newobject ParaMEDMEM::DataArrayByteTuple::buildDAByte;
306 %newobject ParaMEDMEM::DataArrayChar::substr;
307 %newobject ParaMEDMEM::DataArrayAsciiChar::New;
308 %newobject ParaMEDMEM::DataArrayAsciiChar::__iter__;
309 %newobject ParaMEDMEM::DataArrayAsciiChar::performCpy;
310 %newobject ParaMEDMEM::DataArrayAsciiCharTuple::buildDAAsciiChar;
311 %newobject ParaMEDMEM::DataArrayDouble::New;
312 %newobject ParaMEDMEM::DataArrayDouble::__iter__;
313 %newobject ParaMEDMEM::DataArrayDouble::convertToIntArr;
314 %newobject ParaMEDMEM::DataArrayDouble::performCpy;
315 %newobject ParaMEDMEM::DataArrayDouble::Aggregate;
316 %newobject ParaMEDMEM::DataArrayDouble::Meld;
317 %newobject ParaMEDMEM::DataArrayDouble::Dot;
318 %newobject ParaMEDMEM::DataArrayDouble::CrossProduct;
319 %newobject ParaMEDMEM::DataArrayDouble::Add;
320 %newobject ParaMEDMEM::DataArrayDouble::Substract;
321 %newobject ParaMEDMEM::DataArrayDouble::Multiply;
322 %newobject ParaMEDMEM::DataArrayDouble::Divide;
323 %newobject ParaMEDMEM::DataArrayDouble::Pow;
324 %newobject ParaMEDMEM::DataArrayDouble::substr;
325 %newobject ParaMEDMEM::DataArrayDouble::changeNbOfComponents;
326 %newobject ParaMEDMEM::DataArrayDouble::accumulatePerChunck;
327 %newobject ParaMEDMEM::DataArrayDouble::getIdsInRange;
328 %newobject ParaMEDMEM::DataArrayDouble::negate;
329 %newobject ParaMEDMEM::DataArrayDouble::applyFunc;
330 %newobject ParaMEDMEM::DataArrayDouble::applyFunc2;
331 %newobject ParaMEDMEM::DataArrayDouble::applyFunc3;
332 %newobject ParaMEDMEM::DataArrayDouble::doublyContractedProduct;
333 %newobject ParaMEDMEM::DataArrayDouble::determinant;
334 %newobject ParaMEDMEM::DataArrayDouble::eigenValues;
335 %newobject ParaMEDMEM::DataArrayDouble::eigenVectors;
336 %newobject ParaMEDMEM::DataArrayDouble::inverse;
337 %newobject ParaMEDMEM::DataArrayDouble::trace;
338 %newobject ParaMEDMEM::DataArrayDouble::deviator;
339 %newobject ParaMEDMEM::DataArrayDouble::magnitude;
340 %newobject ParaMEDMEM::DataArrayDouble::maxPerTuple;
341 %newobject ParaMEDMEM::DataArrayDouble::computeBBoxPerTuple;
342 %newobject ParaMEDMEM::DataArrayDouble::buildEuclidianDistanceDenseMatrix;
343 %newobject ParaMEDMEM::DataArrayDouble::buildEuclidianDistanceDenseMatrixWith;
344 %newobject ParaMEDMEM::DataArrayDouble::renumber;
345 %newobject ParaMEDMEM::DataArrayDouble::renumberR;
346 %newobject ParaMEDMEM::DataArrayDouble::renumberAndReduce;
347 %newobject ParaMEDMEM::DataArrayDouble::fromNoInterlace;
348 %newobject ParaMEDMEM::DataArrayDouble::toNoInterlace;
349 %newobject ParaMEDMEM::DataArrayDouble::fromPolarToCart;
350 %newobject ParaMEDMEM::DataArrayDouble::fromCylToCart;
351 %newobject ParaMEDMEM::DataArrayDouble::fromSpherToCart;
352 %newobject ParaMEDMEM::DataArrayDouble::getDifferentValues;
353 %newobject ParaMEDMEM::DataArrayDouble::findClosestTupleId;
354 %newobject ParaMEDMEM::DataArrayDouble::duplicateEachTupleNTimes;
355 %newobject ParaMEDMEM::DataArrayDouble::__neg__;
356 %newobject ParaMEDMEM::DataArrayDouble::__radd__;
357 %newobject ParaMEDMEM::DataArrayDouble::__rsub__;
358 %newobject ParaMEDMEM::DataArrayDouble::__rmul__;
359 %newobject ParaMEDMEM::DataArrayDouble::__rdiv__;
360 %newobject ParaMEDMEM::DataArrayDouble::__pow__;
361 %newobject ParaMEDMEM::DataArrayDouble::__rpow__;
362 %newobject ParaMEDMEM::DataArrayDoubleTuple::buildDADouble;
363 %newobject ParaMEDMEM::MEDCouplingMesh::deepCpy;
364 %newobject ParaMEDMEM::MEDCouplingMesh::checkDeepEquivalOnSameNodesWith;
365 %newobject ParaMEDMEM::MEDCouplingMesh::checkTypeConsistencyAndContig;
366 %newobject ParaMEDMEM::MEDCouplingMesh::computeNbOfNodesPerCell;
367 %newobject ParaMEDMEM::MEDCouplingMesh::computeNbOfFacesPerCell;
368 %newobject ParaMEDMEM::MEDCouplingMesh::computeEffectiveNbOfNodesPerCell;
369 %newobject ParaMEDMEM::MEDCouplingMesh::buildPartRange;
370 %newobject ParaMEDMEM::MEDCouplingMesh::giveCellsWithType;
371 %newobject ParaMEDMEM::MEDCouplingMesh::getCoordinatesAndOwner;
372 %newobject ParaMEDMEM::MEDCouplingMesh::getBarycenterAndOwner;
373 %newobject ParaMEDMEM::MEDCouplingMesh::computeIsoBarycenterOfNodesPerCell;
374 %newobject ParaMEDMEM::MEDCouplingMesh::buildOrthogonalField;
375 %newobject ParaMEDMEM::MEDCouplingMesh::getCellIdsFullyIncludedInNodeIds;
376 %newobject ParaMEDMEM::MEDCouplingMesh::mergeMyselfWith;
377 %newobject ParaMEDMEM::MEDCouplingMesh::fillFromAnalytic;
378 %newobject ParaMEDMEM::MEDCouplingMesh::fillFromAnalytic2;
379 %newobject ParaMEDMEM::MEDCouplingMesh::fillFromAnalytic3;
380 %newobject ParaMEDMEM::MEDCouplingMesh::getMeasureField;
381 %newobject ParaMEDMEM::MEDCouplingMesh::simplexize;
382 %newobject ParaMEDMEM::MEDCouplingMesh::buildUnstructured;
383 %newobject ParaMEDMEM::MEDCouplingMesh::MergeMeshes;
384 %newobject ParaMEDMEM::MEDCouplingPointSet::zipCoordsTraducer;
385 %newobject ParaMEDMEM::MEDCouplingPointSet::getCellsInBoundingBox;
386 %newobject ParaMEDMEM::MEDCouplingPointSet::findBoundaryNodes;
387 %newobject ParaMEDMEM::MEDCouplingPointSet::buildBoundaryMesh;
388 %newobject ParaMEDMEM::MEDCouplingPointSet::MergeNodesArray;
389 %newobject ParaMEDMEM::MEDCouplingPointSet::buildPartOfMySelf2;
390 %newobject ParaMEDMEM::MEDCouplingPointSet::BuildInstanceFromMeshType;
391 %newobject ParaMEDMEM::MEDCouplingPointSet::zipConnectivityTraducer;
392 %newobject ParaMEDMEM::MEDCouplingPointSet::mergeMyselfWithOnSameCoords;
393 %newobject ParaMEDMEM::MEDCouplingPointSet::fillCellIdsToKeepFromNodeIds;
394 %newobject ParaMEDMEM::MEDCouplingPointSet::getCellIdsLyingOnNodes;
395 %newobject ParaMEDMEM::MEDCouplingPointSet::deepCpyConnectivityOnly;
396 %newobject ParaMEDMEM::MEDCouplingPointSet::__getitem__;
397 %newobject ParaMEDMEM::MEDCouplingUMesh::New;
398 %newobject ParaMEDMEM::MEDCouplingUMesh::getNodalConnectivity;
399 %newobject ParaMEDMEM::MEDCouplingUMesh::getNodalConnectivityIndex;
400 %newobject ParaMEDMEM::MEDCouplingUMesh::clone;
401 %newobject ParaMEDMEM::MEDCouplingUMesh::__iter__;
402 %newobject ParaMEDMEM::MEDCouplingUMesh::cellsByType;
403 %newobject ParaMEDMEM::MEDCouplingUMesh::buildDescendingConnectivity;
404 %newobject ParaMEDMEM::MEDCouplingUMesh::buildDescendingConnectivity2;
405 %newobject ParaMEDMEM::MEDCouplingUMesh::explode3DMeshTo1D;
406 %newobject ParaMEDMEM::MEDCouplingUMesh::buildExtrudedMesh;
407 %newobject ParaMEDMEM::MEDCouplingUMesh::buildSpreadZonesWithPoly;
408 %newobject ParaMEDMEM::MEDCouplingUMesh::MergeUMeshes;
409 %newobject ParaMEDMEM::MEDCouplingUMesh::MergeUMeshesOnSameCoords;
410 %newobject ParaMEDMEM::MEDCouplingUMesh::ComputeSpreadZoneGradually;
411 %newobject ParaMEDMEM::MEDCouplingUMesh::ComputeSpreadZoneGraduallyFromSeed;
412 %newobject ParaMEDMEM::MEDCouplingUMesh::buildNewNumberingFromCommNodesFrmt;
413 %newobject ParaMEDMEM::MEDCouplingUMesh::rearrange2ConsecutiveCellTypes;
414 %newobject ParaMEDMEM::MEDCouplingUMesh::sortCellsInMEDFileFrmt;
415 %newobject ParaMEDMEM::MEDCouplingUMesh::getRenumArrForMEDFileFrmt;
416 %newobject ParaMEDMEM::MEDCouplingUMesh::convertCellArrayPerGeoType;
417 %newobject ParaMEDMEM::MEDCouplingUMesh::computeFetchedNodeIds;
418 %newobject ParaMEDMEM::MEDCouplingUMesh::getRenumArrForConsecutiveCellTypesSpec;
419 %newobject ParaMEDMEM::MEDCouplingUMesh::buildDirectionVectorField;
420 %newobject ParaMEDMEM::MEDCouplingUMesh::convertLinearCellsToQuadratic;
421 %newobject ParaMEDMEM::MEDCouplingUMesh::getEdgeRatioField;
422 %newobject ParaMEDMEM::MEDCouplingUMesh::getAspectRatioField;
423 %newobject ParaMEDMEM::MEDCouplingUMesh::getWarpField;
424 %newobject ParaMEDMEM::MEDCouplingUMesh::getSkewField;
425 %newobject ParaMEDMEM::MEDCouplingUMesh::getPartBarycenterAndOwner;
426 %newobject ParaMEDMEM::MEDCouplingUMesh::getPartMeasureField;
427 %newobject ParaMEDMEM::MEDCouplingUMesh::buildPartOrthogonalField;
428 %newobject ParaMEDMEM::MEDCouplingUMesh::keepCellIdsByType;
429 %newobject ParaMEDMEM::MEDCouplingUMesh::Build0DMeshFromCoords;
430 %newobject ParaMEDMEM::MEDCouplingUMesh::findAndCorrectBadOriented3DExtrudedCells;
431 %newobject ParaMEDMEM::MEDCouplingUMesh::findAndCorrectBadOriented3DCells;
432 %newobject ParaMEDMEM::MEDCouplingUMesh::convertIntoSingleGeoTypeMesh;
433 %newobject ParaMEDMEM::MEDCouplingUMesh::convertNodalConnectivityToStaticGeoTypeMesh;
434 %newobject ParaMEDMEM::MEDCouplingUMesh::findCellIdsOnBoundary;
435 %newobject ParaMEDMEM::MEDCouplingUMesh::computeSkin;
436 %newobject ParaMEDMEM::MEDCouplingUMesh::buildSetInstanceFromThis;
437 %newobject ParaMEDMEM::MEDCouplingUMesh::getCellIdsCrossingPlane;
438 %newobject ParaMEDMEM::MEDCouplingUMesh::convexEnvelop2D;
439 %newobject ParaMEDMEM::MEDCouplingUMesh::ComputeRangesFromTypeDistribution;
440 %newobject ParaMEDMEM::MEDCouplingUMeshCellByTypeEntry::__iter__;
441 %newobject ParaMEDMEM::MEDCouplingUMeshCellEntry::__iter__;
442 %newobject ParaMEDMEM::MEDCoupling1GTUMesh::New;
443 %newobject ParaMEDMEM::MEDCoupling1GTUMesh::getNodalConnectivity;
444 %newobject ParaMEDMEM::MEDCoupling1GTUMesh::AggregateOnSameCoordsToUMesh;
445 %newobject ParaMEDMEM::MEDCoupling1SGTUMesh::New;
446 %newobject ParaMEDMEM::MEDCoupling1SGTUMesh::buildSetInstanceFromThis;
447 %newobject ParaMEDMEM::MEDCoupling1SGTUMesh::Merge1SGTUMeshes;
448 %newobject ParaMEDMEM::MEDCoupling1SGTUMesh::Merge1SGTUMeshesOnSameCoords;
449 %newobject ParaMEDMEM::MEDCoupling1DGTUMesh::New;
450 %newobject ParaMEDMEM::MEDCoupling1DGTUMesh::getNodalConnectivityIndex;
451 %newobject ParaMEDMEM::MEDCoupling1DGTUMesh::buildSetInstanceFromThis;
452 %newobject ParaMEDMEM::MEDCoupling1DGTUMesh::Merge1DGTUMeshes;
453 %newobject ParaMEDMEM::MEDCoupling1DGTUMesh::Merge1DGTUMeshesOnSameCoords;
454 %newobject ParaMEDMEM::MEDCouplingExtrudedMesh::New;
455 %newobject ParaMEDMEM::MEDCouplingExtrudedMesh::build3DUnstructuredMesh;
456 %newobject ParaMEDMEM::MEDCouplingStructuredMesh::buildStructuredSubPart;
457 %newobject ParaMEDMEM::MEDCouplingStructuredMesh::build1SGTUnstructured;
458 %newobject ParaMEDMEM::MEDCouplingStructuredMesh::BuildExplicitIdsFrom;
459 %newobject ParaMEDMEM::MEDCouplingStructuredMesh::Build1GTNodalConnectivity;
460 %newobject ParaMEDMEM::MEDCouplingCMesh::New;
461 %newobject ParaMEDMEM::MEDCouplingCMesh::clone;
462 %newobject ParaMEDMEM::MEDCouplingCMesh::getCoordsAt;
463 %newobject ParaMEDMEM::MEDCouplingCurveLinearMesh::New;
464 %newobject ParaMEDMEM::MEDCouplingCurveLinearMesh::clone;
465 %newobject ParaMEDMEM::MEDCouplingCurveLinearMesh::getCoords;
466 %newobject ParaMEDMEM::MEDCouplingMultiFields::New;
467 %newobject ParaMEDMEM::MEDCouplingMultiFields::deepCpy;
468 %newobject ParaMEDMEM::MEDCouplingFieldOverTime::New;
469
470 %feature("unref") DataArray "$this->decrRef();"
471 %feature("unref") DataArrayDouble "$this->decrRef();"
472 %feature("unref") MEDCouplingPointSet "$this->decrRef();"
473 %feature("unref") MEDCouplingMesh "$this->decrRef();"
474 %feature("unref") MEDCouplingUMesh "$this->decrRef();"
475 %feature("unref") MEDCoupling1GTUMesh "$this->decrRef();"
476 %feature("unref") MEDCoupling1SGTUMesh "$this->decrRef();"
477 %feature("unref") MEDCoupling1DGTUMesh "$this->decrRef();"
478 %feature("unref") MEDCouplingExtrudedMesh "$this->decrRef();"
479 %feature("unref") MEDCouplingCMesh "$this->decrRef();"
480 %feature("unref") DataArrayInt "$this->decrRef();"
481 %feature("unref") DataArrayChar "$this->decrRef();"
482 %feature("unref") DataArrayAsciiChar "$this->decrRef();"
483 %feature("unref") DataArrayByte "$this->decrRef();"
484 %feature("unref") MEDCouplingField "$this->decrRef();"
485 %feature("unref") MEDCouplingFieldDiscretizationP0 "$this->decrRef();"
486 %feature("unref") MEDCouplingFieldDiscretizationP1 "$this->decrRef();"
487 %feature("unref") MEDCouplingFieldDiscretizationGauss "$this->decrRef();"
488 %feature("unref") MEDCouplingFieldDiscretizationGaussNE "$this->decrRef();"
489 %feature("unref") MEDCouplingFieldDiscretizationKriging "$this->decrRef();"
490 %feature("unref") MEDCouplingFieldDouble "$this->decrRef();"
491 %feature("unref") MEDCouplingMultiFields "$this->decrRef();"
492 %feature("unref") MEDCouplingFieldTemplate "$this->decrRef();"
493 %feature("unref") MEDCouplingMultiFields "$this->decrRef();"
494
495 %rename(assign) *::operator=;
496 %ignore ParaMEDMEM::RefCountObject::decrRef;
497 %ignore ParaMEDMEM::MEDCouplingGaussLocalization::pushTinySerializationIntInfo;
498 %ignore ParaMEDMEM::MEDCouplingGaussLocalization::pushTinySerializationDblInfo;
499 %ignore ParaMEDMEM::MEDCouplingGaussLocalization::fillWithValues;
500 %ignore ParaMEDMEM::MEDCouplingGaussLocalization::buildNewInstanceFromTinyInfo;
501
502 %nodefaultctor;
503
504 %rename (InterpKernelException) INTERP_KERNEL::Exception;
505
506 namespace INTERP_KERNEL
507 {
508   class Exception
509   {
510   public:
511     Exception(const char* what);
512     ~Exception() throw ();
513     const char *what() const throw ();
514     %extend
515     {
516       std::string __str__() const
517         {
518           return std::string(self->what());
519         }
520     }
521   };
522 }
523
524 namespace ParaMEDMEM
525 {
526   class TimeLabel
527   {
528   public:
529     void declareAsNew() const;
530     virtual void updateTime() const;
531     unsigned int getTimeOfThis() const;
532   protected:
533     ~TimeLabel();
534   };
535 }
536
537 namespace ParaMEDMEM
538 {
539   typedef enum
540     {
541       C_DEALLOC = 2,
542       CPP_DEALLOC = 3
543     } DeallocType;
544
545   typedef enum
546     {
547       ON_CELLS = 0,
548       ON_NODES = 1,
549       ON_GAUSS_PT = 2,
550       ON_GAUSS_NE = 3,
551       ON_NODES_KR = 4
552     } TypeOfField;
553
554   typedef enum
555     {
556       NO_TIME = 4,
557       ONE_TIME = 5,
558       LINEAR_TIME = 6,
559       CONST_ON_TIME_INTERVAL = 7
560     } TypeOfTimeDiscretization;
561
562   const char *MEDCouplingVersionStr();
563   int MEDCouplingVersion();
564   int MEDCouplingSizeOfVoidStar();
565
566   class RefCountObject
567   {
568   protected:
569     RefCountObject();
570     RefCountObject(const RefCountObject& other);
571     ~RefCountObject();
572   public:
573     bool decrRef() const;
574     void incrRef() const;
575     int getRCValue() const;
576     virtual std::size_t getHeapMemorySize() const;
577   };
578 }
579
580 %inline
581 {
582   PyObject *MEDCouplingVersionMajMinRel()
583   {
584     int tmp0=0,tmp1=0,tmp2=0;
585     MEDCouplingVersionMajMinRel(tmp0,tmp1,tmp2);
586     PyObject *res = PyList_New(3);
587     PyList_SetItem(res,0,SWIG_From_int(tmp0));
588     PyList_SetItem(res,1,SWIG_From_int(tmp1));
589     PyList_SetItem(res,2,SWIG_From_int(tmp2));
590     return res;
591   }
592
593   bool MEDCouplingHasNumPyBindings()
594   {
595 #ifdef WITH_NUMPY
596     return true;
597 #else
598     return false;
599 #endif
600   }
601
602   std::string MEDCouplingCompletionScript() throw(INTERP_KERNEL::Exception)
603   {
604     static const char script[]="import rlcompleter,readline\nreadline.parse_and_bind('tab:complete')";
605     std::ostringstream oss; oss << "MEDCouplingCompletionScript : error when trying to activate completion ! readline not present ?\nScript is :\n" << script;
606     if(PyRun_SimpleString(script)!=0)
607       throw INTERP_KERNEL::Exception(oss.str().c_str());
608     return std::string(script);
609   }
610 }
611
612 %include "MEDCouplingMemArray.i"
613
614 namespace ParaMEDMEM
615 {
616   typedef enum
617     {
618       UNSTRUCTURED = 5,
619       UNSTRUCTURED_DESC = 6,
620       CARTESIAN = 7,
621       EXTRUDED = 8,
622       CURVE_LINEAR = 9
623     } MEDCouplingMeshType;
624
625   class DataArrayInt;
626   class DataArrayDouble;
627   class MEDCouplingUMesh;
628   class MEDCouplingFieldDouble;
629
630   %extend RefCountObject
631   {
632     std::string getHiddenCppPointer() const
633     {
634       std::ostringstream oss; oss << "C++ Pointer address is : " << self;
635       return oss.str();
636     }
637   }
638
639   %extend MEDCouplingGaussLocalization
640   {
641     std::string __str__() const throw(INTERP_KERNEL::Exception)
642     {
643       return self->getStringRepr();
644     }
645
646     std::string __repr__() const throw(INTERP_KERNEL::Exception)
647     {
648       std::ostringstream oss; oss << "MEDCouplingGaussLocalization C++ instance at " << self << "." << std::endl;
649       oss << self->getStringRepr();
650       return oss.str();
651     }
652   }
653
654   //== MEDCouplingMesh
655   
656   class MEDCouplingMesh : public RefCountObject, public TimeLabel
657   {
658   public:
659     void setName(const char *name);
660     std::string getName() const;
661     void setDescription(const char *descr);
662     std::string getDescription() const;
663     void setTime(double val, int iteration, int order);
664     void setTimeUnit(const char *unit);
665     const char *getTimeUnit() const;
666     virtual MEDCouplingMeshType getType() const throw(INTERP_KERNEL::Exception);
667     bool isStructured() const throw(INTERP_KERNEL::Exception);
668     virtual MEDCouplingMesh *deepCpy() const;
669     virtual bool isEqual(const MEDCouplingMesh *other, double prec) const throw(INTERP_KERNEL::Exception);
670     virtual bool isEqualWithoutConsideringStr(const MEDCouplingMesh *other, double prec) const throw(INTERP_KERNEL::Exception);
671     virtual void checkFastEquivalWith(const MEDCouplingMesh *other, double prec) const throw(INTERP_KERNEL::Exception);
672     virtual void copyTinyStringsFrom(const MEDCouplingMesh *other) throw(INTERP_KERNEL::Exception);
673     virtual void copyTinyInfoFrom(const MEDCouplingMesh *other) throw(INTERP_KERNEL::Exception);
674     virtual void checkCoherency() const throw(INTERP_KERNEL::Exception);
675     virtual void checkCoherency1(double eps=1e-12) const throw(INTERP_KERNEL::Exception);
676     virtual void checkCoherency2(double eps=1e-12) const throw(INTERP_KERNEL::Exception);
677     virtual int getNumberOfCells() const throw(INTERP_KERNEL::Exception);
678     virtual int getNumberOfNodes() const throw(INTERP_KERNEL::Exception);
679     virtual int getSpaceDimension() const throw(INTERP_KERNEL::Exception);
680     virtual int getMeshDimension() const throw(INTERP_KERNEL::Exception);
681     virtual DataArrayDouble *getCoordinatesAndOwner() const throw(INTERP_KERNEL::Exception);
682     virtual DataArrayDouble *getBarycenterAndOwner() const throw(INTERP_KERNEL::Exception);
683     virtual DataArrayDouble *computeIsoBarycenterOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
684     virtual DataArrayInt *giveCellsWithType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception);
685     virtual DataArrayInt *computeNbOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
686     virtual DataArrayInt *computeNbOfFacesPerCell() const throw(INTERP_KERNEL::Exception);
687     virtual DataArrayInt *computeEffectiveNbOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
688     virtual MEDCouplingMesh *buildPartRange(int beginCellIds, int endCellIds, int stepCellIds) const throw(INTERP_KERNEL::Exception);
689     virtual int getNumberOfCellsWithType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception);
690     virtual INTERP_KERNEL::NormalizedCellType getTypeOfCell(int cellId) const throw(INTERP_KERNEL::Exception);
691     virtual std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
692     virtual std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
693     void writeVTK(const char *fileName) const throw(INTERP_KERNEL::Exception);
694     // tools
695     virtual MEDCouplingFieldDouble *getMeasureField(bool isAbs) const throw(INTERP_KERNEL::Exception);
696     virtual MEDCouplingFieldDouble *getMeasureFieldOnNode(bool isAbs) const throw(INTERP_KERNEL::Exception);
697     virtual MEDCouplingFieldDouble *fillFromAnalytic(TypeOfField t, int nbOfComp, const char *func) const throw(INTERP_KERNEL::Exception);
698     virtual MEDCouplingFieldDouble *fillFromAnalytic2(TypeOfField t, int nbOfComp, const char *func) const throw(INTERP_KERNEL::Exception);
699     virtual MEDCouplingFieldDouble *fillFromAnalytic3(TypeOfField t, int nbOfComp, const std::vector<std::string>& varsOrder, const char *func) const throw(INTERP_KERNEL::Exception);
700     virtual MEDCouplingFieldDouble *buildOrthogonalField() const throw(INTERP_KERNEL::Exception);
701     virtual MEDCouplingUMesh *buildUnstructured() const throw(INTERP_KERNEL::Exception);
702     virtual MEDCouplingMesh *mergeMyselfWith(const MEDCouplingMesh *other) const throw(INTERP_KERNEL::Exception);
703     virtual bool areCompatibleForMerge(const MEDCouplingMesh *other) const throw(INTERP_KERNEL::Exception);
704     virtual DataArrayInt *simplexize(int policy) throw(INTERP_KERNEL::Exception);
705     static MEDCouplingMesh *MergeMeshes(const MEDCouplingMesh *mesh1, const MEDCouplingMesh *mesh2) throw(INTERP_KERNEL::Exception);
706     static bool IsStaticGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
707     static bool IsLinearGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
708     static INTERP_KERNEL::NormalizedCellType GetCorrespondingPolyType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
709     static int GetNumberOfNodesOfGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
710     static int GetDimensionOfGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
711     static const char *GetReprOfGeometricType(INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
712     %extend
713        {
714          std::string __str__() const throw(INTERP_KERNEL::Exception)
715          {
716            return self->simpleRepr();
717          }
718
719          PyObject *getTime() throw(INTERP_KERNEL::Exception)
720          {
721            int tmp1,tmp2;
722            double tmp0=self->getTime(tmp1,tmp2);
723            PyObject *res = PyList_New(3);
724            PyList_SetItem(res,0,SWIG_From_double(tmp0));
725            PyList_SetItem(res,1,SWIG_From_int(tmp1));
726            PyList_SetItem(res,2,SWIG_From_int(tmp2));
727            return res;
728          }
729
730          int getCellContainingPoint(PyObject *p, double eps) const throw(INTERP_KERNEL::Exception)
731          {
732            double val;
733            DataArrayDouble *a;
734            DataArrayDoubleTuple *aa;
735            std::vector<double> bb;
736            int sw;
737            int spaceDim=self->getSpaceDimension();
738            const char msg[]="Python wrap of MEDCouplingMesh::getCellContainingPoint : ";
739            const double *pos=convertObjToPossibleCpp5_Safe(p,sw,val,a,aa,bb,msg,1,spaceDim,true);
740            return self->getCellContainingPoint(pos,eps);
741          }
742
743          PyObject *getCellsContainingPoints(PyObject *p, int nbOfPoints, double eps) const throw(INTERP_KERNEL::Exception)
744          {
745            double val;
746            DataArrayDouble *a;
747            DataArrayDoubleTuple *aa;
748            std::vector<double> bb;
749            int sw;
750            int spaceDim=self->getSpaceDimension();
751            const char msg[]="Python wrap of MEDCouplingMesh::getCellsContainingPoint : ";
752            const double *pos=convertObjToPossibleCpp5_Safe(p,sw,val,a,aa,bb,msg,nbOfPoints,spaceDim,true);
753            std::vector<int> elts,eltsIndex;
754            self->getCellsContainingPoints(pos,nbOfPoints,eps,elts,eltsIndex);
755            MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d0=DataArrayInt::New();
756            MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d1=DataArrayInt::New();
757            d0->alloc(elts.size(),1);
758            d1->alloc(eltsIndex.size(),1);
759            std::copy(elts.begin(),elts.end(),d0->getPointer());
760            std::copy(eltsIndex.begin(),eltsIndex.end(),d1->getPointer());
761            PyObject *ret=PyTuple_New(2);
762            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
763            PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
764            return ret;
765          }
766
767          PyObject *getCellsContainingPoints(PyObject *p, double eps) const throw(INTERP_KERNEL::Exception)
768          {
769            std::vector<int> elts,eltsIndex;
770            int spaceDim=self->getSpaceDimension();
771            void *da=0;
772            int res1=SWIG_ConvertPtr(p,&da,SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, 0 |  0 );
773            if (!SWIG_IsOK(res1))
774              {
775                int size;
776                INTERP_KERNEL::AutoCPtr<double> tmp=convertPyToNewDblArr2(p,&size);
777                int nbOfPoints=size/spaceDim;
778                if(size%spaceDim!=0)
779                  {
780                    throw INTERP_KERNEL::Exception("MEDCouplingMesh::getCellsContainingPoints : Invalid list length ! Must be a multiple of self.getSpaceDimension() !");
781                  }
782                self->getCellsContainingPoints(tmp,nbOfPoints,eps,elts,eltsIndex);
783              }
784            else
785              {
786                DataArrayDouble *da2=reinterpret_cast< DataArrayDouble * >(da);
787                if(!da2)
788                  throw INTERP_KERNEL::Exception("MEDCouplingMesh::getCellsContainingPoints : Not null DataArrayDouble instance expected !");
789                da2->checkAllocated();
790                int size=da2->getNumberOfTuples();
791                int nbOfCompo=da2->getNumberOfComponents();
792                if(nbOfCompo!=spaceDim)
793                  {
794                    throw INTERP_KERNEL::Exception("MEDCouplingMesh::getCellsContainingPoints : Invalid DataArrayDouble nb of components ! Expected same as self.getSpaceDimension() !");
795                  }
796                self->getCellsContainingPoints(da2->getConstPointer(),size,eps,elts,eltsIndex);
797              }
798            MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d0=DataArrayInt::New();
799            MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d1=DataArrayInt::New();
800            d0->alloc(elts.size(),1);
801            d1->alloc(eltsIndex.size(),1);
802            std::copy(elts.begin(),elts.end(),d0->getPointer());
803            std::copy(eltsIndex.begin(),eltsIndex.end(),d1->getPointer());
804            PyObject *ret=PyTuple_New(2);
805            PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
806            PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
807            return ret;
808          }
809
810          PyObject *getCellsContainingPoint(PyObject *p, double eps) const throw(INTERP_KERNEL::Exception)
811          {
812            double val;
813            DataArrayDouble *a;
814            DataArrayDoubleTuple *aa;
815            std::vector<double> bb;
816            int sw;
817            int spaceDim=self->getSpaceDimension();
818            const char msg[]="Python wrap of MEDCouplingUMesh::getCellsContainingPoint : ";
819            const double *pos=convertObjToPossibleCpp5_Safe(p,sw,val,a,aa,bb,msg,1,spaceDim,true);
820            std::vector<int> elts;
821            self->getCellsContainingPoint(pos,eps,elts);
822            DataArrayInt *ret=DataArrayInt::New();
823            ret->alloc((int)elts.size(),1);
824            std::copy(elts.begin(),elts.end(),ret->getPointer());
825            return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
826          }
827          
828          void renumberCells(PyObject *li, bool check=true) throw(INTERP_KERNEL::Exception)
829          {
830            void *da=0;
831            int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_ParaMEDMEM__DataArrayInt, 0 |  0 );
832            if (!SWIG_IsOK(res1))
833              {
834                int size;
835                INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
836                self->renumberCells(tmp,check);
837              }
838            else
839              {
840                DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
841                if(!da2)
842                    throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
843                da2->checkAllocated();
844                self->renumberCells(da2->getConstPointer(),check);
845              }
846          }
847
848          PyObject *checkGeoEquivalWith(const MEDCouplingMesh *other, int levOfCheck, double prec) const throw(INTERP_KERNEL::Exception)
849          {
850            DataArrayInt *cellCor, *nodeCor;
851            self->checkGeoEquivalWith(other,levOfCheck,prec,cellCor,nodeCor);
852            PyObject *res = PyList_New(2);
853            PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(cellCor),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, cellCor?SWIG_POINTER_OWN | 0:0 ));
854            PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(nodeCor),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, nodeCor?SWIG_POINTER_OWN | 0:0 ));
855            return res;
856          }
857
858          PyObject *checkDeepEquivalWith(const MEDCouplingMesh *other, int cellCompPol, double prec) const throw(INTERP_KERNEL::Exception)
859          {
860            DataArrayInt *cellCor=0,*nodeCor=0;
861            self->checkDeepEquivalWith(other,cellCompPol,prec,cellCor,nodeCor);
862            PyObject *res = PyList_New(2);
863            PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(cellCor),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, cellCor?SWIG_POINTER_OWN | 0:0 ));
864            PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(nodeCor),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, nodeCor?SWIG_POINTER_OWN | 0:0 ));
865            return res;
866          }
867          
868          DataArrayInt *checkDeepEquivalOnSameNodesWith(const MEDCouplingMesh *other, int cellCompPol, double prec) const throw(INTERP_KERNEL::Exception)
869          {
870            DataArrayInt *cellCor=0;
871            self->checkDeepEquivalOnSameNodesWith(other,cellCompPol,prec,cellCor);
872            return cellCor;
873          }
874
875          DataArrayInt *getCellIdsFullyIncludedInNodeIds(PyObject *li) const throw(INTERP_KERNEL::Exception)
876          {
877            void *da=0;
878            int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_ParaMEDMEM__DataArrayInt, 0 |  0 );
879            if (!SWIG_IsOK(res1))
880              {
881                int size;
882                INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
883                return self->getCellIdsFullyIncludedInNodeIds(tmp,((const int *)tmp)+size);
884              }
885            else
886              {
887                DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
888                if(!da2)
889                  throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
890                da2->checkAllocated();
891                return self->getCellIdsFullyIncludedInNodeIds(da2->getConstPointer(),da2->getConstPointer()+da2->getNbOfElems());
892              }
893          }
894          PyObject *getNodeIdsOfCell(int cellId) const throw(INTERP_KERNEL::Exception)
895          {
896            std::vector<int> conn;
897            self->getNodeIdsOfCell(cellId,conn);
898            return convertIntArrToPyList2(conn);
899          }
900
901          PyObject *getCoordinatesOfNode(int nodeId) const throw(INTERP_KERNEL::Exception)
902          {
903            std::vector<double> coo;
904            self->getCoordinatesOfNode(nodeId,coo);
905            return convertDblArrToPyList2(coo);
906          }
907
908          void scale(PyObject *point, double factor) throw(INTERP_KERNEL::Exception)
909          {
910            double val;
911            DataArrayDouble *a;
912            DataArrayDoubleTuple *aa;
913            std::vector<double> bb;
914            int sw;
915            int spaceDim=self->getSpaceDimension();
916            const char msg[]="Python wrap of MEDCouplingPointSet::scale : ";
917            const double *pointPtr=convertObjToPossibleCpp5_Safe(point,sw,val,a,aa,bb,msg,1,spaceDim,true);
918            self->scale(pointPtr,factor);
919          }
920
921          PyObject *getBoundingBox() const throw(INTERP_KERNEL::Exception)
922          {
923            int spaceDim=self->getSpaceDimension();
924            INTERP_KERNEL::AutoPtr<double> tmp=new double[2*spaceDim];
925            self->getBoundingBox(tmp);
926            PyObject *ret=convertDblArrToPyListOfTuple(tmp,2,spaceDim);
927            return ret;
928          }
929
930          PyObject *isEqualIfNotWhy(const MEDCouplingMesh *other, double prec) const throw(INTERP_KERNEL::Exception)
931          {
932            std::string ret1;
933            bool ret0=self->isEqualIfNotWhy(other,prec,ret1);
934            PyObject *ret=PyTuple_New(2);
935            PyObject *ret0Py=ret0?Py_True:Py_False;
936            Py_XINCREF(ret0Py);
937            PyTuple_SetItem(ret,0,ret0Py);
938            PyTuple_SetItem(ret,1,PyString_FromString(ret1.c_str()));
939            return ret;
940          }
941
942          PyObject *buildPart(PyObject *li) const throw(INTERP_KERNEL::Exception)
943          {
944            int szArr,sw,iTypppArr;
945            std::vector<int> stdvecTyyppArr;
946            const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
947            MEDCouplingMesh *ret=self->buildPart(tmp,tmp+szArr);
948            if(sw==3)//DataArrayInt
949              { 
950                void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,0|0);
951                DataArrayInt *argpt=reinterpret_cast< ParaMEDMEM::DataArrayInt * >(argp);
952                std::string name=argpt->getName();
953                if(!name.empty())
954                  ret->setName(name.c_str());
955              }
956            return convertMesh(ret, SWIG_POINTER_OWN | 0 );
957          }
958         
959          PyObject *buildPartAndReduceNodes(PyObject *li) const throw(INTERP_KERNEL::Exception)
960          {
961            int szArr,sw,iTypppArr;
962            std::vector<int> stdvecTyyppArr;
963            DataArrayInt *arr=0;
964            const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
965            MEDCouplingMesh *ret=self->buildPartAndReduceNodes(tmp,tmp+szArr,arr);
966            if(sw==3)//DataArrayInt
967              { 
968                void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,0|0);
969                DataArrayInt *argpt=reinterpret_cast< ParaMEDMEM::DataArrayInt * >(argp);
970                std::string name=argpt->getName();
971                if(!name.empty())
972                  ret->setName(name.c_str());
973              }
974            //
975            PyObject *res = PyList_New(2);
976            PyObject *obj0=convertMesh(ret, SWIG_POINTER_OWN | 0 );
977            PyObject *obj1=SWIG_NewPointerObj(SWIG_as_voidptr(arr),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
978            PyList_SetItem(res,0,obj0);
979            PyList_SetItem(res,1,obj1);
980            return res;
981          }
982
983          PyObject *buildPartRangeAndReduceNodes(int beginCellIds, int endCellIds, int stepCellIds) const throw(INTERP_KERNEL::Exception)
984          {
985            int a,b,c;
986            DataArrayInt *arr=0;
987            MEDCouplingMesh *ret=self->buildPartRangeAndReduceNodes(beginCellIds,endCellIds,stepCellIds,a,b,c,arr);
988            PyObject *res = PyTuple_New(2);
989            PyObject *obj0=convertMesh(ret, SWIG_POINTER_OWN | 0 );
990            PyObject *obj1=0;
991            if(arr)
992              obj1=SWIG_NewPointerObj(SWIG_as_voidptr(arr),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
993            else
994              obj1=PySlice_New(PyInt_FromLong(a),PyInt_FromLong(b),PyInt_FromLong(b));
995            PyTuple_SetItem(res,0,obj0);
996            PyTuple_SetItem(res,1,obj1);
997            return res;
998          }
999
1000         PyObject *getDistributionOfTypes() const throw(INTERP_KERNEL::Exception)
1001         {
1002           std::vector<int> vals=self->getDistributionOfTypes();
1003           if(vals.size()%3!=0)
1004             throw INTERP_KERNEL::Exception("Internal Error detected in wrap python ! code returned by MEDCouplingMesh::getDistributionOfTypes is not so that %3==0 !");
1005           PyObject *ret=PyList_New((int)vals.size()/3);
1006           for(int j=0;j<(int)vals.size()/3;j++)
1007              {
1008                PyObject *ret1=PyList_New(3);
1009                PyList_SetItem(ret1,0,SWIG_From_int(vals[3*j]));
1010                PyList_SetItem(ret1,1,SWIG_From_int(vals[3*j+1]));
1011                PyList_SetItem(ret1,2,SWIG_From_int(vals[3*j+2]));
1012                PyList_SetItem(ret,j,ret1);
1013              }
1014           return ret;
1015         }
1016
1017         DataArrayInt *checkTypeConsistencyAndContig(PyObject *li, PyObject *li2) const throw(INTERP_KERNEL::Exception)
1018         {
1019           std::vector<int> code;
1020           std::vector<const DataArrayInt *> idsPerType;
1021           convertFromPyObjVectorOfObj<const ParaMEDMEM::DataArrayInt *>(li2,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,"DataArrayInt",idsPerType);
1022           convertPyToNewIntArr4(li,1,3,code);
1023           return self->checkTypeConsistencyAndContig(code,idsPerType);
1024         }
1025
1026         PyObject *splitProfilePerType(const DataArrayInt *profile) const throw(INTERP_KERNEL::Exception)
1027         {
1028           std::vector<int> code;
1029           std::vector<DataArrayInt *> idsInPflPerType;
1030           std::vector<DataArrayInt *> idsPerType;
1031           self->splitProfilePerType(profile,code,idsInPflPerType,idsPerType);
1032           PyObject *ret=PyTuple_New(3);
1033           //
1034           if(code.size()%3!=0)
1035             throw INTERP_KERNEL::Exception("Internal Error detected in wrap python ! code returned by MEDCouplingMesh::splitProfilePerType is not so that %3==0 !");
1036           PyObject *ret0=PyList_New((int)code.size()/3);
1037           for(int j=0;j<(int)code.size()/3;j++)
1038              {
1039                PyObject *ret00=PyList_New(3);
1040                PyList_SetItem(ret00,0,SWIG_From_int(code[3*j]));
1041                PyList_SetItem(ret00,1,SWIG_From_int(code[3*j+1]));
1042                PyList_SetItem(ret00,2,SWIG_From_int(code[3*j+2]));
1043                PyList_SetItem(ret0,j,ret00);
1044              }
1045           PyTuple_SetItem(ret,0,ret0);
1046           //
1047           PyObject *ret1=PyList_New(idsInPflPerType.size());
1048           for(std::size_t j=0;j<idsInPflPerType.size();j++)
1049             PyList_SetItem(ret1,j,SWIG_NewPointerObj(SWIG_as_voidptr(idsInPflPerType[j]),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1050           PyTuple_SetItem(ret,1,ret1);
1051           int n=idsPerType.size();
1052           PyObject *ret2=PyList_New(n);
1053           for(int i=0;i<n;i++)
1054             PyList_SetItem(ret2,i,SWIG_NewPointerObj(SWIG_as_voidptr(idsPerType[i]),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1055           PyTuple_SetItem(ret,2,ret2);
1056           return ret;
1057         }
1058
1059         void translate(PyObject *vector) throw(INTERP_KERNEL::Exception)
1060         {
1061           double val;
1062           DataArrayDouble *a;
1063           DataArrayDoubleTuple *aa;
1064           std::vector<double> bb;
1065           int sw;
1066           int spaceDim=self->getSpaceDimension();
1067           const char msg[]="Python wrap of MEDCouplingPointSet::translate : ";
1068           const double *vectorPtr=convertObjToPossibleCpp5_Safe(vector,sw,val,a,aa,bb,msg,1,spaceDim,true);
1069           self->translate(vectorPtr);
1070         }
1071
1072          void rotate(PyObject *center, double alpha) throw(INTERP_KERNEL::Exception)
1073          {
1074            const char msg[]="Python wrap of MEDCouplingPointSet::rotate : ";
1075            double val;
1076            DataArrayDouble *a;
1077            DataArrayDoubleTuple *aa;
1078            std::vector<double> bb;
1079            int sw;
1080            int spaceDim=self->getSpaceDimension();
1081            const double *centerPtr=convertObjToPossibleCpp5_Safe(center,sw,val,a,aa,bb,msg,1,spaceDim,true);
1082            self->rotate(centerPtr,0,alpha);
1083          }
1084
1085          void rotate(PyObject *center, PyObject *vector, double alpha) throw(INTERP_KERNEL::Exception)
1086          {
1087            const char msg[]="Python wrap of MEDCouplingPointSet::rotate : ";
1088            double val,val2;
1089            DataArrayDouble *a,*a2;
1090            DataArrayDoubleTuple *aa,*aa2;
1091            std::vector<double> bb,bb2;
1092            int sw;
1093            int spaceDim=self->getSpaceDimension();
1094            const double *centerPtr=convertObjToPossibleCpp5_Safe(center,sw,val,a,aa,bb,msg,1,spaceDim,true);
1095            const double *vectorPtr=convertObjToPossibleCpp5_Safe(vector,sw,val2,a2,aa2,bb2,msg,1,spaceDim,false);//vectorPtr can be null in case of space dim 2
1096            self->rotate(centerPtr,vectorPtr,alpha);
1097          }
1098
1099          PyObject *getAllGeoTypes() const throw(INTERP_KERNEL::Exception)
1100          {
1101            std::set<INTERP_KERNEL::NormalizedCellType> result=self->getAllGeoTypes();
1102            std::set<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
1103            PyObject *res=PyList_New(result.size());
1104            for(int i=0;iL!=result.end(); i++, iL++)
1105              PyList_SetItem(res,i,PyInt_FromLong(*iL));
1106            return res;
1107          }
1108          
1109          static MEDCouplingMesh *MergeMeshes(PyObject *li) throw(INTERP_KERNEL::Exception)
1110          {
1111             std::vector<const ParaMEDMEM::MEDCouplingMesh *> tmp;
1112             convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingMesh,"MEDCouplingMesh",tmp);
1113             return MEDCouplingMesh::MergeMeshes(tmp);
1114          }
1115        }
1116   };
1117 }
1118
1119 //== MEDCouplingMesh End
1120
1121 %include "NormalizedUnstructuredMesh.hxx"
1122 %include "MEDCouplingNatureOfField.hxx"
1123 %include "MEDCouplingTimeDiscretization.hxx"
1124 %include "MEDCouplingGaussLocalization.hxx"
1125 %include "MEDCouplingFieldDiscretization.hxx"
1126
1127 %ignore ParaMEDMEM::MEDCouplingFieldDiscretization::clonePart;
1128 %ignore ParaMEDMEM::MEDCouplingFieldDiscretization::buildSubMeshDataRange;
1129 %ignore ParaMEDMEM::MEDCouplingFieldDiscretizationPerCell::getArrayOfDiscIds;
1130
1131 //== MEDCouplingPointSet
1132
1133 namespace ParaMEDMEM
1134 {
1135   class MEDCouplingPointSet : public ParaMEDMEM::MEDCouplingMesh
1136     {
1137     public:
1138       void setCoords(const DataArrayDouble *coords) throw(INTERP_KERNEL::Exception);
1139       DataArrayDouble *getCoordinatesAndOwner() const throw(INTERP_KERNEL::Exception);
1140       bool areCoordsEqual(const MEDCouplingPointSet& other, double prec) const throw(INTERP_KERNEL::Exception);
1141       void zipCoords() throw(INTERP_KERNEL::Exception);
1142       double getCaracteristicDimension() const throw(INTERP_KERNEL::Exception);
1143       void recenterForMaxPrecision(double eps) throw(INTERP_KERNEL::Exception);
1144       void changeSpaceDimension(int newSpaceDim, double dftVal=0.) throw(INTERP_KERNEL::Exception);
1145       void tryToShareSameCoords(const MEDCouplingPointSet& other, double epsilon) throw(INTERP_KERNEL::Exception);
1146       virtual void shallowCopyConnectivityFrom(const MEDCouplingPointSet *other) throw(INTERP_KERNEL::Exception);
1147       virtual MEDCouplingPointSet *buildPartOfMySelf2(int start, int end, int step) const throw(INTERP_KERNEL::Exception);
1148       virtual void tryToShareSameCoordsPermute(const MEDCouplingPointSet& other, double epsilon) throw(INTERP_KERNEL::Exception);
1149       static DataArrayDouble *MergeNodesArray(const MEDCouplingPointSet *m1, const MEDCouplingPointSet *m2) throw(INTERP_KERNEL::Exception);
1150       static MEDCouplingPointSet *BuildInstanceFromMeshType(MEDCouplingMeshType type) throw(INTERP_KERNEL::Exception);
1151       virtual MEDCouplingPointSet *buildBoundaryMesh(bool keepCoords) const throw(INTERP_KERNEL::Exception);
1152       virtual DataArrayInt *getCellsInBoundingBox(const INTERP_KERNEL::DirectedBoundingBox& bbox, double eps) throw(INTERP_KERNEL::Exception);
1153       virtual DataArrayInt *zipCoordsTraducer() throw(INTERP_KERNEL::Exception);
1154       virtual DataArrayInt *findBoundaryNodes() const;
1155       virtual DataArrayInt *zipConnectivityTraducer(int compType, int startCellId=0) throw(INTERP_KERNEL::Exception);
1156       virtual MEDCouplingPointSet *mergeMyselfWithOnSameCoords(const MEDCouplingPointSet *other) const throw(INTERP_KERNEL::Exception);
1157       virtual void checkFullyDefined() const throw(INTERP_KERNEL::Exception);
1158       virtual bool isEmptyMesh(const std::vector<int>& tinyInfo) const throw(INTERP_KERNEL::Exception);
1159       virtual MEDCouplingPointSet *deepCpyConnectivityOnly() const throw(INTERP_KERNEL::Exception);
1160       %extend 
1161          {
1162            std::string __str__() const throw(INTERP_KERNEL::Exception)
1163            {
1164              return self->simpleRepr();
1165            }
1166            
1167            PyObject *buildNewNumberingFromCommonNodesFormat(const DataArrayInt *comm, const DataArrayInt *commIndex) const throw(INTERP_KERNEL::Exception)
1168            {
1169              int newNbOfNodes;
1170              DataArrayInt *ret0=self->buildNewNumberingFromCommonNodesFormat(comm,commIndex,newNbOfNodes);
1171              PyObject *res = PyList_New(2);
1172              PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1173              PyList_SetItem(res,1,SWIG_From_int(newNbOfNodes));
1174              return res;
1175            }
1176            
1177            PyObject *findCommonNodes(double prec, int limitTupleId=-1) const throw(INTERP_KERNEL::Exception)
1178            {
1179              DataArrayInt *comm, *commIndex;
1180              self->findCommonNodes(prec,limitTupleId,comm,commIndex);
1181              PyObject *res = PyList_New(2);
1182              PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(comm),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1183              PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(commIndex),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1184              return res;
1185            }
1186            
1187            PyObject *getCoords() throw(INTERP_KERNEL::Exception)
1188            {
1189              DataArrayDouble *ret1=self->getCoords();
1190              if (ret1)
1191                 ret1->incrRef();
1192              return SWIG_NewPointerObj((void*)ret1,SWIGTYPE_p_ParaMEDMEM__DataArrayDouble,SWIG_POINTER_OWN | 0);
1193            }
1194            
1195            PyObject *buildPartOfMySelf(PyObject *li, bool keepCoords=true) const throw(INTERP_KERNEL::Exception)
1196            {
1197              int szArr,sw,iTypppArr;
1198              std::vector<int> stdvecTyyppArr;
1199              const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1200              MEDCouplingPointSet *ret=self->buildPartOfMySelf(tmp,tmp+szArr,keepCoords);
1201              if(sw==3)//DataArrayInt
1202                { 
1203                  void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,0|0);
1204                  DataArrayInt *argpt=reinterpret_cast< ParaMEDMEM::DataArrayInt * >(argp);
1205                  std::string name=argpt->getName();
1206                  if(!name.empty())
1207                    ret->setName(name.c_str());
1208                }
1209              return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1210            }
1211            
1212            PyObject *buildPartOfMySelfNode(PyObject *li, bool fullyIn) const throw(INTERP_KERNEL::Exception)
1213            {
1214              int szArr,sw,iTypppArr;
1215              std::vector<int> stdvecTyyppArr;
1216              const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1217              MEDCouplingPointSet *ret=self->buildPartOfMySelfNode(tmp,tmp+szArr,fullyIn);
1218              if(sw==3)//DataArrayInt
1219                { 
1220                  void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,0|0);
1221                  DataArrayInt *argpt=reinterpret_cast< ParaMEDMEM::DataArrayInt * >(argp);
1222                  std::string name=argpt->getName();
1223                  if(!name.empty())
1224                    ret->setName(name.c_str());
1225                }
1226              return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1227            }
1228
1229            virtual PyObject *buildPartOfMySelfKeepCoords(PyObject *li) const throw(INTERP_KERNEL::Exception)
1230            {
1231              int szArr,sw,iTypppArr;
1232              std::vector<int> stdvecTyyppArr;
1233              const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1234              MEDCouplingPointSet *ret=self->buildPartOfMySelfKeepCoords(tmp,tmp+szArr);
1235              if(sw==3)//DataArrayInt
1236                { 
1237                  void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,0|0);
1238                  DataArrayInt *argpt=reinterpret_cast< ParaMEDMEM::DataArrayInt * >(argp);
1239                  std::string name=argpt->getName();
1240                  if(!name.empty())
1241                    ret->setName(name.c_str());
1242                }
1243              return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1244            }
1245
1246            virtual PyObject *buildPartOfMySelfKeepCoords2(int start, int end, int step) const throw(INTERP_KERNEL::Exception)
1247            {
1248              MEDCouplingPointSet *ret=self->buildPartOfMySelfKeepCoords2(start,end,step);
1249              return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1250            }
1251
1252            PyObject *buildFacePartOfMySelfNode(PyObject *li, bool fullyIn) const throw(INTERP_KERNEL::Exception)
1253            {
1254              int szArr,sw,iTypppArr;
1255              std::vector<int> stdvecTyyppArr;
1256              const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1257              MEDCouplingPointSet *ret=self->buildFacePartOfMySelfNode(tmp,tmp+szArr,fullyIn);
1258              if(sw==3)//DataArrayInt
1259                { 
1260                  void *argp; SWIG_ConvertPtr(li,&argp,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,0|0);
1261                  DataArrayInt *argpt=reinterpret_cast< ParaMEDMEM::DataArrayInt * >(argp);
1262                  std::string name=argpt->getName();
1263                  if(!name.empty())
1264                    ret->setName(name.c_str());
1265                }
1266              return convertMesh(ret, SWIG_POINTER_OWN | 0 );
1267            }
1268
1269            void renumberNodes(PyObject *li, int newNbOfNodes) throw(INTERP_KERNEL::Exception)
1270            {
1271              int szArr,sw,iTypppArr;
1272              std::vector<int> stdvecTyyppArr;
1273              const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1274              self->renumberNodes(tmp,newNbOfNodes);
1275            }
1276
1277            void renumberNodes2(PyObject *li, int newNbOfNodes) throw(INTERP_KERNEL::Exception)
1278            {
1279              int szArr,sw,iTypppArr;
1280              std::vector<int> stdvecTyyppArr;
1281              const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1282              self->renumberNodes2(tmp,newNbOfNodes);
1283            }
1284
1285            PyObject *findNodesOnLine(PyObject *pt, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
1286              {
1287                int spaceDim=self->getSpaceDimension();
1288                double val,val2;
1289                DataArrayDouble *a,*a2;
1290                DataArrayDoubleTuple *aa,*aa2;
1291                std::vector<double> bb,bb2;
1292                int sw;
1293                const char msg[]="Python wrap of MEDCouplingPointSet::findNodesOnLine : 1st paramater for point.";
1294                const char msg2[]="Python wrap of MEDCouplingPointSet::findNodesOnLine : 2nd paramater for vector.";
1295                const double *p=convertObjToPossibleCpp5_Safe(pt,sw,val,a,aa,bb,msg,1,spaceDim,true);
1296                const double *v=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
1297                std::vector<int> nodes;
1298                self->findNodesOnLine(p,v,eps,nodes);
1299                DataArrayInt *ret=DataArrayInt::New();
1300                ret->alloc((int)nodes.size(),1);
1301                std::copy(nodes.begin(),nodes.end(),ret->getPointer());
1302                return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
1303              }
1304            PyObject *findNodesOnPlane(PyObject *pt, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
1305              {
1306                int spaceDim=self->getSpaceDimension();
1307                double val,val2;
1308                DataArrayDouble *a,*a2;
1309                DataArrayDoubleTuple *aa,*aa2;
1310                std::vector<double> bb,bb2;
1311                int sw;
1312                const char msg[]="Python wrap of MEDCouplingPointSet::findNodesOnPlane : 1st paramater for point.";
1313                const char msg2[]="Python wrap of MEDCouplingPointSet::findNodesOnPlane : 2nd paramater for vector.";
1314                const double *p=convertObjToPossibleCpp5_Safe(pt,sw,val,a,aa,bb,msg,1,spaceDim,true);
1315                const double *v=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
1316                std::vector<int> nodes;
1317                self->findNodesOnPlane(p,v,eps,nodes);
1318                DataArrayInt *ret=DataArrayInt::New();
1319                ret->alloc((int)nodes.size(),1);
1320                std::copy(nodes.begin(),nodes.end(),ret->getPointer());
1321                return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
1322              }
1323            
1324            PyObject *getNodeIdsNearPoint(PyObject *pt, double eps) const throw(INTERP_KERNEL::Exception)
1325            {
1326              double val;
1327              DataArrayDouble *a;
1328              DataArrayDoubleTuple *aa;
1329              std::vector<double> bb;
1330              int sw;
1331              int spaceDim=self->getSpaceDimension();
1332              const char msg[]="Python wrap of MEDCouplingPointSet::getNodeIdsNearPoint : ";
1333              const double *pos=convertObjToPossibleCpp5_Safe(pt,sw,val,a,aa,bb,msg,1,spaceDim,true);
1334              DataArrayInt *ret=self->getNodeIdsNearPoint(pos,eps);
1335              return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
1336            }
1337
1338            PyObject *getNodeIdsNearPoints(PyObject *pt, int nbOfPoints, double eps) const throw(INTERP_KERNEL::Exception)
1339            {
1340              DataArrayInt *c=0,*cI=0;
1341              //
1342              double val;
1343              DataArrayDouble *a;
1344              DataArrayDoubleTuple *aa;
1345              std::vector<double> bb;
1346              int sw;
1347              int spaceDim=self->getSpaceDimension();
1348              const char msg[]="Python wrap of MEDCouplingPointSet::getNodeIdsNearPoints : ";
1349              const double *pos=convertObjToPossibleCpp5_Safe(pt,sw,val,a,aa,bb,msg,nbOfPoints,spaceDim,true);
1350              self->getNodeIdsNearPoints(pos,nbOfPoints,eps,c,cI);
1351              PyObject *ret=PyTuple_New(2);
1352              PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(c),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1353              PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cI),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1354              return ret;
1355            }
1356
1357            PyObject *getNodeIdsNearPoints(PyObject *pt, double eps) const throw(INTERP_KERNEL::Exception)
1358            {
1359              DataArrayInt *c=0,*cI=0;
1360              int spaceDim=self->getSpaceDimension();
1361              double val;
1362              DataArrayDouble *a;
1363              DataArrayDoubleTuple *aa;
1364              std::vector<double> bb;
1365              int sw;
1366              int nbOfTuples=-1;
1367              const double *ptPtr=convertObjToPossibleCpp5_Safe2(pt,sw,val,a,aa,bb,"Python wrap of MEDCouplingUMesh::getNodeIdsNearPoints",spaceDim,true,nbOfTuples);
1368              self->getNodeIdsNearPoints(ptPtr,nbOfTuples,eps,c,cI);
1369              //
1370              PyObject *ret=PyTuple_New(2);
1371              PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(c),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1372              PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cI),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1373              return ret;
1374            }
1375
1376            PyObject *getCellsInBoundingBox(PyObject *bbox, double eps) const throw(INTERP_KERNEL::Exception)
1377            {
1378              double val;
1379              DataArrayDouble *a;
1380              DataArrayDoubleTuple *aa;
1381              std::vector<double> bb;
1382              int sw;
1383              int spaceDim=self->getSpaceDimension();
1384              const char msg[]="Python wrap of MEDCouplingPointSet::getCellsInBoundingBox : ";
1385              const double *tmp=convertObjToPossibleCpp5_Safe(bbox,sw,val,a,aa,bb,msg,spaceDim,2,true);
1386              //
1387              DataArrayInt *elems=self->getCellsInBoundingBox(tmp,eps);
1388              return SWIG_NewPointerObj(SWIG_as_voidptr(elems),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
1389            }
1390
1391            void duplicateNodesInCoords(PyObject *li) throw(INTERP_KERNEL::Exception)
1392            {
1393              int sw;
1394              int singleVal;
1395              std::vector<int> multiVal;
1396              std::pair<int, std::pair<int,int> > slic;
1397              ParaMEDMEM::DataArrayInt *daIntTyypp=0;
1398              convertObjToPossibleCpp2(li,self->getNumberOfNodes(),sw,singleVal,multiVal,slic,daIntTyypp);
1399              switch(sw)
1400                {
1401                case 1:
1402                  return self->duplicateNodesInCoords(&singleVal,&singleVal+1);
1403                case 2:
1404                  return self->duplicateNodesInCoords(&multiVal[0],&multiVal[0]+multiVal.size());
1405                case 4:
1406                  return self->duplicateNodesInCoords(daIntTyypp->begin(),daIntTyypp->end());
1407                default:
1408                  throw INTERP_KERNEL::Exception("MEDCouplingPointSet::duplicateNodesInCoords : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
1409                }
1410            }
1411
1412            virtual PyObject *getReverseNodalConnectivity() const throw(INTERP_KERNEL::Exception)
1413            {
1414              MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d0=DataArrayInt::New();
1415              MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d1=DataArrayInt::New();
1416              self->getReverseNodalConnectivity(d0,d1);
1417              PyObject *ret=PyTuple_New(2);
1418              PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1419              PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1420              return ret;
1421            }
1422
1423            virtual PyObject *findCommonCells(int compType, int startCellId=0) const throw(INTERP_KERNEL::Exception)
1424            {
1425              DataArrayInt *v0=0,*v1=0;
1426              self->findCommonCells(compType,startCellId,v0,v1);
1427              PyObject *res = PyList_New(2);
1428              PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(v0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1429              PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(v1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1430              return res;
1431            }
1432
1433       
1434            virtual void renumberNodesInConn(PyObject *li) throw(INTERP_KERNEL::Exception)
1435            {
1436              void *da=0;
1437              int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_ParaMEDMEM__DataArrayInt, 0 | 0 );
1438              if (!SWIG_IsOK(res1))
1439                {
1440                  int size;
1441                  INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
1442                  self->renumberNodesInConn(tmp);
1443                }
1444              else
1445                {
1446                  DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
1447                  if(!da2)
1448                    throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
1449                  da2->checkAllocated();
1450                  self->renumberNodesInConn(da2->getConstPointer());
1451                }
1452            }
1453
1454            virtual PyObject *getNodeIdsInUse() const throw(INTERP_KERNEL::Exception)
1455            {
1456              int ret1=-1;
1457              DataArrayInt *ret0=self->getNodeIdsInUse(ret1);
1458              PyObject *ret=PyTuple_New(2);
1459              PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1460              PyTuple_SetItem(ret,1,PyInt_FromLong(ret1));
1461              return ret;
1462            }
1463
1464            virtual DataArrayInt *fillCellIdsToKeepFromNodeIds(PyObject *li, bool fullyIn) const
1465            {
1466              DataArrayInt *ret=0;
1467              //
1468              int szArr,sw,iTypppArr;
1469              std::vector<int> stdvecTyyppArr;
1470              const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1471              self->fillCellIdsToKeepFromNodeIds(tmp,tmp+szArr,fullyIn,ret);
1472              return ret;
1473            }
1474
1475            virtual PyObject *mergeNodes(double precision) throw(INTERP_KERNEL::Exception)
1476            {
1477              bool ret1;
1478              int ret2;
1479              DataArrayInt *ret0=self->mergeNodes(precision,ret1,ret2);
1480              PyObject *res = PyList_New(3);
1481              PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1482              PyList_SetItem(res,1,SWIG_From_bool(ret1));
1483              PyList_SetItem(res,2,SWIG_From_int(ret2));
1484              return res;
1485            }
1486            
1487            virtual PyObject *mergeNodes2(double precision) throw(INTERP_KERNEL::Exception)
1488            {
1489              bool ret1;
1490              int ret2;
1491              DataArrayInt *ret0=self->mergeNodes2(precision,ret1,ret2);
1492              PyObject *res = PyList_New(3);
1493              PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1494              PyList_SetItem(res,1,SWIG_From_bool(ret1));
1495              PyList_SetItem(res,2,SWIG_From_int(ret2));
1496              return res;
1497            }
1498            
1499            DataArrayInt *getCellIdsLyingOnNodes(PyObject *li, bool fullyIn) const throw(INTERP_KERNEL::Exception)
1500            {
1501              void *da=0;
1502              int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_ParaMEDMEM__DataArrayInt, 0 |  0 );
1503              if (!SWIG_IsOK(res1))
1504                {
1505                  int size;
1506                  INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
1507                  return self->getCellIdsLyingOnNodes(tmp,((const int *)tmp)+size,fullyIn);
1508                }
1509              else
1510                {
1511                  DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
1512                  if(!da2)
1513                    throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
1514                  da2->checkAllocated();
1515                  return self->getCellIdsLyingOnNodes(da2->getConstPointer(),da2->getConstPointer()+da2->getNbOfElems(),fullyIn);
1516                }
1517            }
1518
1519            MEDCouplingPointSet *__getitem__(PyObject *listOrDataArrI) throw(INTERP_KERNEL::Exception)
1520            {
1521              int sw;
1522              int singleVal;
1523              std::vector<int> multiVal;
1524              std::pair<int, std::pair<int,int> > slic;
1525              ParaMEDMEM::DataArrayInt *daIntTyypp=0;
1526              int nbc=self->getNumberOfCells();
1527              convertObjToPossibleCpp2(listOrDataArrI,nbc,sw,singleVal,multiVal,slic,daIntTyypp);
1528              switch(sw)
1529                {
1530                case 1:
1531                  {
1532                    if(singleVal>=nbc)
1533                      {
1534                        std::ostringstream oss;
1535                        oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
1536                        throw INTERP_KERNEL::Exception(oss.str().c_str());
1537                      }
1538                    if(singleVal>=0)
1539                      return self->buildPartOfMySelf(&singleVal,&singleVal+1,true);
1540                    else
1541                      {
1542                        if(nbc+singleVal>0)
1543                          {
1544                            int tmp=nbc+singleVal;
1545                            return self->buildPartOfMySelf(&tmp,&tmp+1,true);
1546                          }
1547                        else
1548                          {
1549                            std::ostringstream oss;
1550                            oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
1551                            throw INTERP_KERNEL::Exception(oss.str().c_str());
1552                          }
1553                      }
1554                  }
1555                case 2:
1556                  {
1557                    return static_cast<MEDCouplingPointSet *>(self->buildPartOfMySelf(&multiVal[0],&multiVal[0]+multiVal.size(),true));
1558                  }
1559                case 3:
1560                  {
1561                    return self->buildPartOfMySelf2(slic.first,slic.second.first,slic.second.second,true);
1562                  }
1563                case 4:
1564                  {
1565                    if(!daIntTyypp)
1566                      throw INTERP_KERNEL::Exception("MEDCouplingUMesh::__getitem__ : null instance has been given in input !");
1567                    daIntTyypp->checkAllocated();
1568                    return self->buildPartOfMySelf(daIntTyypp->begin(),daIntTyypp->end(),true);
1569                  }
1570                default:
1571                  throw INTERP_KERNEL::Exception("MEDCouplingUMesh::__getitem__ : unrecognized type in input ! Possibilities are : int, list or tuple of int DataArrayInt instance !");
1572                }
1573            }
1574            
1575            static void Rotate2DAlg(PyObject *center, double angle, int nbNodes, PyObject *coords) throw(INTERP_KERNEL::Exception)
1576            {
1577              int sz;
1578              INTERP_KERNEL::AutoCPtr<double> c=convertPyToNewDblArr2(center,&sz);
1579              INTERP_KERNEL::AutoCPtr<double> coo=convertPyToNewDblArr2(coords,&sz);
1580              ParaMEDMEM::MEDCouplingPointSet::Rotate2DAlg(c,angle,nbNodes,coo);
1581              for(int i=0;i<sz;i++)
1582                PyList_SetItem(coords,i,PyFloat_FromDouble(coo[i]));
1583            }
1584            
1585            static void Rotate2DAlg(PyObject *center, double angle, PyObject *coords) throw(INTERP_KERNEL::Exception)
1586            {
1587              int sz;
1588              INTERP_KERNEL::AutoCPtr<double> c=convertPyToNewDblArr2(center,&sz);
1589              int sw,nbNodes=0;
1590              double val0;  ParaMEDMEM::DataArrayDouble *val1=0; ParaMEDMEM::DataArrayDoubleTuple *val2=0;
1591              std::vector<double> val3;
1592              const double *coo=convertObjToPossibleCpp5_Safe2(coords,sw,val0,val1,val2,val3,
1593                                                             "Rotate2DAlg",2,true,nbNodes);
1594              if(sw!=2 && sw!=3)
1595                throw INTERP_KERNEL::Exception("Invalid call to MEDCouplingPointSet::Rotate2DAlg : try another overload method !");
1596              ParaMEDMEM::MEDCouplingPointSet::Rotate2DAlg(c,angle,nbNodes,const_cast<double *>(coo));
1597            }
1598            
1599            static void Rotate3DAlg(PyObject *center, PyObject *vect, double angle, int nbNodes, PyObject *coords) throw(INTERP_KERNEL::Exception)
1600            {
1601              int sz,sz2;
1602              INTERP_KERNEL::AutoCPtr<double> c=convertPyToNewDblArr2(center,&sz);
1603              INTERP_KERNEL::AutoCPtr<double> coo=convertPyToNewDblArr2(coords,&sz);
1604              INTERP_KERNEL::AutoCPtr<double> v=convertPyToNewDblArr2(vect,&sz2);
1605              ParaMEDMEM::MEDCouplingPointSet::Rotate3DAlg(c,v,angle,nbNodes,coo);
1606              for(int i=0;i<sz;i++)
1607                PyList_SetItem(coords,i,PyFloat_FromDouble(coo[i]));
1608            }
1609            
1610            static void Rotate3DAlg(PyObject *center, PyObject *vect, double angle, PyObject *coords) throw(INTERP_KERNEL::Exception)
1611            {
1612              int sz,sz2;
1613              INTERP_KERNEL::AutoCPtr<double> c=convertPyToNewDblArr2(center,&sz);
1614              int sw,nbNodes=0;
1615              double val0;  ParaMEDMEM::DataArrayDouble *val1=0; ParaMEDMEM::DataArrayDoubleTuple *val2=0;
1616              std::vector<double> val3;
1617              const double *coo=convertObjToPossibleCpp5_Safe2(coords,sw,val0,val1,val2,val3,
1618                                                             "Rotate3DAlg",3,true,nbNodes);
1619              if(sw!=2 && sw!=3)
1620                throw INTERP_KERNEL::Exception("Invalid call to MEDCouplingPointSet::Rotate3DAlg : try another overload method !");
1621              INTERP_KERNEL::AutoCPtr<double> v=convertPyToNewDblArr2(vect,&sz2);
1622              ParaMEDMEM::MEDCouplingPointSet::Rotate3DAlg(c,v,angle,nbNodes,const_cast<double *>(coo));
1623            }
1624          }
1625     };
1626
1627   //== MEDCouplingPointSet End
1628
1629   class MEDCouplingUMeshCell
1630   {
1631   public:
1632     INTERP_KERNEL::NormalizedCellType getType() const;
1633     %extend
1634       {
1635         std::string __str__() const throw(INTERP_KERNEL::Exception)
1636         {
1637           return self->repr();
1638         }
1639
1640         PyObject *getAllConn() const throw(INTERP_KERNEL::Exception)
1641         {
1642           int ret2;
1643           const int *r=self->getAllConn(ret2);
1644           PyObject *ret=PyTuple_New(ret2);
1645           for(int i=0;i<ret2;i++)
1646             PyTuple_SetItem(ret,i,PyInt_FromLong(r[i]));
1647           return ret;
1648         }
1649       }
1650   };
1651
1652   class MEDCouplingUMeshCellIterator
1653   {
1654   public:
1655     %extend
1656       {
1657         PyObject *next()
1658         {
1659           MEDCouplingUMeshCell *ret=self->nextt();
1660           if(ret)
1661             return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMeshCell,0|0);
1662           else
1663             {
1664               PyErr_SetString(PyExc_StopIteration,"No more data.");
1665               return 0;
1666             }
1667         }
1668       }
1669   };
1670
1671   class MEDCouplingUMeshCellByTypeIterator
1672   {
1673   public:
1674     ~MEDCouplingUMeshCellByTypeIterator();
1675     %extend
1676       {
1677         PyObject *next()
1678         {
1679           MEDCouplingUMeshCellEntry *ret=self->nextt();
1680           if(ret)
1681             return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMeshCellEntry,SWIG_POINTER_OWN | 0);
1682           else
1683             {
1684               PyErr_SetString(PyExc_StopIteration,"No more data.");
1685               return 0;
1686             }
1687         }
1688       }
1689   };
1690
1691   class MEDCouplingUMeshCellByTypeEntry
1692   {
1693   public:
1694     ~MEDCouplingUMeshCellByTypeEntry();
1695     %extend
1696       {
1697         MEDCouplingUMeshCellByTypeIterator *__iter__()
1698         {
1699           return self->iterator();
1700         }
1701       }
1702   };
1703
1704   class MEDCouplingUMeshCellEntry
1705   {
1706   public:
1707     INTERP_KERNEL::NormalizedCellType getType() const;
1708     int getNumberOfElems() const;
1709     %extend
1710       {
1711         MEDCouplingUMeshCellIterator *__iter__()
1712         {
1713           return self->iterator();
1714         }
1715       }
1716   };
1717   
1718   //== MEDCouplingUMesh
1719
1720   class MEDCouplingUMesh : public ParaMEDMEM::MEDCouplingPointSet
1721   {
1722   public:
1723     static MEDCouplingUMesh *New() throw(INTERP_KERNEL::Exception);
1724     static MEDCouplingUMesh *New(const char *meshName, int meshDim) throw(INTERP_KERNEL::Exception);
1725     MEDCouplingUMesh *clone(bool recDeepCpy) const;
1726     void checkCoherency() const throw(INTERP_KERNEL::Exception);
1727     void setMeshDimension(int meshDim) throw(INTERP_KERNEL::Exception);
1728     void allocateCells(int nbOfCells=0) throw(INTERP_KERNEL::Exception);
1729     void finishInsertingCells() throw(INTERP_KERNEL::Exception);
1730     MEDCouplingUMeshCellByTypeEntry *cellsByType() throw(INTERP_KERNEL::Exception);
1731     void setConnectivity(DataArrayInt *conn, DataArrayInt *connIndex, bool isComputingTypes=true) throw(INTERP_KERNEL::Exception);
1732     INTERP_KERNEL::NormalizedCellType getTypeOfCell(int cellId) const throw(INTERP_KERNEL::Exception);
1733     void setPartOfMySelf2(int start, int end, int step, const MEDCouplingUMesh& otherOnSameCoordsThanThis) throw(INTERP_KERNEL::Exception);
1734     int getNumberOfNodesInCell(int cellId) const throw(INTERP_KERNEL::Exception);
1735     int getMeshLength() const throw(INTERP_KERNEL::Exception);
1736     void computeTypes() throw(INTERP_KERNEL::Exception);
1737     std::string reprConnectivityOfThis() const throw(INTERP_KERNEL::Exception);
1738     MEDCouplingUMesh *buildSetInstanceFromThis(int spaceDim) const throw(INTERP_KERNEL::Exception);
1739     //tools
1740     void shiftNodeNumbersInConn(int delta) throw(INTERP_KERNEL::Exception);
1741     std::vector<bool> getQuadraticStatus() const throw(INTERP_KERNEL::Exception);
1742     DataArrayInt *findCellIdsOnBoundary() const throw(INTERP_KERNEL::Exception);
1743     MEDCouplingUMesh *computeSkin() const throw(INTERP_KERNEL::Exception);
1744     bool checkConsecutiveCellTypes() const throw(INTERP_KERNEL::Exception);
1745     bool checkConsecutiveCellTypesForMEDFileFrmt() const throw(INTERP_KERNEL::Exception);
1746     DataArrayInt *rearrange2ConsecutiveCellTypes() throw(INTERP_KERNEL::Exception);
1747     DataArrayInt *sortCellsInMEDFileFrmt() throw(INTERP_KERNEL::Exception);
1748     DataArrayInt *getRenumArrForMEDFileFrmt() const throw(INTERP_KERNEL::Exception);
1749     DataArrayInt *convertCellArrayPerGeoType(const DataArrayInt *da) const throw(INTERP_KERNEL::Exception);
1750     DataArrayInt *computeFetchedNodeIds() const throw(INTERP_KERNEL::Exception);
1751     MEDCouplingUMesh *buildDescendingConnectivity(DataArrayInt *desc, DataArrayInt *descIndx, DataArrayInt *revDesc, DataArrayInt *revDescIndx) const throw(INTERP_KERNEL::Exception);
1752     MEDCouplingUMesh *buildDescendingConnectivity2(DataArrayInt *desc, DataArrayInt *descIndx, DataArrayInt *revDesc, DataArrayInt *revDescIndx) const throw(INTERP_KERNEL::Exception);
1753     MEDCouplingUMesh *explode3DMeshTo1D(DataArrayInt *desc, DataArrayInt *descIndx, DataArrayInt *revDesc, DataArrayInt *revDescIndx) const throw(INTERP_KERNEL::Exception);
1754     void orientCorrectlyPolyhedrons() throw(INTERP_KERNEL::Exception);
1755     bool isPresenceOfQuadratic() const throw(INTERP_KERNEL::Exception);
1756     MEDCouplingFieldDouble *buildDirectionVectorField() const throw(INTERP_KERNEL::Exception);
1757     bool isContiguous1D() const throw(INTERP_KERNEL::Exception);
1758     void tessellate2D(double eps) throw(INTERP_KERNEL::Exception);
1759     void tessellate2DCurve(double eps) throw(INTERP_KERNEL::Exception);
1760     void convertQuadraticCellsToLinear() throw(INTERP_KERNEL::Exception);
1761     DataArrayInt *convertLinearCellsToQuadratic(int conversionType=0) throw(INTERP_KERNEL::Exception);
1762     void convertDegeneratedCells() throw(INTERP_KERNEL::Exception);
1763     bool areOnlySimplexCells() const throw(INTERP_KERNEL::Exception);
1764     MEDCouplingFieldDouble *getEdgeRatioField() const throw(INTERP_KERNEL::Exception);
1765     MEDCouplingFieldDouble *getAspectRatioField() const throw(INTERP_KERNEL::Exception);
1766     MEDCouplingFieldDouble *getWarpField() const throw(INTERP_KERNEL::Exception);
1767     MEDCouplingFieldDouble *getSkewField() const throw(INTERP_KERNEL::Exception);
1768     DataArrayInt *convexEnvelop2D() throw(INTERP_KERNEL::Exception);
1769     std::string cppRepr() const throw(INTERP_KERNEL::Exception);
1770     DataArrayInt *findAndCorrectBadOriented3DExtrudedCells() throw(INTERP_KERNEL::Exception);
1771     DataArrayInt *findAndCorrectBadOriented3DCells() throw(INTERP_KERNEL::Exception);
1772     ParaMEDMEM::MEDCoupling1GTUMesh *convertIntoSingleGeoTypeMesh() const throw(INTERP_KERNEL::Exception);
1773     DataArrayInt *convertNodalConnectivityToStaticGeoTypeMesh() const throw(INTERP_KERNEL::Exception);
1774     static MEDCouplingUMesh *Build0DMeshFromCoords(DataArrayDouble *da) throw(INTERP_KERNEL::Exception);
1775     static MEDCouplingUMesh *MergeUMeshes(const MEDCouplingUMesh *mesh1, const MEDCouplingUMesh *mesh2) throw(INTERP_KERNEL::Exception);
1776     static MEDCouplingUMesh *MergeUMeshesOnSameCoords(const MEDCouplingUMesh *mesh1, const MEDCouplingUMesh *mesh2) throw(INTERP_KERNEL::Exception);
1777     static DataArrayInt *ComputeSpreadZoneGradually(const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn) throw(INTERP_KERNEL::Exception);
1778     static DataArrayInt *ComputeRangesFromTypeDistribution(const std::vector<int>& code) throw(INTERP_KERNEL::Exception);
1779     %extend {
1780       MEDCouplingUMesh() throw(INTERP_KERNEL::Exception)
1781       {
1782         return MEDCouplingUMesh::New();
1783       }
1784       
1785       MEDCouplingUMesh(const char *meshName, int meshDim) throw(INTERP_KERNEL::Exception)
1786       {
1787         return MEDCouplingUMesh::New(meshName,meshDim);
1788       }
1789       
1790       std::string __str__() const throw(INTERP_KERNEL::Exception)
1791       {
1792         return self->simpleRepr();
1793       }
1794       
1795       std::string __repr__() const throw(INTERP_KERNEL::Exception)
1796       {
1797         std::ostringstream oss;
1798         self->reprQuickOverview(oss);
1799         return oss.str();
1800       }
1801       
1802       MEDCouplingUMeshCellIterator *__iter__() throw(INTERP_KERNEL::Exception)
1803       {
1804         return self->cellIterator();
1805       }
1806       
1807       void setPartOfMySelf(PyObject *li, const MEDCouplingUMesh& otherOnSameCoordsThanThis) throw(INTERP_KERNEL::Exception)
1808       {
1809         int sw;
1810         int singleVal;
1811         std::vector<int> multiVal;
1812         std::pair<int, std::pair<int,int> > slic;
1813         ParaMEDMEM::DataArrayInt *daIntTyypp=0;
1814         int nbc=self->getNumberOfCells();
1815         convertObjToPossibleCpp2(li,nbc,sw,singleVal,multiVal,slic,daIntTyypp);
1816         switch(sw)
1817           {
1818           case 1:
1819             {
1820               if(singleVal>=nbc)
1821                 {
1822                   std::ostringstream oss;
1823                   oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
1824                   throw INTERP_KERNEL::Exception(oss.str().c_str());
1825                 }
1826               if(singleVal>=0)
1827                 {
1828                   self->setPartOfMySelf(&singleVal,&singleVal+1,otherOnSameCoordsThanThis);
1829                   break;
1830                 }
1831               else
1832                 {
1833                   if(nbc+singleVal>0)
1834                     {
1835                       int tmp=nbc+singleVal;
1836                       self->setPartOfMySelf(&tmp,&tmp+1,otherOnSameCoordsThanThis);
1837                       break;
1838                     }
1839                   else
1840                     {
1841                       std::ostringstream oss;
1842                       oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
1843                       throw INTERP_KERNEL::Exception(oss.str().c_str());
1844                     }
1845                 }
1846             }
1847           case 2:
1848             {
1849               self->setPartOfMySelf(&multiVal[0],&multiVal[0]+multiVal.size(),otherOnSameCoordsThanThis);
1850               break;
1851             }
1852           case 4:
1853             {
1854               if(!daIntTyypp)
1855                 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::setPartOfMySelf : null instance has been given in input !");
1856               daIntTyypp->checkAllocated();
1857               self->setPartOfMySelf(daIntTyypp->begin(),daIntTyypp->end(),otherOnSameCoordsThanThis);
1858               break;
1859             }
1860           default:
1861             throw INTERP_KERNEL::Exception("MEDCouplingUMesh::setPartOfMySelf : unrecognized type in input ! Possibilities are : int, list or tuple of int DataArrayInt instance !");
1862           }
1863       }
1864
1865       void __setitem__(PyObject *li, const MEDCouplingUMesh& otherOnSameCoordsThanThis) throw(INTERP_KERNEL::Exception)
1866       {
1867         int sw;
1868         int singleVal;
1869         std::vector<int> multiVal;
1870         std::pair<int, std::pair<int,int> > slic;
1871         ParaMEDMEM::DataArrayInt *daIntTyypp=0;
1872         int nbc=self->getNumberOfCells();
1873         convertObjToPossibleCpp2(li,nbc,sw,singleVal,multiVal,slic,daIntTyypp);
1874         switch(sw)
1875           {
1876           case 1:
1877             {
1878               if(singleVal>=nbc)
1879                 {
1880                   std::ostringstream oss;
1881                   oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
1882                   throw INTERP_KERNEL::Exception(oss.str().c_str());
1883                 }
1884               if(singleVal>=0)
1885                 {
1886                   self->setPartOfMySelf(&singleVal,&singleVal+1,otherOnSameCoordsThanThis);
1887                   break;
1888                 }
1889               else
1890                 {
1891                   if(nbc+singleVal>0)
1892                     {
1893                       int tmp=nbc+singleVal;
1894                       self->setPartOfMySelf(&tmp,&tmp+1,otherOnSameCoordsThanThis);
1895                       break;
1896                     }
1897                   else
1898                     {
1899                       std::ostringstream oss;
1900                       oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
1901                       throw INTERP_KERNEL::Exception(oss.str().c_str());
1902                     }
1903                 }
1904             }
1905           case 2:
1906             {
1907               self->setPartOfMySelf(&multiVal[0],&multiVal[0]+multiVal.size(),otherOnSameCoordsThanThis);
1908               break;
1909             }
1910           case 3:
1911             {
1912               self->setPartOfMySelf2(slic.first,slic.second.first,slic.second.second,otherOnSameCoordsThanThis);
1913               break;
1914             }
1915           case 4:
1916             {
1917               if(!daIntTyypp)
1918                 throw INTERP_KERNEL::Exception("MEDCouplingUMesh::__setitem__ : null instance has been given in input !");
1919               daIntTyypp->checkAllocated();
1920               self->setPartOfMySelf(daIntTyypp->begin(),daIntTyypp->end(),otherOnSameCoordsThanThis);
1921               break;
1922             }
1923           default:
1924             throw INTERP_KERNEL::Exception("MEDCouplingUMesh::__setitem__ : unrecognized type in input ! Possibilities are : int, list or tuple of int, slice, DataArrayInt instance !");
1925           }
1926       }
1927
1928       void insertNextCell(INTERP_KERNEL::NormalizedCellType type, int size, PyObject *li) throw(INTERP_KERNEL::Exception)
1929       {
1930         int szArr,sw,iTypppArr;
1931         std::vector<int> stdvecTyyppArr;
1932         const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1933         if(size>szArr)
1934           {
1935             std::ostringstream oss; oss << "Wrap of MEDCouplingUMesh::insertNextCell : request of connectivity with length " << size << " whereas the length of input is " << szArr << " !";
1936             throw INTERP_KERNEL::Exception(oss.str().c_str());
1937           }
1938         self->insertNextCell(type,size,tmp);
1939       }
1940
1941       void insertNextCell(INTERP_KERNEL::NormalizedCellType type, PyObject *li) throw(INTERP_KERNEL::Exception)
1942       {
1943         int szArr,sw,iTypppArr;
1944         std::vector<int> stdvecTyyppArr;
1945         const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
1946         self->insertNextCell(type,szArr,tmp);
1947       }
1948       
1949       DataArrayInt *getNodalConnectivity() throw(INTERP_KERNEL::Exception)
1950       {
1951         DataArrayInt *ret=self->getNodalConnectivity();
1952         if(ret)
1953           ret->incrRef();
1954         return ret;
1955       }
1956       DataArrayInt *getNodalConnectivityIndex() throw(INTERP_KERNEL::Exception)
1957       {
1958         DataArrayInt *ret=self->getNodalConnectivityIndex();
1959         if(ret)
1960           ret->incrRef();
1961         return ret;
1962       }
1963       PyObject *getAllTypes() const throw(INTERP_KERNEL::Exception)
1964       {
1965         std::set<INTERP_KERNEL::NormalizedCellType> result=self->getAllTypes();
1966         std::set<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
1967         PyObject *res = PyList_New(result.size());
1968         for (int i=0;iL!=result.end(); i++, iL++)
1969           PyList_SetItem(res,i,PyInt_FromLong(*iL));
1970         return res;
1971       }
1972       
1973       static PyObject *ComputeSpreadZoneGraduallyFromSeed(PyObject *seed, const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn, int nbOfDepthPeeling=-1) throw(INTERP_KERNEL::Exception)
1974       {
1975         int szArr,sw,iTypppArr;
1976         std::vector<int> stdvecTyyppArr;
1977         const int *seedPtr=convertObjToPossibleCpp1_Safe(seed,sw,szArr,iTypppArr,stdvecTyyppArr);
1978         int nbOfDepthPeelingPerformed=0;
1979         DataArrayInt *ret0=MEDCouplingUMesh::ComputeSpreadZoneGraduallyFromSeed(seedPtr,seedPtr+szArr,arrIn,arrIndxIn,nbOfDepthPeeling,nbOfDepthPeelingPerformed);
1980         PyObject *res=PyTuple_New(2);
1981         PyTuple_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1982         PyTuple_SetItem(res,1,PyInt_FromLong(nbOfDepthPeelingPerformed));
1983         return res;
1984       }
1985
1986       static PyObject *FindCommonCellsAlg(int compType, int startCellId, const DataArrayInt *nodal, const DataArrayInt *nodalI, const DataArrayInt *revNodal, const DataArrayInt *revNodalI) throw(INTERP_KERNEL::Exception)
1987       {
1988         DataArrayInt *v0=0,*v1=0;
1989         MEDCouplingUMesh::FindCommonCellsAlg(compType,startCellId,nodal,nodalI,revNodal,revNodalI,v0,v1);
1990         PyObject *res = PyList_New(2);
1991         PyList_SetItem(res,0,SWIG_NewPointerObj(SWIG_as_voidptr(v0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1992         PyList_SetItem(res,1,SWIG_NewPointerObj(SWIG_as_voidptr(v1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
1993         return res;
1994       }
1995       
1996       PyObject *distanceToPoint(PyObject *point) const throw(INTERP_KERNEL::Exception)
1997       {
1998         double val;
1999         DataArrayDouble *a;
2000         DataArrayDoubleTuple *aa;
2001         std::vector<double> bb;
2002         int sw;
2003         int nbOfCompo=self->getSpaceDimension();
2004         const double *pt=convertObjToPossibleCpp5_Safe(point,sw,val,a,aa,bb,"Python wrap of MEDCouplingUMesh::distanceToPoint",1,nbOfCompo,true);
2005         //
2006         int cellId=-1;
2007         double ret0=self->distanceToPoint(pt,pt+nbOfCompo,cellId);
2008         PyObject *ret=PyTuple_New(2);
2009         PyTuple_SetItem(ret,0,PyFloat_FromDouble(ret0));
2010         PyTuple_SetItem(ret,1,PyInt_FromLong(cellId));
2011         return ret;
2012       }
2013
2014       PyObject *distanceToPoints(const DataArrayDouble *pts) const throw(INTERP_KERNEL::Exception)
2015       {
2016         DataArrayInt *ret1=0;
2017         DataArrayDouble *ret0=self->distanceToPoints(pts,ret1);
2018         PyObject *ret=PyTuple_New(2);
2019         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
2020         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2021         return ret;
2022       }
2023       
2024       PyObject *checkButterflyCells(double eps=1e-12) throw(INTERP_KERNEL::Exception)
2025       {
2026         std::vector<int> cells;
2027         self->checkButterflyCells(cells,eps);
2028         DataArrayInt *ret=DataArrayInt::New();
2029         ret->alloc((int)cells.size(),1);
2030         std::copy(cells.begin(),cells.end(),ret->getPointer());
2031         return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
2032       }
2033
2034       PyObject *splitByType() const throw(INTERP_KERNEL::Exception)
2035       {
2036         std::vector<MEDCouplingUMesh *> ms=self->splitByType();
2037         int sz=ms.size();
2038         PyObject *ret = PyList_New(sz);
2039         for(int i=0;i<sz;i++)
2040           PyList_SetItem(ret,i,SWIG_NewPointerObj(SWIG_as_voidptr(ms[i]),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2041         return ret;
2042       }
2043
2044       PyObject *partitionBySpreadZone() const throw(INTERP_KERNEL::Exception)
2045       {
2046         std::vector<DataArrayInt *> retCpp=self->partitionBySpreadZone();
2047         int sz=retCpp.size();
2048         PyObject *ret=PyList_New(sz);
2049         for(int i=0;i<sz;i++)
2050           PyList_SetItem(ret,i,SWIG_NewPointerObj(SWIG_as_voidptr(retCpp[i]),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2051         return ret;
2052       }
2053
2054       PyObject *keepSpecifiedCells(INTERP_KERNEL::NormalizedCellType type, PyObject *ids) const throw(INTERP_KERNEL::Exception)
2055       {
2056         int size;
2057         INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(ids,&size);
2058         MEDCouplingUMesh *ret=self->keepSpecifiedCells(type,tmp,tmp+size);
2059         return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 );
2060       }
2061
2062       bool checkConsecutiveCellTypesAndOrder(PyObject *li) const throw(INTERP_KERNEL::Exception)
2063       {
2064         int sz;
2065         INTERP_KERNEL::AutoPtr<INTERP_KERNEL::NormalizedCellType> order=(INTERP_KERNEL::NormalizedCellType *)convertPyToNewIntArr2(li,&sz);
2066         bool ret=self->checkConsecutiveCellTypesAndOrder(order,order+sz);
2067         return ret;
2068       }
2069
2070       DataArrayInt *getRenumArrForConsecutiveCellTypesSpec(PyObject *li) const throw(INTERP_KERNEL::Exception)
2071       {
2072         int sz;
2073         INTERP_KERNEL::AutoPtr<INTERP_KERNEL::NormalizedCellType> order=(INTERP_KERNEL::NormalizedCellType *)convertPyToNewIntArr2(li,&sz);
2074         DataArrayInt *ret=self->getRenumArrForConsecutiveCellTypesSpec(order,(INTERP_KERNEL::NormalizedCellType *)order+sz);
2075         return ret;
2076       }
2077
2078       PyObject *findNodesToDuplicate(const MEDCouplingUMesh& otherDimM1OnSameCoords) const throw(INTERP_KERNEL::Exception)
2079       {
2080         DataArrayInt *tmp0=0,*tmp1=0,*tmp2=0;
2081         self->findNodesToDuplicate(otherDimM1OnSameCoords,tmp0,tmp1,tmp2);
2082         PyObject *ret=PyTuple_New(3);
2083         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(tmp0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2084         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2085         PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(tmp2),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2086         return ret;
2087       }
2088
2089       PyObject *findCellIdsLyingOn(const MEDCouplingUMesh& otherDimM1OnSameCoords) const throw(INTERP_KERNEL::Exception)
2090       {
2091         DataArrayInt *tmp0=0,*tmp1=0;
2092         self->findCellIdsLyingOn(otherDimM1OnSameCoords,tmp0,tmp1);
2093         PyObject *ret=PyTuple_New(2);
2094         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(tmp0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2095         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2096         return ret;
2097       }
2098
2099       void duplicateNodes(PyObject *li) throw(INTERP_KERNEL::Exception)
2100       {
2101         int sw;
2102         int singleVal;
2103         std::vector<int> multiVal;
2104         std::pair<int, std::pair<int,int> > slic;
2105         ParaMEDMEM::DataArrayInt *daIntTyypp=0;
2106         convertObjToPossibleCpp2(li,self->getNumberOfNodes(),sw,singleVal,multiVal,slic,daIntTyypp);
2107         switch(sw)
2108           {
2109           case 1:
2110             return self->duplicateNodes(&singleVal,&singleVal+1);
2111           case 2:
2112             return self->duplicateNodes(&multiVal[0],&multiVal[0]+multiVal.size());
2113           case 4:
2114             return self->duplicateNodes(daIntTyypp->begin(),daIntTyypp->end());
2115           default:
2116             throw INTERP_KERNEL::Exception("MEDCouplingUMesh::duplicateNodes : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2117           }
2118       }
2119
2120       void duplicateNodesInConn(PyObject *li, int offset) throw(INTERP_KERNEL::Exception)
2121       {
2122         int sw;
2123         int singleVal;
2124         std::vector<int> multiVal;
2125         std::pair<int, std::pair<int,int> > slic;
2126         ParaMEDMEM::DataArrayInt *daIntTyypp=0;
2127         convertObjToPossibleCpp2(li,self->getNumberOfNodes(),sw,singleVal,multiVal,slic,daIntTyypp);
2128         switch(sw)
2129           {
2130           case 1:
2131             return self->duplicateNodesInConn(&singleVal,&singleVal+1,offset);
2132           case 2:
2133             return self->duplicateNodesInConn(&multiVal[0],&multiVal[0]+multiVal.size(),offset);
2134           case 4:
2135             return self->duplicateNodesInConn(daIntTyypp->begin(),daIntTyypp->end(),offset);
2136           default:
2137             throw INTERP_KERNEL::Exception("MEDCouplingUMesh::duplicateNodesInConn : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2138           }
2139       }
2140
2141       PyObject *getLevArrPerCellTypes(PyObject *li) const throw(INTERP_KERNEL::Exception)
2142       {
2143         int sz;
2144         INTERP_KERNEL::AutoPtr<INTERP_KERNEL::NormalizedCellType> order=(INTERP_KERNEL::NormalizedCellType *)convertPyToNewIntArr2(li,&sz);
2145         DataArrayInt *tmp0,*tmp1=0;
2146         tmp0=self->getLevArrPerCellTypes(order,(INTERP_KERNEL::NormalizedCellType *)order+sz,tmp1);
2147         PyObject *ret=PyTuple_New(2);
2148         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(tmp0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2149         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2150         return ret;
2151       }
2152
2153       PyObject *convertNodalConnectivityToDynamicGeoTypeMesh() const throw(INTERP_KERNEL::Exception)
2154       {
2155         DataArrayInt *ret0=0,*ret1=0;
2156         self->convertNodalConnectivityToDynamicGeoTypeMesh(ret0,ret1);
2157         PyObject *ret=PyTuple_New(2);
2158         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2159         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2160         return ret;
2161       }
2162
2163       static PyObject *AggregateSortedByTypeMeshesOnSameCoords(PyObject *ms) throw(INTERP_KERNEL::Exception)
2164       {
2165         std::vector<const ParaMEDMEM::MEDCouplingUMesh *> meshes;
2166         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(ms,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2167         DataArrayInt *ret1=0,*ret2=0;
2168         MEDCouplingUMesh *ret0=MEDCouplingUMesh::AggregateSortedByTypeMeshesOnSameCoords(meshes,ret1,ret2);
2169         PyObject *ret=PyTuple_New(3);
2170         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2171         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2172         PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(ret2),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2173         return ret;
2174       }
2175
2176       static PyObject *MergeUMeshesOnSameCoords(PyObject *ms) throw(INTERP_KERNEL::Exception)
2177       {
2178         std::vector<const ParaMEDMEM::MEDCouplingUMesh *> meshes;
2179         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(ms,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2180         MEDCouplingUMesh *ret=MEDCouplingUMesh::MergeUMeshesOnSameCoords(meshes);
2181         return convertMesh(ret, SWIG_POINTER_OWN | 0 );
2182       }
2183
2184       static PyObject *FuseUMeshesOnSameCoords(PyObject *ms, int compType) throw(INTERP_KERNEL::Exception)
2185       {
2186         int sz;
2187         std::vector<const MEDCouplingUMesh *> meshes;
2188         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(ms,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2189         std::vector<DataArrayInt *> corr;
2190         MEDCouplingUMesh *um=MEDCouplingUMesh::FuseUMeshesOnSameCoords(meshes,compType,corr);
2191         sz=corr.size();
2192         PyObject *ret1=PyList_New(sz);
2193         for(int i=0;i<sz;i++)
2194           PyList_SetItem(ret1,i,SWIG_NewPointerObj(SWIG_as_voidptr(corr[i]),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2195         PyObject *ret=PyList_New(2);
2196         PyList_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(um),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2197         PyList_SetItem(ret,1,ret1);
2198         return ret;
2199       }
2200
2201       static void PutUMeshesOnSameAggregatedCoords(PyObject *ms) throw(INTERP_KERNEL::Exception)
2202       {
2203         std::vector<MEDCouplingUMesh *> meshes;
2204         convertFromPyObjVectorOfObj<ParaMEDMEM::MEDCouplingUMesh *>(ms,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2205         MEDCouplingUMesh::PutUMeshesOnSameAggregatedCoords(meshes);
2206       }
2207
2208       static void MergeNodesOnUMeshesSharingSameCoords(PyObject *ms, double eps) throw(INTERP_KERNEL::Exception)
2209       {
2210         std::vector<MEDCouplingUMesh *> meshes;
2211         convertFromPyObjVectorOfObj<ParaMEDMEM::MEDCouplingUMesh *>(ms,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",meshes);
2212         MEDCouplingUMesh::MergeNodesOnUMeshesSharingSameCoords(meshes,eps);
2213       }
2214
2215       static bool RemoveIdsFromIndexedArrays(PyObject *li, DataArrayInt *arr, DataArrayInt *arrIndx, int offsetForRemoval=0) throw(INTERP_KERNEL::Exception)
2216       {
2217         int sw;
2218         int singleVal;
2219         std::vector<int> multiVal;
2220         std::pair<int, std::pair<int,int> > slic;
2221         ParaMEDMEM::DataArrayInt *daIntTyypp=0;
2222         if(!arrIndx)
2223           throw INTERP_KERNEL::Exception("MEDCouplingUMesh::RemoveIdsFromIndexedArrays : null pointer as arrIndex !");
2224         convertObjToPossibleCpp2(li,arrIndx->getNumberOfTuples()-1,sw,singleVal,multiVal,slic,daIntTyypp);
2225         switch(sw)
2226           {
2227           case 1:
2228             return MEDCouplingUMesh::RemoveIdsFromIndexedArrays(&singleVal,&singleVal+1,arr,arrIndx,offsetForRemoval);
2229           case 2:
2230             return MEDCouplingUMesh::RemoveIdsFromIndexedArrays(&multiVal[0],&multiVal[0]+multiVal.size(),arr,arrIndx,offsetForRemoval);
2231           case 4:
2232             return MEDCouplingUMesh::RemoveIdsFromIndexedArrays(daIntTyypp->begin(),daIntTyypp->end(),arr,arrIndx,offsetForRemoval);
2233           default:
2234             throw INTERP_KERNEL::Exception("MEDCouplingUMesh::RemoveIdsFromIndexedArrays : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2235           }
2236       }
2237       
2238       static PyObject *ExtractFromIndexedArrays(PyObject *li, const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn) throw(INTERP_KERNEL::Exception)
2239       {
2240         DataArrayInt *arrOut=0,*arrIndexOut=0;
2241         int sw;
2242         int singleVal;
2243         std::vector<int> multiVal;
2244         std::pair<int, std::pair<int,int> > slic;
2245         ParaMEDMEM::DataArrayInt *daIntTyypp=0;
2246         if(!arrIndxIn)
2247           throw INTERP_KERNEL::Exception("MEDCouplingUMesh::ExtractFromIndexedArrays : null pointer as arrIndxIn !");
2248         convertObjToPossibleCpp2(li,arrIndxIn->getNumberOfTuples()-1,sw,singleVal,multiVal,slic,daIntTyypp);
2249         switch(sw)
2250           {
2251           case 1:
2252             {
2253               MEDCouplingUMesh::ExtractFromIndexedArrays(&singleVal,&singleVal+1,arrIn,arrIndxIn,arrOut,arrIndexOut);
2254               break;
2255             }
2256           case 2:
2257             {
2258               MEDCouplingUMesh::ExtractFromIndexedArrays(&multiVal[0],&multiVal[0]+multiVal.size(),arrIn,arrIndxIn,arrOut,arrIndexOut);
2259               break;
2260             }
2261           case 4:
2262             {
2263               MEDCouplingUMesh::ExtractFromIndexedArrays(daIntTyypp->begin(),daIntTyypp->end(),arrIn,arrIndxIn,arrOut,arrIndexOut);
2264               break;
2265             }
2266           default:
2267             throw INTERP_KERNEL::Exception("MEDCouplingUMesh::ExtractFromIndexedArrays : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2268           }
2269         PyObject *ret=PyTuple_New(2);
2270         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(arrOut),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2271         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(arrIndexOut),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2272         return ret;
2273       }
2274
2275       static PyObject *ExtractFromIndexedArrays2(int strt, int stp, int step, const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn) throw(INTERP_KERNEL::Exception)
2276       {
2277         DataArrayInt *arrOut=0,*arrIndexOut=0;
2278         MEDCouplingUMesh::ExtractFromIndexedArrays2(strt,stp,step,arrIn,arrIndxIn,arrOut,arrIndexOut);
2279         PyObject *ret=PyTuple_New(2);
2280         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(arrOut),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2281         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(arrIndexOut),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2282         return ret;
2283       }
2284
2285       static PyObject *ExtractFromIndexedArrays2(PyObject *slic, const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn) throw(INTERP_KERNEL::Exception)
2286       {
2287         if(!PySlice_Check(slic))
2288           throw INTERP_KERNEL::Exception("ExtractFromIndexedArrays2 (wrap) : the first param is not a pyslice !");
2289         Py_ssize_t strt=2,stp=2,step=2;
2290         PySliceObject *sliC=reinterpret_cast<PySliceObject *>(slic);
2291         if(!arrIndxIn)
2292           throw INTERP_KERNEL::Exception("ExtractFromIndexedArrays2 (wrap) : last array is null !");
2293         arrIndxIn->checkAllocated();
2294         if(arrIndxIn->getNumberOfComponents()!=1)
2295           throw INTERP_KERNEL::Exception("ExtractFromIndexedArrays2 (wrap) : number of components of last argument must be equal to one !");
2296         if(PySlice_GetIndices(sliC,arrIndxIn->getNumberOfTuples(),&strt,&stp,&step)!=0)
2297           throw INTERP_KERNEL::Exception("ExtractFromIndexedArrays2 (wrap) : Invalid slice regarding nb of elements !");
2298         DataArrayInt *arrOut=0,*arrIndexOut=0;
2299         MEDCouplingUMesh::ExtractFromIndexedArrays2(strt,stp,step,arrIn,arrIndxIn,arrOut,arrIndexOut);
2300         PyObject *ret=PyTuple_New(2);
2301         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(arrOut),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2302         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(arrIndexOut),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2303         return ret;
2304       }
2305
2306       static PyObject *SetPartOfIndexedArrays(PyObject *li,
2307                                               const DataArrayInt *arrIn, const DataArrayInt *arrIndxIn,
2308                                               const DataArrayInt *srcArr, const DataArrayInt *srcArrIndex) throw(INTERP_KERNEL::Exception)
2309       {
2310         DataArrayInt *arrOut=0,*arrIndexOut=0;
2311         int sw;
2312         int singleVal;
2313         std::vector<int> multiVal;
2314         std::pair<int, std::pair<int,int> > slic;
2315         ParaMEDMEM::DataArrayInt *daIntTyypp=0;
2316         if(!arrIndxIn)
2317           throw INTERP_KERNEL::Exception("MEDCouplingUMesh::SetPartOfIndexedArrays : null pointer as arrIndex !");
2318         convertObjToPossibleCpp2(li,arrIndxIn->getNumberOfTuples()-1,sw,singleVal,multiVal,slic,daIntTyypp);
2319         switch(sw)
2320           {
2321           case 1:
2322             {
2323               MEDCouplingUMesh::SetPartOfIndexedArrays(&singleVal,&singleVal+1,arrIn,arrIndxIn,srcArr,srcArrIndex,arrOut,arrIndexOut);
2324               break;
2325             }
2326           case 2:
2327             {
2328               MEDCouplingUMesh::SetPartOfIndexedArrays(&multiVal[0],&multiVal[0]+multiVal.size(),arrIn,arrIndxIn,srcArr,srcArrIndex,arrOut,arrIndexOut);
2329               break;
2330             }
2331           case 4:
2332             {
2333               MEDCouplingUMesh::SetPartOfIndexedArrays(daIntTyypp->begin(),daIntTyypp->end(),arrIn,arrIndxIn,srcArr,srcArrIndex,arrOut,arrIndexOut);
2334               break;
2335             }
2336           default:
2337             throw INTERP_KERNEL::Exception("MEDCouplingUMesh::SetPartOfIndexedArrays : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2338           }
2339         PyObject *ret=PyTuple_New(2);
2340         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(arrOut),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2341         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(arrIndexOut),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2342         return ret;
2343       }
2344
2345       static void SetPartOfIndexedArraysSameIdx(PyObject *li, DataArrayInt *arrIn, const DataArrayInt *arrIndxIn,
2346                                                 const DataArrayInt *srcArr, const DataArrayInt *srcArrIndex) throw(INTERP_KERNEL::Exception)
2347       {
2348         int sw;
2349         int singleVal;
2350         std::vector<int> multiVal;
2351         std::pair<int, std::pair<int,int> > slic;
2352         ParaMEDMEM::DataArrayInt *daIntTyypp=0;
2353         if(!arrIndxIn)
2354           throw INTERP_KERNEL::Exception("MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx : null pointer as arrIndex !");
2355         convertObjToPossibleCpp2(li,arrIndxIn->getNumberOfTuples()-1,sw,singleVal,multiVal,slic,daIntTyypp);
2356         switch(sw)
2357           {
2358           case 1:
2359             {
2360               MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx(&singleVal,&singleVal+1,arrIn,arrIndxIn,srcArr,srcArrIndex);
2361               break;
2362             }
2363           case 2:
2364             {
2365               MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx(&multiVal[0],&multiVal[0]+multiVal.size(),arrIn,arrIndxIn,srcArr,srcArrIndex);
2366               break;
2367             }
2368           case 4:
2369             {
2370               MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx(daIntTyypp->begin(),daIntTyypp->end(),arrIn,arrIndxIn,srcArr,srcArrIndex);
2371               break;
2372             }
2373           default:
2374             throw INTERP_KERNEL::Exception("MEDCouplingUMesh::SetPartOfIndexedArraysSameIdx : unrecognized type entered, expected list of int, tuple of int or DataArrayInt !");
2375           }
2376       }
2377
2378       PyObject *are2DCellsNotCorrectlyOriented(PyObject *vec, bool polyOnly) const throw(INTERP_KERNEL::Exception)
2379       {
2380         double val;
2381         DataArrayDouble *a;
2382         DataArrayDoubleTuple *aa;
2383         std::vector<double> bb;
2384         int sw;
2385         int spaceDim=self->getSpaceDimension();
2386         const char msg[]="Python wrap of MEDCouplingUMesh::are2DCellsNotCorrectlyOriented : ";
2387         const double *v=convertObjToPossibleCpp5_Safe(vec,sw,val,a,aa,bb,msg,1,spaceDim,true);
2388         //
2389         std::vector<int> cells;
2390         self->are2DCellsNotCorrectlyOriented(v,polyOnly,cells);
2391         DataArrayInt *ret=DataArrayInt::New();
2392         ret->alloc((int)cells.size(),1);
2393         std::copy(cells.begin(),cells.end(),ret->getPointer());
2394         return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
2395       }
2396
2397       void orientCorrectly2DCells(PyObject *vec, bool polyOnly) throw(INTERP_KERNEL::Exception)
2398       {
2399         double val;
2400         DataArrayDouble *a;
2401         DataArrayDoubleTuple *aa;
2402         std::vector<double> bb;
2403         int sw;
2404         int spaceDim=self->getSpaceDimension();
2405         const char msg[]="Python wrap of MEDCouplingUMesh::orientCorrectly2DCells : ";
2406         const double *v=convertObjToPossibleCpp5_Safe(vec,sw,val,a,aa,bb,msg,1,spaceDim,true);
2407         self->orientCorrectly2DCells(v,polyOnly);
2408       }
2409       
2410       PyObject *arePolyhedronsNotCorrectlyOriented() const throw(INTERP_KERNEL::Exception)
2411       {
2412         std::vector<int> cells;
2413         self->arePolyhedronsNotCorrectlyOriented(cells);
2414         DataArrayInt *ret=DataArrayInt::New();
2415         ret->alloc((int)cells.size(),1);
2416         std::copy(cells.begin(),cells.end(),ret->getPointer());
2417         return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
2418       }
2419
2420       PyObject *getFastAveragePlaneOfThis() const throw(INTERP_KERNEL::Exception)
2421       {
2422         double vec[3];
2423         double pos[3];
2424         self->getFastAveragePlaneOfThis(vec,pos);
2425         double vals[6];
2426         std::copy(vec,vec+3,vals);
2427         std::copy(pos,pos+3,vals+3);
2428         return convertDblArrToPyListOfTuple(vals,3,2);
2429       }
2430       
2431       static MEDCouplingUMesh *MergeUMeshes(PyObject *li) throw(INTERP_KERNEL::Exception)
2432       {
2433         std::vector<const ParaMEDMEM::MEDCouplingUMesh *> tmp;
2434         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh,"MEDCouplingUMesh",tmp);
2435         return MEDCouplingUMesh::MergeUMeshes(tmp);
2436       }
2437
2438       PyObject *areCellsIncludedIn(const MEDCouplingUMesh *other, int compType) const throw(INTERP_KERNEL::Exception)
2439       {
2440         DataArrayInt *ret1;
2441         bool ret0=self->areCellsIncludedIn(other,compType,ret1);
2442         PyObject *ret=PyTuple_New(2);
2443         PyObject *ret0Py=ret0?Py_True:Py_False;
2444         Py_XINCREF(ret0Py);
2445         PyTuple_SetItem(ret,0,ret0Py);
2446         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2447         return ret;
2448       }
2449
2450       PyObject *areCellsIncludedIn2(const MEDCouplingUMesh *other) const throw(INTERP_KERNEL::Exception)
2451       {
2452         DataArrayInt *ret1;
2453         bool ret0=self->areCellsIncludedIn2(other,ret1);
2454         PyObject *ret=PyTuple_New(2);
2455         PyObject *ret0Py=ret0?Py_True:Py_False;
2456         Py_XINCREF(ret0Py);
2457         PyTuple_SetItem(ret,0,ret0Py);
2458         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2459         return ret;
2460       }
2461
2462       PyObject *explode3DMeshTo1D() const throw(INTERP_KERNEL::Exception)
2463       {
2464         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d0=DataArrayInt::New();
2465         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d1=DataArrayInt::New();
2466         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d2=DataArrayInt::New();
2467         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d3=DataArrayInt::New();
2468         MEDCouplingUMesh *m=self->explode3DMeshTo1D(d0,d1,d2,d3);
2469         PyObject *ret=PyTuple_New(5);
2470         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(m),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2471         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2472         PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2473         PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(d2.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2474         PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(d3.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2475         return ret;
2476       }
2477
2478       PyObject *buildDescendingConnectivity() const throw(INTERP_KERNEL::Exception)
2479       {
2480         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d0=DataArrayInt::New();
2481         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d1=DataArrayInt::New();
2482         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d2=DataArrayInt::New();
2483         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d3=DataArrayInt::New();
2484         MEDCouplingUMesh *m=self->buildDescendingConnectivity(d0,d1,d2,d3);
2485         PyObject *ret=PyTuple_New(5);
2486         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(m),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2487         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2488         PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2489         PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(d2.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2490         PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(d3.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2491         return ret;
2492       }
2493
2494       PyObject *buildDescendingConnectivity2() const throw(INTERP_KERNEL::Exception)
2495       {
2496         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d0=DataArrayInt::New();
2497         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d1=DataArrayInt::New();
2498         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d2=DataArrayInt::New();
2499         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d3=DataArrayInt::New();
2500         MEDCouplingUMesh *m=self->buildDescendingConnectivity2(d0,d1,d2,d3);
2501         PyObject *ret=PyTuple_New(5);
2502         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(m),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2503         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2504         PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2505         PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(d2.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2506         PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(d3.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2507         return ret;
2508       }
2509       
2510       PyObject *computeNeighborsOfCells() const throw(INTERP_KERNEL::Exception)
2511       {
2512         DataArrayInt *neighbors=0,*neighborsIdx=0;
2513         self->computeNeighborsOfCells(neighbors,neighborsIdx);
2514         PyObject *ret=PyTuple_New(2);
2515         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(neighbors),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2516         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(neighborsIdx),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2517         return ret;
2518       }
2519
2520       static PyObject *ComputeNeighborsOfCellsAdv(const DataArrayInt *desc, const DataArrayInt *descI, const DataArrayInt *revDesc, const DataArrayInt *revDescI) throw(INTERP_KERNEL::Exception)
2521       {
2522         DataArrayInt *neighbors=0,*neighborsIdx=0;
2523         MEDCouplingUMesh::ComputeNeighborsOfCellsAdv(desc,descI,revDesc,revDescI,neighbors,neighborsIdx);
2524         PyObject *ret=PyTuple_New(2);
2525         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(neighbors),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2526         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(neighborsIdx),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2527         return ret;
2528       }
2529
2530       PyObject *emulateMEDMEMBDC(const MEDCouplingUMesh *nM1LevMesh)
2531       {
2532         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d0=DataArrayInt::New();
2533         MEDCouplingAutoRefCountObjectPtr<DataArrayInt> d1=DataArrayInt::New();
2534         DataArrayInt *d2,*d3,*d4,*dd5;
2535         MEDCouplingUMesh *mOut=self->emulateMEDMEMBDC(nM1LevMesh,d0,d1,d2,d3,d4,dd5);
2536         PyObject *ret=PyTuple_New(7);
2537         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(mOut),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2538         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(d0.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2539         PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(d1.retn()),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2540         PyTuple_SetItem(ret,3,SWIG_NewPointerObj(SWIG_as_voidptr(d2),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2541         PyTuple_SetItem(ret,4,SWIG_NewPointerObj(SWIG_as_voidptr(d3),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2542         PyTuple_SetItem(ret,5,SWIG_NewPointerObj(SWIG_as_voidptr(d4),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2543         PyTuple_SetItem(ret,6,SWIG_NewPointerObj(SWIG_as_voidptr(dd5),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2544         return ret;
2545       }
2546
2547       DataArrayDouble *getPartBarycenterAndOwner(DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2548       {
2549         if(!da)
2550           throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2551         da->checkAllocated();
2552         return self->getPartBarycenterAndOwner(da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2553       }
2554
2555       DataArrayDouble *getPartMeasureField(bool isAbs, DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2556       {
2557         if(!da)
2558           throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2559         da->checkAllocated();
2560         return self->getPartMeasureField(isAbs,da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2561       }
2562
2563       MEDCouplingFieldDouble *buildPartOrthogonalField(DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2564       {
2565         if(!da)
2566           throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2567         da->checkAllocated();
2568         return self->buildPartOrthogonalField(da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2569       }
2570
2571       PyObject *getTypesOfPart(DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2572       {
2573         if(!da)
2574           throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2575         da->checkAllocated();
2576         std::set<INTERP_KERNEL::NormalizedCellType> result=self->getTypesOfPart(da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2577         std::set<INTERP_KERNEL::NormalizedCellType>::const_iterator iL=result.begin();
2578         PyObject *res = PyList_New(result.size());
2579         for (int i=0;iL!=result.end(); i++, iL++)
2580           PyList_SetItem(res,i,PyInt_FromLong(*iL));
2581         return res;
2582       }
2583
2584       DataArrayInt *keepCellIdsByType(INTERP_KERNEL::NormalizedCellType type, DataArrayInt *da) const throw(INTERP_KERNEL::Exception)
2585       {
2586         if(!da)
2587           throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
2588         da->checkAllocated();
2589         DataArrayInt *ret=self->keepCellIdsByType(type,da->getConstPointer(),da->getConstPointer()+da->getNbOfElems());
2590         ret->setName(da->getName().c_str());
2591         return ret;
2592       }
2593
2594       static PyObject *Intersect2DMeshes(const MEDCouplingUMesh *m1, const MEDCouplingUMesh *m2, double eps) throw(INTERP_KERNEL::Exception)
2595       {
2596         DataArrayInt *cellNb1=0,*cellNb2=0;
2597         MEDCouplingUMesh *mret=MEDCouplingUMesh::Intersect2DMeshes(m1,m2,eps,cellNb1,cellNb2);
2598         PyObject *ret=PyTuple_New(3);
2599         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(mret),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2600         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cellNb1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2601         PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(cellNb2),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2602         return ret;
2603       }
2604
2605       PyObject *buildSlice3D(PyObject *origin, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
2606       {
2607         int spaceDim=self->getSpaceDimension();
2608         if(spaceDim!=3)
2609           throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingUMesh::buildSlice3D : works only for spaceDim 3 !");
2610         double val,val2;
2611         DataArrayDouble *a,*a2;
2612         DataArrayDoubleTuple *aa,*aa2;
2613         std::vector<double> bb,bb2;
2614         int sw;
2615         const char msg[]="Python wrap of MEDCouplingUMesh::buildSlice3D : 1st paramater for origin.";
2616         const char msg2[]="Python wrap of MEDCouplingUMesh::buildSlice3D : 2nd paramater for vector.";
2617         const double *orig=convertObjToPossibleCpp5_Safe(origin,sw,val,a,aa,bb,msg,1,spaceDim,true);
2618         const double *vect=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
2619         //
2620         DataArrayInt *cellIds=0;
2621         MEDCouplingUMesh *ret0=self->buildSlice3D(orig,vect,eps,cellIds);
2622         PyObject *ret=PyTuple_New(2);
2623         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2624         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cellIds),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2625         return ret;
2626       }
2627
2628       PyObject *buildSlice3DSurf(PyObject *origin, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
2629       {
2630         int spaceDim=self->getSpaceDimension();
2631         if(spaceDim!=3)
2632           throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingUMesh::buildSlice3DSurf : works only for spaceDim 3 !");
2633         double val,val2;
2634         DataArrayDouble *a,*a2;
2635         DataArrayDoubleTuple *aa,*aa2;
2636         std::vector<double> bb,bb2;
2637         int sw;
2638         const char msg[]="Python wrap of MEDCouplingUMesh::buildSlice3DSurf : 1st paramater for origin.";
2639         const char msg2[]="Python wrap of MEDCouplingUMesh::buildSlice3DSurf : 2nd paramater for vector.";
2640         const double *orig=convertObjToPossibleCpp5_Safe(origin,sw,val,a,aa,bb,msg,1,spaceDim,true);
2641         const double *vect=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
2642         //
2643         DataArrayInt *cellIds=0;
2644         MEDCouplingUMesh *ret0=self->buildSlice3DSurf(orig,vect,eps,cellIds);
2645         PyObject *ret=PyTuple_New(2);
2646         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, SWIG_POINTER_OWN | 0 ));
2647         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(cellIds),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2648         return ret;
2649       }
2650
2651       DataArrayInt *getCellIdsCrossingPlane(PyObject *origin, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
2652       {
2653         int spaceDim=self->getSpaceDimension();
2654         if(spaceDim!=3)
2655           throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingUMesh::getCellIdsCrossingPlane : works only for spaceDim 3 !");
2656         double val,val2;
2657         DataArrayDouble *a,*a2;
2658         DataArrayDoubleTuple *aa,*aa2;
2659         std::vector<double> bb,bb2;
2660         int sw;
2661         const char msg[]="Python wrap of MEDCouplingUMesh::getCellIdsCrossingPlane : 1st paramater for origin.";
2662         const char msg2[]="Python wrap of MEDCouplingUMesh::getCellIdsCrossingPlane : 2nd paramater for vector.";
2663         const double *orig=convertObjToPossibleCpp5_Safe(origin,sw,val,a,aa,bb,msg,1,spaceDim,true);
2664         const double *vect=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
2665         return self->getCellIdsCrossingPlane(orig,vect,eps);
2666       }
2667
2668       void convertToPolyTypes(PyObject *li) throw(INTERP_KERNEL::Exception)
2669       {
2670         int sw;
2671         int pos1;
2672         std::vector<int> pos2;
2673         DataArrayInt *pos3=0;
2674         DataArrayIntTuple *pos4=0;
2675         convertObjToPossibleCpp1(li,sw,pos1,pos2,pos3,pos4);
2676         switch(sw)
2677           {
2678           case 1:
2679             {
2680               self->convertToPolyTypes(&pos1,&pos1+1);
2681               return;
2682             }
2683           case 2:
2684             {
2685               if(pos2.empty())
2686                 return;
2687               self->convertToPolyTypes(&pos2[0],&pos2[0]+pos2.size());
2688               return ;
2689             }
2690           case 3:
2691             {
2692               self->convertToPolyTypes(pos3->begin(),pos3->end());
2693               return ;
2694             }
2695           default:
2696             throw INTERP_KERNEL::Exception("MEDCouplingUMesh::convertToPolyTypes : unexpected input array type recognized !");
2697           }
2698       }
2699     }
2700     void convertAllToPoly();
2701     void convertExtrudedPolyhedra() throw(INTERP_KERNEL::Exception);
2702     bool unPolyze() throw(INTERP_KERNEL::Exception);
2703     void simplifyPolyhedra(double eps) throw(INTERP_KERNEL::Exception);
2704     MEDCouplingUMesh *buildSpreadZonesWithPoly() const throw(INTERP_KERNEL::Exception);
2705     MEDCouplingUMesh *buildExtrudedMesh(const MEDCouplingUMesh *mesh1D, int policy) throw(INTERP_KERNEL::Exception);
2706   };
2707
2708   //== MEDCouplingUMesh End
2709
2710   //== MEDCouplingExtrudedMesh
2711
2712   class MEDCouplingExtrudedMesh : public ParaMEDMEM::MEDCouplingMesh
2713   {
2714   public:
2715     static MEDCouplingExtrudedMesh *New(const MEDCouplingUMesh *mesh3D, const MEDCouplingUMesh *mesh2D, int cell2DId) throw(INTERP_KERNEL::Exception);
2716     MEDCouplingUMesh *build3DUnstructuredMesh() const throw(INTERP_KERNEL::Exception);
2717     %extend {
2718       MEDCouplingExtrudedMesh(const MEDCouplingUMesh *mesh3D, const MEDCouplingUMesh *mesh2D, int cell2DId) throw(INTERP_KERNEL::Exception)
2719       {
2720         return MEDCouplingExtrudedMesh::New(mesh3D,mesh2D,cell2DId);
2721       }
2722       
2723       std::string __str__() const throw(INTERP_KERNEL::Exception)
2724       {
2725         return self->simpleRepr();
2726       }
2727
2728       std::string __repr__() const throw(INTERP_KERNEL::Exception)
2729       {
2730         std::ostringstream oss;
2731         self->reprQuickOverview(oss);
2732         return oss.str();
2733       }
2734       
2735       PyObject *getMesh2D() const throw(INTERP_KERNEL::Exception)
2736       {
2737         MEDCouplingUMesh *ret=self->getMesh2D();
2738         if(ret)
2739           ret->incrRef();
2740         return convertMesh(ret, SWIG_POINTER_OWN | 0 );
2741       }
2742       PyObject *getMesh1D() const throw(INTERP_KERNEL::Exception)
2743       {
2744         MEDCouplingUMesh *ret=self->getMesh1D();
2745         if(ret)
2746           ret->incrRef();
2747         return convertMesh(ret, SWIG_POINTER_OWN | 0 );
2748       }
2749       PyObject *getMesh3DIds() const throw(INTERP_KERNEL::Exception)
2750       {
2751         DataArrayInt *ret=self->getMesh3DIds();
2752         if(ret)
2753           ret->incrRef();
2754         return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
2755       } 
2756     }
2757   };
2758
2759   //== MEDCouplingExtrudedMesh End
2760
2761   class MEDCoupling1GTUMesh : public ParaMEDMEM::MEDCouplingPointSet
2762   {
2763   public:
2764     static MEDCoupling1GTUMesh *New(const char *name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
2765     static MEDCoupling1GTUMesh *New(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception);
2766     INTERP_KERNEL::NormalizedCellType getCellModelEnum() const throw(INTERP_KERNEL::Exception);
2767     int getNodalConnectivityLength() const throw(INTERP_KERNEL::Exception);
2768     virtual void allocateCells(int nbOfCells=0) throw(INTERP_KERNEL::Exception);
2769     virtual void checkCoherencyOfConnectivity() const throw(INTERP_KERNEL::Exception);
2770     %extend
2771     {
2772       virtual void insertNextCell(PyObject *li) throw(INTERP_KERNEL::Exception)
2773       {
2774         int szArr,sw,iTypppArr;
2775         std::vector<int> stdvecTyyppArr;
2776         const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
2777         self->insertNextCell(tmp,tmp+szArr);
2778       }
2779
2780       virtual DataArrayInt *getNodalConnectivity() const throw(INTERP_KERNEL::Exception)
2781       {
2782         DataArrayInt *ret=self->getNodalConnectivity();
2783         if(ret) ret->incrRef();
2784         return ret;
2785       }
2786       
2787       static MEDCouplingUMesh *AggregateOnSameCoordsToUMesh(PyObject *li) throw(INTERP_KERNEL::Exception)
2788       {
2789         std::vector< const MEDCoupling1GTUMesh *> parts;
2790         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCoupling1GTUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCoupling1GTUMesh,"MEDCoupling1GTUMesh",parts);
2791         return MEDCoupling1GTUMesh::AggregateOnSameCoordsToUMesh(parts);
2792       }
2793     }
2794   };
2795
2796   //== MEDCoupling1SGTUMesh
2797
2798   class MEDCoupling1SGTUMesh : public ParaMEDMEM::MEDCoupling1GTUMesh
2799   {
2800   public:
2801     static MEDCoupling1SGTUMesh *New(const char *name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
2802     static MEDCoupling1SGTUMesh *New(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception);
2803     void setNodalConnectivity(DataArrayInt *nodalConn) throw(INTERP_KERNEL::Exception);
2804     int getNumberOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
2805     static MEDCoupling1SGTUMesh *Merge1SGTUMeshes(const MEDCoupling1SGTUMesh *mesh1, const MEDCoupling1SGTUMesh *mesh2) throw(INTERP_KERNEL::Exception);
2806     MEDCoupling1SGTUMesh *buildSetInstanceFromThis(int spaceDim) const throw(INTERP_KERNEL::Exception);
2807     %extend
2808     {
2809       MEDCoupling1SGTUMesh(const char *name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception)
2810       {
2811         return MEDCoupling1SGTUMesh::New(name,type);
2812       }
2813
2814       std::string __str__() const throw(INTERP_KERNEL::Exception)
2815       {
2816         return self->simpleRepr();
2817       }
2818       
2819       std::string __repr__() const throw(INTERP_KERNEL::Exception)
2820       {
2821         std::ostringstream oss;
2822         self->reprQuickOverview(oss);
2823         return oss.str();
2824       }
2825
2826       static MEDCoupling1SGTUMesh *Merge1SGTUMeshes(PyObject *li) throw(INTERP_KERNEL::Exception)
2827       {
2828         std::vector<const ParaMEDMEM::MEDCoupling1SGTUMesh *> tmp;
2829         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCoupling1SGTUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCoupling1SGTUMesh,"MEDCoupling1SGTUMesh",tmp);
2830         return MEDCoupling1SGTUMesh::Merge1SGTUMeshes(tmp);
2831       }
2832       
2833       static MEDCoupling1SGTUMesh *Merge1SGTUMeshesOnSameCoords(PyObject *li) throw(INTERP_KERNEL::Exception)
2834       {
2835         std::vector<const ParaMEDMEM::MEDCoupling1SGTUMesh *> tmp;
2836         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCoupling1SGTUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCoupling1SGTUMesh,"MEDCoupling1SGTUMesh",tmp);
2837         return MEDCoupling1SGTUMesh::Merge1SGTUMeshesOnSameCoords(tmp);
2838       }
2839     }
2840   };
2841   
2842   //== MEDCoupling1SGTUMesh End
2843
2844   //== MEDCoupling1DGTUMesh
2845
2846   class MEDCoupling1DGTUMesh : public ParaMEDMEM::MEDCoupling1GTUMesh
2847   {
2848   public:
2849     static MEDCoupling1DGTUMesh *New(const char *name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception);
2850     static MEDCoupling1DGTUMesh *New(const MEDCouplingUMesh *m) throw(INTERP_KERNEL::Exception);
2851     void setNodalConnectivity(DataArrayInt *nodalConn, DataArrayInt *nodalConnIndex) throw(INTERP_KERNEL::Exception);
2852     MEDCoupling1DGTUMesh *buildSetInstanceFromThis(int spaceDim) const throw(INTERP_KERNEL::Exception);
2853     bool isPacked() const throw(INTERP_KERNEL::Exception);
2854     %extend
2855     {
2856       MEDCoupling1DGTUMesh(const char *name, INTERP_KERNEL::NormalizedCellType type) throw(INTERP_KERNEL::Exception)
2857       {
2858         return MEDCoupling1DGTUMesh::New(name,type);
2859       }
2860
2861       std::string __str__() const throw(INTERP_KERNEL::Exception)
2862       {
2863         return self->simpleRepr();
2864       }
2865       
2866       std::string __repr__() const throw(INTERP_KERNEL::Exception)
2867       {
2868         std::ostringstream oss;
2869         self->reprQuickOverview(oss);
2870         return oss.str();
2871       }
2872
2873       DataArrayInt *getNodalConnectivityIndex() const throw(INTERP_KERNEL::Exception)
2874       {
2875         DataArrayInt *ret=self->getNodalConnectivityIndex();
2876         if(ret) ret->incrRef();
2877         return ret;
2878       }
2879
2880       PyObject *retrievePackedNodalConnectivity() const throw(INTERP_KERNEL::Exception)
2881       {
2882         DataArrayInt *ret1=0,*ret2=0;
2883         bool ret0=self->retrievePackedNodalConnectivity(ret1,ret2);
2884         PyObject *ret0Py=ret0?Py_True:Py_False;
2885         Py_XINCREF(ret0Py);
2886         PyObject *ret=PyTuple_New(3);
2887         PyTuple_SetItem(ret,0,ret0Py);
2888         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2889         PyTuple_SetItem(ret,2,SWIG_NewPointerObj(SWIG_as_voidptr(ret2),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
2890         return ret;
2891       }
2892       
2893       PyObject *copyWithNodalConnectivityPacked() const throw(INTERP_KERNEL::Exception)
2894       {
2895         bool ret1;
2896         MEDCoupling1DGTUMesh *ret0=self->copyWithNodalConnectivityPacked(ret1);
2897         PyObject *ret=PyTuple_New(2);
2898         PyObject *ret1Py=ret1?Py_True:Py_False; Py_XINCREF(ret1Py);
2899         PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__MEDCoupling1DGTUMesh, SWIG_POINTER_OWN | 0 ));
2900         PyTuple_SetItem(ret,1,ret1Py);
2901         return ret;
2902       }
2903
2904       static MEDCoupling1DGTUMesh *Merge1DGTUMeshes(PyObject *li) throw(INTERP_KERNEL::Exception)
2905       {
2906         std::vector<const ParaMEDMEM::MEDCoupling1DGTUMesh *> tmp;
2907         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCoupling1DGTUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCoupling1DGTUMesh,"MEDCoupling1DGTUMesh",tmp);
2908         return MEDCoupling1DGTUMesh::Merge1DGTUMeshes(tmp);
2909       }
2910       
2911       static MEDCoupling1DGTUMesh *Merge1DGTUMeshesOnSameCoords(PyObject *li) throw(INTERP_KERNEL::Exception)
2912       {
2913         std::vector<const ParaMEDMEM::MEDCoupling1DGTUMesh *> tmp;
2914         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCoupling1DGTUMesh *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCoupling1DGTUMesh,"MEDCoupling1DGTUMesh",tmp);
2915         return MEDCoupling1DGTUMesh::Merge1DGTUMeshesOnSameCoords(tmp);
2916       }
2917       
2918       static DataArrayInt *AggregateNodalConnAndShiftNodeIds(PyObject *li, const std::vector<int>& offsetInNodeIdsPerElt) throw(INTERP_KERNEL::Exception)
2919       {
2920         std::vector<const ParaMEDMEM::DataArrayInt *> tmp;
2921         convertFromPyObjVectorOfObj<const ParaMEDMEM::DataArrayInt *>(li,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,"DataArrayInt",tmp);
2922         return MEDCoupling1DGTUMesh::AggregateNodalConnAndShiftNodeIds(tmp,offsetInNodeIdsPerElt);
2923       }
2924     }
2925   };
2926
2927   //== MEDCoupling1DGTUMeshEnd
2928
2929   class MEDCouplingStructuredMesh : public ParaMEDMEM::MEDCouplingMesh
2930   {
2931   public:
2932     int getCellIdFromPos(int i, int j, int k) const throw(INTERP_KERNEL::Exception);
2933     int getNodeIdFromPos(int i, int j, int k) const throw(INTERP_KERNEL::Exception);
2934     virtual std::vector<int> getNodeGridStructure() const throw(INTERP_KERNEL::Exception);
2935     std::vector<int> getCellGridStructure() const throw(INTERP_KERNEL::Exception);
2936     MEDCoupling1SGTUMesh *build1SGTUnstructured() const throw(INTERP_KERNEL::Exception);
2937     static INTERP_KERNEL::NormalizedCellType GetGeoTypeGivenMeshDimension(int meshDim) throw(INTERP_KERNEL::Exception);
2938     %extend
2939     {
2940       virtual MEDCouplingStructuredMesh *buildStructuredSubPart(PyObject *cellPart) const throw(INTERP_KERNEL::Exception)
2941       {
2942         int tmpp1=-1,tmpp2=-1;
2943         std::vector<int> tmp=fillArrayWithPyListInt2(cellPart,tmpp1,tmpp2);
2944         std::vector< std::pair<int,int> > inp;
2945         if(tmpp2==2)
2946           {
2947             inp.resize(tmpp1);
2948             for(int i=0;i<tmpp1;i++)
2949               { inp[i].first=tmp[2*i]; inp[i].second=tmp[2*i+1]; }
2950           }
2951         else if(tmpp2==1)
2952           {
2953             if(tmpp1%2!=0)
2954               throw INTERP_KERNEL::Exception("Wrap of MEDCouplingStructuredMesh.buildStructuredSubPart : invalid input size ! Must be even size !");
2955             inp.resize(tmpp1/2);
2956             for(int i=0;i<tmpp1/2;i++)
2957               { inp[i].first=tmp[2*i]; inp[i].second=tmp[2*i+1]; }
2958           }
2959         else
2960           throw INTERP_KERNEL::Exception("Wrap of MEDCouplingStructuredMesh.buildStructuredSubPart : invalid input size !");
2961         return self->buildStructuredSubPart(inp);
2962       }
2963
2964       static DataArrayInt *BuildExplicitIdsFrom(PyObject *st, PyObject *part) throw(INTERP_KERNEL::Exception)
2965       {
2966         int tmpp1=-1,tmpp2=-1;
2967         std::vector<int> tmp=fillArrayWithPyListInt2(part,tmpp1,tmpp2);
2968         std::vector< std::pair<int,int> > inp;
2969         if(tmpp2==2)
2970           {
2971             inp.resize(tmpp1);
2972             for(int i=0;i<tmpp1;i++)
2973               { inp[i].first=tmp[2*i]; inp[i].second=tmp[2*i+1]; }
2974           }
2975         else if(tmpp2==1)
2976           {
2977             if(tmpp1%2!=0)
2978               throw INTERP_KERNEL::Exception("Wrap of MEDCouplingStructuredMesh.BuildExplicitIdsFrom : invalid input size ! Must be even size !");
2979             inp.resize(tmpp1/2);
2980             for(int i=0;i<tmpp1/2;i++)
2981               { inp[i].first=tmp[2*i]; inp[i].second=tmp[2*i+1]; }
2982           }
2983         else
2984           throw INTERP_KERNEL::Exception("Wrap of MEDCouplingStructuredMesh.BuildExplicitIdsFrom : invalid input size !");
2985         //
2986         int szArr,sw,iTypppArr;
2987         std::vector<int> stdvecTyyppArr;
2988         const int *tmp4=convertObjToPossibleCpp1_Safe(st,sw,szArr,iTypppArr,stdvecTyyppArr);
2989         std::vector<int> tmp5(tmp4,tmp4+szArr);
2990         //
2991         return MEDCouplingStructuredMesh::BuildExplicitIdsFrom(tmp5,inp);
2992       }
2993
2994       static DataArrayInt *Build1GTNodalConnectivity(PyObject *li) throw(INTERP_KERNEL::Exception)
2995       {
2996         int szArr,sw,iTypppArr;
2997         std::vector<int> stdvecTyyppArr;
2998         const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
2999         return MEDCouplingStructuredMesh::Build1GTNodalConnectivity(tmp,tmp+szArr);
3000       }
3001
3002       static PyObject *IsPartStructured(PyObject *li, PyObject *st) throw(INTERP_KERNEL::Exception)
3003       {
3004         int szArr,sw,iTypppArr;
3005         std::vector<int> stdvecTyyppArr;
3006         const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
3007         int szArr2,sw2,iTypppArr2;
3008         std::vector<int> stdvecTyyppArr2;
3009         const int *tmp2=convertObjToPossibleCpp1_Safe(st,sw2,szArr2,iTypppArr2,stdvecTyyppArr2);
3010         std::vector<int> tmp3(tmp2,tmp2+szArr2);
3011         std::vector< std::pair<int,int> > partCompactFormat;
3012         bool ret0=MEDCouplingStructuredMesh::IsPartStructured(tmp,tmp+szArr,tmp3,partCompactFormat);
3013         PyObject *ret=PyTuple_New(2);
3014         PyObject *ret0Py=ret0?Py_True:Py_False; Py_XINCREF(ret0Py);
3015         PyTuple_SetItem(ret,0,ret0Py);
3016         PyObject *ret1Py=PyList_New(partCompactFormat.size());
3017         for(std::size_t i=0;i<partCompactFormat.size();i++)
3018           {
3019             PyObject *tmp4=PyTuple_New(2);
3020             PyTuple_SetItem(tmp4,0,PyInt_FromLong(partCompactFormat[i].first));
3021             PyTuple_SetItem(tmp4,1,PyInt_FromLong(partCompactFormat[i].second));
3022             PyList_SetItem(ret1Py,i,tmp4);
3023           }
3024         PyTuple_SetItem(ret,1,ret1Py);
3025         return ret;
3026       }
3027     }
3028   };
3029
3030   //== MEDCouplingCMesh
3031   
3032   class MEDCouplingCMesh : public ParaMEDMEM::MEDCouplingStructuredMesh
3033   {
3034   public:
3035     static MEDCouplingCMesh *New();
3036     static MEDCouplingCMesh *New(const char *meshName);
3037     MEDCouplingCMesh *clone(bool recDeepCpy) const;
3038     void setCoords(const DataArrayDouble *coordsX,
3039                    const DataArrayDouble *coordsY=0,
3040                    const DataArrayDouble *coordsZ=0) throw(INTERP_KERNEL::Exception);
3041     void setCoordsAt(int i, const DataArrayDouble *arr) throw(INTERP_KERNEL::Exception);
3042     %extend {
3043       MEDCouplingCMesh()
3044       {
3045         return MEDCouplingCMesh::New();
3046       }
3047       MEDCouplingCMesh(const char *meshName)
3048       {
3049         return MEDCouplingCMesh::New(meshName);
3050       }
3051       std::string __str__() const throw(INTERP_KERNEL::Exception)
3052       {
3053         return self->simpleRepr();
3054       }
3055       std::string __repr__() const throw(INTERP_KERNEL::Exception)
3056       {
3057         std::ostringstream oss;
3058         self->reprQuickOverview(oss);
3059         return oss.str();
3060       }
3061       DataArrayDouble *getCoordsAt(int i) throw(INTERP_KERNEL::Exception)
3062       {
3063         DataArrayDouble *ret=self->getCoordsAt(i);
3064         if(ret)
3065           ret->incrRef();
3066         return ret;
3067       }
3068     }
3069   };
3070
3071   //== MEDCouplingCMesh End
3072
3073   //== MEDCouplingCurveLinearMesh
3074
3075   class MEDCouplingCurveLinearMesh : public ParaMEDMEM::MEDCouplingStructuredMesh
3076   {
3077   public:
3078     static MEDCouplingCurveLinearMesh *New();
3079     static MEDCouplingCurveLinearMesh *New(const char *meshName);
3080     MEDCouplingCurveLinearMesh *clone(bool recDeepCpy) const;
3081     void setCoords(const DataArrayDouble *coords) throw(INTERP_KERNEL::Exception);
3082     %extend {
3083       MEDCouplingCurveLinearMesh()
3084       {
3085         return MEDCouplingCurveLinearMesh::New();
3086       }
3087       MEDCouplingCurveLinearMesh(const char *meshName)
3088       {
3089         return MEDCouplingCurveLinearMesh::New(meshName);
3090       }
3091       std::string __str__() const throw(INTERP_KERNEL::Exception) 
3092       {
3093         return self->simpleRepr();
3094       }
3095       std::string __repr__() const throw(INTERP_KERNEL::Exception)
3096       {
3097         std::ostringstream oss;
3098         self->reprQuickOverview(oss);
3099         return oss.str();
3100       }
3101       DataArrayDouble *getCoords() throw(INTERP_KERNEL::Exception)
3102       {
3103         DataArrayDouble *ret=self->getCoords();
3104         if(ret)
3105           ret->incrRef();
3106         return ret;
3107       }
3108       void setNodeGridStructure(PyObject *gridStruct) throw(INTERP_KERNEL::Exception)
3109       {
3110         int szArr,sw,iTypppArr;
3111         std::vector<int> stdvecTyyppArr;
3112         const int *tmp=convertObjToPossibleCpp1_Safe(gridStruct,sw,szArr,iTypppArr,stdvecTyyppArr);
3113         self->setNodeGridStructure(tmp,tmp+szArr);
3114       }
3115     }
3116   };
3117
3118   //== MEDCouplingCurveLinearMesh End
3119 }
3120
3121 %extend ParaMEDMEM::MEDCouplingFieldDiscretization
3122 {
3123   MEDCouplingFieldDiscretization *clonePart(PyObject *li)
3124   {
3125     int sz=0,sw=-1,val1=-1;
3126     std::vector<int> val2;
3127     const int *inp=convertObjToPossibleCpp1_Safe(li,sw,sz,val1,val2);
3128     return self->clonePart(inp,inp+sz);
3129   }
3130
3131   PyObject *buildSubMeshDataRange(const MEDCouplingMesh *mesh, int beginCellIds, int endCellIds, int stepCellIds, int& beginOut, int& endOut, int& stepOut, DataArrayInt *&di) const throw(INTERP_KERNEL::Exception)
3132   {
3133     DataArrayInt *ret1=0;
3134     int bb,ee,ss;
3135     MEDCouplingMesh *ret0=self->buildSubMeshDataRange(mesh,begin,end,step,bb,ee,ss,ret1);
3136     PyObject *res=PyTuple_New(2);
3137     PyTuple_SetItem(res,0,convertMesh(ret0, SWIG_POINTER_OWN | 0 ));
3138     if(ret1)
3139       PyTuple_SetItem(res,1,SWIG_NewPointerObj((void*)ret1,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,SWIG_POINTER_OWN | 0));
3140     else
3141       {
3142         PyObject *res1=PySlice_New(PyInt_FromLong(bb),PyInt_FromLong(ee),PyInt_FromLong(ss));
3143         PyTuple_SetItem(res,1,res1);
3144       }
3145     return res;
3146   }
3147   
3148   PyObject *computeMeshRestrictionFromTupleIds(const MEDCouplingMesh *mesh, PyObject *tupleIds) const throw(INTERP_KERNEL::Exception)
3149   {
3150     std::vector<int> vVal; int iVal=-1;
3151     int sz=-1,sw=0;
3152     const int *tupleIdsBg=convertObjToPossibleCpp1_Safe(tupleIds,sw,sz,iVal,vVal);
3153     if(sw==0)
3154       throw INTERP_KERNEL::Exception("MEDCouplingFieldDiscretization::computeMeshRestrictionFromTupleIds : none parameter in input !");
3155     DataArrayInt *ret0=0,*ret1=0;
3156     self->computeMeshRestrictionFromTupleIds(mesh,tupleIdsBg,tupleIdsBg+sz,ret0,ret1);
3157     PyObject *pyRet=PyTuple_New(2);
3158     PyTuple_SetItem(pyRet,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3159     PyTuple_SetItem(pyRet,1,SWIG_NewPointerObj(SWIG_as_voidptr(ret1),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3160     return pyRet;
3161   }
3162 }
3163
3164 %extend ParaMEDMEM::MEDCouplingFieldDiscretizationP0
3165 {
3166   PyObject *computeMeshRestrictionFromTupleIds(const MEDCouplingMesh *mesh, PyObject *tupleIds) const throw(INTERP_KERNEL::Exception)
3167   { return ParaMEDMEM_MEDCouplingFieldDiscretization_computeMeshRestrictionFromTupleIds__SWIG_1(self,mesh,tupleIds); }
3168 }
3169
3170 %extend ParaMEDMEM::MEDCouplingFieldDiscretizationOnNodes
3171 {
3172   PyObject *computeMeshRestrictionFromTupleIds(const MEDCouplingMesh *mesh, PyObject *tupleIds) const throw(INTERP_KERNEL::Exception)
3173   { return ParaMEDMEM_MEDCouplingFieldDiscretization_computeMeshRestrictionFromTupleIds__SWIG_1(self,mesh,tupleIds); }
3174 }
3175
3176 %extend ParaMEDMEM::MEDCouplingFieldDiscretizationGauss
3177 {
3178   PyObject *computeMeshRestrictionFromTupleIds(const MEDCouplingMesh *mesh, PyObject *tupleIds) const throw(INTERP_KERNEL::Exception)
3179   { return ParaMEDMEM_MEDCouplingFieldDiscretization_computeMeshRestrictionFromTupleIds__SWIG_1(self,mesh,tupleIds); }
3180 }
3181
3182 %extend ParaMEDMEM::MEDCouplingFieldDiscretizationGaussNE
3183 {
3184   PyObject *computeMeshRestrictionFromTupleIds(const MEDCouplingMesh *mesh, PyObject *tupleIds) const throw(INTERP_KERNEL::Exception)
3185   { return ParaMEDMEM_MEDCouplingFieldDiscretization_computeMeshRestrictionFromTupleIds__SWIG_1(self,mesh,tupleIds); }
3186 }
3187
3188 %extend ParaMEDMEM::MEDCouplingFieldDiscretizationPerCell
3189 {
3190   PyObject *getArrayOfDiscIds() const
3191   {
3192     DataArrayInt *ret=const_cast<DataArrayInt *>(self->getArrayOfDiscIds());
3193     if(ret)
3194       ret->incrRef();
3195     return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
3196   }
3197
3198   PyObject *splitIntoSingleGaussDicrPerCellType() const throw(INTERP_KERNEL::Exception)
3199   {
3200     std::vector<int> ret1;
3201     std::vector<DataArrayInt *> ret0=self->splitIntoSingleGaussDicrPerCellType(ret1);
3202     std::size_t sz=ret0.size();
3203     PyObject *pyRet=PyTuple_New(2);
3204     PyObject *pyRet0=PyList_New((int)sz);
3205     PyObject *pyRet1=PyList_New((int)sz);
3206     for(std::size_t i=0;i<sz;i++)
3207       {
3208         PyList_SetItem(pyRet0,i,SWIG_NewPointerObj(SWIG_as_voidptr(ret0[i]),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3209         PyList_SetItem(pyRet1,i,PyInt_FromLong(ret1[i]));
3210       }
3211     PyTuple_SetItem(pyRet,0,pyRet0);
3212     PyTuple_SetItem(pyRet,1,pyRet1);
3213     return pyRet;
3214   }
3215 }
3216
3217 %extend ParaMEDMEM::MEDCouplingFieldDiscretizationKriging
3218 {
3219   PyObject *computeVectorOfCoefficients(const MEDCouplingMesh *mesh, const DataArrayDouble *arr) const
3220   {
3221     int ret1;
3222     DataArrayDouble *ret0=self->computeVectorOfCoefficients(mesh,arr,ret1);
3223     PyObject *ret=PyTuple_New(2);
3224     PyTuple_SetItem(ret,0,SWIG_NewPointerObj(SWIG_as_voidptr(ret0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
3225     PyTuple_SetItem(ret,1,PyInt_FromLong(ret1));
3226     return ret;
3227   }
3228 }
3229
3230 namespace ParaMEDMEM
3231 {
3232   class MEDCouplingField : public ParaMEDMEM::RefCountObject, public ParaMEDMEM::TimeLabel
3233   {
3234   public:
3235     virtual void checkCoherency() const throw(INTERP_KERNEL::Exception);
3236     virtual bool areCompatibleForMerge(const MEDCouplingField *other) const throw(INTERP_KERNEL::Exception);
3237     virtual bool isEqual(const MEDCouplingField *other, double meshPrec, double valsPrec) const throw(INTERP_KERNEL::Exception);
3238     virtual bool isEqualWithoutConsideringStr(const MEDCouplingField *other, double meshPrec, double valsPrec) const throw(INTERP_KERNEL::Exception);
3239     virtual void copyTinyStringsFrom(const MEDCouplingField *other) throw(INTERP_KERNEL::Exception);
3240     void setMesh(const ParaMEDMEM::MEDCouplingMesh *mesh) throw(INTERP_KERNEL::Exception);
3241     void setName(const char *name) throw(INTERP_KERNEL::Exception);
3242     std::string getDescription() const throw(INTERP_KERNEL::Exception);
3243     void setDescription(const char *desc) throw(INTERP_KERNEL::Exception);
3244     std::string getName() const throw(INTERP_KERNEL::Exception);
3245     TypeOfField getTypeOfField() const throw(INTERP_KERNEL::Exception);
3246     NatureOfField getNature() const throw(INTERP_KERNEL::Exception);
3247     virtual void setNature(NatureOfField nat) throw(INTERP_KERNEL::Exception);
3248     DataArrayDouble *getLocalizationOfDiscr() const throw(INTERP_KERNEL::Exception);
3249     MEDCouplingFieldDouble *buildMeasureField(bool isAbs) const throw(INTERP_KERNEL::Exception);
3250     int getNumberOfTuplesExpected() const throw(INTERP_KERNEL::Exception);
3251     int getNumberOfMeshPlacesExpected() const throw(INTERP_KERNEL::Exception);
3252     void setGaussLocalizationOnType(INTERP_KERNEL::NormalizedCellType type, const std::vector<double>& refCoo,
3253                                     const std::vector<double>& gsCoo, const std::vector<double>& wg) throw(INTERP_KERNEL::Exception);
3254     void clearGaussLocalizations() throw(INTERP_KERNEL::Exception);
3255     MEDCouplingGaussLocalization& getGaussLocalization(int locId) throw(INTERP_KERNEL::Exception);
3256     int getNbOfGaussLocalization() const throw(INTERP_KERNEL::Exception);
3257     int getGaussLocalizationIdOfOneCell(int cellId) const throw(INTERP_KERNEL::Exception);
3258     const MEDCouplingGaussLocalization& getGaussLocalization(int locId) const throw(INTERP_KERNEL::Exception);
3259     int getGaussLocalizationIdOfOneType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception);
3260     void setDiscretization(MEDCouplingFieldDiscretization *newDisc);
3261     %extend {
3262       PyObject *getMesh() const throw(INTERP_KERNEL::Exception)
3263       {
3264         MEDCouplingMesh *ret1=const_cast<MEDCouplingMesh *>(self->getMesh());
3265         if(ret1)
3266           ret1->incrRef();
3267         return convertMesh(ret1,SWIG_POINTER_OWN | 0 );
3268       }
3269
3270       PyObject *getDiscretization() throw(INTERP_KERNEL::Exception)
3271       {
3272         MEDCouplingFieldDiscretization *ret=self->getDiscretization();
3273         if(ret)
3274           ret->incrRef();
3275         return convertFieldDiscretization(ret,SWIG_POINTER_OWN | 0 );
3276       }
3277
3278       PyObject *getGaussLocalizationIdsOfOneType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception)
3279       {
3280         std::set<int> ret=self->getGaussLocalizationIdsOfOneType(type);
3281         return convertIntArrToPyList3(ret);
3282       }
3283
3284       PyObject *isEqualIfNotWhy(const MEDCouplingField *other, double meshPrec, double valsPrec) const throw(INTERP_KERNEL::Exception)
3285       {
3286         std::string ret1;
3287         bool ret0=self->isEqualIfNotWhy(other,meshPrec,valsPrec,ret1);
3288         PyObject *ret=PyTuple_New(2);
3289         PyObject *ret0Py=ret0?Py_True:Py_False;
3290         Py_XINCREF(ret0Py);
3291         PyTuple_SetItem(ret,0,ret0Py);
3292         PyTuple_SetItem(ret,1,PyString_FromString(ret1.c_str()));
3293         return ret;
3294       }
3295
3296       PyObject *buildSubMeshData(PyObject *li) const throw(INTERP_KERNEL::Exception)
3297       {
3298         DataArrayInt *ret1=0;
3299         MEDCouplingMesh *ret0=0;
3300         void *da=0;
3301         int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_ParaMEDMEM__DataArrayInt, 0 |  0 );
3302         if (!SWIG_IsOK(res1))
3303           {
3304             int size;
3305             INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
3306             ret0=self->buildSubMeshData(tmp,tmp+size,ret1);
3307           }
3308         else
3309           {
3310             DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
3311             if(!da2)
3312               throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
3313             da2->checkAllocated();
3314             ret0=self->buildSubMeshData(da2->getConstPointer(),da2->getConstPointer()+da2->getNbOfElems(),ret1);
3315           }
3316         PyObject *res = PyList_New(2);
3317         PyList_SetItem(res,0,convertMesh(ret0, SWIG_POINTER_OWN | 0 ));
3318         PyList_SetItem(res,1,SWIG_NewPointerObj((void*)ret1,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,SWIG_POINTER_OWN | 0));
3319         return res;
3320       }
3321
3322       PyObject *buildSubMeshDataRange(int begin, int end, int step) const throw(INTERP_KERNEL::Exception)
3323       {
3324         DataArrayInt *ret1=0;
3325         int bb,ee,ss;
3326         MEDCouplingMesh *ret0=self->buildSubMeshDataRange(begin,end,step,bb,ee,ss,ret1);
3327         PyObject *res=PyTuple_New(2);
3328         PyTuple_SetItem(res,0,convertMesh(ret0, SWIG_POINTER_OWN | 0 ));
3329         if(ret1)
3330           PyTuple_SetItem(res,1,SWIG_NewPointerObj((void*)ret1,SWIGTYPE_p_ParaMEDMEM__DataArrayInt,SWIG_POINTER_OWN | 0));
3331         else
3332           {
3333             PyObject *res1=PySlice_New(PyInt_FromLong(bb),PyInt_FromLong(ee),PyInt_FromLong(ss));
3334             PyTuple_SetItem(res,1,res1);
3335           }
3336         return res;
3337       }
3338
3339       DataArrayInt *computeTupleIdsToSelectFromCellIds(PyObject *li) const
3340       {
3341         int sw;
3342         int pos1;
3343         std::vector<int> pos2;
3344         DataArrayInt *pos3=0;
3345         DataArrayIntTuple *pos4=0;
3346         convertObjToPossibleCpp1(li,sw,pos1,pos2,pos3,pos4);
3347         switch(sw)
3348           {
3349           case 1:
3350             {
3351               return self->computeTupleIdsToSelectFromCellIds(&pos1,&pos1+1);
3352             }
3353           case 2:
3354             {
3355               return self->computeTupleIdsToSelectFromCellIds(&pos2[0],&pos2[0]+pos2.size());
3356             }
3357           case 3:
3358             {
3359               return self->computeTupleIdsToSelectFromCellIds(pos3->begin(),pos3->end());
3360             }
3361           default:
3362             throw INTERP_KERNEL::Exception("MEDCouplingField::computeTupleIdsToSelectFromCellIds : unexpected input array type recognized !");
3363           }
3364       }
3365
3366       void setGaussLocalizationOnCells(PyObject *li, const std::vector<double>& refCoo,
3367                                        const std::vector<double>& gsCoo, const std::vector<double>& wg) throw(INTERP_KERNEL::Exception)
3368       {
3369         void *da=0;
3370         int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_ParaMEDMEM__DataArrayInt, 0 |  0 );
3371         if (!SWIG_IsOK(res1))
3372           {
3373             int size;
3374             INTERP_KERNEL::AutoPtr<int> tmp=convertPyToNewIntArr2(li,&size);
3375             self->setGaussLocalizationOnCells(tmp,((int *)tmp)+size,refCoo,gsCoo,wg);
3376           }
3377         else
3378           {
3379             DataArrayInt *da2=reinterpret_cast< DataArrayInt * >(da);
3380             if(!da2)
3381               throw INTERP_KERNEL::Exception("Not null DataArrayInt instance expected !");
3382             da2->checkAllocated();
3383             self->setGaussLocalizationOnCells(da2->getConstPointer(),da2->getConstPointer()+da2->getNbOfElems(),refCoo,gsCoo,wg);
3384           }
3385       }
3386
3387       PyObject *getCellIdsHavingGaussLocalization(int locId) const throw(INTERP_KERNEL::Exception)
3388       {
3389         std::vector<int> tmp;
3390         self->getCellIdsHavingGaussLocalization(locId,tmp);
3391         DataArrayInt *ret=DataArrayInt::New();
3392         ret->alloc((int)tmp.size(),1);
3393         std::copy(tmp.begin(),tmp.end(),ret->getPointer());
3394         return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 );
3395       }
3396     }
3397   };
3398   
3399   class MEDCouplingFieldTemplate : public ParaMEDMEM::MEDCouplingField
3400   {
3401   public:
3402     static MEDCouplingFieldTemplate *New(const MEDCouplingFieldDouble& f) throw(INTERP_KERNEL::Exception);
3403     static MEDCouplingFieldTemplate *New(TypeOfField type);
3404     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
3405     std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
3406     %extend
3407        {
3408          MEDCouplingFieldTemplate(const MEDCouplingFieldDouble& f) throw(INTERP_KERNEL::Exception)
3409          {
3410            return MEDCouplingFieldTemplate::New(f);
3411          }
3412          
3413          MEDCouplingFieldTemplate(TypeOfField type) throw(INTERP_KERNEL::Exception)
3414          {
3415            return MEDCouplingFieldTemplate::New(type);
3416          }
3417          
3418          std::string __str__() const throw(INTERP_KERNEL::Exception)
3419          {
3420            return self->simpleRepr();
3421          }
3422          
3423          std::string __repr__() const throw(INTERP_KERNEL::Exception)
3424          {
3425            std::ostringstream oss;
3426            self->reprQuickOverview(oss);
3427            return oss.str();
3428          }
3429        }
3430   };
3431   
3432   class MEDCouplingFieldDouble : public ParaMEDMEM::MEDCouplingField
3433   {
3434   public:
3435     static MEDCouplingFieldDouble *New(TypeOfField type, TypeOfTimeDiscretization td=ONE_TIME);
3436     static MEDCouplingFieldDouble *New(const MEDCouplingFieldTemplate& ft, TypeOfTimeDiscretization td=ONE_TIME);
3437     void setTimeUnit(const char *unit);
3438     const char *getTimeUnit() const;
3439     void synchronizeTimeWithSupport() throw(INTERP_KERNEL::Exception);
3440     void copyTinyAttrFrom(const MEDCouplingFieldDouble *other) throw(INTERP_KERNEL::Exception);
3441     void copyAllTinyAttrFrom(const MEDCouplingFieldDouble *other) throw(INTERP_KERNEL::Exception);
3442     std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
3443     std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
3444     void writeVTK(const char *fileName) const throw(INTERP_KERNEL::Exception);
3445     MEDCouplingFieldDouble *clone(bool recDeepCpy) const;
3446     MEDCouplingFieldDouble *cloneWithMesh(bool recDeepCpy) const;
3447     MEDCouplingFieldDouble *deepCpy() const;
3448     MEDCouplingFieldDouble *buildNewTimeReprFromThis(TypeOfTimeDiscretization td, bool deepCpy) const throw(INTERP_KERNEL::Exception);
3449     TypeOfTimeDiscretization getTimeDiscretization() const throw(INTERP_KERNEL::Exception);
3450     double getIJ(int tupleId, int compoId) const throw(INTERP_KERNEL::Exception);
3451     double getIJK(int cellId, int nodeIdInCell, int compoId) const throw(INTERP_KERNEL::Exception);
3452     void synchronizeTimeWithMesh() throw(INTERP_KERNEL::Exception);
3453     void setArray(DataArrayDouble *array) throw(INTERP_KERNEL::Exception);
3454     void setEndArray(DataArrayDouble *array) throw(INTERP_KERNEL::Exception);
3455     void setTime(double val, int iteration, int order) throw(INTERP_KERNEL::Exception);
3456     void setStartTime(double val, int iteration, int order) throw(INTERP_KERNEL::Exception);
3457     void setEndTime(double val, int iteration, int order) throw(INTERP_KERNEL::Exception);
3458     void applyLin(double a, double b, int compoId) throw(INTERP_KERNEL::Exception);
3459     int getNumberOfComponents() const throw(INTERP_KERNEL::Exception);
3460     int getNumberOfTuples() const throw(INTERP_KERNEL::Exception);
3461     int getNumberOfValues() const throw(INTERP_KERNEL::Exception);
3462     void setTimeTolerance(double val) throw(INTERP_KERNEL::Exception);
3463     double getTimeTolerance() const throw(INTERP_KERNEL::Exception);
3464     void setIteration(int it) throw(INTERP_KERNEL::Exception);
3465     void setEndIteration(int it) throw(INTERP_KERNEL::Exception);
3466     void setOrder(int order) throw(INTERP_KERNEL::Exception);
3467     void setEndOrder(int order) throw(INTERP_KERNEL::Exception);
3468     void setTimeValue(double val) throw(INTERP_KERNEL::Exception);
3469     void setEndTimeValue(double val) throw(INTERP_KERNEL::Exception);
3470     void changeUnderlyingMesh(const MEDCouplingMesh *other, int levOfCheck, double precOnMesh, double eps=1e-15) throw(INTERP_KERNEL::Exception);
3471     void substractInPlaceDM(const MEDCouplingFieldDouble *f, int levOfCheck, double precOnMesh, double eps=1e-15) throw(INTERP_KERNEL::Exception);
3472     bool mergeNodes(double eps, double epsOnVals=1e-15) throw(INTERP_KERNEL::Exception);
3473     bool mergeNodes2(double eps, double epsOnVals=1e-15) throw(INTERP_KERNEL::Exception);
3474     bool zipCoords(double epsOnVals=1e-15) throw(INTERP_KERNEL::Exception);
3475     bool zipConnectivity(int compType,double epsOnVals=1e-15) throw(INTERP_KERNEL::Exception);
3476     bool simplexize(int policy) throw(INTERP_KERNEL::Exception);
3477     MEDCouplingFieldDouble *doublyContractedProduct() const throw(INTERP_KERNEL::Exception);
3478     MEDCouplingFieldDouble *determinant() const throw(INTERP_KERNEL::Exception);
3479     MEDCouplingFieldDouble *eigenValues() const throw(INTERP_KERNEL::Exception);
3480     MEDCouplingFieldDouble *eigenVectors() const throw(INTERP_KERNEL::Exception);
3481     MEDCouplingFieldDouble *inverse() const throw(INTERP_KERNEL::Exception);
3482     MEDCouplingFieldDouble *trace() const throw(INTERP_KERNEL::Exception);
3483     MEDCouplingFieldDouble *deviator() const throw(INTERP_KERNEL::Exception);
3484     MEDCouplingFieldDouble *magnitude() const throw(INTERP_KERNEL::Exception);
3485     MEDCouplingFieldDouble *maxPerTuple() const throw(INTERP_KERNEL::Exception);
3486     void changeNbOfComponents(int newNbOfComp, double dftValue=0.) throw(INTERP_KERNEL::Exception);
3487     void sortPerTuple(bool asc) throw(INTERP_KERNEL::Exception);
3488     MEDCouplingFieldDouble &operator=(double value) throw(INTERP_KERNEL::Exception);
3489     void fillFromAnalytic(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception);
3490     void fillFromAnalytic2(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception);
3491     void fillFromAnalytic3(int nbOfComp, const std::vector<std::string>& varsOrder, const char *func) throw(INTERP_KERNEL::Exception);
3492     void applyFunc(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception);
3493     void applyFunc2(int nbOfComp, const char *func) throw(INTERP_KERNEL::Exception);
3494     void applyFunc3(int nbOfComp, const std::vector<std::string>& varsOrder, const char *func) throw(INTERP_KERNEL::Exception);
3495     void applyFunc(int nbOfComp, double val) throw(INTERP_KERNEL::Exception);
3496     void applyFunc(const char *func) throw(INTERP_KERNEL::Exception);
3497     void applyFuncFast32(const char *func) throw(INTERP_KERNEL::Exception);
3498     void applyFuncFast64(const char *func) throw(INTERP_KERNEL::Exception);
3499     double accumulate(int compId) const throw(INTERP_KERNEL::Exception);
3500     double getMaxValue() const throw(INTERP_KERNEL::Exception);
3501     double getMinValue() const throw(INTERP_KERNEL::Exception);
3502     double getAverageValue() const throw(INTERP_KERNEL::Exception);
3503     double norm2() const throw(INTERP_KERNEL::Exception);
3504     double normMax() const throw(INTERP_KERNEL::Exception);
3505     //do not put a default value to isWAbs because confusion in python with overloaded getWeightedAverageValue method
3506     double getWeightedAverageValue(int compId, bool isWAbs) const throw(INTERP_KERNEL::Exception);
3507     double integral(int compId, bool isWAbs) const throw(INTERP_KERNEL::Exception);
3508     double normL1(int compId) const throw(INTERP_KERNEL::Exception);
3509     double normL2(int compId) const throw(INTERP_KERNEL::Exception);
3510     DataArrayInt *getIdsInRange(double vmin, double vmax) const throw(INTERP_KERNEL::Exception);
3511     MEDCouplingFieldDouble *buildSubPartRange(int begin, int end, int step) const throw(INTERP_KERNEL::Exception);
3512     static MEDCouplingFieldDouble *MergeFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3513     static MEDCouplingFieldDouble *MeldFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3514     static MEDCouplingFieldDouble *DotFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3515     MEDCouplingFieldDouble *dot(const MEDCouplingFieldDouble& other) const throw(INTERP_KERNEL::Exception);
3516     static MEDCouplingFieldDouble *CrossProductFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3517     MEDCouplingFieldDouble *crossProduct(const MEDCouplingFieldDouble& other) const throw(INTERP_KERNEL::Exception);
3518     static MEDCouplingFieldDouble *MaxFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3519     MEDCouplingFieldDouble *max(const MEDCouplingFieldDouble& other) const throw(INTERP_KERNEL::Exception);
3520     static MEDCouplingFieldDouble *MinFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3521     static MEDCouplingFieldDouble *AddFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3522     static MEDCouplingFieldDouble *SubstractFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3523     static MEDCouplingFieldDouble *MultiplyFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3524     static MEDCouplingFieldDouble *DivideFields(const MEDCouplingFieldDouble *f1, const MEDCouplingFieldDouble *f2) throw(INTERP_KERNEL::Exception);
3525     MEDCouplingFieldDouble *min(const MEDCouplingFieldDouble& other) const throw(INTERP_KERNEL::Exception);
3526     MEDCouplingFieldDouble *negate() const throw(INTERP_KERNEL::Exception);
3527     %extend {
3528       MEDCouplingFieldDouble(TypeOfField type, TypeOfTimeDiscretization td=ONE_TIME)
3529       {
3530         return MEDCouplingFieldDouble::New(type,td);
3531       }
3532
3533       MEDCouplingFieldDouble(const MEDCouplingFieldTemplate& ft, TypeOfTimeDiscretization td=ONE_TIME)
3534       {
3535         return MEDCouplingFieldDouble::New(ft,td);
3536       }
3537
3538       std::string __str__() const throw(INTERP_KERNEL::Exception)
3539       {
3540         return self->simpleRepr();
3541       }
3542
3543       std::string __repr__() const throw(INTERP_KERNEL::Exception)
3544       {
3545         std::ostringstream oss;
3546         self->reprQuickOverview(oss);
3547         return oss.str();
3548       }
3549
3550       DataArrayDouble *getArray() throw(INTERP_KERNEL::Exception)
3551       {
3552         DataArrayDouble *ret=self->getArray();
3553         if(ret)
3554           ret->incrRef();
3555         return ret;
3556       }
3557
3558       PyObject *getArrays() const throw(INTERP_KERNEL::Exception)
3559       {
3560         std::vector<DataArrayDouble *> arrs=self->getArrays();
3561         for(std::vector<DataArrayDouble *>::iterator it=arrs.begin();it!=arrs.end();it++)
3562           if(*it)
3563             (*it)->incrRef();
3564         int sz=arrs.size();
3565         PyObject *ret=PyTuple_New(sz);
3566         for(int i=0;i<sz;i++)
3567           {
3568             if(arrs[i])
3569               PyTuple_SetItem(ret,i,SWIG_NewPointerObj(SWIG_as_voidptr(arrs[i]),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
3570             else
3571               PyTuple_SetItem(ret,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, 0 | 0 ));
3572           }
3573         return ret;
3574       }
3575
3576       void setArrays(PyObject *ls) throw(INTERP_KERNEL::Exception)
3577       {
3578         std::vector<const DataArrayDouble *> tmp;
3579         convertFromPyObjVectorOfObj<const DataArrayDouble *>(ls,SWIGTYPE_p_ParaMEDMEM__DataArrayDouble,"DataArrayDouble",tmp);
3580         int sz=tmp.size();
3581         std::vector<DataArrayDouble *> arrs(sz);
3582         for(int i=0;i<sz;i++)
3583           arrs[i]=const_cast<DataArrayDouble *>(tmp[i]);
3584         self->setArrays(arrs);
3585       }
3586
3587       DataArrayDouble *getEndArray() throw(INTERP_KERNEL::Exception)
3588       {
3589         DataArrayDouble *ret=self->getEndArray();
3590         if(ret)
3591           ret->incrRef();
3592         return ret;
3593       }
3594
3595       PyObject *getValueOn(PyObject *sl) const throw(INTERP_KERNEL::Exception)
3596       {
3597         double val;
3598         DataArrayDouble *a;
3599         DataArrayDoubleTuple *aa;
3600         std::vector<double> bb;
3601         int sw;
3602         const MEDCouplingMesh *mesh=self->getMesh();
3603         if(!mesh)
3604           throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingFieldDouble::getValueOn : no underlying mesh !");
3605         int spaceDim=mesh->getSpaceDimension();
3606         const char msg[]="Python wrap of MEDCouplingFieldDouble::getValueOn : ";
3607         const double *spaceLoc=convertObjToPossibleCpp5_Safe(sl,sw,val,a,aa,bb,msg,1,spaceDim,true);
3608         //
3609         int sz=self->getNumberOfComponents();
3610         INTERP_KERNEL::AutoPtr<double> res=new double[sz];
3611         self->getValueOn(spaceLoc,res);
3612         return convertDblArrToPyList(res,sz);
3613       }
3614
3615        PyObject *getValueOnPos(int i, int j, int k) const throw(INTERP_KERNEL::Exception)
3616        {
3617          int sz=self->getNumberOfComponents();
3618          INTERP_KERNEL::AutoPtr<double> res=new double[sz];
3619          self->getValueOnPos(i,j,k,res);
3620          return convertDblArrToPyList(res,sz);
3621        }
3622
3623       DataArrayDouble *getValueOnMulti(PyObject *li) const throw(INTERP_KERNEL::Exception)
3624       {
3625         void *da=0;
3626         int res1=SWIG_ConvertPtr(li,&da,SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, 0 |  0 );
3627         if (!SWIG_IsOK(res1))
3628           {
3629             int size;
3630             INTERP_KERNEL::AutoCPtr<double> tmp=convertPyToNewDblArr2(li,&size);
3631             const MEDCouplingMesh *mesh=self->getMesh();
3632             if(!mesh)
3633               throw INTERP_KERNEL::Exception("Python wrap MEDCouplingFieldDouble::getValueOnMulti : lying on a null mesh !");
3634             int spaceDim=mesh->getSpaceDimension();
3635             int nbOfPoints=size/spaceDim;
3636             if(size%spaceDim!=0)
3637               {
3638                 throw INTERP_KERNEL::Exception("Invalid list length ! Must be a multiple of self.getMesh().getSpaceDimension() !");
3639               }
3640             return self->getValueOnMulti(tmp,nbOfPoints);
3641           }
3642         else
3643           {
3644             DataArrayDouble *da2=reinterpret_cast< DataArrayDouble * >(da);
3645             if(!da2)
3646               throw INTERP_KERNEL::Exception("Not null DataArrayDouble instance expected !");
3647             da2->checkAllocated();
3648             int size=da2->getNumberOfTuples();
3649             int nbOfCompo=da2->getNumberOfComponents();
3650             const MEDCouplingMesh *mesh=self->getMesh();
3651             if(!mesh)
3652               throw INTERP_KERNEL::Exception("Python wrap MEDCouplingFieldDouble::getValueOnMulti : lying on a null mesh !");
3653             if(nbOfCompo!=mesh->getSpaceDimension())
3654               {
3655                 throw INTERP_KERNEL::Exception("Invalid DataArrayDouble nb of components ! Expected same as self.getMesh().getSpaceDimension() !");
3656               }
3657             return self->getValueOnMulti(da2->getConstPointer(),size);
3658           }
3659       }
3660
3661       PyObject *getValueOn(PyObject *sl, double time) const throw(INTERP_KERNEL::Exception)
3662       {
3663         double val;
3664         DataArrayDouble *a;
3665         DataArrayDoubleTuple *aa;
3666         std::vector<double> bb;
3667         int sw;
3668         const MEDCouplingMesh *mesh=self->getMesh();
3669         if(!mesh)
3670           throw INTERP_KERNEL::Exception("Python wrap of MEDCouplingFieldDouble::getValueOn : no underlying mesh !");
3671         int spaceDim=mesh->getSpaceDimension();
3672         const char msg[]="Python wrap of MEDCouplingFieldDouble::getValueOn : ";
3673         const double *spaceLoc=convertObjToPossibleCpp5_Safe(sl,sw,val,a,aa,bb,msg,1,spaceDim,true);
3674         //
3675         //
3676         int sz=self->getNumberOfComponents();
3677         INTERP_KERNEL::AutoPtr<double> res=new double[sz];
3678         self->getValueOn(spaceLoc,time,res);
3679         return convertDblArrToPyList(res,sz);
3680       }
3681
3682       void setValues(PyObject *li, PyObject *nbOfTuples=0, PyObject *nbOfComp=0) throw(INTERP_KERNEL::Exception)
3683       {
3684         if(self->getArray()!=0)
3685           ParaMEDMEM_DataArrayDouble_setValues__SWIG_0(self->getArray(),li,nbOfTuples,nbOfComp);
3686         else
3687           {
3688             MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> arr=DataArrayDouble::New();
3689             ParaMEDMEM_DataArrayDouble_setValues__SWIG_0(arr,li,nbOfTuples,nbOfComp);
3690             self->setArray(arr);
3691           }
3692       }
3693       
3694       PyObject *getTime() throw(INTERP_KERNEL::Exception)
3695       {
3696         int tmp1,tmp2;
3697         double tmp0=self->getTime(tmp1,tmp2);
3698         PyObject *res = PyList_New(3);
3699         PyList_SetItem(res,0,SWIG_From_double(tmp0));
3700         PyList_SetItem(res,1,SWIG_From_int(tmp1));
3701         PyList_SetItem(res,2,SWIG_From_int(tmp2));
3702         return res;
3703       }
3704
3705       PyObject *getStartTime() throw(INTERP_KERNEL::Exception)
3706       {
3707         int tmp1,tmp2;
3708         double tmp0=self->getStartTime(tmp1,tmp2);
3709         PyObject *res = PyList_New(3);
3710         PyList_SetItem(res,0,SWIG_From_double(tmp0));
3711         PyList_SetItem(res,1,SWIG_From_int(tmp1));
3712         PyList_SetItem(res,2,SWIG_From_int(tmp2));
3713         return res;
3714       }
3715
3716       PyObject *getEndTime() throw(INTERP_KERNEL::Exception)
3717       {
3718         int tmp1,tmp2;
3719         double tmp0=self->getEndTime(tmp1,tmp2);
3720         PyObject *res = PyList_New(3);
3721         PyList_SetItem(res,0,SWIG_From_double(tmp0));
3722         PyList_SetItem(res,1,SWIG_From_int(tmp1));
3723         PyList_SetItem(res,2,SWIG_From_int(tmp2));
3724         return res;
3725       }
3726       PyObject *accumulate() const throw(INTERP_KERNEL::Exception)
3727       {
3728         int sz=self->getNumberOfComponents();
3729         INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
3730         self->accumulate(tmp);
3731         return convertDblArrToPyList(tmp,sz);
3732       }
3733       PyObject *integral(bool isWAbs) const throw(INTERP_KERNEL::Exception)
3734       {
3735         int sz=self->getNumberOfComponents();
3736         INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
3737         self->integral(isWAbs,tmp);
3738         return convertDblArrToPyList(tmp,sz);
3739       }
3740       PyObject *getWeightedAverageValue(bool isWAbs=true) const throw(INTERP_KERNEL::Exception)
3741       {
3742         int sz=self->getNumberOfComponents();
3743         INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
3744         self->getWeightedAverageValue(tmp,isWAbs);
3745         return convertDblArrToPyList(tmp,sz);
3746       }
3747       PyObject *normL1() const throw(INTERP_KERNEL::Exception)
3748       {
3749         int sz=self->getNumberOfComponents();
3750         INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
3751         self->normL1(tmp);
3752         return convertDblArrToPyList(tmp,sz);
3753       }
3754       PyObject *normL2() const throw(INTERP_KERNEL::Exception)
3755       {
3756         int sz=self->getNumberOfComponents();
3757         INTERP_KERNEL::AutoPtr<double> tmp=new double[sz];
3758         self->normL2(tmp);
3759         return convertDblArrToPyList(tmp,sz);
3760       }
3761       void renumberCells(PyObject *li, bool check=true) throw(INTERP_KERNEL::Exception)
3762       {
3763         int szArr,sw,iTypppArr;
3764         std::vector<int> stdvecTyyppArr;
3765         const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
3766         self->renumberCells(tmp,check);
3767       }
3768       
3769       void renumberCellsWithoutMesh(PyObject *li, bool check=true) throw(INTERP_KERNEL::Exception)
3770       {
3771         int szArr,sw,iTypppArr;
3772         std::vector<int> stdvecTyyppArr;
3773         const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
3774         self->renumberCellsWithoutMesh(tmp,check);
3775       }
3776       
3777       void renumberNodes(PyObject *li, double eps=1e-15) throw(INTERP_KERNEL::Exception)
3778       {
3779         int szArr,sw,iTypppArr;
3780         std::vector<int> stdvecTyyppArr;
3781         const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
3782         self->renumberNodes(tmp,eps);
3783       }
3784
3785       void renumberNodesWithoutMesh(PyObject *li, int newNbOfNodes, double eps=1e-15) throw(INTERP_KERNEL::Exception)
3786       {
3787         int szArr,sw,iTypppArr;
3788         std::vector<int> stdvecTyyppArr;
3789         const int *tmp=convertObjToPossibleCpp1_Safe(li,sw,szArr,iTypppArr,stdvecTyyppArr);
3790         self->renumberNodesWithoutMesh(tmp,newNbOfNodes,eps);
3791       }
3792
3793       MEDCouplingFieldDouble *buildSubPart(PyObject *li) const throw(INTERP_KERNEL::Exception)
3794       {
3795         int sw;
3796         int singleVal;
3797         std::vector<int> multiVal;
3798         std::pair<int, std::pair<int,int> > slic;
3799         ParaMEDMEM::DataArrayInt *daIntTyypp=0;
3800         const MEDCouplingMesh *mesh=self->getMesh();
3801         if(!mesh)
3802           throw INTERP_KERNEL::Exception("MEDCouplingFieldDouble::buildSubPart : field lies on a null mesh !");
3803         int nbc=mesh->getNumberOfCells();
3804         convertObjToPossibleCpp2(li,nbc,sw,singleVal,multiVal,slic,daIntTyypp);
3805         switch(sw)
3806           {
3807           case 1:
3808             {
3809               if(singleVal>=nbc)
3810                 {
3811                   std::ostringstream oss;
3812                   oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
3813                   throw INTERP_KERNEL::Exception(oss.str().c_str());
3814                 }
3815               if(singleVal>=0)
3816                 return self->buildSubPart(&singleVal,&singleVal+1);
3817               else
3818                 {
3819                   if(nbc+singleVal>0)
3820                     {
3821                       int tmp=nbc+singleVal;
3822                       return self->buildSubPart(&tmp,&tmp+1);
3823                     }
3824                   else
3825                     {
3826                       std::ostringstream oss;
3827                       oss << "Requesting for cell id " << singleVal << " having only " << nbc << " cells !";
3828                       throw INTERP_KERNEL::Exception(oss.str().c_str());
3829                     }
3830                 }
3831             }
3832           case 2:
3833             {
3834               return self->buildSubPart(&multiVal[0],&multiVal[0]+multiVal.size());
3835             }
3836           case 3:
3837             {
3838               return self->buildSubPartRange(slic.first,slic.second.first,slic.second.second);
3839             }
3840           case 4:
3841             {
3842               if(!daIntTyypp)
3843                 throw INTERP_KERNEL::Exception("MEDCouplingFieldDouble::buildSubPart : null instance has been given in input !");
3844               daIntTyypp->checkAllocated();
3845               return self->buildSubPart(daIntTyypp->begin(),daIntTyypp->end());
3846             }
3847           default:
3848             throw INTERP_KERNEL::Exception("MEDCouplingFieldDouble::buildSubPart : unrecognized type in input ! Possibilities are : int, list or tuple of int DataArrayInt instance !");
3849           }
3850       }
3851
3852       MEDCouplingFieldDouble *__getitem__(PyObject *li) const throw(INTERP_KERNEL::Exception)
3853       {
3854         const char msg[]="MEDCouplingFieldDouble::__getitem__ : invalid call  Available API are : \n-myField[dataArrayInt]\n-myField[slice]\n-myField[pythonListOfCellIds]\n-myField[integer]\n-myField[dataArrayInt,1]\n-myField[slice,1]\n-myField[pythonListOfCellIds,1]\n-myField[integer,1]\n";
3855         if(PyTuple_Check(li))
3856           {
3857             Py_ssize_t sz=PyTuple_Size(li);
3858             if(sz!=2)
3859               throw INTERP_KERNEL::Exception(msg);
3860             PyObject *elt0=PyTuple_GetItem(li,0),*elt1=PyTuple_GetItem(li,1);
3861             int sw;
3862             int singleVal;
3863             std::vector<int> multiVal;
3864             std::pair<int, std::pair<int,int> > slic;
3865             ParaMEDMEM::DataArrayInt *daIntTyypp=0;
3866             if(!self->getArray())
3867               throw INTERP_KERNEL::Exception("MEDCouplingFieldDouble::__getitem__ : no array set on field to deduce number of components !");
3868             try
3869               { convertObjToPossibleCpp2(elt1,self->getArray()->getNumberOfComponents(),sw,singleVal,multiVal,slic,daIntTyypp); }
3870             catch(INTERP_KERNEL::Exception& e)
3871               { std::ostringstream oss; oss << "MEDCouplingFieldDouble::__getitem__ : invalid type in 2nd parameter (compo) !" << e.what(); throw INTERP_KERNEL::Exception(oss.str().c_str()); }
3872             MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret0=ParaMEDMEM_MEDCouplingFieldDouble_buildSubPart(self,elt0);
3873             DataArrayDouble *ret0Arr=ret0->getArray();
3874             if(!ret0Arr)
3875               throw INTERP_KERNEL::Exception("MEDCouplingFieldDouble::__getitem__ : no array exists to apply restriction on component on it !");
3876             switch(sw)
3877               {
3878               case 1:
3879                 {
3880                   std::vector<int> v2(1,singleVal);
3881                   MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aarr=static_cast<DataArrayDouble *>(ret0Arr->keepSelectedComponents(v2));
3882                   ret0->setArray(aarr);
3883                   return ret0.retn();
3884                 }
3885               case 2:
3886                 {
3887                   MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aarr=static_cast<DataArrayDouble *>(ret0Arr->keepSelectedComponents(multiVal));
3888                   ret0->setArray(aarr);
3889                   return ret0.retn();
3890                 }
3891               case 3:
3892                 {
3893                   int nbOfComp=DataArray::GetNumberOfItemGivenBESRelative(slic.first,slic.second.first,slic.second.second,"MEDCouplingFieldDouble::__getitem__ : invalid range in 2nd parameter (components) !");
3894                   std::vector<int> v2(nbOfComp);
3895                   for(int i=0;i<nbOfComp;i++)
3896                     v2[i]=slic.first+i*slic.second.second;
3897                   MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aarr=static_cast<DataArrayDouble *>(ret0Arr->keepSelectedComponents(v2));
3898                   ret0->setArray(aarr);
3899                   return ret0.retn();
3900                 }
3901               default:
3902                 throw INTERP_KERNEL::Exception(msg);
3903               }
3904             
3905           }
3906         else
3907           return ParaMEDMEM_MEDCouplingFieldDouble_buildSubPart(self,li);
3908       }
3909
3910       PyObject *getMaxValue2() const throw(INTERP_KERNEL::Exception)
3911       {
3912         DataArrayInt *tmp;
3913         double r1=self->getMaxValue2(tmp);
3914         PyObject *ret=PyTuple_New(2);
3915         PyTuple_SetItem(ret,0,PyFloat_FromDouble(r1));
3916         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3917         return ret;
3918       }
3919       
3920       PyObject *getMinValue2() const throw(INTERP_KERNEL::Exception)
3921       {
3922         DataArrayInt *tmp;
3923         double r1=self->getMinValue2(tmp);
3924         PyObject *ret=PyTuple_New(2);
3925         PyTuple_SetItem(ret,0,PyFloat_FromDouble(r1));
3926         PyTuple_SetItem(ret,1,SWIG_NewPointerObj(SWIG_as_voidptr(tmp),SWIGTYPE_p_ParaMEDMEM__DataArrayInt, SWIG_POINTER_OWN | 0 ));
3927         return ret;
3928       }
3929       
3930       MEDCouplingFieldDouble *keepSelectedComponents(PyObject *li) const throw(INTERP_KERNEL::Exception)
3931       {
3932         std::vector<int> tmp;
3933         convertPyToNewIntArr3(li,tmp);
3934         return self->keepSelectedComponents(tmp);
3935       }
3936
3937       void setSelectedComponents(const MEDCouplingFieldDouble *f, PyObject *li) throw(INTERP_KERNEL::Exception)
3938       {
3939         std::vector<int> tmp;
3940         convertPyToNewIntArr3(li,tmp);
3941         self->setSelectedComponents(f,tmp);
3942       }
3943
3944       MEDCouplingFieldDouble *extractSlice3D(PyObject *origin, PyObject *vec, double eps) const throw(INTERP_KERNEL::Exception)
3945       {
3946         double val,val2;
3947         DataArrayDouble *a,*a2;
3948         DataArrayDoubleTuple *aa,*aa2;
3949         std::vector<double> bb,bb2;
3950         int sw;
3951         int spaceDim=3;
3952         const char msg[]="Python wrap of MEDCouplingFieldDouble::extractSlice3D : 1st paramater for origin.";
3953         const char msg2[]="Python wrap of MEDCouplingFieldDouble::extractSlice3D : 2nd paramater for vector.";
3954         const double *orig=convertObjToPossibleCpp5_Safe(origin,sw,val,a,aa,bb,msg,1,spaceDim,true);
3955         const double *vect=convertObjToPossibleCpp5_Safe(vec,sw,val2,a2,aa2,bb2,msg2,1,spaceDim,true);
3956         //
3957         return self->extractSlice3D(orig,vect,eps);
3958       }
3959
3960       MEDCouplingFieldDouble *__add__(PyObject *obj) throw(INTERP_KERNEL::Exception)
3961       {
3962         return ParaMEDMEM_MEDCouplingFieldDouble___add__Impl(self,obj);
3963       }
3964
3965       MEDCouplingFieldDouble *__radd__(PyObject *obj) throw(INTERP_KERNEL::Exception)
3966       {
3967         return ParaMEDMEM_MEDCouplingFieldDouble___radd__Impl(self,obj);
3968       }
3969
3970       MEDCouplingFieldDouble *__sub__(PyObject *obj) throw(INTERP_KERNEL::Exception)
3971       {
3972         const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__sub__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
3973         const char msg2[]="in MEDCouplingFieldDouble.__sub__ : self field has no Array of values set !";
3974         void *argp;
3975         //
3976         if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,0|0)))
3977           {
3978             MEDCouplingFieldDouble *other=reinterpret_cast< ParaMEDMEM::MEDCouplingFieldDouble * >(argp);
3979             if(other)
3980               return (*self)-(*other);
3981             else
3982               throw INTERP_KERNEL::Exception(msg);
3983           }
3984         //
3985         double val;
3986         DataArrayDouble *a;
3987         DataArrayDoubleTuple *aa;
3988         std::vector<double> bb;
3989         int sw;
3990         convertObjToPossibleCpp5(obj,sw,val,a,aa,bb);
3991         switch(sw)
3992           {
3993           case 1:
3994             {
3995               if(!self->getArray())
3996                 throw INTERP_KERNEL::Exception(msg2);
3997               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=self->getArray()->deepCpy();
3998               ret->applyLin(1.,-val);
3999               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4000               ret2->setArray(ret);
4001               return ret2.retn();
4002             }
4003           case 2:
4004             {
4005               if(!self->getArray())
4006                 throw INTERP_KERNEL::Exception(msg2);
4007               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=DataArrayDouble::Substract(self->getArray(),a);
4008               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4009               ret2->setArray(ret);
4010               return ret2.retn();
4011             }
4012           case 3:
4013             {
4014               if(!self->getArray())
4015                 throw INTERP_KERNEL::Exception(msg2);
4016               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4017               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=DataArrayDouble::Substract(self->getArray(),aaa);
4018               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4019               ret2->setArray(ret);
4020               return ret2.retn();
4021             }
4022           case 4:
4023             {
4024               if(!self->getArray())
4025                 throw INTERP_KERNEL::Exception(msg2);
4026               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4027               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=DataArrayDouble::Substract(self->getArray(),aaa);
4028               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4029               ret2->setArray(ret);
4030               return ret2.retn();
4031             }
4032           default:
4033             { throw INTERP_KERNEL::Exception(msg); }
4034           }
4035       }
4036
4037       MEDCouplingFieldDouble *__rsub__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4038       {
4039         return ParaMEDMEM_MEDCouplingFieldDouble___rsub__Impl(self,obj);
4040       }
4041
4042       MEDCouplingFieldDouble *__mul__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4043       {
4044         return ParaMEDMEM_MEDCouplingFieldDouble___mul__Impl(self,obj);
4045       }
4046
4047       MEDCouplingFieldDouble *__rmul__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4048       {
4049         return ParaMEDMEM_MEDCouplingFieldDouble___rmul__Impl(self,obj);
4050       }
4051
4052       MEDCouplingFieldDouble *__div__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4053       {
4054         const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__div__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4055         const char msg2[]="in MEDCouplingFieldDouble.__div__ : self field has no Array of values set !";
4056         void *argp;
4057         //
4058         if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,0|0)))
4059           {
4060             MEDCouplingFieldDouble *other=reinterpret_cast< ParaMEDMEM::MEDCouplingFieldDouble * >(argp);
4061             if(other)
4062               return (*self)/(*other);
4063             else
4064               throw INTERP_KERNEL::Exception(msg);
4065           }
4066         //
4067         double val;
4068         DataArrayDouble *a;
4069         DataArrayDoubleTuple *aa;
4070         std::vector<double> bb;
4071         int sw;
4072         convertObjToPossibleCpp5(obj,sw,val,a,aa,bb);
4073         switch(sw)
4074           {
4075           case 1:
4076             {
4077               if(val==0.)
4078                 throw INTERP_KERNEL::Exception("MEDCouplingFieldDouble.__div__ : trying to divide by zero !");
4079               if(!self->getArray())
4080                 throw INTERP_KERNEL::Exception(msg2);
4081               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=self->getArray()->deepCpy();
4082               ret->applyLin(1./val,0);
4083               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4084               ret2->setArray(ret);
4085               return ret2.retn();
4086             }
4087           case 2:
4088             {
4089               if(!self->getArray())
4090                 throw INTERP_KERNEL::Exception(msg2);
4091               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=DataArrayDouble::Divide(self->getArray(),a);
4092               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4093               ret2->setArray(ret);
4094               return ret2.retn();
4095             }
4096           case 3:
4097             {
4098               if(!self->getArray())
4099                 throw INTERP_KERNEL::Exception(msg2);
4100               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4101               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=DataArrayDouble::Divide(self->getArray(),aaa);
4102               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4103               ret2->setArray(ret);
4104               return ret2.retn();
4105             }
4106           case 4:
4107             {
4108               if(!self->getArray())
4109                 throw INTERP_KERNEL::Exception(msg2);
4110               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4111               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=DataArrayDouble::Divide(self->getArray(),aaa);
4112               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4113               ret2->setArray(ret);
4114               return ret2.retn();
4115             }
4116           default:
4117             { throw INTERP_KERNEL::Exception(msg); }
4118           }
4119       }
4120
4121       MEDCouplingFieldDouble *__rdiv__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4122       {
4123         return ParaMEDMEM_MEDCouplingFieldDouble___rdiv__Impl(self,obj);
4124       }
4125
4126       MEDCouplingFieldDouble *__pow__(PyObject *obj) throw(INTERP_KERNEL::Exception)
4127       {
4128         const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__pow__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4129         const char msg2[]="in MEDCouplingFieldDouble.__pow__ : self field has no Array of values set !";
4130         void *argp;
4131         //
4132         if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,0|0)))
4133           {
4134             MEDCouplingFieldDouble *other=reinterpret_cast< ParaMEDMEM::MEDCouplingFieldDouble * >(argp);
4135             if(other)
4136               return (*self)^(*other);
4137             else
4138               throw INTERP_KERNEL::Exception(msg);
4139           }
4140         //
4141         double val;
4142         DataArrayDouble *a;
4143         DataArrayDoubleTuple *aa;
4144         std::vector<double> bb;
4145         int sw;
4146         convertObjToPossibleCpp5(obj,sw,val,a,aa,bb);
4147         switch(sw)
4148           {
4149           case 1:
4150             {
4151               if(!self->getArray())
4152                 throw INTERP_KERNEL::Exception(msg2);
4153               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=self->getArray()->deepCpy();
4154               ret->applyPow(val);
4155               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4156               ret2->setArray(ret);
4157               return ret2.retn();
4158             }
4159           case 2:
4160             {
4161               if(!self->getArray())
4162                 throw INTERP_KERNEL::Exception(msg2);
4163               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=DataArrayDouble::Pow(self->getArray(),a);
4164               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4165               ret2->setArray(ret);
4166               return ret2.retn();
4167             }
4168           case 3:
4169             {
4170               if(!self->getArray())
4171                 throw INTERP_KERNEL::Exception(msg2);
4172               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4173               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=DataArrayDouble::Pow(self->getArray(),aaa);
4174               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4175               ret2->setArray(ret);
4176               return ret2.retn();
4177             }
4178           case 4:
4179             {
4180               if(!self->getArray())
4181                 throw INTERP_KERNEL::Exception(msg2);
4182               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4183               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ret=DataArrayDouble::Pow(self->getArray(),aaa);
4184               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4185               ret2->setArray(ret);
4186               return ret2.retn();
4187             }
4188           default:
4189             { throw INTERP_KERNEL::Exception(msg); }
4190           }
4191       }
4192
4193       MEDCouplingFieldDouble *__neg__() const throw(INTERP_KERNEL::Exception)
4194       {
4195         return self->negate();
4196       }
4197
4198       PyObject *___iadd___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4199       {
4200         const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__iadd__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4201         const char msg2[]="in MEDCouplingFieldDouble.__iadd__ : self field has no Array of values set !";
4202         void *argp;
4203         //
4204         if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,0|0)))
4205           {
4206             MEDCouplingFieldDouble *other=reinterpret_cast< ParaMEDMEM::MEDCouplingFieldDouble * >(argp);
4207             if(other)
4208               {
4209                 *self+=*other;
4210                 Py_XINCREF(trueSelf);
4211                 return trueSelf;
4212               }
4213             else
4214               throw INTERP_KERNEL::Exception(msg);
4215           }
4216         //
4217         double val;
4218         DataArrayDouble *a;
4219         DataArrayDoubleTuple *aa;
4220         std::vector<double> bb;
4221         int sw;
4222         convertObjToPossibleCpp5(obj,sw,val,a,aa,bb);
4223         switch(sw)
4224           {
4225           case 1:
4226             {
4227               if(!self->getArray())
4228                 throw INTERP_KERNEL::Exception(msg2);
4229               self->getArray()->applyLin(1.,val);
4230               Py_XINCREF(trueSelf);
4231               return trueSelf;
4232             }
4233           case 2:
4234             {
4235               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4236               ret2->setArray(a);
4237               *self+=*ret2;
4238               Py_XINCREF(trueSelf);
4239               return trueSelf;
4240             }
4241           case 3:
4242             {
4243               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4244               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4245               ret2->setArray(aaa);
4246               *self+=*ret2;
4247               Py_XINCREF(trueSelf);
4248               return trueSelf;
4249             }
4250           case 4:
4251             {
4252               if(!self->getArray())
4253                 throw INTERP_KERNEL::Exception(msg2);
4254               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4255               self->getArray()->addEqual(aaa);
4256               Py_XINCREF(trueSelf);
4257               return trueSelf;
4258             }
4259           default:
4260             { throw INTERP_KERNEL::Exception(msg); }
4261           }
4262       }
4263
4264       PyObject *___isub___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4265       {
4266         const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__isub__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4267         const char msg2[]="in MEDCouplingFieldDouble.__isub__ : self field has no Array of values set !";
4268         void *argp;
4269         //
4270         if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,0|0)))
4271           {
4272             MEDCouplingFieldDouble *other=reinterpret_cast< ParaMEDMEM::MEDCouplingFieldDouble * >(argp);
4273             if(other)
4274               {
4275                 *self-=*other;
4276                 Py_XINCREF(trueSelf);
4277                 return trueSelf;
4278               }
4279             else
4280               throw INTERP_KERNEL::Exception(msg);
4281           }
4282         //
4283         double val;
4284         DataArrayDouble *a;
4285         DataArrayDoubleTuple *aa;
4286         std::vector<double> bb;
4287         int sw;
4288         convertObjToPossibleCpp5(obj,sw,val,a,aa,bb);
4289         switch(sw)
4290           {
4291           case 1:
4292             {
4293               if(!self->getArray())
4294                 throw INTERP_KERNEL::Exception(msg2);
4295               self->getArray()->applyLin(1.,-val);
4296               Py_XINCREF(trueSelf);
4297               return trueSelf;
4298             }
4299           case 2:
4300             {
4301               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4302               ret2->setArray(a);
4303               *self-=*ret2;
4304               Py_XINCREF(trueSelf);
4305               return trueSelf;
4306             }
4307           case 3:
4308             {
4309               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4310               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4311               ret2->setArray(aaa);
4312               *self-=*ret2;
4313               Py_XINCREF(trueSelf);
4314               return trueSelf;
4315             }
4316           case 4:
4317             {
4318               if(!self->getArray())
4319                 throw INTERP_KERNEL::Exception(msg2);
4320               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4321               self->getArray()->substractEqual(aaa);
4322               Py_XINCREF(trueSelf);
4323               return trueSelf;
4324             }
4325           default:
4326             { throw INTERP_KERNEL::Exception(msg); }
4327           }
4328       }
4329
4330       PyObject *___imul___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4331       {
4332         const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__imul__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4333         const char msg2[]="in MEDCouplingFieldDouble.__imul__ : self field has no Array of values set !";
4334         void *argp;
4335         //
4336         if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,0|0)))
4337           {
4338             MEDCouplingFieldDouble *other=reinterpret_cast< ParaMEDMEM::MEDCouplingFieldDouble * >(argp);
4339             if(other)
4340               {
4341                 *self*=*other;
4342                 Py_XINCREF(trueSelf);
4343                 return trueSelf;
4344               }
4345             else
4346               throw INTERP_KERNEL::Exception(msg);
4347           }
4348         //
4349         double val;
4350         DataArrayDouble *a;
4351         DataArrayDoubleTuple *aa;
4352         std::vector<double> bb;
4353         int sw;
4354         convertObjToPossibleCpp5(obj,sw,val,a,aa,bb);
4355         switch(sw)
4356           {
4357           case 1:
4358             {
4359               if(!self->getArray())
4360                 throw INTERP_KERNEL::Exception(msg2);
4361               self->getArray()->applyLin(val,0);
4362               Py_XINCREF(trueSelf);
4363               return trueSelf;
4364             }
4365           case 2:
4366             {
4367               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4368               ret2->setArray(a);
4369               *self*=*ret2;
4370               Py_XINCREF(trueSelf);
4371               return trueSelf;
4372             }
4373           case 3:
4374             {
4375               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4376               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4377               ret2->setArray(aaa);
4378               *self*=*ret2;
4379               Py_XINCREF(trueSelf);
4380               return trueSelf;
4381             }
4382           case 4:
4383             {
4384               if(!self->getArray())
4385                 throw INTERP_KERNEL::Exception(msg2);
4386               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4387               self->getArray()->multiplyEqual(aaa);
4388               Py_XINCREF(trueSelf);
4389               return trueSelf;
4390             }
4391           default:
4392             { throw INTERP_KERNEL::Exception(msg); }
4393           }
4394       }
4395
4396       PyObject *___idiv___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4397       {
4398         const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__idiv__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4399         const char msg2[]="in MEDCouplingFieldDouble.__idiv__ : self field has no Array of values set !";
4400         void *argp;
4401         //
4402         if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,0|0)))
4403           {
4404             MEDCouplingFieldDouble *other=reinterpret_cast< ParaMEDMEM::MEDCouplingFieldDouble * >(argp);
4405             if(other)
4406               {
4407                 *self/=*other;
4408                 Py_XINCREF(trueSelf);
4409                 return trueSelf;
4410               }
4411             else
4412               throw INTERP_KERNEL::Exception(msg);
4413           }
4414         //
4415         double val;
4416         DataArrayDouble *a;
4417         DataArrayDoubleTuple *aa;
4418         std::vector<double> bb;
4419         int sw;
4420         convertObjToPossibleCpp5(obj,sw,val,a,aa,bb);
4421         switch(sw)
4422           {
4423           case 1:
4424             {
4425               if(val==0.)
4426                 throw INTERP_KERNEL::Exception("MEDCouplingFieldDouble.__idiv__ : trying to divide by zero !");
4427               if(!self->getArray())
4428                 throw INTERP_KERNEL::Exception(msg2);
4429               self->getArray()->applyLin(1./val,0);
4430               Py_XINCREF(trueSelf);
4431               return trueSelf;
4432             }
4433           case 2:
4434             {
4435               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4436               ret2->setArray(a);
4437               *self/=*ret2;
4438               Py_XINCREF(trueSelf);
4439               return trueSelf;
4440             }
4441           case 3:
4442             {
4443               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4444               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4445               ret2->setArray(aaa);
4446               *self/=*ret2;
4447               Py_XINCREF(trueSelf);
4448               return trueSelf;
4449             }
4450           case 4:
4451             {
4452               if(!self->getArray())
4453                 throw INTERP_KERNEL::Exception(msg2);
4454               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4455               self->getArray()->divideEqual(aaa);
4456               Py_XINCREF(trueSelf);
4457               return trueSelf;
4458             }
4459           default:
4460             { throw INTERP_KERNEL::Exception(msg); }
4461           }
4462       }
4463
4464       PyObject *___ipow___(PyObject *trueSelf, PyObject *obj) throw(INTERP_KERNEL::Exception)
4465       {
4466         const char msg[]="Unexpected situation in MEDCouplingFieldDouble.__ipow__ ! Expecting a not null MEDCouplingFieldDouble or DataArrayDouble or DataArrayDoubleTuple instance, or a list of double, or a double.";
4467         const char msg2[]="in MEDCouplingFieldDouble.__ipow__ : self field has no Array of values set !";
4468         void *argp;
4469         //
4470         if(SWIG_IsOK(SWIG_ConvertPtr(obj,&argp,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,0|0)))
4471           {
4472             MEDCouplingFieldDouble *other=reinterpret_cast< ParaMEDMEM::MEDCouplingFieldDouble * >(argp);
4473             if(other)
4474               {
4475                 *self^=*other;
4476                 Py_XINCREF(trueSelf);
4477                 return trueSelf;
4478               }
4479             else
4480               throw INTERP_KERNEL::Exception(msg);
4481           }
4482         //
4483         double val;
4484         DataArrayDouble *a;
4485         DataArrayDoubleTuple *aa;
4486         std::vector<double> bb;
4487         int sw;
4488         convertObjToPossibleCpp5(obj,sw,val,a,aa,bb);
4489         switch(sw)
4490           {
4491           case 1:
4492             {
4493               if(!self->getArray())
4494                 throw INTERP_KERNEL::Exception(msg2);
4495               self->getArray()->applyPow(val);
4496               Py_XINCREF(trueSelf);
4497               return trueSelf;
4498             }
4499           case 2:
4500             {
4501               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4502               ret2->setArray(a);
4503               *self^=*ret2;
4504               Py_XINCREF(trueSelf);
4505               return trueSelf;
4506             }
4507           case 3:
4508             {
4509               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=aa->buildDADouble(1,self->getNumberOfComponents());
4510               MEDCouplingAutoRefCountObjectPtr<MEDCouplingFieldDouble> ret2=self->clone(false);
4511               ret2->setArray(aaa);
4512               *self^=*ret2;
4513               Py_XINCREF(trueSelf);
4514               return trueSelf;
4515             }
4516           case 4:
4517             {
4518               if(!self->getArray())
4519                 throw INTERP_KERNEL::Exception(msg2);
4520               MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> aaa=DataArrayDouble::New(); aaa->useArray(&bb[0],false,CPP_DEALLOC,1,(int)bb.size());
4521               self->getArray()->powEqual(aaa);
4522               Py_XINCREF(trueSelf);
4523               return trueSelf;
4524             }
4525           default:
4526             { throw INTERP_KERNEL::Exception(msg); }
4527           }
4528       }
4529
4530       static MEDCouplingFieldDouble *MergeFields(PyObject *li) throw(INTERP_KERNEL::Exception)
4531       {
4532         std::vector<const MEDCouplingFieldDouble *> tmp;
4533         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
4534         return MEDCouplingFieldDouble::MergeFields(tmp);
4535       }
4536
4537       static void WriteVTK(const char *fileName, PyObject *li) throw(INTERP_KERNEL::Exception)
4538       {
4539         std::vector<const MEDCouplingFieldDouble *> tmp;
4540         convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
4541         MEDCouplingFieldDouble::WriteVTK(fileName,tmp);
4542       }
4543     }
4544   };
4545
4546   class MEDCouplingMultiFields : public RefCountObject, public TimeLabel
4547   {
4548   public:
4549     int getNumberOfFields() const;
4550     MEDCouplingMultiFields *deepCpy() const;
4551     virtual std::string simpleRepr() const throw(INTERP_KERNEL::Exception);
4552     virtual std::string advancedRepr() const throw(INTERP_KERNEL::Exception);
4553     virtual bool isEqual(const MEDCouplingMultiFields *other, double meshPrec, double valsPrec) const;
4554     virtual bool isEqualWithoutConsideringStr(const MEDCouplingMultiFields *other, double meshPrec, double valsPrec) const;
4555     virtual void checkCoherency() const throw(INTERP_KERNEL::Exception);
4556     %extend
4557        {
4558          std::string __str__() const throw(INTERP_KERNEL::Exception)
4559          {
4560            return self->simpleRepr();
4561          }
4562          static MEDCouplingMultiFields *New(PyObject *li) throw(INTERP_KERNEL::Exception)
4563          {
4564            std::vector<const ParaMEDMEM::MEDCouplingFieldDouble *> tmp;
4565            convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
4566            int sz=tmp.size();
4567            std::vector<MEDCouplingFieldDouble *> fs(sz);
4568            for(int i=0;i<sz;i++)
4569              fs[i]=const_cast<MEDCouplingFieldDouble *>(tmp[i]);
4570            return MEDCouplingMultiFields::New(fs);
4571          }
4572          MEDCouplingMultiFields(PyObject *li) throw(INTERP_KERNEL::Exception)
4573          {
4574            std::vector<const ParaMEDMEM::MEDCouplingFieldDouble *> tmp;
4575            convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
4576            int sz=tmp.size();
4577            std::vector<MEDCouplingFieldDouble *> fs(sz);
4578            for(int i=0;i<sz;i++)
4579              fs[i]=const_cast<MEDCouplingFieldDouble *>(tmp[i]);
4580            return MEDCouplingMultiFields::New(fs);
4581          }
4582          PyObject *getFields() const
4583          {
4584            std::vector<const MEDCouplingFieldDouble *> fields=self->getFields();
4585            int sz=fields.size();
4586            PyObject *res = PyList_New(sz);
4587            for(int i=0;i<sz;i++)
4588              {
4589                if(fields[i])
4590                  {
4591                    fields[i]->incrRef();
4592                    PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(fields[i]),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 ));
4593                  }
4594                else
4595                  {
4596                    PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, 0 ));
4597                  }
4598              }
4599            return res;
4600          }
4601          PyObject *getFieldAtPos(int id) const throw(INTERP_KERNEL::Exception)
4602          {
4603            const MEDCouplingFieldDouble *ret=self->getFieldAtPos(id);
4604            if(ret)
4605              {
4606                ret->incrRef();
4607                return SWIG_NewPointerObj(SWIG_as_voidptr(ret),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, SWIG_POINTER_OWN | 0 );
4608              }
4609            else
4610              return SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble, 0 );
4611          }
4612          PyObject *getMeshes() const throw(INTERP_KERNEL::Exception)
4613          {
4614            std::vector<MEDCouplingMesh *> ms=self->getMeshes();
4615            int sz=ms.size();
4616            PyObject *res = PyList_New(sz);
4617            for(int i=0;i<sz;i++)
4618              {
4619                if(ms[i])
4620                  {
4621                    ms[i]->incrRef();
4622                    PyList_SetItem(res,i,convertMesh(ms[i], SWIG_POINTER_OWN | 0 ));
4623                  }
4624                else
4625                  {
4626                    PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, 0 ));
4627                  }
4628              }
4629            return res;
4630          }
4631          PyObject *getDifferentMeshes() const throw(INTERP_KERNEL::Exception)
4632          {
4633            std::vector<int> refs;
4634            std::vector<MEDCouplingMesh *> ms=self->getDifferentMeshes(refs);
4635            int sz=ms.size();
4636            PyObject *res = PyList_New(sz);
4637            for(int i=0;i<sz;i++)
4638              {
4639                if(ms[i])
4640                  {
4641                    ms[i]->incrRef();
4642                    PyList_SetItem(res,i,convertMesh(ms[i], SWIG_POINTER_OWN | 0 ));
4643                  }
4644                else
4645                  {
4646                    PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_ParaMEDMEM__MEDCouplingUMesh, 0 ));
4647                  }
4648              }
4649            //
4650            PyObject *ret=PyTuple_New(2);
4651            PyTuple_SetItem(ret,0,res);
4652            PyTuple_SetItem(ret,1,convertIntArrToPyList2(refs));
4653            return ret;
4654          }
4655          PyObject *getArrays() const throw(INTERP_KERNEL::Exception)
4656          {
4657            std::vector<DataArrayDouble *> ms=self->getArrays();
4658            int sz=ms.size();
4659            PyObject *res = PyList_New(sz);
4660            for(int i=0;i<sz;i++)
4661              {
4662                if(ms[i])
4663                  {
4664                    ms[i]->incrRef();
4665                    PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(ms[i]),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
4666                  }
4667                else
4668                  {
4669                    PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, 0 ));
4670                  }
4671              }
4672            return res;
4673          }
4674          PyObject *getDifferentArrays() const throw(INTERP_KERNEL::Exception)
4675          {
4676            std::vector< std::vector<int> > refs;
4677            std::vector<DataArrayDouble *> ms=self->getDifferentArrays(refs);
4678            int sz=ms.size();
4679            PyObject *res = PyList_New(sz);
4680            PyObject *res2 = PyList_New(sz);
4681            for(int i=0;i<sz;i++)
4682              {
4683                if(ms[i])
4684                  {
4685                    ms[i]->incrRef();
4686                    PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(ms[i]),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, SWIG_POINTER_OWN | 0 ));
4687                  }
4688                else
4689                  {
4690                    PyList_SetItem(res,i,SWIG_NewPointerObj(SWIG_as_voidptr(0),SWIGTYPE_p_ParaMEDMEM__DataArrayDouble, 0 ));
4691                  }
4692                PyList_SetItem(res2,i,convertIntArrToPyList2(refs[i]));
4693              }
4694            //
4695            PyObject *ret=PyTuple_New(2);
4696            PyTuple_SetItem(ret,0,res);
4697            PyTuple_SetItem(ret,1,res2);
4698            return ret;
4699          }
4700        }
4701   };
4702   
4703   class MEDCouplingDefinitionTime
4704   {
4705   public:
4706     MEDCouplingDefinitionTime();
4707     void assign(const MEDCouplingDefinitionTime& other);
4708     bool isEqual(const MEDCouplingDefinitionTime& other) const;
4709     double getTimeResolution() const;
4710     std::vector<double> getHotSpotsTime() const;
4711     %extend
4712       {
4713         std::string __str__() const throw(INTERP_KERNEL::Exception)
4714           {
4715             std::ostringstream oss;
4716             self->appendRepr(oss);
4717             return oss.str();
4718           }
4719
4720         PyObject *getIdsOnTimeRight(double tm) const throw(INTERP_KERNEL::Exception)
4721         {
4722           int meshId,arrId,arrIdInField,fieldId;
4723           self->getIdsOnTimeRight(tm,meshId,arrId,arrIdInField,fieldId);
4724           PyObject *res=PyList_New(4);
4725           PyList_SetItem(res,0,PyInt_FromLong(meshId));
4726           PyList_SetItem(res,1,PyInt_FromLong(arrId));
4727           PyList_SetItem(res,2,PyInt_FromLong(arrIdInField));
4728           PyList_SetItem(res,3,PyInt_FromLong(fieldId));
4729           return res;
4730         }
4731
4732         PyObject *getIdsOnTimeLeft(double tm) const throw(INTERP_KERNEL::Exception)
4733         {
4734           int meshId,arrId,arrIdInField,fieldId;
4735           self->getIdsOnTimeLeft(tm,meshId,arrId,arrIdInField,fieldId);
4736           PyObject *res=PyList_New(4);
4737           PyList_SetItem(res,0,PyInt_FromLong(meshId));
4738           PyList_SetItem(res,1,PyInt_FromLong(arrId));
4739           PyList_SetItem(res,2,PyInt_FromLong(arrIdInField));
4740           PyList_SetItem(res,3,PyInt_FromLong(fieldId));
4741           return res;
4742         }
4743       }
4744   };
4745
4746   class MEDCouplingFieldOverTime : public MEDCouplingMultiFields
4747   {
4748   public:
4749     double getTimeTolerance() const throw(INTERP_KERNEL::Exception);
4750     MEDCouplingDefinitionTime getDefinitionTimeZone() const;
4751     
4752     %extend
4753       {
4754         MEDCouplingFieldOverTime(PyObject *li) throw(INTERP_KERNEL::Exception)
4755           {
4756             std::vector<const ParaMEDMEM::MEDCouplingFieldDouble *> tmp;
4757             convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
4758             int sz=tmp.size();
4759             std::vector<MEDCouplingFieldDouble *> fs(sz);
4760             for(int i=0;i<sz;i++)
4761               fs[i]=const_cast<MEDCouplingFieldDouble *>(tmp[i]);
4762             return MEDCouplingFieldOverTime::New(fs);
4763           }
4764         std::string __str__() const throw(INTERP_KERNEL::Exception)
4765           {
4766             return self->simpleRepr();
4767           }
4768         static MEDCouplingFieldOverTime *New(PyObject *li) throw(INTERP_KERNEL::Exception)
4769         {
4770           std::vector<const ParaMEDMEM::MEDCouplingFieldDouble *> tmp;
4771           convertFromPyObjVectorOfObj<const ParaMEDMEM::MEDCouplingFieldDouble *>(li,SWIGTYPE_p_ParaMEDMEM__MEDCouplingFieldDouble,"MEDCouplingFieldDouble",tmp);
4772            int sz=tmp.size();
4773            std::vector<MEDCouplingFieldDouble *> fs(sz);
4774            for(int i=0;i<sz;i++)
4775              fs[i]=const_cast<MEDCouplingFieldDouble *>(tmp[i]);
4776            return MEDCouplingFieldOverTime::New(fs);
4777          }
4778       }
4779   };
4780 }
4781
4782 %pythoncode %{
4783 import os
4784 __filename=os.environ.get('PYTHONSTARTUP')
4785 if __filename and os.path.isfile(__filename):
4786   execfile(__filename)
4787   pass
4788 %}