Data Structures |
| class | GEO_NAME |
| class | ENT_NAME |
| class | MESH_ENTITIES |
Typedefs |
| typedef long | medGeometryElement |
| typedef long | medEntityMesh |
| typedef long | medModeSwitch |
| typedef long | medConnectivity |
Enumerations |
| enum | med_grid_type { MED_CARTESIAN,
MED_POLAR,
MED_BODY_FITTED
} |
| enum | med_mode_acces { RDONLY,
WRONLY,
RDWR
} |
| enum | med_sort_direc { ASCENDING = 7,
DESCENDING = 77
} |
| enum | med_type_champ { MED_REEL64 = 6,
MED_INT32 = 24,
MED_INT64 = 26,
MED_UNDEFINED_TYPE = 0
} |
| enum | med_repere { MED_CART,
MED_CYL,
MED_SPHER
} |
| enum | med_booleen { MED_FAUX,
MED_VRAI
} |
| enum | med_dim_famille { MED_GROUPE,
MED_ATTR,
MED_FAMILLE
} |
| enum | med_dim_champ { MED_COMP,
MED_DTYPE
} |
| enum | med_fich_info { MED_HDF_VERSION,
MED_VERSION,
MED_FICH_DES
} |
| enum | medFileVersion { V21 = 26,
V22 = 75
} |
Variables |
| const medGeometryElement | MED_NONE = 0 |
| const medGeometryElement | MED_POINT1 = 1 |
| const medGeometryElement | MED_SEG2 = 102 |
| const medGeometryElement | MED_SEG3 = 103 |
| const medGeometryElement | MED_TRIA3 = 203 |
| const medGeometryElement | MED_QUAD4 = 204 |
| const medGeometryElement | MED_TRIA6 = 206 |
| const medGeometryElement | MED_QUAD8 = 208 |
| const medGeometryElement | MED_TETRA4 = 304 |
| const medGeometryElement | MED_PYRA5 = 305 |
| const medGeometryElement | MED_PENTA6 = 306 |
| const medGeometryElement | MED_HEXA8 = 308 |
| const medGeometryElement | MED_TETRA10 = 310 |
| const medGeometryElement | MED_PYRA13 = 313 |
| const medGeometryElement | MED_PENTA15 = 315 |
| const medGeometryElement | MED_HEXA20 = 320 |
| const medGeometryElement | MED_POLYGON = 400 |
| const medGeometryElement | MED_POLYHEDRA = 500 |
| const medGeometryElement | MED_ALL_ELEMENTS = 999 |
| const medEntityMesh | MED_CELL = 0 |
| const medEntityMesh | MED_FACE = 1 |
| const medEntityMesh | MED_EDGE = 2 |
| const medEntityMesh | MED_NODE = 3 |
| const medEntityMesh | MED_ALL_ENTITIES = 4 |
| const medModeSwitch | MED_FULL_INTERLACE = 0 |
| const medModeSwitch | MED_NO_INTERLACE = 1 |
| const medModeSwitch | MED_NO_INTERLACE_BY_TYPE = 2 |
| const medModeSwitch | MED_UNDEFINED_INTERLACE = 3 |
| const medConnectivity | MED_NODAL = 0 |
| const medConnectivity | MED_DESCENDING = 1 |
| const int | FRACT_ALGO = 10 |
| const int | MAX_LOOP = 200 |
| const int | MED_CLOSED = 0 |
| const int | MED_OPENED = 1 |
| const int | MED_INVALID = -1 |
| const int | MED_ERROR = -1 |
| const int | MED_VALID = 0 |
| const int | longueur_string = 100 |
| const double | PRECISION = 0.0000001 |
| const int | MED_UNDEFINED = -1 |
| const int | P1 = 0 |
| const int | pseudo_P2 = 1 |
| const int | trilineaire = 2 |
| const int | P2_adapte = 3 |
| const int | VF_conservatif = 4 |
| const int | VF_non_conservatif = 5 |
| const int | connexite = 0 |
| const int | conn_octree = 1 |
| const int | brutal = 2 |
| const int | support_noeud = 0 |
| const int | support_maille = 1 |
| const int | MAX_NB_GROUP = 100000 |
| static const GEO_NAME | geoNames |
| static const ENT_NAME | entNames |
| static const MESH_ENTITIES | meshEntities |