Salome HOME
Pickelization of (squashed merge of agy/PyPickelingOfMCObj) :
[modules/med.git] / src / MEDCoupling_Swig / MEDCoupling.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
20 %include "MEDCouplingCommon.i"
21
22 %pythoncode %{
23 def ParaMEDMEMDataArrayDoublenew(cls,*args):
24     import _MEDCoupling
25     return _MEDCoupling.DataArrayDouble____new___(cls,args)
26 def ParaMEDMEMDataArrayDoubleIadd(self,*args):
27     import _MEDCoupling
28     return _MEDCoupling.DataArrayDouble____iadd___(self, self, *args)
29 def ParaMEDMEMDataArrayDoubleIsub(self,*args):
30     import _MEDCoupling
31     return _MEDCoupling.DataArrayDouble____isub___(self, self, *args)
32 def ParaMEDMEMDataArrayDoubleImul(self,*args):
33     import _MEDCoupling
34     return _MEDCoupling.DataArrayDouble____imul___(self, self, *args)
35 def ParaMEDMEMDataArrayDoubleIdiv(self,*args):
36     import _MEDCoupling
37     return _MEDCoupling.DataArrayDouble____idiv___(self, self, *args)
38 def ParaMEDMEMDataArrayDoubleIpow(self,*args):
39     import _MEDCoupling
40     return _MEDCoupling.DataArrayDouble____ipow___(self, self, *args)
41 def ParaMEDMEMMEDCouplingFieldDoublenew(cls,*args):
42     import _MEDCoupling
43     return _MEDCoupling.MEDCouplingFieldDouble____new___(cls,args)
44 def ParaMEDMEMMEDCouplingFieldDoubleIadd(self,*args):
45     import _MEDCoupling
46     return _MEDCoupling.MEDCouplingFieldDouble____iadd___(self, self, *args)
47 def ParaMEDMEMMEDCouplingFieldDoubleIsub(self,*args):
48     import _MEDCoupling
49     return _MEDCoupling.MEDCouplingFieldDouble____isub___(self, self, *args)
50 def ParaMEDMEMMEDCouplingFieldDoubleImul(self,*args):
51     import _MEDCoupling
52     return _MEDCoupling.MEDCouplingFieldDouble____imul___(self, self, *args)
53 def ParaMEDMEMMEDCouplingFieldDoubleIdiv(self,*args):
54     import _MEDCoupling
55     return _MEDCoupling.MEDCouplingFieldDouble____idiv___(self, self, *args)
56 def ParaMEDMEMMEDCouplingFieldDoubleIpow(self,*args):
57     import _MEDCoupling
58     return _MEDCoupling.MEDCouplingFieldDouble____ipow___(self, self, *args)
59 def ParaMEDMEMDataArrayIntnew(cls,*args):
60     import _MEDCoupling
61     return _MEDCoupling.DataArrayInt____new___(cls,args)
62 def ParaMEDMEMDataArrayIntIadd(self,*args):
63     import _MEDCoupling
64     return _MEDCoupling.DataArrayInt____iadd___(self, self, *args)
65 def ParaMEDMEMDataArrayIntIsub(self,*args):
66     import _MEDCoupling
67     return _MEDCoupling.DataArrayInt____isub___(self, self, *args)
68 def ParaMEDMEMDataArrayIntImul(self,*args):
69     import _MEDCoupling
70     return _MEDCoupling.DataArrayInt____imul___(self, self, *args)
71 def ParaMEDMEMDataArrayIntIdiv(self,*args):
72     import _MEDCoupling
73     return _MEDCoupling.DataArrayInt____idiv___(self, self, *args)
74 def ParaMEDMEMDataArrayIntImod(self,*args):
75     import _MEDCoupling
76     return _MEDCoupling.DataArrayInt____imod___(self, self, *args)
77 def ParaMEDMEMDataArrayIntIpow(self,*args):
78     import _MEDCoupling
79     return _MEDCoupling.DataArrayInt____ipow___(self, self, *args)
80 def ParaMEDMEMDataArrayDoubleTupleIadd(self,*args):
81     import _MEDCoupling
82     return _MEDCoupling.DataArrayDoubleTuple____iadd___(self, self, *args)
83 def ParaMEDMEMDataArrayDoubleTupleIsub(self,*args):
84     import _MEDCoupling
85     return _MEDCoupling.DataArrayDoubleTuple____isub___(self, self, *args)
86 def ParaMEDMEMDataArrayDoubleTupleImul(self,*args):
87     import _MEDCoupling
88     return _MEDCoupling.DataArrayDoubleTuple____imul___(self, self, *args)
89 def ParaMEDMEMDataArrayDoubleTupleIdiv(self,*args):
90     import _MEDCoupling
91     return _MEDCoupling.DataArrayDoubleTuple____idiv___(self, self, *args)
92 def ParaMEDMEMDataArrayIntTupleIadd(self,*args):
93     import _MEDCoupling
94     return _MEDCoupling.DataArrayIntTuple____iadd___(self, self, *args)
95 def ParaMEDMEMDataArrayIntTupleIsub(self,*args):
96     import _MEDCoupling
97     return _MEDCoupling.DataArrayIntTuple____isub___(self, self, *args)
98 def ParaMEDMEMDataArrayIntTupleImul(self,*args):
99     import _MEDCoupling
100     return _MEDCoupling.DataArrayIntTuple____imul___(self, self, *args)
101 def ParaMEDMEMDataArrayIntTupleIdiv(self,*args):
102     import _MEDCoupling
103     return _MEDCoupling.DataArrayIntTuple____idiv___(self, self, *args)
104 def ParaMEDMEMDataArrayIntTupleImod(self,*args):
105     import _MEDCoupling
106     return _MEDCoupling.DataArrayIntTuple____imod___(self, self, *args)
107 def ParaMEDMEMDenseMatrixIadd(self,*args):
108     import _MEDCoupling
109     return _MEDCoupling.DenseMatrix____iadd___(self, self, *args)
110 def ParaMEDMEMDenseMatrixIsub(self,*args):
111     import _MEDCoupling
112     return _MEDCoupling.DenseMatrix____isub___(self, self, *args)
113 def ParaMEDMEMMEDCouplingUMeshnew(cls,*args):
114     import _MEDCoupling
115     return _MEDCoupling.MEDCouplingUMesh____new___(cls,args)
116 def ParaMEDMEMMEDCoupling1DGTUMeshnew(cls,*args):
117     import _MEDCoupling
118     return _MEDCoupling.MEDCoupling1DGTUMesh____new___(cls,args)
119 def ParaMEDMEMMEDCoupling1SGTUMeshnew(cls,*args):
120     import _MEDCoupling
121     return _MEDCoupling.MEDCoupling1SGTUMesh____new___(cls,args)
122 def ParaMEDMEMMEDCouplingCurveLinearMeshnew(cls,*args):
123     import _MEDCoupling
124     return _MEDCoupling.MEDCouplingCurveLinearMesh____new___(cls,args)
125 def ParaMEDMEMMEDCouplingCMeshnew(cls,*args):
126     import _MEDCoupling
127     return _MEDCoupling.MEDCouplingCMesh____new___(cls,args)
128 def ParaMEDMEMMEDCouplingIMeshnew(cls,*args):
129     import _MEDCoupling
130     return _MEDCoupling.MEDCouplingIMesh____new___(cls,args)
131 def ParaMEDMEMMEDCouplingExtrudedMeshnew(cls,*args):
132     import _MEDCoupling
133     return _MEDCoupling.MEDCouplingExtrudedMesh____new___(cls,args)
134 %}
135
136 %include "MEDCouplingFinalize.i"