Salome HOME
Further fix for CaseReader Py3 ...
[tools/medcoupling.git] / src / MEDLoader / Swig / MEDLoader.i
1 // Copyright (C) 2007-2016  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 // Author : Anthony Geay (CEA/DEN)
20
21 %module MEDLoader
22
23 %include "MEDLoaderCommon.i"
24
25 %pythoncode %{
26 def MEDCouplingDataArrayDoubleIadd(self,*args):
27     import _MEDLoader
28     return _MEDLoader.DataArrayDouble____iadd___(self, self, *args)
29 def MEDCouplingDataArrayDoubleIsub(self,*args):
30     import _MEDLoader
31     return _MEDLoader.DataArrayDouble____isub___(self, self, *args)
32 def MEDCouplingDataArrayDoubleImul(self,*args):
33     import _MEDLoader
34     return _MEDLoader.DataArrayDouble____imul___(self, self, *args)
35 def MEDCouplingDataArrayDoubleIdiv(self,*args):
36     import _MEDLoader
37     return _MEDLoader.DataArrayDouble____idiv___(self, self, *args)
38 def MEDCouplingDataArrayDoubleIpow(self,*args):
39     import _MEDLoader
40     return _MEDLoader.DataArrayDouble____ipow___(self, self, *args)
41 def MEDCouplingFieldDoubleIadd(self,*args):
42     import _MEDLoader
43     return _MEDLoader.MEDCouplingFieldDouble____iadd___(self, self, *args)
44 def MEDCouplingFieldDoubleIsub(self,*args):
45     import _MEDLoader
46     return _MEDLoader.MEDCouplingFieldDouble____isub___(self, self, *args)
47 def MEDCouplingFieldDoubleImul(self,*args):
48     import _MEDLoader
49     return _MEDLoader.MEDCouplingFieldDouble____imul___(self, self, *args)
50 def MEDCouplingFieldDoubleIdiv(self,*args):
51     import _MEDLoader
52     return _MEDLoader.MEDCouplingFieldDouble____idiv___(self, self, *args)
53 def MEDCouplingFieldDoubleIpow(self,*args):
54     import _MEDLoader
55     return _MEDLoader.MEDCouplingFieldDouble____ipow___(self, self, *args)
56 def MEDCouplingDataArrayFloatIadd(self,*args):
57     import _MEDLoader
58     return _MEDLoader.DataArrayFloat____iadd___(self, self, *args)
59 def MEDCouplingDataArrayFloatIsub(self,*args):
60     import _MEDLoader
61     return _MEDLoader.DataArrayFloat____isub___(self, self, *args)
62 def MEDCouplingDataArrayFloatImul(self,*args):
63     import _MEDLoader
64     return _MEDLoader.DataArrayFloat____imul___(self, self, *args)
65 def MEDCouplingDataArrayFloatIdiv(self,*args):
66     import _MEDLoader
67     return _MEDLoader.DataArrayFloat____idiv___(self, self, *args)
68 def MEDCouplingDataArrayIntIadd(self,*args):
69     import _MEDLoader
70     return _MEDLoader.DataArrayInt____iadd___(self, self, *args)
71 def MEDCouplingDataArrayIntIsub(self,*args):
72     import _MEDLoader
73     return _MEDLoader.DataArrayInt____isub___(self, self, *args)
74 def MEDCouplingDataArrayIntImul(self,*args):
75     import _MEDLoader
76     return _MEDLoader.DataArrayInt____imul___(self, self, *args)
77 def MEDCouplingDataArrayIntIdiv(self,*args):
78     import _MEDLoader
79     return _MEDLoader.DataArrayInt____idiv___(self, self, *args)
80 def MEDCouplingDataArrayIntImod(self,*args):
81     import _MEDLoader
82     return _MEDLoader.DataArrayInt____imod___(self, self, *args)
83 def MEDCouplingDataArrayIntIpow(self,*args):
84     import _MEDLoader
85     return _MEDLoader.DataArrayInt____ipow___(self, self, *args)
86 def MEDCouplingDataArrayDoubleTupleIadd(self,*args):
87     import _MEDLoader
88     return _MEDLoader.DataArrayDoubleTuple____iadd___(self, self, *args)
89 def MEDCouplingDataArrayDoubleTupleIsub(self,*args):
90     import _MEDLoader
91     return _MEDLoader.DataArrayDoubleTuple____isub___(self, self, *args)
92 def MEDCouplingDataArrayDoubleTupleImul(self,*args):
93     import _MEDLoader
94     return _MEDLoader.DataArrayDoubleTuple____imul___(self, self, *args)
95 def MEDCouplingDataArrayDoubleTupleIdiv(self,*args):
96     import _MEDLoader
97     return _MEDLoader.DataArrayDoubleTuple____idiv___(self, self, *args)
98 def MEDCouplingDataArrayIntTupleIadd(self,*args):
99     import _MEDLoader
100     return _MEDLoader.DataArrayIntTuple____iadd___(self, self, *args)
101 def MEDCouplingDataArrayIntTupleIsub(self,*args):
102     import _MEDLoader
103     return _MEDLoader.DataArrayIntTuple____isub___(self, self, *args)
104 def MEDCouplingDataArrayIntTupleImul(self,*args):
105     import _MEDLoader
106     return _MEDLoader.DataArrayIntTuple____imul___(self, self, *args)
107 def MEDCouplingDataArrayIntTupleIdiv(self,*args):
108     import _MEDLoader
109     return _MEDLoader.DataArrayIntTuple____idiv___(self, self, *args)
110 def MEDCouplingDataArrayIntTupleImod(self,*args):
111     import _MEDLoader
112     return _MEDLoader.DataArrayIntTuple____imod___(self, self, *args)
113 def MEDCouplingDenseMatrixIadd(self,*args):
114     import _MEDLoader
115     return _MEDLoader.DenseMatrix____iadd___(self, self, *args)
116 def MEDCouplingDenseMatrixIsub(self,*args):
117     import _MEDLoader
118     return _MEDLoader.DenseMatrix____isub___(self, self, *args)
119 %}
120
121 %include "MEDCouplingFinalize.i"
122
123 %include "MEDLoaderFinalize.i"