This file contains the IDL definitions of the ParaMEDMEM component in SALOME application.
| typedef long SALOME_MED.medGeometryElement |
This enumeration contains a set of elements defining the type of geometrical elements which constitue a Mesh.
| typedef long SALOME_MED.medEntityMesh |
This enumeration contains a set of elements defining the structural elements (entities) which constitue a Mesh.
| typedef long SALOME_MED.medModeSwitch |
This enumeration contains a set of modes to store data in an array. For example an array of coordinates in 3D; tow storage may be considered:
| typedef long SALOME_MED.medConnectivity |
This enumeration contains a set of elements defining the type of connectivity.
| typedef long SALOME_MED.medDriverTypes |
enumeration contains a set of elements defining the type of driver.This driver is used for reading into memory of the mesh from MED file.
| typedef sequence<medGeometryElement> SALOME_MED.medGeometryElement_array |
An array of medGeometryElement
| typedef sequence<FAMILY> SALOME_MED.Family_array |
An array of FAMILY
| typedef sequence<GROUP> SALOME_MED.Group_array |
An array of GROUP
| typedef sequence<MEDCouplingMeshCorbaInterface> SALOME_MED.MEDCouplingMeshesCorbaInterface |
| const medGeometryElement SALOME_MED.MED_NONE = 0 |
| const medGeometryElement SALOME_MED.MED_POINT1 = 1 |
| const medGeometryElement SALOME_MED.MED_SEG2 = 102 |
| const medGeometryElement SALOME_MED.MED_SEG3 = 103 |
| const medGeometryElement SALOME_MED.MED_TRIA3 = 203 |
| const medGeometryElement SALOME_MED.MED_QUAD4 = 204 |
| const medGeometryElement SALOME_MED.MED_TRIA6 = 206 |
| const medGeometryElement SALOME_MED.MED_QUAD8 = 208 |
| const medGeometryElement SALOME_MED.MED_TETRA4 = 304 |
| const medGeometryElement SALOME_MED.MED_PYRA5 = 305 |
| const medGeometryElement SALOME_MED.MED_PENTA6 = 306 |
| const medGeometryElement SALOME_MED.MED_HEXA8 = 308 |
| const medGeometryElement SALOME_MED.MED_TETRA10 = 310 |
| const medGeometryElement SALOME_MED.MED_PYRA13 = 313 |
| const medGeometryElement SALOME_MED.MED_PENTA15 = 315 |
| const medGeometryElement SALOME_MED.MED_HEXA20 = 320 |
| const medGeometryElement SALOME_MED.MED_POLYGON = 400 |
| const medGeometryElement SALOME_MED.MED_POLYHEDRA = 500 |
| const medGeometryElement SALOME_MED.MED_ALL_ELEMENTS = 999 |
| const medEntityMesh SALOME_MED.MED_CELL = 0 |
| const medEntityMesh SALOME_MED.MED_FACE = 1 |
| const medEntityMesh SALOME_MED.MED_EDGE = 2 |
| const medEntityMesh SALOME_MED.MED_NODE = 3 |
| const medEntityMesh SALOME_MED.MED_ALL_ENTITIES = 4 |
| const medModeSwitch SALOME_MED.MED_FULL_INTERLACE = 0 |
| const medModeSwitch SALOME_MED.MED_NO_INTERLACE = 1 |
| const medConnectivity SALOME_MED.MED_NODAL = 0 |
| const medConnectivity SALOME_MED.MED_DESCENDING = 1 |
| const medDriverTypes SALOME_MED.MED_DRIVER = 0 |
| const medDriverTypes SALOME_MED.VTK_DRIVER = 1 |
| const medDriverTypes SALOME_MED.NO_DRIVER = 2 |