#include <MEDCouplingNormalizedUnstructuredMesh.hxx>

Public Types | |
| typedef int | MyConnType |
Public Member Functions | |
| MEDCouplingNormalizedUnstructuredMesh (const ParaMEDMEM::MEDCouplingUMesh *mesh) | |
| void | getBoundingBox (double *boundingBox) const |
| INTERP_KERNEL::NormalizedCellType | getTypeOfElement (int eltId) const |
| unsigned char | getNumberOfNodesOfElement (int eltId) const |
| unsigned long | getNumberOfElements () const |
| unsigned long | getNumberOfNodes () const |
| const int * | getConnectivityPtr () const |
| const double * | getCoordinatesPtr () const |
| const int * | getConnectivityIndexPtr () const |
| void | releaseTempArrays () |
| ~MEDCouplingNormalizedUnstructuredMesh () | |
Static Public Attributes | |
| static const int | MY_SPACEDIM = SPACEDIM |
| static const int | MY_MESHDIM = MESHDIM |
| static const INTERP_KERNEL::NumberingPolicy | My_numPol = INTERP_KERNEL::ALL_C_MODE |
Private Member Functions | |
| void | prepare () |
Private Attributes | |
| const ParaMEDMEM::MEDCouplingUMesh * | _mesh |
| int * | _conn_for_interp |
| int * | _conn_index_for_interp |
| typedef int MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.MyConnType |
| MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.MEDCouplingNormalizedUnstructuredMesh | ( | const ParaMEDMEM::MEDCouplingUMesh * | mesh | ) |
| MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.~MEDCouplingNormalizedUnstructuredMesh | ( | ) |
| void MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.getBoundingBox | ( | double * | boundingBox | ) | const |
| INTERP_KERNEL::NormalizedCellType MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.getTypeOfElement | ( | int | eltId | ) | const |
| unsigned char MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.getNumberOfNodesOfElement | ( | int | eltId | ) | const |
| unsigned long MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.getNumberOfElements | ( | ) | const |
| unsigned long MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.getNumberOfNodes | ( | ) | const |
| const int* MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.getConnectivityPtr | ( | ) | const |
| const double* MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.getCoordinatesPtr | ( | ) | const |
| const int* MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.getConnectivityIndexPtr | ( | ) | const |
| void MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.releaseTempArrays | ( | ) |
| void MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.prepare | ( | ) | [private] |
const int MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.MY_SPACEDIM = SPACEDIM [static] |
const int MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.MY_MESHDIM = MESHDIM [static] |
const INTERP_KERNEL::NumberingPolicy MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >.My_numPol = INTERP_KERNEL::ALL_C_MODE [static] |
const ParaMEDMEM::MEDCouplingUMesh* MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >._mesh [private] |
int* MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >._conn_for_interp [private] |
int* MEDCouplingNormalizedUnstructuredMesh< SPACEDIM, MESHDIM >._conn_index_for_interp [private] |