Salome HOME
MEDCoupling API change - stage #1
[tools/medcoupling.git] / src / MEDLoader / Swig / MEDLoader.i
1 // Copyright (C) 2007-2015  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 %include "MEDLoaderCommon.i"
22
23 %pythoncode %{
24 def MEDCouplingDataArrayDoublenew(cls,*args):
25     import _MEDLoader
26     return _MEDLoader.DataArrayDouble____new___(cls,args)
27 def MEDCouplingDataArrayDoubleIadd(self,*args):
28     import _MEDLoader
29     return _MEDLoader.DataArrayDouble____iadd___(self, self, *args)
30 def MEDCouplingDataArrayDoubleIsub(self,*args):
31     import _MEDLoader
32     return _MEDLoader.DataArrayDouble____isub___(self, self, *args)
33 def MEDCouplingDataArrayDoubleImul(self,*args):
34     import _MEDLoader
35     return _MEDLoader.DataArrayDouble____imul___(self, self, *args)
36 def MEDCouplingDataArrayDoubleIdiv(self,*args):
37     import _MEDLoader
38     return _MEDLoader.DataArrayDouble____idiv___(self, self, *args)
39 def MEDCouplingDataArrayDoubleIpow(self,*args):
40     import _MEDLoader
41     return _MEDLoader.DataArrayDouble____ipow___(self, self, *args)
42 def MEDCouplingFieldDoublenew(cls,*args):
43     import _MEDLoader
44     return _MEDLoader.MEDCouplingFieldDouble____new___(cls,args)
45 def MEDCouplingFieldDoubleIadd(self,*args):
46     import _MEDLoader
47     return _MEDLoader.MEDCouplingFieldDouble____iadd___(self, self, *args)
48 def MEDCouplingFieldDoubleIsub(self,*args):
49     import _MEDLoader
50     return _MEDLoader.MEDCouplingFieldDouble____isub___(self, self, *args)
51 def MEDCouplingFieldDoubleImul(self,*args):
52     import _MEDLoader
53     return _MEDLoader.MEDCouplingFieldDouble____imul___(self, self, *args)
54 def MEDCouplingFieldDoubleIdiv(self,*args):
55     import _MEDLoader
56     return _MEDLoader.MEDCouplingFieldDouble____idiv___(self, self, *args)
57 def MEDCouplingFieldDoubleIpow(self,*args):
58     import _MEDLoader
59     return _MEDLoader.MEDCouplingFieldDouble____ipow___(self, self, *args)
60 def MEDCouplingDataArrayIntnew(cls,*args):
61     import _MEDLoader
62     return _MEDLoader.DataArrayInt____new___(cls,args)
63 def MEDCouplingDataArrayIntIadd(self,*args):
64     import _MEDLoader
65     return _MEDLoader.DataArrayInt____iadd___(self, self, *args)
66 def MEDCouplingDataArrayIntIsub(self,*args):
67     import _MEDLoader
68     return _MEDLoader.DataArrayInt____isub___(self, self, *args)
69 def MEDCouplingDataArrayIntImul(self,*args):
70     import _MEDLoader
71     return _MEDLoader.DataArrayInt____imul___(self, self, *args)
72 def MEDCouplingDataArrayIntIdiv(self,*args):
73     import _MEDLoader
74     return _MEDLoader.DataArrayInt____idiv___(self, self, *args)
75 def MEDCouplingDataArrayIntImod(self,*args):
76     import _MEDLoader
77     return _MEDLoader.DataArrayInt____imod___(self, self, *args)
78 def MEDCouplingDataArrayIntIpow(self,*args):
79     import _MEDLoader
80     return _MEDLoader.DataArrayInt____ipow___(self, self, *args)
81 def MEDCouplingDataArrayDoubleTupleIadd(self,*args):
82     import _MEDLoader
83     return _MEDLoader.DataArrayDoubleTuple____iadd___(self, self, *args)
84 def MEDCouplingDataArrayDoubleTupleIsub(self,*args):
85     import _MEDLoader
86     return _MEDLoader.DataArrayDoubleTuple____isub___(self, self, *args)
87 def MEDCouplingDataArrayDoubleTupleImul(self,*args):
88     import _MEDLoader
89     return _MEDLoader.DataArrayDoubleTuple____imul___(self, self, *args)
90 def MEDCouplingDataArrayDoubleTupleIdiv(self,*args):
91     import _MEDLoader
92     return _MEDLoader.DataArrayDoubleTuple____idiv___(self, self, *args)
93 def MEDCouplingDataArrayIntTupleIadd(self,*args):
94     import _MEDLoader
95     return _MEDLoader.DataArrayIntTuple____iadd___(self, self, *args)
96 def MEDCouplingDataArrayIntTupleIsub(self,*args):
97     import _MEDLoader
98     return _MEDLoader.DataArrayIntTuple____isub___(self, self, *args)
99 def MEDCouplingDataArrayIntTupleImul(self,*args):
100     import _MEDLoader
101     return _MEDLoader.DataArrayIntTuple____imul___(self, self, *args)
102 def MEDCouplingDataArrayIntTupleIdiv(self,*args):
103     import _MEDLoader
104     return _MEDLoader.DataArrayIntTuple____idiv___(self, self, *args)
105 def MEDCouplingDataArrayIntTupleImod(self,*args):
106     import _MEDLoader
107     return _MEDLoader.DataArrayIntTuple____imod___(self, self, *args)
108 def ParaMEDMEMDenseMatrixIadd(self,*args):
109     import _MEDLoader
110     return _MEDLoader.DenseMatrix____iadd___(self, self, *args)
111 def ParaMEDMEMDenseMatrixIsub(self,*args):
112     import _MEDLoader
113     return _MEDLoader.DenseMatrix____isub___(self, self, *args)
114 def MEDCouplingUMeshnew(cls,*args):
115     import _MEDLoader
116     return _MEDLoader.MEDCouplingUMesh____new___(cls,args)
117 def MEDCoupling1DGTUMeshnew(cls,*args):
118     import _MEDLoader
119     return _MEDLoader.MEDCoupling1DGTUMesh____new___(cls,args)
120 def MEDCoupling1SGTUMeshnew(cls,*args):
121     import _MEDLoader
122     return _MEDLoader.MEDCoupling1SGTUMesh____new___(cls,args)
123 def MEDCouplingCurveLinearMeshnew(cls,*args):
124     import _MEDLoader
125     return _MEDLoader.MEDCouplingCurveLinearMesh____new___(cls,args)
126 def MEDCouplingCMeshnew(cls,*args):
127     import _MEDLoader
128     return _MEDLoader.MEDCouplingCMesh____new___(cls,args)
129 def MEDCouplingIMeshnew(cls,*args):
130     import _MEDLoader
131     return _MEDLoader.MEDCouplingIMesh____new___(cls,args)
132 def MEDCouplingExtrudedMeshnew(cls,*args):
133     import _MEDLoader
134     return _MEDLoader.MEDCouplingMappedExtrudedMesh____new___(cls,args)
135 %}
136
137 %pythoncode %{
138 def ParaMEDMEMMEDFileUMeshnew(cls,*args):
139     import _MEDLoader
140     return _MEDLoader.MEDFileUMesh____new___(cls,args)
141 %}
142
143 %include "MEDCouplingFinalize.i"
144
145 %pythoncode %{
146 MEDFileUMesh.__new__=classmethod(ParaMEDMEMMEDFileUMeshnew)
147 del ParaMEDMEMMEDFileUMeshnew
148 %}