idl/MED.idl File Reference

#include "SALOME_GenericObj.idl"
#include "SALOME_Exception.idl"
#include "SALOME_Component.idl"
#include "SALOMEDS.idl"
#include "SALOME_Comm.idl"

Include dependency graph for MED.idl:

Go to the source code of this file.

Namespaces

namespace  SALOME_MED

Data Structures

interface  SALOME_MED.MESH
struct  SALOME_MED.MESH.coordinateInfos
struct  SALOME_MED.MESH.connectivityInfos
struct  SALOME_MED.MESH.meshInfos
interface  SALOME_MED.SUPPORT
struct  SALOME_MED.SUPPORT.supportInfos
interface  SALOME_MED.FAMILY
interface  SALOME_MED.GROUP
interface  SALOME_MED.FIELD
interface  SALOME_MED.FIELDDOUBLE
interface  SALOME_MED.FIELDDOUBLENO
interface  SALOME_MED.FIELDDOUBLEFULL
interface  SALOME_MED.FIELDINT
interface  SALOME_MED.FIELDINTNO
interface  SALOME_MED.FIELDINTFULL
interface  SALOME_MED.MED

Typedefs

typedef sequence< long > SALOME_MED.long_array
typedef sequence< double > SALOME_MED.double_array
typedef sequence< string > SALOME_MED.string_array
typedef sequence< boolean > SALOME_MED.boolean_array
typedef long SALOME_MED.medGeometryElement
typedef long SALOME_MED.medEntityMesh
typedef long SALOME_MED.medModeSwitch
typedef long SALOME_MED.medConnectivity
typedef long SALOME_MED.medDriverTypes
typedef sequence< medGeometryElementSALOME_MED.medGeometryElement_array
typedef sequence< FAMILYSALOME_MED.Family_array
typedef sequence< GROUPSALOME_MED.Group_array

Variables

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