#include <MEDLoader.hxx>
Public Member Functions | |
| MEDConnOfOneElemType (INTERP_KERNEL::NormalizedCellType type, int *conn, int *index, int *fam, int lgth, int connLgth) | |
| INTERP_KERNEL::NormalizedCellType | getType () const |
| int | getLength () const |
| int | getConnLength () const |
| int * | getArray () const |
| int * | getIndex () const |
| int * | getFam () const |
| void | setGlobal (int *global) |
| const int * | getGlobal () const |
| void | releaseArray () |
Private Attributes | |
| int | _lgth |
| int * | _fam |
| int * | _conn |
| int * | _index |
| int * | _global |
| int | _conn_lgth |
| INTERP_KERNEL::NormalizedCellType | _type |
| MEDLoader.MEDConnOfOneElemType::MEDConnOfOneElemType | ( | INTERP_KERNEL::NormalizedCellType | type, |
| int * | conn, | ||
| int * | index, | ||
| int * | fam, | ||
| int | lgth, | ||
| int | connLgth | ||
| ) |
| lgth | is the size of fam tab. For classical types conn is size of 'lgth'*number_of_nodes_in_type. |
| index | is optionnal only for polys. Set it to 0 if it is not the case. |
| connLgth | is the size of conn in the case of poly. Unsued if it is not the case. |
| INTERP_KERNEL::NormalizedCellType MEDLoader.MEDConnOfOneElemType.getType | ( | ) | const |
| int MEDLoader.MEDConnOfOneElemType.getLength | ( | ) | const |
| int MEDLoader.MEDConnOfOneElemType.getConnLength | ( | ) | const |
| int* MEDLoader.MEDConnOfOneElemType.getArray | ( | ) | const |
| int* MEDLoader.MEDConnOfOneElemType.getIndex | ( | ) | const |
| int* MEDLoader.MEDConnOfOneElemType.getFam | ( | ) | const |
| void MEDLoader.MEDConnOfOneElemType::setGlobal | ( | int * | global | ) |
| const int* MEDLoader.MEDConnOfOneElemType.getGlobal | ( | ) | const |
| void MEDLoader.MEDConnOfOneElemType::releaseArray | ( | ) |
int MEDLoader.MEDConnOfOneElemType._lgth [private] |
int* MEDLoader.MEDConnOfOneElemType._fam [private] |
int* MEDLoader.MEDConnOfOneElemType._conn [private] |
int* MEDLoader.MEDConnOfOneElemType._index [private] |
int* MEDLoader.MEDConnOfOneElemType._global [private] |
int MEDLoader.MEDConnOfOneElemType._conn_lgth [private] |