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 () |
| 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 | ) |
Referenced by MEDLoaderNS::readUMeshDataInMedFile().
| const int* MEDLoader::MEDConnOfOneElemType::getGlobal | ( | ) | const |
| void MEDLoader::MEDConnOfOneElemType::releaseArray | ( | ) |