]> SALOME platform Git repositories - tools/medcoupling.git/blob - src/MEDCoupling_Swig/MEDCouplingFinalize.i
Salome HOME
On the road
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingFinalize.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
20 %pythoncode %{
21 InterpKernelException.__reduce__=INTERPKERNELExceptionReduce
22 DataArrayDouble.__new__=classmethod(MEDCouplingDataArrayDoublenew)
23 DataArrayDouble.__iadd__=MEDCouplingDataArrayDoubleIadd
24 DataArrayDouble.__isub__=MEDCouplingDataArrayDoubleIsub
25 DataArrayDouble.__imul__=MEDCouplingDataArrayDoubleImul
26 DataArrayDouble.__idiv__=MEDCouplingDataArrayDoubleIdiv
27 DataArrayDouble.__ipow__=MEDCouplingDataArrayDoubleIpow
28
29 DataArrayInt.__new__=classmethod(MEDCouplingDataArrayIntnew)
30 DataArrayInt.__iadd__=MEDCouplingDataArrayIntIadd
31 DataArrayInt.__isub__=MEDCouplingDataArrayIntIsub
32 DataArrayInt.__imul__=MEDCouplingDataArrayIntImul
33 DataArrayInt.__idiv__=MEDCouplingDataArrayIntIdiv
34 DataArrayInt.__imod__=MEDCouplingDataArrayIntImod
35 DataArrayInt.__ipow__=MEDCouplingDataArrayIntIpow
36
37 DataArrayByte.__new__=classmethod(MEDCouplingDataArrayBytenew)
38
39 DataArrayFloat.__imul__=MEDCouplingDataArrayFloatImul
40
41 MEDCouplingFieldDouble.__iadd__=MEDCouplingFieldDoubleIadd
42 MEDCouplingFieldDouble.__isub__=MEDCouplingFieldDoubleIsub
43 MEDCouplingFieldDouble.__imul__=MEDCouplingFieldDoubleImul
44 MEDCouplingFieldDouble.__idiv__=MEDCouplingFieldDoubleIdiv
45 MEDCouplingFieldDouble.__ipow__=MEDCouplingFieldDoubleIpow
46
47 DataArrayDoubleTuple.__iadd__=MEDCouplingDataArrayDoubleTupleIadd
48 DataArrayDoubleTuple.__isub__=MEDCouplingDataArrayDoubleTupleIsub
49 DataArrayDoubleTuple.__imul__=MEDCouplingDataArrayDoubleTupleImul
50 DataArrayDoubleTuple.__idiv__=MEDCouplingDataArrayDoubleTupleIdiv
51
52 DataArrayIntTuple.__iadd__=MEDCouplingDataArrayIntTupleIadd
53 DataArrayIntTuple.__isub__=MEDCouplingDataArrayIntTupleIsub
54 DataArrayIntTuple.__imul__=MEDCouplingDataArrayIntTupleImul
55 DataArrayIntTuple.__idiv__=MEDCouplingDataArrayIntTupleIdiv
56 DataArrayIntTuple.__imod__=MEDCouplingDataArrayIntTupleImod
57
58 DenseMatrix.__iadd__=ParaMEDMEMDenseMatrixIadd
59 DenseMatrix.__isub__=ParaMEDMEMDenseMatrixIsub
60
61 MEDCouplingUMesh.__new__=classmethod(MEDCouplingUMeshnew)
62 MEDCoupling1DGTUMesh.__new__=classmethod(MEDCoupling1DGTUMeshnew)
63 MEDCoupling1SGTUMesh.__new__=classmethod(MEDCoupling1SGTUMeshnew)
64 MEDCouplingCurveLinearMesh.__new__=classmethod(MEDCouplingCurveLinearMeshnew)
65 MEDCouplingCMesh.__new__=classmethod(MEDCouplingCMeshnew)
66 MEDCouplingIMesh.__new__=classmethod(MEDCouplingIMeshnew)
67 MEDCouplingMappedExtrudedMesh.__new__=classmethod(MEDCouplingExtrudedMeshnew)
68 MEDCouplingFieldDouble.__new__=classmethod(MEDCouplingFieldDoublenew)
69
70 del INTERPKERNELExceptionReduce
71 del MEDCouplingDataArrayDoublenew
72 del MEDCouplingDataArrayDoubleIadd
73 del MEDCouplingDataArrayDoubleIsub
74 del MEDCouplingDataArrayDoubleImul
75 del MEDCouplingDataArrayDoubleIdiv
76 del MEDCouplingFieldDoubleIadd
77 del MEDCouplingFieldDoubleIsub
78 del MEDCouplingFieldDoubleImul
79 del MEDCouplingFieldDoubleIdiv
80 del MEDCouplingFieldDoubleIpow
81 del MEDCouplingDataArrayIntnew
82 del MEDCouplingDataArrayIntIadd
83 del MEDCouplingDataArrayIntIsub
84 del MEDCouplingDataArrayIntImul
85 del MEDCouplingDataArrayIntIdiv
86 del MEDCouplingDataArrayIntImod
87 del MEDCouplingDataArrayBytenew
88 del MEDCouplingDataArrayDoubleTupleIadd
89 del MEDCouplingDataArrayDoubleTupleIsub
90 del MEDCouplingDataArrayDoubleTupleImul
91 del MEDCouplingDataArrayDoubleTupleIdiv
92 del MEDCouplingDataArrayIntTupleIadd
93 del MEDCouplingDataArrayIntTupleIsub
94 del MEDCouplingDataArrayIntTupleImul
95 del MEDCouplingDataArrayIntTupleIdiv
96 del MEDCouplingDataArrayIntTupleImod
97 del ParaMEDMEMDenseMatrixIadd
98 del ParaMEDMEMDenseMatrixIsub
99 del MEDCouplingUMeshnew
100 del MEDCoupling1DGTUMeshnew
101 del MEDCoupling1SGTUMeshnew
102 del MEDCouplingCurveLinearMeshnew
103 del MEDCouplingCMeshnew
104 del MEDCouplingIMeshnew
105 del MEDCouplingExtrudedMeshnew
106 del MEDCouplingFieldDoublenew
107 %}