1# This file was automatically generated by SWIG (http://www.swig.org).
2# Version 3.0.12
3#
4# Do not make changes to this file unless you know what you are doing--modify
5# the SWIG interface file instead.
6
7from sys import version_info as _swig_python_version_info
8if _swig_python_version_info >= (2, 7, 0):
9    def swig_import_helper():
10        import importlib
11        pkg = __name__.rpartition('.')[0]
12        mname = '.'.join((pkg, '_medmesh')).lstrip('.')
13        try:
14            return importlib.import_module(mname)
15        except ImportError:
16            return importlib.import_module('_medmesh')
17    _medmesh = swig_import_helper()
18    del swig_import_helper
19elif _swig_python_version_info >= (2, 6, 0):
20    def swig_import_helper():
21        from os.path import dirname
22        import imp
23        fp = None
24        try:
25            fp, pathname, description = imp.find_module('_medmesh', [dirname(__file__)])
26        except ImportError:
27            import _medmesh
28            return _medmesh
29        try:
30            _mod = imp.load_module('_medmesh', fp, pathname, description)
31        finally:
32            if fp is not None:
33                fp.close()
34        return _mod
35    _medmesh = swig_import_helper()
36    del swig_import_helper
37else:
38    import _medmesh
39del _swig_python_version_info
40
41try:
42    _swig_property = property
43except NameError:
44    pass  # Python < 2.2 doesn't have 'property'.
45
46try:
47    import builtins as __builtin__
48except ImportError:
49    import __builtin__
50
51def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
52    if (name == "thisown"):
53        return self.this.own(value)
54    if (name == "this"):
55        if type(value).__name__ == 'SwigPyObject':
56            self.__dict__[name] = value
57            return
58    method = class_type.__swig_setmethods__.get(name, None)
59    if method:
60        return method(self, value)
61    if (not static):
62        if _newclass:
63            object.__setattr__(self, name, value)
64        else:
65            self.__dict__[name] = value
66    else:
67        raise AttributeError("You cannot add attributes to %s" % self)
68
69
70def _swig_setattr(self, class_type, name, value):
71    return _swig_setattr_nondynamic(self, class_type, name, value, 0)
72
73
74def _swig_getattr(self, class_type, name):
75    if (name == "thisown"):
76        return self.this.own()
77    method = class_type.__swig_getmethods__.get(name, None)
78    if method:
79        return method(self)
80    raise AttributeError("'%s' object has no attribute '%s'" % (class_type.__name__, name))
81
82
83def _swig_repr(self):
84    try:
85        strthis = "proxy of " + self.this.__repr__()
86    except __builtin__.Exception:
87        strthis = ""
88    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
89
90try:
91    _object = object
92    _newclass = 1
93except __builtin__.Exception:
94    class _object:
95        pass
96    _newclass = 0
97
98class SwigPyIterator_medmesh_module(_object):
99    __swig_setmethods__ = {}
100    __setattr__ = lambda self, name, value: _swig_setattr(self, SwigPyIterator_medmesh_module, name, value)
101    __swig_getmethods__ = {}
102    __getattr__ = lambda self, name: _swig_getattr(self, SwigPyIterator_medmesh_module, name)
103
104    def __init__(self, *args, **kwargs):
105        raise AttributeError("No constructor defined - class is abstract")
106    __repr__ = _swig_repr
107    __swig_destroy__ = _medmesh.delete_SwigPyIterator_medmesh_module
108    __del__ = lambda self: None
109
110    def value(self):
111        return _medmesh.SwigPyIterator_medmesh_module_value(self)
112
113    def incr(self, n=1):
114        return _medmesh.SwigPyIterator_medmesh_module_incr(self, n)
115
116    def decr(self, n=1):
117        return _medmesh.SwigPyIterator_medmesh_module_decr(self, n)
118
119    def distance(self, x):
120        return _medmesh.SwigPyIterator_medmesh_module_distance(self, x)
121
122    def equal(self, x):
123        return _medmesh.SwigPyIterator_medmesh_module_equal(self, x)
124
125    def copy(self):
126        return _medmesh.SwigPyIterator_medmesh_module_copy(self)
127
128    def next(self):
129        return _medmesh.SwigPyIterator_medmesh_module_next(self)
130
131    def __next__(self):
132        return _medmesh.SwigPyIterator_medmesh_module___next__(self)
133
134    def previous(self):
135        return _medmesh.SwigPyIterator_medmesh_module_previous(self)
136
137    def advance(self, n):
138        return _medmesh.SwigPyIterator_medmesh_module_advance(self, n)
139
140    def __eq__(self, x):
141        return _medmesh.SwigPyIterator_medmesh_module___eq__(self, x)
142
143    def __ne__(self, x):
144        return _medmesh.SwigPyIterator_medmesh_module___ne__(self, x)
145
146    def __iadd__(self, n):
147        return _medmesh.SwigPyIterator_medmesh_module___iadd__(self, n)
148
149    def __isub__(self, n):
150        return _medmesh.SwigPyIterator_medmesh_module___isub__(self, n)
151
152    def __add__(self, n):
153        return _medmesh.SwigPyIterator_medmesh_module___add__(self, n)
154
155    def __sub__(self, *args):
156        return _medmesh.SwigPyIterator_medmesh_module___sub__(self, *args)
157    def __iter__(self): return self
158    def __iter__(self):
159        return self
160SwigPyIterator_medmesh_module_swigregister = _medmesh.SwigPyIterator_medmesh_module_swigregister
161SwigPyIterator_medmesh_module_swigregister(SwigPyIterator_medmesh_module)
162
163ABSOLUTE_H5IPUBLIC_H = _medmesh.ABSOLUTE_H5IPUBLIC_H
164ABSOLUTE_H5PUBLIC_H = _medmesh.ABSOLUTE_H5PUBLIC_H
165HAVE_CC_C99 = _medmesh.HAVE_CC_C99
166HAVE_CUSERID = _medmesh.HAVE_CUSERID
167HAVE_DLFCN_H = _medmesh.HAVE_DLFCN_H
168HAVE_FTIME = _medmesh.HAVE_FTIME
169HAVE_GETEUID = _medmesh.HAVE_GETEUID
170HAVE_GETPWUID = _medmesh.HAVE_GETPWUID
171HAVE_GETTIMEOFDAY = _medmesh.HAVE_GETTIMEOFDAY
172HAVE_H5IPUBLIC_H = _medmesh.HAVE_H5IPUBLIC_H
173HAVE_H5PUBLIC_H = _medmesh.HAVE_H5PUBLIC_H
174HAVE_INTTYPES_H = _medmesh.HAVE_INTTYPES_H
175HAVE_LIBHDF5 = _medmesh.HAVE_LIBHDF5
176HAVE_MALLOC_H = _medmesh.HAVE_MALLOC_H
177HAVE_MEMORY_H = _medmesh.HAVE_MEMORY_H
178HAVE_PWD_H = _medmesh.HAVE_PWD_H
179HAVE_PYTHON = _medmesh.HAVE_PYTHON
180HAVE_STDBOOL_H = _medmesh.HAVE_STDBOOL_H
181HAVE_STDINT_H = _medmesh.HAVE_STDINT_H
182HAVE_STDLIB_H = _medmesh.HAVE_STDLIB_H
183HAVE_STRINGS_H = _medmesh.HAVE_STRINGS_H
184HAVE_STRING_H = _medmesh.HAVE_STRING_H
185HAVE_SYS_STAT_H = _medmesh.HAVE_SYS_STAT_H
186HAVE_SYS_TIMEB_H = _medmesh.HAVE_SYS_TIMEB_H
187HAVE_SYS_TIME_H = _medmesh.HAVE_SYS_TIME_H
188HAVE_SYS_TYPES_H = _medmesh.HAVE_SYS_TYPES_H
189HAVE_UNISTD_H = _medmesh.HAVE_UNISTD_H
190HAVE__BOOL = _medmesh.HAVE__BOOL
191LT_OBJDIR = _medmesh.LT_OBJDIR
192MED_API_23 = _medmesh.MED_API_23
193MED_CHECK_23FORMAT = _medmesh.MED_CHECK_23FORMAT
194MED_HAVE_FORTRAN = _medmesh.MED_HAVE_FORTRAN
195MED_HAVE_PYTHON = _medmesh.MED_HAVE_PYTHON
196MESGERR = _medmesh.MESGERR
197PACKAGE = _medmesh.PACKAGE
198PACKAGE_BUGREPORT = _medmesh.PACKAGE_BUGREPORT
199PACKAGE_NAME = _medmesh.PACKAGE_NAME
200PACKAGE_STRING = _medmesh.PACKAGE_STRING
201PACKAGE_TARNAME = _medmesh.PACKAGE_TARNAME
202PACKAGE_URL = _medmesh.PACKAGE_URL
203PACKAGE_VERSION = _medmesh.PACKAGE_VERSION
204SIZEOF_FORTRAN_INTEGER = _medmesh.SIZEOF_FORTRAN_INTEGER
205SIZEOF_FORTRAN_INTEGERp8 = _medmesh.SIZEOF_FORTRAN_INTEGERp8
206SIZEOF_HID_T = _medmesh.SIZEOF_HID_T
207SIZEOF_INT = _medmesh.SIZEOF_INT
208SIZEOF_LONG = _medmesh.SIZEOF_LONG
209SIZEOF_LONG_LONG = _medmesh.SIZEOF_LONG_LONG
210STDC_HEADERS = _medmesh.STDC_HEADERS
211TIME_WITH_SYS_TIME = _medmesh.TIME_WITH_SYS_TIME
212VERSION = _medmesh.VERSION
213HDF_VERSION_MAJOR_REF = _medmesh.HDF_VERSION_MAJOR_REF
214HDF_VERSION_MINOR_REF = _medmesh.HDF_VERSION_MINOR_REF
215HDF_VERSION_RELEASE_REF = _medmesh.HDF_VERSION_RELEASE_REF
216HDF_VERSION_NUM_REF = _medmesh.HDF_VERSION_NUM_REF
217H5F_LIBVER_18 = _medmesh.H5F_LIBVER_18
218MED_MAJOR_NUM = _medmesh.MED_MAJOR_NUM
219MED_MINOR_NUM = _medmesh.MED_MINOR_NUM
220MED_RELEASE_NUM = _medmesh.MED_RELEASE_NUM
221MED_3_LATEST_MINOR = _medmesh.MED_3_LATEST_MINOR
222MED_4_LATEST_MINOR = _medmesh.MED_4_LATEST_MINOR
223MED_NUM_MAJEUR = _medmesh.MED_NUM_MAJEUR
224MED_NUM_MINEUR = _medmesh.MED_NUM_MINEUR
225MED_NUM_RELEASE = _medmesh.MED_NUM_RELEASE
226MED_VERSION_STR = _medmesh.MED_VERSION_STR
227MED_MAX_PARA = _medmesh.MED_MAX_PARA
228MED_COMMENT_SIZE = _medmesh.MED_COMMENT_SIZE
229MED_IDENT_SIZE = _medmesh.MED_IDENT_SIZE
230MED_NAME_SIZE = _medmesh.MED_NAME_SIZE
231MED_SNAME_SIZE = _medmesh.MED_SNAME_SIZE
232MED_LNAME_SIZE = _medmesh.MED_LNAME_SIZE
233MED_SNAME_BLANK = _medmesh.MED_SNAME_BLANK
234MED_NAME_BLANK = _medmesh.MED_NAME_BLANK
235MED_PATHNAME_SIZE = _medmesh.MED_PATHNAME_SIZE
236MED_MAX_CHFID_PATH = _medmesh.MED_MAX_CHFID_PATH
237MED_FULL_INTERLACE = _medmesh.MED_FULL_INTERLACE
238MED_NO_INTERLACE = _medmesh.MED_NO_INTERLACE
239MED_UNDEF_INTERLACE = _medmesh.MED_UNDEF_INTERLACE
240MED_UNDEF_STMODE = _medmesh.MED_UNDEF_STMODE
241MED_GLOBAL_STMODE = _medmesh.MED_GLOBAL_STMODE
242MED_COMPACT_STMODE = _medmesh.MED_COMPACT_STMODE
243MED_GLOBAL_PFLMODE = _medmesh.MED_GLOBAL_PFLMODE
244MED_COMPACT_PFLMODE = _medmesh.MED_COMPACT_PFLMODE
245MED_UNDEF_PFLMODE = _medmesh.MED_UNDEF_PFLMODE
246MED_ACC_RDONLY = _medmesh.MED_ACC_RDONLY
247MED_ACC_RDWR = _medmesh.MED_ACC_RDWR
248MED_ACC_RDEXT = _medmesh.MED_ACC_RDEXT
249MED_ACC_CREAT = _medmesh.MED_ACC_CREAT
250MED_ACC_UNDEF = _medmesh.MED_ACC_UNDEF
251MED_UNSTRUCTURED_MESH = _medmesh.MED_UNSTRUCTURED_MESH
252MED_STRUCTURED_MESH = _medmesh.MED_STRUCTURED_MESH
253MED_UNDEF_MESH_TYPE = _medmesh.MED_UNDEF_MESH_TYPE
254MED_CARTESIAN_GRID = _medmesh.MED_CARTESIAN_GRID
255MED_POLAR_GRID = _medmesh.MED_POLAR_GRID
256MED_CURVILINEAR_GRID = _medmesh.MED_CURVILINEAR_GRID
257MED_UNDEF_GRID_TYPE = _medmesh.MED_UNDEF_GRID_TYPE
258MED_CELL = _medmesh.MED_CELL
259MED_DESCENDING_FACE = _medmesh.MED_DESCENDING_FACE
260MED_DESCENDING_EDGE = _medmesh.MED_DESCENDING_EDGE
261MED_NODE = _medmesh.MED_NODE
262MED_NODE_ELEMENT = _medmesh.MED_NODE_ELEMENT
263MED_STRUCT_ELEMENT = _medmesh.MED_STRUCT_ELEMENT
264MED_ALL_ENTITY_TYPE = _medmesh.MED_ALL_ENTITY_TYPE
265MED_UNDEF_ENTITY_TYPE = _medmesh.MED_UNDEF_ENTITY_TYPE
266MED_N_ENTITY_TYPES = _medmesh.MED_N_ENTITY_TYPES
267MED_COORDINATE = _medmesh.MED_COORDINATE
268MED_CONNECTIVITY = _medmesh.MED_CONNECTIVITY
269MED_NAME = _medmesh.MED_NAME
270MED_NUMBER = _medmesh.MED_NUMBER
271MED_FAMILY_NUMBER = _medmesh.MED_FAMILY_NUMBER
272MED_COORDINATE_AXIS1 = _medmesh.MED_COORDINATE_AXIS1
273MED_COORDINATE_AXIS2 = _medmesh.MED_COORDINATE_AXIS2
274MED_COORDINATE_AXIS3 = _medmesh.MED_COORDINATE_AXIS3
275MED_INDEX_FACE = _medmesh.MED_INDEX_FACE
276MED_INDEX_NODE = _medmesh.MED_INDEX_NODE
277MED_GLOBAL_NUMBER = _medmesh.MED_GLOBAL_NUMBER
278MED_VARIABLE_ATTRIBUTE = _medmesh.MED_VARIABLE_ATTRIBUTE
279MED_COORDINATE_TRSF = _medmesh.MED_COORDINATE_TRSF
280MED_UNDEF_DATATYPE = _medmesh.MED_UNDEF_DATATYPE
281MED_INTERNAL_FLOAT32 = _medmesh.MED_INTERNAL_FLOAT32
282MED_INTERNAL_FLOAT64 = _medmesh.MED_INTERNAL_FLOAT64
283MED_INTERNAL_INT32 = _medmesh.MED_INTERNAL_INT32
284MED_INTERNAL_INT64 = _medmesh.MED_INTERNAL_INT64
285MED_INTERNAL_INT = _medmesh.MED_INTERNAL_INT
286MED_INTERNAL_NAME = _medmesh.MED_INTERNAL_NAME
287MED_INTERNAL_SNAME = _medmesh.MED_INTERNAL_SNAME
288MED_INTERNAL_LNAME = _medmesh.MED_INTERNAL_LNAME
289MED_INTERNAL_IDENT = _medmesh.MED_INTERNAL_IDENT
290MED_INTERNAL_CHAR = _medmesh.MED_INTERNAL_CHAR
291MED_INTERNAL_UNDEF = _medmesh.MED_INTERNAL_UNDEF
292MED_DOUBLE = _medmesh.MED_DOUBLE
293MED_FLOAT64 = _medmesh.MED_FLOAT64
294MED_FLOAT32 = _medmesh.MED_FLOAT32
295MED_INT32 = _medmesh.MED_INT32
296MED_INT64 = _medmesh.MED_INT64
297MED_INT = _medmesh.MED_INT
298MED_ATT_FLOAT64 = _medmesh.MED_ATT_FLOAT64
299MED_ATT_INT = _medmesh.MED_ATT_INT
300MED_ATT_NAME = _medmesh.MED_ATT_NAME
301MED_ATT_UNDEF = _medmesh.MED_ATT_UNDEF
302MED_MESH = _medmesh.MED_MESH
303MED_FIELD = _medmesh.MED_FIELD
304MED_LIBRARY = _medmesh.MED_LIBRARY
305MED_FILE = _medmesh.MED_FILE
306MED_MESH_SUPPORT = _medmesh.MED_MESH_SUPPORT
307MED_ELSTRUCT = _medmesh.MED_ELSTRUCT
308MED_FAMILY = _medmesh.MED_FAMILY
309MED_EQUIVALENCE = _medmesh.MED_EQUIVALENCE
310MED_GROUP = _medmesh.MED_GROUP
311MED_JOINT = _medmesh.MED_JOINT
312MED_LOCALIZATION = _medmesh.MED_LOCALIZATION
313MED_PROFILE = _medmesh.MED_PROFILE
314MED_FILTER = _medmesh.MED_FILTER
315MED_INTERPOLATION = _medmesh.MED_INTERPOLATION
316MED_NUMERICAL_DATA = _medmesh.MED_NUMERICAL_DATA
317MED_LINK = _medmesh.MED_LINK
318MED_CLASS_UNDEF = _medmesh.MED_CLASS_UNDEF
319MED_CLASS_ALL = _medmesh.MED_CLASS_ALL
320MED_POINT1 = _medmesh.MED_POINT1
321MED_SEG2 = _medmesh.MED_SEG2
322MED_SEG3 = _medmesh.MED_SEG3
323MED_SEG4 = _medmesh.MED_SEG4
324MED_TRIA3 = _medmesh.MED_TRIA3
325MED_QUAD4 = _medmesh.MED_QUAD4
326MED_TRIA6 = _medmesh.MED_TRIA6
327MED_TRIA7 = _medmesh.MED_TRIA7
328MED_QUAD8 = _medmesh.MED_QUAD8
329MED_QUAD9 = _medmesh.MED_QUAD9
330MED_TETRA4 = _medmesh.MED_TETRA4
331MED_PYRA5 = _medmesh.MED_PYRA5
332MED_PENTA6 = _medmesh.MED_PENTA6
333MED_HEXA8 = _medmesh.MED_HEXA8
334MED_TETRA10 = _medmesh.MED_TETRA10
335MED_OCTA12 = _medmesh.MED_OCTA12
336MED_PYRA13 = _medmesh.MED_PYRA13
337MED_PENTA15 = _medmesh.MED_PENTA15
338MED_PENTA18 = _medmesh.MED_PENTA18
339MED_HEXA20 = _medmesh.MED_HEXA20
340MED_HEXA27 = _medmesh.MED_HEXA27
341MED_POLYGON = _medmesh.MED_POLYGON
342MED_POLYGON2 = _medmesh.MED_POLYGON2
343MED_POLYHEDRON = _medmesh.MED_POLYHEDRON
344MED_STRUCT_GEO_INTERNAL = _medmesh.MED_STRUCT_GEO_INTERNAL
345MED_STRUCT_GEO_SUP_INTERNAL = _medmesh.MED_STRUCT_GEO_SUP_INTERNAL
346MED_NONE = _medmesh.MED_NONE
347MED_NO_GEOTYPE = _medmesh.MED_NO_GEOTYPE
348MED_UNDEF_GEOTYPE = _medmesh.MED_UNDEF_GEOTYPE
349MED_UNDEF_GEOMETRY_TYPE = _medmesh.MED_UNDEF_GEOMETRY_TYPE
350MED_ALL_GEOTYPE = _medmesh.MED_ALL_GEOTYPE
351MED_GEO_ALL = _medmesh.MED_GEO_ALL
352MED_N_CELL_GEO = _medmesh.MED_N_CELL_GEO
353MED_N_CELL_FIXED_GEO = _medmesh.MED_N_CELL_FIXED_GEO
354MED_N_CELL_GEO_FIXED_CON = _medmesh.MED_N_CELL_GEO_FIXED_CON
355MED_N_FACE_GEO = _medmesh.MED_N_FACE_GEO
356MED_N_FACE_FIXED_GEO = _medmesh.MED_N_FACE_FIXED_GEO
357MED_N_FACE_GEO_FIXED_CON = _medmesh.MED_N_FACE_GEO_FIXED_CON
358MED_N_EDGE_TYPES = _medmesh.MED_N_EDGE_TYPES
359MED_N_EDGE_FIXED_GEO = _medmesh.MED_N_EDGE_FIXED_GEO
360MED_N_EDGE_GEO_FIXED_CON = _medmesh.MED_N_EDGE_GEO_FIXED_CON
361MED_N_NODE_GEO = _medmesh.MED_N_NODE_GEO
362MED_N_NODE_FIXED_GEO = _medmesh.MED_N_NODE_FIXED_GEO
363MED_N_NODE_GEO_FIXED_CON = _medmesh.MED_N_NODE_GEO_FIXED_CON
364MED_NODAL = _medmesh.MED_NODAL
365MED_DESCENDING = _medmesh.MED_DESCENDING
366MED_UNDEF_CONNECTIVITY_MODE = _medmesh.MED_UNDEF_CONNECTIVITY_MODE
367MED_NO_CMODE = _medmesh.MED_NO_CMODE
368MED_CARTESIAN = _medmesh.MED_CARTESIAN
369MED_CYLINDRICAL = _medmesh.MED_CYLINDRICAL
370MED_SPHERICAL = _medmesh.MED_SPHERICAL
371MED_UNDEF_AXIS_TYPE = _medmesh.MED_UNDEF_AXIS_TYPE
372MED_FALSE = _medmesh.MED_FALSE
373MED_TRUE = _medmesh.MED_TRUE
374MED_GAUSS_ELNO = _medmesh.MED_GAUSS_ELNO
375MED_IPOINT_ELNO = _medmesh.MED_IPOINT_ELNO
376MED_NO_NAME = _medmesh.MED_NO_NAME
377MED_NO_MESHNAME = _medmesh.MED_NO_MESHNAME
378MED_NO_MESH = _medmesh.MED_NO_MESH
379MED_NO_MESH_SUPPORT = _medmesh.MED_NO_MESH_SUPPORT
380MED_NO_LOCALIZATION = _medmesh.MED_NO_LOCALIZATION
381MED_NO_INTERPOLATION = _medmesh.MED_NO_INTERPOLATION
382MED_NO_IPOINT_INTERNAL = _medmesh.MED_NO_IPOINT_INTERNAL
383MED_NO_PROFILE = _medmesh.MED_NO_PROFILE
384MED_NO_GROUP = _medmesh.MED_NO_GROUP
385MED_ALLENTITIES_PROFILE = _medmesh.MED_ALLENTITIES_PROFILE
386MED_NO_PROFILE_INTERNAL = _medmesh.MED_NO_PROFILE_INTERNAL
387MED_SAME_PROFILE_INTERNAL = _medmesh.MED_SAME_PROFILE_INTERNAL
388MED_ALL_CONSTITUENT = _medmesh.MED_ALL_CONSTITUENT
389MED_UNDEF_SIZE = _medmesh.MED_UNDEF_SIZE
390MED_NO_PROFILE_SIZE = _medmesh.MED_NO_PROFILE_SIZE
391MED_SORT_DTIT = _medmesh.MED_SORT_DTIT
392MED_SORT_ITDT = _medmesh.MED_SORT_ITDT
393MED_SORT_UNDEF = _medmesh.MED_SORT_UNDEF
394MED_NO_DT = _medmesh.MED_NO_DT
395MED_NO_IT = _medmesh.MED_NO_IT
396MED_UNDEF_DT = _medmesh.MED_UNDEF_DT
397MED_ATT_NOT_FILLED = _medmesh.MED_ATT_NOT_FILLED
398MED_MAX_FILTER_SPACES = _medmesh.MED_MAX_FILTER_SPACES
399class med_filter(_object):
400    __swig_setmethods__ = {}
401    __setattr__ = lambda self, name, value: _swig_setattr(self, med_filter, name, value)
402    __swig_getmethods__ = {}
403    __getattr__ = lambda self, name: _swig_getattr(self, med_filter, name)
404    __repr__ = _swig_repr
405    __swig_setmethods__["nspaces"] = _medmesh.med_filter_nspaces_set
406    __swig_getmethods__["nspaces"] = _medmesh.med_filter_nspaces_get
407    if _newclass:
408        nspaces = _swig_property(_medmesh.med_filter_nspaces_get, _medmesh.med_filter_nspaces_set)
409    __swig_setmethods__["memspace"] = _medmesh.med_filter_memspace_set
410    __swig_getmethods__["memspace"] = _medmesh.med_filter_memspace_get
411    if _newclass:
412        memspace = _swig_property(_medmesh.med_filter_memspace_get, _medmesh.med_filter_memspace_set)
413    __swig_setmethods__["diskspace"] = _medmesh.med_filter_diskspace_set
414    __swig_getmethods__["diskspace"] = _medmesh.med_filter_diskspace_get
415    if _newclass:
416        diskspace = _swig_property(_medmesh.med_filter_diskspace_get, _medmesh.med_filter_diskspace_set)
417    __swig_setmethods__["nentity"] = _medmesh.med_filter_nentity_set
418    __swig_getmethods__["nentity"] = _medmesh.med_filter_nentity_get
419    if _newclass:
420        nentity = _swig_property(_medmesh.med_filter_nentity_get, _medmesh.med_filter_nentity_set)
421    __swig_setmethods__["nvaluesperentity"] = _medmesh.med_filter_nvaluesperentity_set
422    __swig_getmethods__["nvaluesperentity"] = _medmesh.med_filter_nvaluesperentity_get
423    if _newclass:
424        nvaluesperentity = _swig_property(_medmesh.med_filter_nvaluesperentity_get, _medmesh.med_filter_nvaluesperentity_set)
425    __swig_setmethods__["nconstituentpervalue"] = _medmesh.med_filter_nconstituentpervalue_set
426    __swig_getmethods__["nconstituentpervalue"] = _medmesh.med_filter_nconstituentpervalue_get
427    if _newclass:
428        nconstituentpervalue = _swig_property(_medmesh.med_filter_nconstituentpervalue_get, _medmesh.med_filter_nconstituentpervalue_set)
429    __swig_setmethods__["constituentselect"] = _medmesh.med_filter_constituentselect_set
430    __swig_getmethods__["constituentselect"] = _medmesh.med_filter_constituentselect_get
431    if _newclass:
432        constituentselect = _swig_property(_medmesh.med_filter_constituentselect_get, _medmesh.med_filter_constituentselect_set)
433    __swig_setmethods__["switchmode"] = _medmesh.med_filter_switchmode_set
434    __swig_getmethods__["switchmode"] = _medmesh.med_filter_switchmode_get
435    if _newclass:
436        switchmode = _swig_property(_medmesh.med_filter_switchmode_get, _medmesh.med_filter_switchmode_set)
437    __swig_setmethods__["filterarraysize"] = _medmesh.med_filter_filterarraysize_set
438    __swig_getmethods__["filterarraysize"] = _medmesh.med_filter_filterarraysize_get
439    if _newclass:
440        filterarraysize = _swig_property(_medmesh.med_filter_filterarraysize_get, _medmesh.med_filter_filterarraysize_set)
441    __swig_setmethods__["filterarray23v30"] = _medmesh.med_filter_filterarray23v30_set
442    __swig_getmethods__["filterarray23v30"] = _medmesh.med_filter_filterarray23v30_get
443    if _newclass:
444        filterarray23v30 = _swig_property(_medmesh.med_filter_filterarray23v30_get, _medmesh.med_filter_filterarray23v30_set)
445    __swig_setmethods__["profilearraysize"] = _medmesh.med_filter_profilearraysize_set
446    __swig_getmethods__["profilearraysize"] = _medmesh.med_filter_profilearraysize_get
447    if _newclass:
448        profilearraysize = _swig_property(_medmesh.med_filter_profilearraysize_get, _medmesh.med_filter_profilearraysize_set)
449    __swig_setmethods__["storagemode"] = _medmesh.med_filter_storagemode_set
450    __swig_getmethods__["storagemode"] = _medmesh.med_filter_storagemode_get
451    if _newclass:
452        storagemode = _swig_property(_medmesh.med_filter_storagemode_get, _medmesh.med_filter_storagemode_set)
453    __swig_setmethods__["profilename"] = _medmesh.med_filter_profilename_set
454    __swig_getmethods__["profilename"] = _medmesh.med_filter_profilename_get
455    if _newclass:
456        profilename = _swig_property(_medmesh.med_filter_profilename_get, _medmesh.med_filter_profilename_set)
457
458    def __init__(self):
459        """__init__(self) -> med_filter"""
460        this = _medmesh.new_med_filter()
461        try:
462            self.this.append(this)
463        except __builtin__.Exception:
464            self.this = this
465    __swig_destroy__ = _medmesh.delete_med_filter
466    __del__ = lambda self: None
467med_filter_swigregister = _medmesh.med_filter_swigregister
468med_filter_swigregister(med_filter)
469
470MED_NO_FILTER_SIZE = _medmesh.MED_NO_FILTER_SIZE
471MED_NO_PROFILE_F = _medmesh.MED_NO_PROFILE_F
472class med_file_version(_object):
473    __swig_setmethods__ = {}
474    __setattr__ = lambda self, name, value: _swig_setattr(self, med_file_version, name, value)
475    __swig_getmethods__ = {}
476    __getattr__ = lambda self, name: _swig_getattr(self, med_file_version, name)
477    __repr__ = _swig_repr
478    __swig_setmethods__["majeur"] = _medmesh.med_file_version_majeur_set
479    __swig_getmethods__["majeur"] = _medmesh.med_file_version_majeur_get
480    if _newclass:
481        majeur = _swig_property(_medmesh.med_file_version_majeur_get, _medmesh.med_file_version_majeur_set)
482    __swig_setmethods__["mineur"] = _medmesh.med_file_version_mineur_set
483    __swig_getmethods__["mineur"] = _medmesh.med_file_version_mineur_get
484    if _newclass:
485        mineur = _swig_property(_medmesh.med_file_version_mineur_get, _medmesh.med_file_version_mineur_set)
486    __swig_setmethods__["release"] = _medmesh.med_file_version_release_set
487    __swig_getmethods__["release"] = _medmesh.med_file_version_release_get
488    if _newclass:
489        release = _swig_property(_medmesh.med_file_version_release_get, _medmesh.med_file_version_release_set)
490
491    def __init__(self):
492        """__init__(self) -> med_file_version"""
493        this = _medmesh.new_med_file_version()
494        try:
495            self.this.append(this)
496        except __builtin__.Exception:
497            self.this = this
498    __swig_destroy__ = _medmesh.delete_med_file_version
499    __del__ = lambda self: None
500med_file_version_swigregister = _medmesh.med_file_version_swigregister
501med_file_version_swigregister(med_file_version)
502
503class med_memfile(_object):
504    __swig_setmethods__ = {}
505    __setattr__ = lambda self, name, value: _swig_setattr(self, med_memfile, name, value)
506    __swig_getmethods__ = {}
507    __getattr__ = lambda self, name: _swig_getattr(self, med_memfile, name)
508    __repr__ = _swig_repr
509    __swig_setmethods__["app_image_ptr"] = _medmesh.med_memfile_app_image_ptr_set
510    __swig_getmethods__["app_image_ptr"] = _medmesh.med_memfile_app_image_ptr_get
511    if _newclass:
512        app_image_ptr = _swig_property(_medmesh.med_memfile_app_image_ptr_get, _medmesh.med_memfile_app_image_ptr_set)
513    __swig_setmethods__["app_image_size"] = _medmesh.med_memfile_app_image_size_set
514    __swig_getmethods__["app_image_size"] = _medmesh.med_memfile_app_image_size_get
515    if _newclass:
516        app_image_size = _swig_property(_medmesh.med_memfile_app_image_size_get, _medmesh.med_memfile_app_image_size_set)
517    __swig_setmethods__["ref_count"] = _medmesh.med_memfile_ref_count_set
518    __swig_getmethods__["ref_count"] = _medmesh.med_memfile_ref_count_get
519    if _newclass:
520        ref_count = _swig_property(_medmesh.med_memfile_ref_count_get, _medmesh.med_memfile_ref_count_set)
521    __swig_setmethods__["fapl_image_ptr"] = _medmesh.med_memfile_fapl_image_ptr_set
522    __swig_getmethods__["fapl_image_ptr"] = _medmesh.med_memfile_fapl_image_ptr_get
523    if _newclass:
524        fapl_image_ptr = _swig_property(_medmesh.med_memfile_fapl_image_ptr_get, _medmesh.med_memfile_fapl_image_ptr_set)
525    __swig_setmethods__["fapl_image_size"] = _medmesh.med_memfile_fapl_image_size_set
526    __swig_getmethods__["fapl_image_size"] = _medmesh.med_memfile_fapl_image_size_get
527    if _newclass:
528        fapl_image_size = _swig_property(_medmesh.med_memfile_fapl_image_size_get, _medmesh.med_memfile_fapl_image_size_set)
529    __swig_setmethods__["fapl_ref_count"] = _medmesh.med_memfile_fapl_ref_count_set
530    __swig_getmethods__["fapl_ref_count"] = _medmesh.med_memfile_fapl_ref_count_get
531    if _newclass:
532        fapl_ref_count = _swig_property(_medmesh.med_memfile_fapl_ref_count_get, _medmesh.med_memfile_fapl_ref_count_set)
533    __swig_setmethods__["vfd_image_ptr"] = _medmesh.med_memfile_vfd_image_ptr_set
534    __swig_getmethods__["vfd_image_ptr"] = _medmesh.med_memfile_vfd_image_ptr_get
535    if _newclass:
536        vfd_image_ptr = _swig_property(_medmesh.med_memfile_vfd_image_ptr_get, _medmesh.med_memfile_vfd_image_ptr_set)
537    __swig_setmethods__["vfd_image_size"] = _medmesh.med_memfile_vfd_image_size_set
538    __swig_getmethods__["vfd_image_size"] = _medmesh.med_memfile_vfd_image_size_get
539    if _newclass:
540        vfd_image_size = _swig_property(_medmesh.med_memfile_vfd_image_size_get, _medmesh.med_memfile_vfd_image_size_set)
541    __swig_setmethods__["vfd_ref_count"] = _medmesh.med_memfile_vfd_ref_count_set
542    __swig_getmethods__["vfd_ref_count"] = _medmesh.med_memfile_vfd_ref_count_get
543    if _newclass:
544        vfd_ref_count = _swig_property(_medmesh.med_memfile_vfd_ref_count_get, _medmesh.med_memfile_vfd_ref_count_set)
545    __swig_setmethods__["flags"] = _medmesh.med_memfile_flags_set
546    __swig_getmethods__["flags"] = _medmesh.med_memfile_flags_get
547    if _newclass:
548        flags = _swig_property(_medmesh.med_memfile_flags_get, _medmesh.med_memfile_flags_set)
549
550    def __init__(self):
551        """__init__(self) -> med_memfile"""
552        this = _medmesh.new_med_memfile()
553        try:
554            self.this.append(this)
555        except __builtin__.Exception:
556            self.this = this
557    __swig_destroy__ = _medmesh.delete_med_memfile
558    __del__ = lambda self: None
559med_memfile_swigregister = _medmesh.med_memfile_swigregister
560med_memfile_swigregister(med_memfile)
561
562MED_PARTICLE_NAME = _medmesh.MED_PARTICLE_NAME
563MED_BALL_NAME = _medmesh.MED_BALL_NAME
564MED_BEAM_NAME = _medmesh.MED_BEAM_NAME
565MED_PARTICLE_LABEL = _medmesh.MED_PARTICLE_LABEL
566MED_BALL_DIAMETER = _medmesh.MED_BALL_DIAMETER
567MED_BEAM_THICKNESS = _medmesh.MED_BEAM_THICKNESS
568import med.medenum
569class MEDBOOL(_object):
570    __swig_setmethods__ = {}
571    __setattr__ = lambda self, name, value: _swig_setattr(self, MEDBOOL, name, value)
572    __swig_getmethods__ = {}
573    __getattr__ = lambda self, name: _swig_getattr(self, MEDBOOL, name)
574    __repr__ = _swig_repr
575
576    def iterator(self):
577        return _medmesh.MEDBOOL_iterator(self)
578    def __iter__(self):
579        return self.iterator()
580
581    def __nonzero__(self):
582        return _medmesh.MEDBOOL___nonzero__(self)
583
584    def __bool__(self):
585        return _medmesh.MEDBOOL___bool__(self)
586
587    def __len__(self):
588        return _medmesh.MEDBOOL___len__(self)
589
590    def __getslice__(self, i, j):
591        return _medmesh.MEDBOOL___getslice__(self, i, j)
592
593    def __setslice__(self, *args):
594        return _medmesh.MEDBOOL___setslice__(self, *args)
595
596    def __delslice__(self, i, j):
597        return _medmesh.MEDBOOL___delslice__(self, i, j)
598
599    def __delitem__(self, *args):
600        return _medmesh.MEDBOOL___delitem__(self, *args)
601
602    def __getitem__(self, *args):
603        return _medmesh.MEDBOOL___getitem__(self, *args)
604
605    def __setitem__(self, *args):
606        return _medmesh.MEDBOOL___setitem__(self, *args)
607
608    def pop(self):
609        return _medmesh.MEDBOOL_pop(self)
610
611    def append(self, x):
612        return _medmesh.MEDBOOL_append(self, x)
613
614    def empty(self):
615        return _medmesh.MEDBOOL_empty(self)
616
617    def size(self):
618        return _medmesh.MEDBOOL_size(self)
619
620    def swap(self, v):
621        return _medmesh.MEDBOOL_swap(self, v)
622
623    def begin(self):
624        return _medmesh.MEDBOOL_begin(self)
625
626    def end(self):
627        return _medmesh.MEDBOOL_end(self)
628
629    def rbegin(self):
630        return _medmesh.MEDBOOL_rbegin(self)
631
632    def rend(self):
633        return _medmesh.MEDBOOL_rend(self)
634
635    def clear(self):
636        return _medmesh.MEDBOOL_clear(self)
637
638    def get_allocator(self):
639        return _medmesh.MEDBOOL_get_allocator(self)
640
641    def pop_back(self):
642        return _medmesh.MEDBOOL_pop_back(self)
643
644    def erase(self, *args):
645        return _medmesh.MEDBOOL_erase(self, *args)
646
647    def __init__(self, *args):
648        this = _medmesh.new_MEDBOOL(*args)
649        try:
650            self.this.append(this)
651        except __builtin__.Exception:
652            self.this = this
653
654    def push_back(self, x):
655        return _medmesh.MEDBOOL_push_back(self, x)
656
657    def front(self):
658        return _medmesh.MEDBOOL_front(self)
659
660    def back(self):
661        return _medmesh.MEDBOOL_back(self)
662
663    def assign(self, n, x):
664        return _medmesh.MEDBOOL_assign(self, n, x)
665
666    def resize(self, *args):
667        return _medmesh.MEDBOOL_resize(self, *args)
668
669    def insert(self, *args):
670        return _medmesh.MEDBOOL_insert(self, *args)
671
672    def reserve(self, n):
673        return _medmesh.MEDBOOL_reserve(self, n)
674
675    def capacity(self):
676        return _medmesh.MEDBOOL_capacity(self)
677    __swig_destroy__ = _medmesh.delete_MEDBOOL
678    __del__ = lambda self: None
679MEDBOOL_swigregister = _medmesh.MEDBOOL_swigregister
680MEDBOOL_swigregister(MEDBOOL)
681cvar = _medmesh.cvar
682MED_GET_ENTITY_TYPENAME = cvar.MED_GET_ENTITY_TYPENAME
683MED_GET_CELL_GEOMETRY_TYPENAME = cvar.MED_GET_CELL_GEOMETRY_TYPENAME
684MED_GET_FACE_GEOMETRY_TYPENAME = cvar.MED_GET_FACE_GEOMETRY_TYPENAME
685
686
687MEDBOOL.__str__= lambda self: str([x for x in self])
688MEDBOOL.__repr__= lambda self: "MEDBOOL("+str([x for x in self])+")"
689
690class MEDFLOAT(_object):
691    __swig_setmethods__ = {}
692    __setattr__ = lambda self, name, value: _swig_setattr(self, MEDFLOAT, name, value)
693    __swig_getmethods__ = {}
694    __getattr__ = lambda self, name: _swig_getattr(self, MEDFLOAT, name)
695    __repr__ = _swig_repr
696
697    def iterator(self):
698        return _medmesh.MEDFLOAT_iterator(self)
699    def __iter__(self):
700        return self.iterator()
701
702    def __nonzero__(self):
703        return _medmesh.MEDFLOAT___nonzero__(self)
704
705    def __bool__(self):
706        return _medmesh.MEDFLOAT___bool__(self)
707
708    def __len__(self):
709        return _medmesh.MEDFLOAT___len__(self)
710
711    def __getslice__(self, i, j):
712        return _medmesh.MEDFLOAT___getslice__(self, i, j)
713
714    def __setslice__(self, *args):
715        return _medmesh.MEDFLOAT___setslice__(self, *args)
716
717    def __delslice__(self, i, j):
718        return _medmesh.MEDFLOAT___delslice__(self, i, j)
719
720    def __delitem__(self, *args):
721        return _medmesh.MEDFLOAT___delitem__(self, *args)
722
723    def __getitem__(self, *args):
724        return _medmesh.MEDFLOAT___getitem__(self, *args)
725
726    def __setitem__(self, *args):
727        return _medmesh.MEDFLOAT___setitem__(self, *args)
728
729    def pop(self):
730        return _medmesh.MEDFLOAT_pop(self)
731
732    def append(self, x):
733        return _medmesh.MEDFLOAT_append(self, x)
734
735    def empty(self):
736        return _medmesh.MEDFLOAT_empty(self)
737
738    def size(self):
739        return _medmesh.MEDFLOAT_size(self)
740
741    def swap(self, v):
742        return _medmesh.MEDFLOAT_swap(self, v)
743
744    def begin(self):
745        return _medmesh.MEDFLOAT_begin(self)
746
747    def end(self):
748        return _medmesh.MEDFLOAT_end(self)
749
750    def rbegin(self):
751        return _medmesh.MEDFLOAT_rbegin(self)
752
753    def rend(self):
754        return _medmesh.MEDFLOAT_rend(self)
755
756    def clear(self):
757        return _medmesh.MEDFLOAT_clear(self)
758
759    def get_allocator(self):
760        return _medmesh.MEDFLOAT_get_allocator(self)
761
762    def pop_back(self):
763        return _medmesh.MEDFLOAT_pop_back(self)
764
765    def erase(self, *args):
766        return _medmesh.MEDFLOAT_erase(self, *args)
767
768    def __init__(self, *args):
769        this = _medmesh.new_MEDFLOAT(*args)
770        try:
771            self.this.append(this)
772        except __builtin__.Exception:
773            self.this = this
774
775    def push_back(self, x):
776        return _medmesh.MEDFLOAT_push_back(self, x)
777
778    def front(self):
779        return _medmesh.MEDFLOAT_front(self)
780
781    def back(self):
782        return _medmesh.MEDFLOAT_back(self)
783
784    def assign(self, n, x):
785        return _medmesh.MEDFLOAT_assign(self, n, x)
786
787    def resize(self, *args):
788        return _medmesh.MEDFLOAT_resize(self, *args)
789
790    def insert(self, *args):
791        return _medmesh.MEDFLOAT_insert(self, *args)
792
793    def reserve(self, n):
794        return _medmesh.MEDFLOAT_reserve(self, n)
795
796    def capacity(self):
797        return _medmesh.MEDFLOAT_capacity(self)
798
799    def __iadd__(self, value):
800        return _medmesh.MEDFLOAT___iadd__(self, value)
801
802    def __add__(self, value):
803        return _medmesh.MEDFLOAT___add__(self, value)
804
805    def __isub__(self, value):
806        return _medmesh.MEDFLOAT___isub__(self, value)
807
808    def __sub__(self, value):
809        return _medmesh.MEDFLOAT___sub__(self, value)
810
811    def __imul__(self, value):
812        return _medmesh.MEDFLOAT___imul__(self, value)
813
814    def __mul__(self, value):
815        return _medmesh.MEDFLOAT___mul__(self, value)
816
817    def __itruediv__(self, *args):
818        return _medmesh.MEDFLOAT___itruediv__(self, *args)
819    __idiv__ = __itruediv__
820
821
822
823    def __truediv__(self, *args):
824        return _medmesh.MEDFLOAT___truediv__(self, *args)
825    __div__ = __truediv__
826
827
828
829    def __le__(self, value):
830        return _medmesh.MEDFLOAT___le__(self, value)
831
832    def __lt__(self, value):
833        return _medmesh.MEDFLOAT___lt__(self, value)
834
835    def __gt__(self, value):
836        return _medmesh.MEDFLOAT___gt__(self, value)
837
838    def __ge__(self, value):
839        return _medmesh.MEDFLOAT___ge__(self, value)
840
841    def __eq__(self, value):
842        return _medmesh.MEDFLOAT___eq__(self, value)
843
844    def __ne__(self, value):
845        return _medmesh.MEDFLOAT___ne__(self, value)
846    __swig_destroy__ = _medmesh.delete_MEDFLOAT
847    __del__ = lambda self: None
848MEDFLOAT_swigregister = _medmesh.MEDFLOAT_swigregister
849MEDFLOAT_swigregister(MEDFLOAT)
850
851
852MEDFLOAT.__str__= lambda self: str([x for x in self])
853MEDFLOAT.__repr__= lambda self:"MEDFLOAT" +"("+str([x for x in self])+")"
854
855
856MEDFLOAT64=MEDFLOAT
857MEDDOUBLE=MEDFLOAT
858
859class MEDFLOAT32(_object):
860    __swig_setmethods__ = {}
861    __setattr__ = lambda self, name, value: _swig_setattr(self, MEDFLOAT32, name, value)
862    __swig_getmethods__ = {}
863    __getattr__ = lambda self, name: _swig_getattr(self, MEDFLOAT32, name)
864    __repr__ = _swig_repr
865
866    def iterator(self):
867        return _medmesh.MEDFLOAT32_iterator(self)
868    def __iter__(self):
869        return self.iterator()
870
871    def __nonzero__(self):
872        return _medmesh.MEDFLOAT32___nonzero__(self)
873
874    def __bool__(self):
875        return _medmesh.MEDFLOAT32___bool__(self)
876
877    def __len__(self):
878        return _medmesh.MEDFLOAT32___len__(self)
879
880    def __getslice__(self, i, j):
881        return _medmesh.MEDFLOAT32___getslice__(self, i, j)
882
883    def __setslice__(self, *args):
884        return _medmesh.MEDFLOAT32___setslice__(self, *args)
885
886    def __delslice__(self, i, j):
887        return _medmesh.MEDFLOAT32___delslice__(self, i, j)
888
889    def __delitem__(self, *args):
890        return _medmesh.MEDFLOAT32___delitem__(self, *args)
891
892    def __getitem__(self, *args):
893        return _medmesh.MEDFLOAT32___getitem__(self, *args)
894
895    def __setitem__(self, *args):
896        return _medmesh.MEDFLOAT32___setitem__(self, *args)
897
898    def pop(self):
899        return _medmesh.MEDFLOAT32_pop(self)
900
901    def append(self, x):
902        return _medmesh.MEDFLOAT32_append(self, x)
903
904    def empty(self):
905        return _medmesh.MEDFLOAT32_empty(self)
906
907    def size(self):
908        return _medmesh.MEDFLOAT32_size(self)
909
910    def swap(self, v):
911        return _medmesh.MEDFLOAT32_swap(self, v)
912
913    def begin(self):
914        return _medmesh.MEDFLOAT32_begin(self)
915
916    def end(self):
917        return _medmesh.MEDFLOAT32_end(self)
918
919    def rbegin(self):
920        return _medmesh.MEDFLOAT32_rbegin(self)
921
922    def rend(self):
923        return _medmesh.MEDFLOAT32_rend(self)
924
925    def clear(self):
926        return _medmesh.MEDFLOAT32_clear(self)
927
928    def get_allocator(self):
929        return _medmesh.MEDFLOAT32_get_allocator(self)
930
931    def pop_back(self):
932        return _medmesh.MEDFLOAT32_pop_back(self)
933
934    def erase(self, *args):
935        return _medmesh.MEDFLOAT32_erase(self, *args)
936
937    def __init__(self, *args):
938        this = _medmesh.new_MEDFLOAT32(*args)
939        try:
940            self.this.append(this)
941        except __builtin__.Exception:
942            self.this = this
943
944    def push_back(self, x):
945        return _medmesh.MEDFLOAT32_push_back(self, x)
946
947    def front(self):
948        return _medmesh.MEDFLOAT32_front(self)
949
950    def back(self):
951        return _medmesh.MEDFLOAT32_back(self)
952
953    def assign(self, n, x):
954        return _medmesh.MEDFLOAT32_assign(self, n, x)
955
956    def resize(self, *args):
957        return _medmesh.MEDFLOAT32_resize(self, *args)
958
959    def insert(self, *args):
960        return _medmesh.MEDFLOAT32_insert(self, *args)
961
962    def reserve(self, n):
963        return _medmesh.MEDFLOAT32_reserve(self, n)
964
965    def capacity(self):
966        return _medmesh.MEDFLOAT32_capacity(self)
967
968    def __iadd__(self, value):
969        return _medmesh.MEDFLOAT32___iadd__(self, value)
970
971    def __add__(self, value):
972        return _medmesh.MEDFLOAT32___add__(self, value)
973
974    def __isub__(self, value):
975        return _medmesh.MEDFLOAT32___isub__(self, value)
976
977    def __sub__(self, value):
978        return _medmesh.MEDFLOAT32___sub__(self, value)
979
980    def __imul__(self, value):
981        return _medmesh.MEDFLOAT32___imul__(self, value)
982
983    def __mul__(self, value):
984        return _medmesh.MEDFLOAT32___mul__(self, value)
985
986    def __itruediv__(self, *args):
987        return _medmesh.MEDFLOAT32___itruediv__(self, *args)
988    __idiv__ = __itruediv__
989
990
991
992    def __truediv__(self, *args):
993        return _medmesh.MEDFLOAT32___truediv__(self, *args)
994    __div__ = __truediv__
995
996
997
998    def __le__(self, value):
999        return _medmesh.MEDFLOAT32___le__(self, value)
1000
1001    def __lt__(self, value):
1002        return _medmesh.MEDFLOAT32___lt__(self, value)
1003
1004    def __gt__(self, value):
1005        return _medmesh.MEDFLOAT32___gt__(self, value)
1006
1007    def __ge__(self, value):
1008        return _medmesh.MEDFLOAT32___ge__(self, value)
1009
1010    def __eq__(self, value):
1011        return _medmesh.MEDFLOAT32___eq__(self, value)
1012
1013    def __ne__(self, value):
1014        return _medmesh.MEDFLOAT32___ne__(self, value)
1015    __swig_destroy__ = _medmesh.delete_MEDFLOAT32
1016    __del__ = lambda self: None
1017MEDFLOAT32_swigregister = _medmesh.MEDFLOAT32_swigregister
1018MEDFLOAT32_swigregister(MEDFLOAT32)
1019
1020
1021MEDFLOAT32.__str__= lambda self: str([x for x in self])
1022MEDFLOAT32.__repr__= lambda self:"MEDFLOAT32" +"("+str([x for x in self])+")"
1023
1024class MEDINT(_object):
1025    __swig_setmethods__ = {}
1026    __setattr__ = lambda self, name, value: _swig_setattr(self, MEDINT, name, value)
1027    __swig_getmethods__ = {}
1028    __getattr__ = lambda self, name: _swig_getattr(self, MEDINT, name)
1029    __repr__ = _swig_repr
1030
1031    def iterator(self):
1032        return _medmesh.MEDINT_iterator(self)
1033    def __iter__(self):
1034        return self.iterator()
1035
1036    def __nonzero__(self):
1037        return _medmesh.MEDINT___nonzero__(self)
1038
1039    def __bool__(self):
1040        return _medmesh.MEDINT___bool__(self)
1041
1042    def __len__(self):
1043        return _medmesh.MEDINT___len__(self)
1044
1045    def __getslice__(self, i, j):
1046        return _medmesh.MEDINT___getslice__(self, i, j)
1047
1048    def __setslice__(self, *args):
1049        return _medmesh.MEDINT___setslice__(self, *args)
1050
1051    def __delslice__(self, i, j):
1052        return _medmesh.MEDINT___delslice__(self, i, j)
1053
1054    def __delitem__(self, *args):
1055        return _medmesh.MEDINT___delitem__(self, *args)
1056
1057    def __getitem__(self, *args):
1058        return _medmesh.MEDINT___getitem__(self, *args)
1059
1060    def __setitem__(self, *args):
1061        return _medmesh.MEDINT___setitem__(self, *args)
1062
1063    def pop(self):
1064        return _medmesh.MEDINT_pop(self)
1065
1066    def append(self, x):
1067        return _medmesh.MEDINT_append(self, x)
1068
1069    def empty(self):
1070        return _medmesh.MEDINT_empty(self)
1071
1072    def size(self):
1073        return _medmesh.MEDINT_size(self)
1074
1075    def swap(self, v):
1076        return _medmesh.MEDINT_swap(self, v)
1077
1078    def begin(self):
1079        return _medmesh.MEDINT_begin(self)
1080
1081    def end(self):
1082        return _medmesh.MEDINT_end(self)
1083
1084    def rbegin(self):
1085        return _medmesh.MEDINT_rbegin(self)
1086
1087    def rend(self):
1088        return _medmesh.MEDINT_rend(self)
1089
1090    def clear(self):
1091        return _medmesh.MEDINT_clear(self)
1092
1093    def get_allocator(self):
1094        return _medmesh.MEDINT_get_allocator(self)
1095
1096    def pop_back(self):
1097        return _medmesh.MEDINT_pop_back(self)
1098
1099    def erase(self, *args):
1100        return _medmesh.MEDINT_erase(self, *args)
1101
1102    def __init__(self, *args):
1103        this = _medmesh.new_MEDINT(*args)
1104        try:
1105            self.this.append(this)
1106        except __builtin__.Exception:
1107            self.this = this
1108
1109    def push_back(self, x):
1110        return _medmesh.MEDINT_push_back(self, x)
1111
1112    def front(self):
1113        return _medmesh.MEDINT_front(self)
1114
1115    def back(self):
1116        return _medmesh.MEDINT_back(self)
1117
1118    def assign(self, n, x):
1119        return _medmesh.MEDINT_assign(self, n, x)
1120
1121    def resize(self, *args):
1122        return _medmesh.MEDINT_resize(self, *args)
1123
1124    def insert(self, *args):
1125        return _medmesh.MEDINT_insert(self, *args)
1126
1127    def reserve(self, n):
1128        return _medmesh.MEDINT_reserve(self, n)
1129
1130    def capacity(self):
1131        return _medmesh.MEDINT_capacity(self)
1132
1133    def __iadd__(self, value):
1134        return _medmesh.MEDINT___iadd__(self, value)
1135
1136    def __add__(self, value):
1137        return _medmesh.MEDINT___add__(self, value)
1138
1139    def __isub__(self, value):
1140        return _medmesh.MEDINT___isub__(self, value)
1141
1142    def __sub__(self, value):
1143        return _medmesh.MEDINT___sub__(self, value)
1144
1145    def __imul__(self, value):
1146        return _medmesh.MEDINT___imul__(self, value)
1147
1148    def __mul__(self, value):
1149        return _medmesh.MEDINT___mul__(self, value)
1150
1151    def __itruediv__(self, *args):
1152        return _medmesh.MEDINT___itruediv__(self, *args)
1153    __idiv__ = __itruediv__
1154
1155
1156
1157    def __truediv__(self, *args):
1158        return _medmesh.MEDINT___truediv__(self, *args)
1159    __div__ = __truediv__
1160
1161
1162
1163    def __le__(self, value):
1164        return _medmesh.MEDINT___le__(self, value)
1165
1166    def __lt__(self, value):
1167        return _medmesh.MEDINT___lt__(self, value)
1168
1169    def __gt__(self, value):
1170        return _medmesh.MEDINT___gt__(self, value)
1171
1172    def __ge__(self, value):
1173        return _medmesh.MEDINT___ge__(self, value)
1174
1175    def __eq__(self, value):
1176        return _medmesh.MEDINT___eq__(self, value)
1177
1178    def __ne__(self, value):
1179        return _medmesh.MEDINT___ne__(self, value)
1180    __swig_destroy__ = _medmesh.delete_MEDINT
1181    __del__ = lambda self: None
1182MEDINT_swigregister = _medmesh.MEDINT_swigregister
1183MEDINT_swigregister(MEDINT)
1184
1185
1186MEDINT.__str__= lambda self: str([x for x in self])
1187MEDINT.__repr__= lambda self:"MEDINT" +"("+str([x for x in self])+")"
1188
1189
1190MEDINT64=MEDINT
1191
1192class MEDINT32(_object):
1193    __swig_setmethods__ = {}
1194    __setattr__ = lambda self, name, value: _swig_setattr(self, MEDINT32, name, value)
1195    __swig_getmethods__ = {}
1196    __getattr__ = lambda self, name: _swig_getattr(self, MEDINT32, name)
1197    __repr__ = _swig_repr
1198
1199    def iterator(self):
1200        return _medmesh.MEDINT32_iterator(self)
1201    def __iter__(self):
1202        return self.iterator()
1203
1204    def __nonzero__(self):
1205        return _medmesh.MEDINT32___nonzero__(self)
1206
1207    def __bool__(self):
1208        return _medmesh.MEDINT32___bool__(self)
1209
1210    def __len__(self):
1211        return _medmesh.MEDINT32___len__(self)
1212
1213    def __getslice__(self, i, j):
1214        return _medmesh.MEDINT32___getslice__(self, i, j)
1215
1216    def __setslice__(self, *args):
1217        return _medmesh.MEDINT32___setslice__(self, *args)
1218
1219    def __delslice__(self, i, j):
1220        return _medmesh.MEDINT32___delslice__(self, i, j)
1221
1222    def __delitem__(self, *args):
1223        return _medmesh.MEDINT32___delitem__(self, *args)
1224
1225    def __getitem__(self, *args):
1226        return _medmesh.MEDINT32___getitem__(self, *args)
1227
1228    def __setitem__(self, *args):
1229        return _medmesh.MEDINT32___setitem__(self, *args)
1230
1231    def pop(self):
1232        return _medmesh.MEDINT32_pop(self)
1233
1234    def append(self, x):
1235        return _medmesh.MEDINT32_append(self, x)
1236
1237    def empty(self):
1238        return _medmesh.MEDINT32_empty(self)
1239
1240    def size(self):
1241        return _medmesh.MEDINT32_size(self)
1242
1243    def swap(self, v):
1244        return _medmesh.MEDINT32_swap(self, v)
1245
1246    def begin(self):
1247        return _medmesh.MEDINT32_begin(self)
1248
1249    def end(self):
1250        return _medmesh.MEDINT32_end(self)
1251
1252    def rbegin(self):
1253        return _medmesh.MEDINT32_rbegin(self)
1254
1255    def rend(self):
1256        return _medmesh.MEDINT32_rend(self)
1257
1258    def clear(self):
1259        return _medmesh.MEDINT32_clear(self)
1260
1261    def get_allocator(self):
1262        return _medmesh.MEDINT32_get_allocator(self)
1263
1264    def pop_back(self):
1265        return _medmesh.MEDINT32_pop_back(self)
1266
1267    def erase(self, *args):
1268        return _medmesh.MEDINT32_erase(self, *args)
1269
1270    def __init__(self, *args):
1271        this = _medmesh.new_MEDINT32(*args)
1272        try:
1273            self.this.append(this)
1274        except __builtin__.Exception:
1275            self.this = this
1276
1277    def push_back(self, x):
1278        return _medmesh.MEDINT32_push_back(self, x)
1279
1280    def front(self):
1281        return _medmesh.MEDINT32_front(self)
1282
1283    def back(self):
1284        return _medmesh.MEDINT32_back(self)
1285
1286    def assign(self, n, x):
1287        return _medmesh.MEDINT32_assign(self, n, x)
1288
1289    def resize(self, *args):
1290        return _medmesh.MEDINT32_resize(self, *args)
1291
1292    def insert(self, *args):
1293        return _medmesh.MEDINT32_insert(self, *args)
1294
1295    def reserve(self, n):
1296        return _medmesh.MEDINT32_reserve(self, n)
1297
1298    def capacity(self):
1299        return _medmesh.MEDINT32_capacity(self)
1300
1301    def __iadd__(self, value):
1302        return _medmesh.MEDINT32___iadd__(self, value)
1303
1304    def __add__(self, value):
1305        return _medmesh.MEDINT32___add__(self, value)
1306
1307    def __isub__(self, value):
1308        return _medmesh.MEDINT32___isub__(self, value)
1309
1310    def __sub__(self, value):
1311        return _medmesh.MEDINT32___sub__(self, value)
1312
1313    def __imul__(self, value):
1314        return _medmesh.MEDINT32___imul__(self, value)
1315
1316    def __mul__(self, value):
1317        return _medmesh.MEDINT32___mul__(self, value)
1318
1319    def __itruediv__(self, *args):
1320        return _medmesh.MEDINT32___itruediv__(self, *args)
1321    __idiv__ = __itruediv__
1322
1323
1324
1325    def __truediv__(self, *args):
1326        return _medmesh.MEDINT32___truediv__(self, *args)
1327    __div__ = __truediv__
1328
1329
1330
1331    def __le__(self, value):
1332        return _medmesh.MEDINT32___le__(self, value)
1333
1334    def __lt__(self, value):
1335        return _medmesh.MEDINT32___lt__(self, value)
1336
1337    def __gt__(self, value):
1338        return _medmesh.MEDINT32___gt__(self, value)
1339
1340    def __ge__(self, value):
1341        return _medmesh.MEDINT32___ge__(self, value)
1342
1343    def __eq__(self, value):
1344        return _medmesh.MEDINT32___eq__(self, value)
1345
1346    def __ne__(self, value):
1347        return _medmesh.MEDINT32___ne__(self, value)
1348    __swig_destroy__ = _medmesh.delete_MEDINT32
1349    __del__ = lambda self: None
1350MEDINT32_swigregister = _medmesh.MEDINT32_swigregister
1351MEDINT32_swigregister(MEDINT32)
1352
1353
1354MEDINT32.__str__= lambda self: str([x for x in self])
1355MEDINT32.__repr__= lambda self:"MEDINT32" +"("+str([x for x in self])+")"
1356
1357class MEDCHAR(_object):
1358    __swig_setmethods__ = {}
1359    __setattr__ = lambda self, name, value: _swig_setattr(self, MEDCHAR, name, value)
1360    __swig_getmethods__ = {}
1361    __getattr__ = lambda self, name: _swig_getattr(self, MEDCHAR, name)
1362    __repr__ = _swig_repr
1363
1364    def iterator(self):
1365        return _medmesh.MEDCHAR_iterator(self)
1366    def __iter__(self):
1367        return self.iterator()
1368
1369    def __nonzero__(self):
1370        return _medmesh.MEDCHAR___nonzero__(self)
1371
1372    def __bool__(self):
1373        return _medmesh.MEDCHAR___bool__(self)
1374
1375    def __len__(self):
1376        return _medmesh.MEDCHAR___len__(self)
1377
1378    def __getslice__(self, i, j):
1379        return _medmesh.MEDCHAR___getslice__(self, i, j)
1380
1381    def __setslice__(self, *args):
1382        return _medmesh.MEDCHAR___setslice__(self, *args)
1383
1384    def __delslice__(self, i, j):
1385        return _medmesh.MEDCHAR___delslice__(self, i, j)
1386
1387    def __delitem__(self, *args):
1388        return _medmesh.MEDCHAR___delitem__(self, *args)
1389
1390    def __getitem__(self, *args):
1391        return _medmesh.MEDCHAR___getitem__(self, *args)
1392
1393    def __setitem__(self, *args):
1394        return _medmesh.MEDCHAR___setitem__(self, *args)
1395
1396    def pop(self):
1397        return _medmesh.MEDCHAR_pop(self)
1398
1399    def append(self, x):
1400        return _medmesh.MEDCHAR_append(self, x)
1401
1402    def empty(self):
1403        return _medmesh.MEDCHAR_empty(self)
1404
1405    def size(self):
1406        return _medmesh.MEDCHAR_size(self)
1407
1408    def swap(self, v):
1409        return _medmesh.MEDCHAR_swap(self, v)
1410
1411    def begin(self):
1412        return _medmesh.MEDCHAR_begin(self)
1413
1414    def end(self):
1415        return _medmesh.MEDCHAR_end(self)
1416
1417    def rbegin(self):
1418        return _medmesh.MEDCHAR_rbegin(self)
1419
1420    def rend(self):
1421        return _medmesh.MEDCHAR_rend(self)
1422
1423    def clear(self):
1424        return _medmesh.MEDCHAR_clear(self)
1425
1426    def get_allocator(self):
1427        return _medmesh.MEDCHAR_get_allocator(self)
1428
1429    def pop_back(self):
1430        return _medmesh.MEDCHAR_pop_back(self)
1431
1432    def erase(self, *args):
1433        return _medmesh.MEDCHAR_erase(self, *args)
1434
1435    def __init__(self, *args):
1436        this = _medmesh.new_MEDCHAR(*args)
1437        try:
1438            self.this.append(this)
1439        except __builtin__.Exception:
1440            self.this = this
1441
1442    def push_back(self, x):
1443        return _medmesh.MEDCHAR_push_back(self, x)
1444
1445    def front(self):
1446        return _medmesh.MEDCHAR_front(self)
1447
1448    def back(self):
1449        return _medmesh.MEDCHAR_back(self)
1450
1451    def assign(self, n, x):
1452        return _medmesh.MEDCHAR_assign(self, n, x)
1453
1454    def resize(self, *args):
1455        return _medmesh.MEDCHAR_resize(self, *args)
1456
1457    def insert(self, *args):
1458        return _medmesh.MEDCHAR_insert(self, *args)
1459
1460    def reserve(self, n):
1461        return _medmesh.MEDCHAR_reserve(self, n)
1462
1463    def capacity(self):
1464        return _medmesh.MEDCHAR_capacity(self)
1465
1466    def __iadd__(self, value):
1467        return _medmesh.MEDCHAR___iadd__(self, value)
1468
1469    def __add__(self, value):
1470        return _medmesh.MEDCHAR___add__(self, value)
1471
1472    def __isub__(self, value):
1473        return _medmesh.MEDCHAR___isub__(self, value)
1474
1475    def __sub__(self, value):
1476        return _medmesh.MEDCHAR___sub__(self, value)
1477
1478    def __imul__(self, value):
1479        return _medmesh.MEDCHAR___imul__(self, value)
1480
1481    def __mul__(self, value):
1482        return _medmesh.MEDCHAR___mul__(self, value)
1483
1484    def __itruediv__(self, *args):
1485        return _medmesh.MEDCHAR___itruediv__(self, *args)
1486    __idiv__ = __itruediv__
1487
1488
1489
1490    def __truediv__(self, *args):
1491        return _medmesh.MEDCHAR___truediv__(self, *args)
1492    __div__ = __truediv__
1493
1494
1495
1496    def __le__(self, value):
1497        return _medmesh.MEDCHAR___le__(self, value)
1498
1499    def __lt__(self, value):
1500        return _medmesh.MEDCHAR___lt__(self, value)
1501
1502    def __gt__(self, value):
1503        return _medmesh.MEDCHAR___gt__(self, value)
1504
1505    def __ge__(self, value):
1506        return _medmesh.MEDCHAR___ge__(self, value)
1507
1508    def __eq__(self, value):
1509        return _medmesh.MEDCHAR___eq__(self, value)
1510
1511    def __ne__(self, value):
1512        return _medmesh.MEDCHAR___ne__(self, value)
1513    __swig_destroy__ = _medmesh.delete_MEDCHAR
1514    __del__ = lambda self: None
1515MEDCHAR_swigregister = _medmesh.MEDCHAR_swigregister
1516MEDCHAR_swigregister(MEDCHAR)
1517
1518
1519MEDCHAR.__str__= lambda self: str([x for x in self])
1520MEDCHAR.__repr__= lambda self:"MEDCHAR" +"("+str([x for x in self])+")"
1521
1522
1523MEDCHAR.__str__= lambda self: str([x for x in self])
1524MEDCHAR.__repr__= lambda self:"MEDCHAR" +"("+str([x for x in self])+")"
1525
1526
1527MEDCHAR.__str__= lambda self: str([x for x in self])
1528MEDCHAR.__repr__= lambda self:"MEDCHAR" +"("+str([x for x in self])+")"
1529
1530
1531def MEDmeshCr(fid, meshname, spacedim, meshdim, meshtype, description, dtunit, sortingtype, axistype, axisname, axisunit):
1532    """
1533    MEDmeshCr(fid, meshname, spacedim, meshdim, meshtype, description, dtunit, sortingtype, axistype, axisname, axisunit) -> med_err
1534
1535    Parameters
1536    ----------
1537    fid: med_idt const
1538    meshname: char const *const
1539    spacedim: med_int const
1540    meshdim: med_int const
1541    meshtype: enum med_mesh_type const
1542    description: char const *const
1543    dtunit: char const *const
1544    sortingtype: enum med_sorting_type const
1545    axistype: enum med_axis_type const
1546    axisname: char const *const
1547    axisunit: char const *const
1548
1549
1550    Essai d Ajout a La Documentation Automatique
1551    """
1552    return _medmesh.MEDmeshCr(fid, meshname, spacedim, meshdim, meshtype, description, dtunit, sortingtype, axistype, axisname, axisunit)
1553
1554def MEDmeshInfoByName(fid, meshname):
1555    """
1556    MEDmeshInfoByName(fid, meshname) -> med_err
1557
1558    Parameters
1559    ----------
1560    fid: med_idt const
1561    meshname: char const *const
1562
1563    """
1564    return _medmesh.MEDmeshInfoByName(fid, meshname)
1565
1566def MEDmeshInfo(fid, meshit):
1567    """
1568    MEDmeshInfo(fid, meshit) -> med_err
1569
1570    Parameters
1571    ----------
1572    fid: med_idt const
1573    meshit: int const
1574
1575    """
1576    return _medmesh.MEDmeshInfo(fid, meshit)
1577
1578def MEDnMesh(fid):
1579    """
1580    MEDnMesh(fid) -> med_int
1581
1582    Parameters
1583    ----------
1584    fid: med_idt const
1585
1586    """
1587    return _medmesh.MEDnMesh(fid)
1588
1589def MEDmeshnAxis(fid, meshit):
1590    """
1591    MEDmeshnAxis(fid, meshit) -> med_int
1592
1593    Parameters
1594    ----------
1595    fid: med_idt const
1596    meshit: int const
1597
1598    """
1599    return _medmesh.MEDmeshnAxis(fid, meshit)
1600
1601def MEDmeshnAxisByName(fid, meshname):
1602    """
1603    MEDmeshnAxisByName(fid, meshname) -> med_int
1604
1605    Parameters
1606    ----------
1607    fid: med_idt const
1608    meshname: char const *const
1609
1610    """
1611    return _medmesh.MEDmeshnAxisByName(fid, meshname)
1612
1613def MEDmeshGridTypeWr(fid, meshname, gridtype):
1614    """
1615    MEDmeshGridTypeWr(fid, meshname, gridtype) -> med_err
1616
1617    Parameters
1618    ----------
1619    fid: med_idt const
1620    meshname: char const *const
1621    gridtype: enum med_grid_type const
1622
1623    """
1624    return _medmesh.MEDmeshGridTypeWr(fid, meshname, gridtype)
1625
1626def MEDmeshGridTypeRd(fid, meshname):
1627    """
1628    MEDmeshGridTypeRd(fid, meshname) -> med_err
1629
1630    Parameters
1631    ----------
1632    fid: med_idt const
1633    meshname: char const *const
1634
1635    """
1636    return _medmesh.MEDmeshGridTypeRd(fid, meshname)
1637
1638def MEDmeshGridIndexCoordinateWr(fid, meshname, numdt, numit, dt, axis, indexsize, gridindex):
1639    """
1640    MEDmeshGridIndexCoordinateWr(fid, meshname, numdt, numit, dt, axis, indexsize, gridindex) -> med_err
1641
1642    Parameters
1643    ----------
1644    fid: med_idt const
1645    meshname: char const *const
1646    numdt: med_int const
1647    numit: med_int const
1648    dt: med_float const
1649    axis: med_int const
1650    indexsize: med_int const
1651    gridindex: med_float const *const
1652
1653    """
1654    return _medmesh.MEDmeshGridIndexCoordinateWr(fid, meshname, numdt, numit, dt, axis, indexsize, gridindex)
1655
1656def MEDmeshGridIndexCoordinateRd(fid, meshname, numdt, numit, axis, gridindex):
1657    """
1658    MEDmeshGridIndexCoordinateRd(fid, meshname, numdt, numit, axis, gridindex) -> med_err
1659
1660    Parameters
1661    ----------
1662    fid: med_idt const
1663    meshname: char const *const
1664    numdt: med_int const
1665    numit: med_int const
1666    axis: med_int const
1667    gridindex: med_float *const
1668
1669    """
1670    return _medmesh.MEDmeshGridIndexCoordinateRd(fid, meshname, numdt, numit, axis, gridindex)
1671
1672def MEDmeshGridStructWr(fid, meshname, numdt, numit, dt, gridstruct):
1673    """
1674    MEDmeshGridStructWr(fid, meshname, numdt, numit, dt, gridstruct) -> med_err
1675
1676    Parameters
1677    ----------
1678    fid: med_idt const
1679    meshname: char const *const
1680    numdt: med_int const
1681    numit: med_int const
1682    dt: med_float const
1683    gridstruct: med_int const *const
1684
1685    """
1686    return _medmesh.MEDmeshGridStructWr(fid, meshname, numdt, numit, dt, gridstruct)
1687
1688def MEDmeshGridStructRd(fid, meshname, numdt, numit, gridstruct):
1689    """
1690    MEDmeshGridStructRd(fid, meshname, numdt, numit, gridstruct) -> med_err
1691
1692    Parameters
1693    ----------
1694    fid: med_idt const
1695    meshname: char const *const
1696    numdt: med_int const
1697    numit: med_int const
1698    gridstruct: med_int *const
1699
1700    """
1701    return _medmesh.MEDmeshGridStructRd(fid, meshname, numdt, numit, gridstruct)
1702
1703def MEDmeshUniversalNameWr(fid, meshname):
1704    """
1705    MEDmeshUniversalNameWr(fid, meshname) -> med_err
1706
1707    Parameters
1708    ----------
1709    fid: med_idt const
1710    meshname: char const *const
1711
1712    """
1713    return _medmesh.MEDmeshUniversalNameWr(fid, meshname)
1714
1715def MEDmeshUniversalNameRd(fid, meshname):
1716    """
1717    MEDmeshUniversalNameRd(fid, meshname) -> med_err
1718
1719    Parameters
1720    ----------
1721    fid: med_idt const
1722    meshname: char const *const
1723
1724    """
1725    return _medmesh.MEDmeshUniversalNameRd(fid, meshname)
1726
1727def MEDmeshComputationStepCr(fid, meshname, numdt1, numit1, numdt2, numit2, dt2):
1728    """
1729    MEDmeshComputationStepCr(fid, meshname, numdt1, numit1, numdt2, numit2, dt2) -> med_err
1730
1731    Parameters
1732    ----------
1733    fid: med_idt const
1734    meshname: char const *const
1735    numdt1: med_int const
1736    numit1: med_int const
1737    numdt2: med_int const
1738    numit2: med_int const
1739    dt2: med_float const
1740
1741    """
1742    return _medmesh.MEDmeshComputationStepCr(fid, meshname, numdt1, numit1, numdt2, numit2, dt2)
1743
1744def MEDmeshAttributeRd(fid, meshname):
1745    """
1746    MEDmeshAttributeRd(fid, meshname) -> med_err
1747
1748    Parameters
1749    ----------
1750    fid: med_idt const
1751    meshname: char const *const
1752
1753    """
1754    return _medmesh.MEDmeshAttributeRd(fid, meshname)
1755
1756def MEDmeshAttributeWr(fid, meshname, isolatednodes, verticesnodes, cellmaxnodes):
1757    """
1758    MEDmeshAttributeWr(fid, meshname, isolatednodes, verticesnodes, cellmaxnodes) -> med_err
1759
1760    Parameters
1761    ----------
1762    fid: med_idt const
1763    meshname: char const *const
1764    isolatednodes: med_int const
1765    verticesnodes: med_int const
1766    cellmaxnodes: med_int const
1767
1768    """
1769    return _medmesh.MEDmeshAttributeWr(fid, meshname, isolatednodes, verticesnodes, cellmaxnodes)
1770
1771def MEDmeshComputationStepDtRd(fid, meshname, numdt, umit):
1772    """
1773    MEDmeshComputationStepDtRd(fid, meshname, numdt, umit) -> med_err
1774
1775    Parameters
1776    ----------
1777    fid: med_idt const
1778    meshname: char const *const
1779    numdt: med_int const
1780    umit: med_int const
1781
1782    """
1783    return _medmesh.MEDmeshComputationStepDtRd(fid, meshname, numdt, umit)
1784
1785def MEDmeshComputationStepInfo(fid, meshname, csit):
1786    """
1787    MEDmeshComputationStepInfo(fid, meshname, csit) -> med_err
1788
1789    Parameters
1790    ----------
1791    fid: med_idt const
1792    meshname: char const *const
1793    csit: int const
1794
1795    """
1796    return _medmesh.MEDmeshComputationStepInfo(fid, meshname, csit)
1797
1798def MEDmeshSortingTypeRd(fid, meshname):
1799    """
1800    MEDmeshSortingTypeRd(fid, meshname) -> med_err
1801
1802    Parameters
1803    ----------
1804    fid: med_idt const
1805    meshname: char const *const
1806
1807    """
1808    return _medmesh.MEDmeshSortingTypeRd(fid, meshname)
1809
1810def MEDmeshNodeCoordinateAdvancedWr(fid, meshname, numdt, numit, dt, filter, value):
1811    """
1812    MEDmeshNodeCoordinateAdvancedWr(fid, meshname, numdt, numit, dt, filter, value) -> med_err
1813
1814    Parameters
1815    ----------
1816    fid: med_idt const
1817    meshname: char const *const
1818    numdt: med_int const
1819    numit: med_int const
1820    dt: med_float const
1821    filter: med_filter const *const
1822    value: med_float const *const
1823
1824    """
1825    return _medmesh.MEDmeshNodeCoordinateAdvancedWr(fid, meshname, numdt, numit, dt, filter, value)
1826
1827def MEDmeshNodeCoordinateWithProfileWr(fid, meshname, numdt, numit, dt, storagemode, profilename, switchmode, dimselect, nentity, coordinates):
1828    """
1829    MEDmeshNodeCoordinateWithProfileWr(fid, meshname, numdt, numit, dt, storagemode, profilename, switchmode, dimselect, nentity, coordinates) -> med_err
1830
1831    Parameters
1832    ----------
1833    fid: med_idt const
1834    meshname: char const *const
1835    numdt: med_int const
1836    numit: med_int const
1837    dt: med_float const
1838    storagemode: enum med_storage_mode const
1839    profilename: char const *const
1840    switchmode: enum med_switch_mode const
1841    dimselect: med_int const
1842    nentity: med_int const
1843    coordinates: med_float const *const
1844
1845    """
1846    return _medmesh.MEDmeshNodeCoordinateWithProfileWr(fid, meshname, numdt, numit, dt, storagemode, profilename, switchmode, dimselect, nentity, coordinates)
1847
1848def MEDmeshNodeCoordinateWr(fid, meshname, numdt, numit, dt, switchmode, nentity, coordinates):
1849    """
1850    MEDmeshNodeCoordinateWr(fid, meshname, numdt, numit, dt, switchmode, nentity, coordinates) -> med_err
1851
1852    Parameters
1853    ----------
1854    fid: med_idt const
1855    meshname: char const *const
1856    numdt: med_int const
1857    numit: med_int const
1858    dt: med_float const
1859    switchmode: enum med_switch_mode const
1860    nentity: med_int const
1861    coordinates: med_float const *const
1862
1863    """
1864    return _medmesh.MEDmeshNodeCoordinateWr(fid, meshname, numdt, numit, dt, switchmode, nentity, coordinates)
1865
1866def MEDmeshNodeCoordinateTrsfWr(fid, meshname, numdt, numit, dt, coordinatetrsf):
1867    """
1868    MEDmeshNodeCoordinateTrsfWr(fid, meshname, numdt, numit, dt, coordinatetrsf) -> med_err
1869
1870    Parameters
1871    ----------
1872    fid: med_idt const
1873    meshname: char const *const
1874    numdt: med_int const
1875    numit: med_int const
1876    dt: med_float const
1877    coordinatetrsf: med_float const *const
1878
1879    """
1880    return _medmesh.MEDmeshNodeCoordinateTrsfWr(fid, meshname, numdt, numit, dt, coordinatetrsf)
1881
1882def MEDmeshNodeCoordinateTrsfRd(fid, meshname, numdt, numit, coordinatetrsf):
1883    """
1884    MEDmeshNodeCoordinateTrsfRd(fid, meshname, numdt, numit, coordinatetrsf) -> med_err
1885
1886    Parameters
1887    ----------
1888    fid: med_idt const
1889    meshname: char const *const
1890    numdt: med_int const
1891    numit: med_int const
1892    coordinatetrsf: med_float const *const
1893
1894    """
1895    return _medmesh.MEDmeshNodeCoordinateTrsfRd(fid, meshname, numdt, numit, coordinatetrsf)
1896
1897def MEDmeshElementConnectivityWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, switchmode, nentity, connectivity):
1898    """
1899    MEDmeshElementConnectivityWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, switchmode, nentity, connectivity) -> med_err
1900
1901    Parameters
1902    ----------
1903    fid: med_idt const
1904    meshname: char const *const
1905    numdt: med_int const
1906    numit: med_int const
1907    dt: med_float const
1908    entitype: enum med_entity_type const
1909    geotype: med_geometry_type const
1910    cmode: enum med_connectivity_mode const
1911    switchmode: enum med_switch_mode const
1912    nentity: med_int const
1913    connectivity: med_int const *const
1914
1915    """
1916    return _medmesh.MEDmeshElementConnectivityWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, switchmode, nentity, connectivity)
1917
1918def MEDmeshElementConnectivityAdvancedWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, filter, connectivity):
1919    """
1920    MEDmeshElementConnectivityAdvancedWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, filter, connectivity) -> med_err
1921
1922    Parameters
1923    ----------
1924    fid: med_idt const
1925    meshname: char const *const
1926    numdt: med_int const
1927    numit: med_int const
1928    dt: med_float const
1929    entitype: enum med_entity_type const
1930    geotype: med_geometry_type const
1931    cmode: enum med_connectivity_mode const
1932    filter: med_filter const *const
1933    connectivity: med_int const *const
1934
1935    """
1936    return _medmesh.MEDmeshElementConnectivityAdvancedWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, filter, connectivity)
1937
1938def MEDmeshElementConnectivityWithProfileWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, storagemode, profilename, switchmode, dimselect, nentity, connectivity):
1939    """
1940    MEDmeshElementConnectivityWithProfileWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, storagemode, profilename, switchmode, dimselect, nentity, connectivity) -> med_err
1941
1942    Parameters
1943    ----------
1944    fid: med_idt const
1945    meshname: char const *const
1946    numdt: med_int const
1947    numit: med_int const
1948    dt: med_float const
1949    entitype: enum med_entity_type const
1950    geotype: med_geometry_type const
1951    cmode: enum med_connectivity_mode const
1952    storagemode: enum med_storage_mode const
1953    profilename: char const *const
1954    switchmode: enum med_switch_mode const
1955    dimselect: med_int const
1956    nentity: med_int const
1957    connectivity: med_int const *const
1958
1959    """
1960    return _medmesh.MEDmeshElementConnectivityWithProfileWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, storagemode, profilename, switchmode, dimselect, nentity, connectivity)
1961
1962def MEDmeshNodeCoordinateAdvancedRd(fid, meshname, numdt, numit, filter, value):
1963    """
1964    MEDmeshNodeCoordinateAdvancedRd(fid, meshname, numdt, numit, filter, value) -> med_err
1965
1966    Parameters
1967    ----------
1968    fid: med_idt const
1969    meshname: char const *const
1970    numdt: med_int const
1971    numit: med_int const
1972    filter: med_filter const *const
1973    value: med_float *const
1974
1975    """
1976    return _medmesh.MEDmeshNodeCoordinateAdvancedRd(fid, meshname, numdt, numit, filter, value)
1977
1978def MEDmeshNodeCoordinateWithProfileRd(fid, meshname, numdt, numit, storagemode, profilename, switchmode, dimselect, coordinates):
1979    """
1980    MEDmeshNodeCoordinateWithProfileRd(fid, meshname, numdt, numit, storagemode, profilename, switchmode, dimselect, coordinates) -> med_err
1981
1982    Parameters
1983    ----------
1984    fid: med_idt const
1985    meshname: char const *const
1986    numdt: med_int const
1987    numit: med_int const
1988    storagemode: enum med_storage_mode const
1989    profilename: char const *const
1990    switchmode: enum med_switch_mode const
1991    dimselect: med_int const
1992    coordinates: med_float *const
1993
1994    """
1995    return _medmesh.MEDmeshNodeCoordinateWithProfileRd(fid, meshname, numdt, numit, storagemode, profilename, switchmode, dimselect, coordinates)
1996
1997def MEDmeshNodeCoordinateRd(fid, meshname, numdt, numit, switchmode, coordinates):
1998    """
1999    MEDmeshNodeCoordinateRd(fid, meshname, numdt, numit, switchmode, coordinates) -> med_err
2000
2001    Parameters
2002    ----------
2003    fid: med_idt const
2004    meshname: char const *const
2005    numdt: med_int const
2006    numit: med_int const
2007    switchmode: enum med_switch_mode const
2008    coordinates: med_float *const
2009
2010    """
2011    return _medmesh.MEDmeshNodeCoordinateRd(fid, meshname, numdt, numit, switchmode, coordinates)
2012
2013def MEDmeshElementConnectivityRd(fid, meshname, numdt, numit, entitype, geotype, cmode, switchmode, connectivity):
2014    """
2015    MEDmeshElementConnectivityRd(fid, meshname, numdt, numit, entitype, geotype, cmode, switchmode, connectivity) -> med_err
2016
2017    Parameters
2018    ----------
2019    fid: med_idt const
2020    meshname: char const *const
2021    numdt: med_int const
2022    numit: med_int const
2023    entitype: enum med_entity_type const
2024    geotype: med_geometry_type const
2025    cmode: enum med_connectivity_mode const
2026    switchmode: enum med_switch_mode const
2027    connectivity: med_int *const
2028
2029    """
2030    return _medmesh.MEDmeshElementConnectivityRd(fid, meshname, numdt, numit, entitype, geotype, cmode, switchmode, connectivity)
2031
2032def MEDmeshElementConnectivityAdvancedRd(fid, meshname, numdt, numit, entitype, geotype, cmode, filter, connectivity):
2033    """
2034    MEDmeshElementConnectivityAdvancedRd(fid, meshname, numdt, numit, entitype, geotype, cmode, filter, connectivity) -> med_err
2035
2036    Parameters
2037    ----------
2038    fid: med_idt const
2039    meshname: char const *const
2040    numdt: med_int const
2041    numit: med_int const
2042    entitype: enum med_entity_type const
2043    geotype: med_geometry_type const
2044    cmode: enum med_connectivity_mode const
2045    filter: med_filter const *const
2046    connectivity: med_int *const
2047
2048    """
2049    return _medmesh.MEDmeshElementConnectivityAdvancedRd(fid, meshname, numdt, numit, entitype, geotype, cmode, filter, connectivity)
2050
2051def MEDmeshElementConnectivityWithProfileRd(fid, meshname, numdt, numit, entitype, geotype, cmode, storagemode, profilename, switchmode, dimselect, nentity, connectivity):
2052    """
2053    MEDmeshElementConnectivityWithProfileRd(fid, meshname, numdt, numit, entitype, geotype, cmode, storagemode, profilename, switchmode, dimselect, nentity, connectivity) -> med_err
2054
2055    Parameters
2056    ----------
2057    fid: med_idt const
2058    meshname: char const *const
2059    numdt: med_int const
2060    numit: med_int const
2061    entitype: enum med_entity_type const
2062    geotype: med_geometry_type const
2063    cmode: enum med_connectivity_mode const
2064    storagemode: enum med_storage_mode const
2065    profilename: char const *const
2066    switchmode: enum med_switch_mode const
2067    dimselect: med_int const
2068    nentity: med_int const
2069    connectivity: med_int *const
2070
2071    """
2072    return _medmesh.MEDmeshElementConnectivityWithProfileRd(fid, meshname, numdt, numit, entitype, geotype, cmode, storagemode, profilename, switchmode, dimselect, nentity, connectivity)
2073
2074def MEDmeshnEntity(fid, meshname, numdt, numit, entitype, geotype, datatype, cmode):
2075    """
2076    MEDmeshnEntity(fid, meshname, numdt, numit, entitype, geotype, datatype, cmode) -> med_int
2077
2078    Parameters
2079    ----------
2080    fid: med_idt const
2081    meshname: char const *const
2082    numdt: med_int const
2083    numit: med_int const
2084    entitype: enum med_entity_type const
2085    geotype: med_geometry_type const
2086    datatype: enum med_data_type const
2087    cmode: enum med_connectivity_mode const
2088
2089    """
2090    return _medmesh.MEDmeshnEntity(fid, meshname, numdt, numit, entitype, geotype, datatype, cmode)
2091
2092def MEDmeshnEntityWithProfile(fid, meshname, numdt, numit, entitype, geotype, datatype, cmode, storagemode):
2093    """
2094    MEDmeshnEntityWithProfile(fid, meshname, numdt, numit, entitype, geotype, datatype, cmode, storagemode) -> med_int
2095
2096    Parameters
2097    ----------
2098    fid: med_idt const
2099    meshname: char const *const
2100    numdt: med_int const
2101    numit: med_int const
2102    entitype: enum med_entity_type const
2103    geotype: med_geometry_type const
2104    datatype: enum med_data_type const
2105    cmode: enum med_connectivity_mode const
2106    storagemode: enum med_storage_mode const
2107
2108    """
2109    return _medmesh.MEDmeshnEntityWithProfile(fid, meshname, numdt, numit, entitype, geotype, datatype, cmode, storagemode)
2110
2111def MEDmeshEntityInfo(fid, meshname, numdt, numit, entitype, geotypeit):
2112    """
2113    MEDmeshEntityInfo(fid, meshname, numdt, numit, entitype, geotypeit) -> med_err
2114
2115    Parameters
2116    ----------
2117    fid: med_idt const
2118    meshname: char const *const
2119    numdt: med_int const
2120    numit: med_int const
2121    entitype: enum med_entity_type const
2122    geotypeit: int const
2123
2124    """
2125    return _medmesh.MEDmeshEntityInfo(fid, meshname, numdt, numit, entitype, geotypeit)
2126
2127def MEDmeshEntityNameWr(fid, meshname, numdt, numit, entitype, geotype, nentity, name):
2128    """
2129    MEDmeshEntityNameWr(fid, meshname, numdt, numit, entitype, geotype, nentity, name) -> med_err
2130
2131    Parameters
2132    ----------
2133    fid: med_idt const
2134    meshname: char const *const
2135    numdt: med_int const
2136    numit: med_int const
2137    entitype: enum med_entity_type const
2138    geotype: med_geometry_type const
2139    nentity: med_int const
2140    name: char const *const
2141
2142    """
2143    return _medmesh.MEDmeshEntityNameWr(fid, meshname, numdt, numit, entitype, geotype, nentity, name)
2144
2145def MEDmeshEntityNameRd(fid, meshname, numdt, numit, entitype, geotype, name):
2146    """
2147    MEDmeshEntityNameRd(fid, meshname, numdt, numit, entitype, geotype, name) -> med_err
2148
2149    Parameters
2150    ----------
2151    fid: med_idt const
2152    meshname: char const *const
2153    numdt: med_int const
2154    numit: med_int const
2155    entitype: enum med_entity_type const
2156    geotype: med_geometry_type const
2157    name: char *const
2158
2159    """
2160    return _medmesh.MEDmeshEntityNameRd(fid, meshname, numdt, numit, entitype, geotype, name)
2161
2162def MEDmeshEntityNumberWr(fid, meshname, numdt, numit, entitype, geotype, nentity, number):
2163    """
2164    MEDmeshEntityNumberWr(fid, meshname, numdt, numit, entitype, geotype, nentity, number) -> med_err
2165
2166    Parameters
2167    ----------
2168    fid: med_idt const
2169    meshname: char const *const
2170    numdt: med_int const
2171    numit: med_int const
2172    entitype: enum med_entity_type const
2173    geotype: med_geometry_type const
2174    nentity: med_int const
2175    number: med_int const *const
2176
2177    """
2178    return _medmesh.MEDmeshEntityNumberWr(fid, meshname, numdt, numit, entitype, geotype, nentity, number)
2179
2180def MEDmeshEntityNumberRd(fid, meshname, numdt, numit, entitype, geotype, number):
2181    """
2182    MEDmeshEntityNumberRd(fid, meshname, numdt, numit, entitype, geotype, number) -> med_err
2183
2184    Parameters
2185    ----------
2186    fid: med_idt const
2187    meshname: char const *const
2188    numdt: med_int const
2189    numit: med_int const
2190    entitype: enum med_entity_type const
2191    geotype: med_geometry_type const
2192    number: med_int *const
2193
2194    """
2195    return _medmesh.MEDmeshEntityNumberRd(fid, meshname, numdt, numit, entitype, geotype, number)
2196
2197def MEDmeshEntityFamilyNumberWr(fid, meshname, numdt, numit, entitype, geotype, nentity, number):
2198    """
2199    MEDmeshEntityFamilyNumberWr(fid, meshname, numdt, numit, entitype, geotype, nentity, number) -> med_err
2200
2201    Parameters
2202    ----------
2203    fid: med_idt const
2204    meshname: char const *const
2205    numdt: med_int const
2206    numit: med_int const
2207    entitype: enum med_entity_type const
2208    geotype: med_geometry_type const
2209    nentity: med_int const
2210    number: med_int const *const
2211
2212    """
2213    return _medmesh.MEDmeshEntityFamilyNumberWr(fid, meshname, numdt, numit, entitype, geotype, nentity, number)
2214
2215def MEDmeshEntityFamilyNumberRd(fid, meshname, numdt, numit, entitype, geotype, number):
2216    """
2217    MEDmeshEntityFamilyNumberRd(fid, meshname, numdt, numit, entitype, geotype, number) -> med_err
2218
2219    Parameters
2220    ----------
2221    fid: med_idt const
2222    meshname: char const *const
2223    numdt: med_int const
2224    numit: med_int const
2225    entitype: enum med_entity_type const
2226    geotype: med_geometry_type const
2227    number: med_int *const
2228
2229    """
2230    return _medmesh.MEDmeshEntityFamilyNumberRd(fid, meshname, numdt, numit, entitype, geotype, number)
2231
2232def MEDmeshEntityAttributeAdvancedRd(fid, meshname, datatype, numdt, numit, entitype, geotype, filter, attval):
2233    """
2234    MEDmeshEntityAttributeAdvancedRd(fid, meshname, datatype, numdt, numit, entitype, geotype, filter, attval) -> med_err
2235
2236    Parameters
2237    ----------
2238    fid: med_idt const
2239    meshname: char const *const
2240    datatype: enum med_data_type const
2241    numdt: med_int const
2242    numit: med_int const
2243    entitype: enum med_entity_type const
2244    geotype: med_geometry_type const
2245    filter: med_filter const *const
2246    attval: void *const
2247
2248    """
2249    return _medmesh.MEDmeshEntityAttributeAdvancedRd(fid, meshname, datatype, numdt, numit, entitype, geotype, filter, attval)
2250
2251def MEDmeshEntityAttributeAdvancedWr(fid, meshname, datatype, numdt, numit, entitype, geotype, filter, attval):
2252    """
2253    MEDmeshEntityAttributeAdvancedWr(fid, meshname, datatype, numdt, numit, entitype, geotype, filter, attval) -> med_err
2254
2255    Parameters
2256    ----------
2257    fid: med_idt const
2258    meshname: char const *const
2259    datatype: enum med_data_type const
2260    numdt: med_int const
2261    numit: med_int const
2262    entitype: enum med_entity_type const
2263    geotype: med_geometry_type const
2264    filter: med_filter const *const
2265    attval: void const *const
2266
2267    """
2268    return _medmesh.MEDmeshEntityAttributeAdvancedWr(fid, meshname, datatype, numdt, numit, entitype, geotype, filter, attval)
2269
2270def MEDmeshPolygonWr(fid, meshname, numdt, numit, dt, entitype, cmode, indexsize, polyindex, connectivity):
2271    """
2272    MEDmeshPolygonWr(fid, meshname, numdt, numit, dt, entitype, cmode, indexsize, polyindex, connectivity) -> med_err
2273
2274    Parameters
2275    ----------
2276    fid: med_idt const
2277    meshname: char const *const
2278    numdt: med_int const
2279    numit: med_int const
2280    dt: med_float const
2281    entitype: enum med_entity_type const
2282    cmode: enum med_connectivity_mode const
2283    indexsize: med_int const
2284    polyindex: med_int const *const
2285    connectivity: med_int const *const
2286
2287    """
2288    return _medmesh.MEDmeshPolygonWr(fid, meshname, numdt, numit, dt, entitype, cmode, indexsize, polyindex, connectivity)
2289
2290def MEDmeshPolygon2Wr(fid, meshname, numdt, numit, dt, entitype, polytype, cmode, indexsize, polyindex, connectivity):
2291    """
2292    MEDmeshPolygon2Wr(fid, meshname, numdt, numit, dt, entitype, polytype, cmode, indexsize, polyindex, connectivity) -> med_err
2293
2294    Parameters
2295    ----------
2296    fid: med_idt const
2297    meshname: char const *const
2298    numdt: med_int const
2299    numit: med_int const
2300    dt: med_float const
2301    entitype: enum med_entity_type const
2302    polytype: med_geometry_type const
2303    cmode: enum med_connectivity_mode const
2304    indexsize: med_int const
2305    polyindex: med_int const *const
2306    connectivity: med_int const *const
2307
2308    """
2309    return _medmesh.MEDmeshPolygon2Wr(fid, meshname, numdt, numit, dt, entitype, polytype, cmode, indexsize, polyindex, connectivity)
2310
2311def MEDmeshPolygonRd(fid, meshname, numdt, numit, entitype, cmode, polyindex, connectivity):
2312    """
2313    MEDmeshPolygonRd(fid, meshname, numdt, numit, entitype, cmode, polyindex, connectivity) -> med_err
2314
2315    Parameters
2316    ----------
2317    fid: med_idt const
2318    meshname: char const *const
2319    numdt: med_int const
2320    numit: med_int const
2321    entitype: enum med_entity_type const
2322    cmode: enum med_connectivity_mode const
2323    polyindex: med_int *const
2324    connectivity: med_int *const
2325
2326    """
2327    return _medmesh.MEDmeshPolygonRd(fid, meshname, numdt, numit, entitype, cmode, polyindex, connectivity)
2328
2329def MEDmeshPolygon2Rd(fid, meshname, numdt, numit, entitype, polytype, cmode, polyindex, connectivity):
2330    """
2331    MEDmeshPolygon2Rd(fid, meshname, numdt, numit, entitype, polytype, cmode, polyindex, connectivity) -> med_err
2332
2333    Parameters
2334    ----------
2335    fid: med_idt const
2336    meshname: char const *const
2337    numdt: med_int const
2338    numit: med_int const
2339    entitype: enum med_entity_type const
2340    polytype: med_geometry_type const
2341    cmode: enum med_connectivity_mode const
2342    polyindex: med_int *const
2343    connectivity: med_int *const
2344
2345    """
2346    return _medmesh.MEDmeshPolygon2Rd(fid, meshname, numdt, numit, entitype, polytype, cmode, polyindex, connectivity)
2347
2348def MEDmeshPolyhedronRd(fid, meshname, numdt, numit, entitype, cmode, faceindex, nodeindex, connectivity):
2349    """
2350    MEDmeshPolyhedronRd(fid, meshname, numdt, numit, entitype, cmode, faceindex, nodeindex, connectivity) -> med_err
2351
2352    Parameters
2353    ----------
2354    fid: med_idt const
2355    meshname: char const *const
2356    numdt: med_int const
2357    numit: med_int const
2358    entitype: enum med_entity_type const
2359    cmode: enum med_connectivity_mode const
2360    faceindex: med_int *const
2361    nodeindex: med_int *const
2362    connectivity: med_int *const
2363
2364    """
2365    return _medmesh.MEDmeshPolyhedronRd(fid, meshname, numdt, numit, entitype, cmode, faceindex, nodeindex, connectivity)
2366
2367def MEDmeshPolyhedronWr(fid, meshname, numdt, numit, dt, entitype, cmode, faceindexsize, faceindex, nodeindexsize, nodeindex, connectivity):
2368    """
2369    MEDmeshPolyhedronWr(fid, meshname, numdt, numit, dt, entitype, cmode, faceindexsize, faceindex, nodeindexsize, nodeindex, connectivity) -> med_err
2370
2371    Parameters
2372    ----------
2373    fid: med_idt const
2374    meshname: char const *const
2375    numdt: med_int const
2376    numit: med_int const
2377    dt: med_float const
2378    entitype: enum med_entity_type const
2379    cmode: enum med_connectivity_mode const
2380    faceindexsize: med_int const
2381    faceindex: med_int const *const
2382    nodeindexsize: med_int const
2383    nodeindex: med_int const *const
2384    connectivity: med_int const *const
2385
2386    """
2387    return _medmesh.MEDmeshPolyhedronWr(fid, meshname, numdt, numit, dt, entitype, cmode, faceindexsize, faceindex, nodeindexsize, nodeindex, connectivity)
2388
2389def MEDmeshGeotypeName(fid, geotype):
2390    """
2391    MEDmeshGeotypeName(fid, geotype) -> med_err
2392
2393    Parameters
2394    ----------
2395    fid: med_idt const
2396    geotype: med_geometry_type const
2397
2398    """
2399    return _medmesh.MEDmeshGeotypeName(fid, geotype)
2400
2401def MEDmeshGeotypeParameter(fid, geotype):
2402    """
2403    MEDmeshGeotypeParameter(fid, geotype) -> med_err
2404
2405    Parameters
2406    ----------
2407    fid: med_idt const
2408    geotype: med_geometry_type const
2409
2410    """
2411    return _medmesh.MEDmeshGeotypeParameter(fid, geotype)
2412
2413def MEDmeshGlobalNumberWr(fid, meshname, numdt, numit, entitytype, geotype, nentity, number):
2414    """
2415    MEDmeshGlobalNumberWr(fid, meshname, numdt, numit, entitytype, geotype, nentity, number) -> med_err
2416
2417    Parameters
2418    ----------
2419    fid: med_idt const
2420    meshname: char const *const
2421    numdt: med_int const
2422    numit: med_int const
2423    entitytype: enum med_entity_type const
2424    geotype: med_geometry_type const
2425    nentity: med_int const
2426    number: med_int const *const
2427
2428    """
2429    return _medmesh.MEDmeshGlobalNumberWr(fid, meshname, numdt, numit, entitytype, geotype, nentity, number)
2430
2431def MEDmeshGlobalNumberRd(fid, meshname, numdt, numit, entitytype, geotype, number):
2432    """
2433    MEDmeshGlobalNumberRd(fid, meshname, numdt, numit, entitytype, geotype, number) -> med_err
2434
2435    Parameters
2436    ----------
2437    fid: med_idt const
2438    meshname: char const *const
2439    numdt: med_int const
2440    numit: med_int const
2441    entitytype: enum med_entity_type const
2442    geotype: med_geometry_type const
2443    number: med_int *const
2444
2445    """
2446    return _medmesh.MEDmeshGlobalNumberRd(fid, meshname, numdt, numit, entitytype, geotype, number)
2447
2448def MEDmeshNodeWr(fid, meshname, numdt, numit, dt, switchmode, nentity, coordinate, withnodename, nodename, withnodenumber, nodenumber, withfamnumber, famnumber):
2449    """
2450    MEDmeshNodeWr(fid, meshname, numdt, numit, dt, switchmode, nentity, coordinate, withnodename, nodename, withnodenumber, nodenumber, withfamnumber, famnumber) -> med_err
2451
2452    Parameters
2453    ----------
2454    fid: med_idt const
2455    meshname: char const *const
2456    numdt: med_int const
2457    numit: med_int const
2458    dt: med_float const
2459    switchmode: enum med_switch_mode const
2460    nentity: med_int const
2461    coordinate: med_float const *const
2462    withnodename: enum med_bool const
2463    nodename: char const *const
2464    withnodenumber: enum med_bool const
2465    nodenumber: med_int const *const
2466    withfamnumber: enum med_bool const
2467    famnumber: med_int const *const
2468
2469    """
2470    return _medmesh.MEDmeshNodeWr(fid, meshname, numdt, numit, dt, switchmode, nentity, coordinate, withnodename, nodename, withnodenumber, nodenumber, withfamnumber, famnumber)
2471
2472def MEDmeshNodeRd(fid, meshname, numdt, numit, switchmode, coordinate, nodename, nodenumber, famnumber):
2473    """
2474    MEDmeshNodeRd(fid, meshname, numdt, numit, switchmode, coordinate, nodename, nodenumber, famnumber) -> med_err
2475
2476    Parameters
2477    ----------
2478    fid: med_idt const
2479    meshname: char const *const
2480    numdt: med_int const
2481    numit: med_int const
2482    switchmode: enum med_switch_mode const
2483    coordinate: med_float *const
2484    nodename: char *const
2485    nodenumber: med_int *const
2486    famnumber: med_int *const
2487
2488    """
2489    return _medmesh.MEDmeshNodeRd(fid, meshname, numdt, numit, switchmode, coordinate, nodename, nodenumber, famnumber)
2490
2491def MEDmeshElementWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, switchmode, nentity, connectivity, withelementname, elementname, withelementnumber, elementnumber, withfamnumber, famnumber):
2492    """
2493    MEDmeshElementWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, switchmode, nentity, connectivity, withelementname, elementname, withelementnumber, elementnumber, withfamnumber, famnumber) -> med_err
2494
2495    Parameters
2496    ----------
2497    fid: med_idt const
2498    meshname: char const *const
2499    numdt: med_int const
2500    numit: med_int const
2501    dt: med_float const
2502    entitype: enum med_entity_type const
2503    geotype: med_geometry_type const
2504    cmode: enum med_connectivity_mode const
2505    switchmode: enum med_switch_mode const
2506    nentity: med_int const
2507    connectivity: med_int const *const
2508    withelementname: enum med_bool const
2509    elementname: char const *const
2510    withelementnumber: enum med_bool const
2511    elementnumber: med_int const *const
2512    withfamnumber: enum med_bool const
2513    famnumber: med_int const *const
2514
2515    """
2516    return _medmesh.MEDmeshElementWr(fid, meshname, numdt, numit, dt, entitype, geotype, cmode, switchmode, nentity, connectivity, withelementname, elementname, withelementnumber, elementnumber, withfamnumber, famnumber)
2517
2518def MEDmeshElementRd(fid, meshname, numdt, numit, entitype, geotype, cmode, switchmode, connectivity, elementname, elementnumber, famnumber):
2519    """
2520    MEDmeshElementRd(fid, meshname, numdt, numit, entitype, geotype, cmode, switchmode, connectivity, elementname, elementnumber, famnumber) -> med_err
2521
2522    Parameters
2523    ----------
2524    fid: med_idt const
2525    meshname: char const *const
2526    numdt: med_int const
2527    numit: med_int const
2528    entitype: enum med_entity_type const
2529    geotype: med_geometry_type const
2530    cmode: enum med_connectivity_mode const
2531    switchmode: enum med_switch_mode const
2532    connectivity: med_int *const
2533    elementname: char *const
2534    elementnumber: med_int *const
2535    famnumber: med_int *const
2536
2537    """
2538    return _medmesh.MEDmeshElementRd(fid, meshname, numdt, numit, entitype, geotype, cmode, switchmode, connectivity, elementname, elementnumber, famnumber)
2539
2540def MEDsupportMeshCr(fid, supportmeshname, spacedim, meshdim, description, axistype, axisname, axisunit):
2541    """
2542    MEDsupportMeshCr(fid, supportmeshname, spacedim, meshdim, description, axistype, axisname, axisunit) -> med_err
2543
2544    Parameters
2545    ----------
2546    fid: med_idt const
2547    supportmeshname: char const *const
2548    spacedim: med_int const
2549    meshdim: med_int const
2550    description: char const *const
2551    axistype: enum med_axis_type const
2552    axisname: char const *const
2553    axisunit: char const *const
2554
2555    """
2556    return _medmesh.MEDsupportMeshCr(fid, supportmeshname, spacedim, meshdim, description, axistype, axisname, axisunit)
2557
2558def MEDsupportMeshInfoByName(fid, supportmeshname):
2559    """
2560    MEDsupportMeshInfoByName(fid, supportmeshname) -> med_err
2561
2562    Parameters
2563    ----------
2564    fid: med_idt const
2565    supportmeshname: char const *const
2566
2567    """
2568    return _medmesh.MEDsupportMeshInfoByName(fid, supportmeshname)
2569
2570def MEDsupportMeshInfo(fid, meshit):
2571    """
2572    MEDsupportMeshInfo(fid, meshit) -> med_err
2573
2574    Parameters
2575    ----------
2576    fid: med_idt const
2577    meshit: int const
2578
2579    """
2580    return _medmesh.MEDsupportMeshInfo(fid, meshit)
2581
2582def MEDnSupportMesh(fid):
2583    """
2584    MEDnSupportMesh(fid) -> med_int
2585
2586    Parameters
2587    ----------
2588    fid: med_idt const
2589
2590    """
2591    return _medmesh.MEDnSupportMesh(fid)
2592
2593def MEDsupportMeshnAxis(fid, meshit):
2594    """
2595    MEDsupportMeshnAxis(fid, meshit) -> med_int
2596
2597    Parameters
2598    ----------
2599    fid: med_idt const
2600    meshit: int const
2601
2602    """
2603    return _medmesh.MEDsupportMeshnAxis(fid, meshit)
2604
2605def MEDsupportMeshnAxisByName(fid, meshname):
2606    """
2607    MEDsupportMeshnAxisByName(fid, meshname) -> med_int
2608
2609    Parameters
2610    ----------
2611    fid: med_idt const
2612    meshname: char const *const
2613
2614    """
2615    return _medmesh.MEDsupportMeshnAxisByName(fid, meshname)
2616# This file is compatible with both classic and new-style classes.
2617
2618
2619