Information for mapping MED types to Arcane types for entities. More...
Public Member Functions | |
| MEDToArcaneItemInfo (int dimension, int nb_node, med_int med_type, ItemTypeId arcane_type, const Int32 *indirection) | |
| int | dimension () const |
| int | nbNode () const |
| med_int | medType () const |
| Int16 | arcaneType () const |
| const Int32 * | indirection () const |
Information for mapping MED types to Arcane types for entities.
indirection() is non-null if the MED connectivity differs from the Arcane connectivity, which is the case for 2D and 3D entities.
Definition at line 60 of file MEDMeshReaderService.cc.
|
inline |
Definition at line 64 of file MEDMeshReaderService.cc.
|
inline |
Definition at line 78 of file MEDMeshReaderService.cc.
|
inline |
Definition at line 75 of file MEDMeshReaderService.cc.
|
inline |
Definition at line 79 of file MEDMeshReaderService.cc.
|
inline |
Definition at line 77 of file MEDMeshReaderService.cc.
|
inline |
Definition at line 76 of file MEDMeshReaderService.cc.