#include <MEDCouplingNormalizedCartesianMesh.hxx>

Public Types | |
| typedef int | MyConnType |
Public Member Functions | |
| MEDCouplingNormalizedCartesianMesh (ParaMEDMEM::MEDCouplingCMesh *mesh) | |
| unsigned long | getNumberOfElements () const |
| unsigned long | nbCellsAlongAxis (int axis) const |
| const double * | getCoordsAlongAxis (int axis) const |
| ~MEDCouplingNormalizedCartesianMesh () | |
Static Public Attributes | |
| static const int | MY_SPACEDIM = SPACEDIM |
| static const int | MY_MESHDIM = SPACEDIM |
| static const INTERP_KERNEL::NumberingPolicy | My_numPol = INTERP_KERNEL::ALL_C_MODE |
Private Attributes | |
| ParaMEDMEM::MEDCouplingCMesh * | _mesh |
| typedef int MEDCouplingNormalizedCartesianMesh< SPACEDIM >.MyConnType |
| MEDCouplingNormalizedCartesianMesh< SPACEDIM >.MEDCouplingNormalizedCartesianMesh | ( | ParaMEDMEM::MEDCouplingCMesh * | mesh | ) |
| MEDCouplingNormalizedCartesianMesh< SPACEDIM >.~MEDCouplingNormalizedCartesianMesh | ( | ) |
| unsigned long MEDCouplingNormalizedCartesianMesh< SPACEDIM >.getNumberOfElements | ( | ) | const |
| unsigned long MEDCouplingNormalizedCartesianMesh< SPACEDIM >.nbCellsAlongAxis | ( | int | axis | ) | const |
| const double* MEDCouplingNormalizedCartesianMesh< SPACEDIM >.getCoordsAlongAxis | ( | int | axis | ) | const |
const int MEDCouplingNormalizedCartesianMesh< SPACEDIM >.MY_SPACEDIM = SPACEDIM [static] |
const int MEDCouplingNormalizedCartesianMesh< SPACEDIM >.MY_MESHDIM = SPACEDIM [static] |
const INTERP_KERNEL::NumberingPolicy MEDCouplingNormalizedCartesianMesh< SPACEDIM >.My_numPol = INTERP_KERNEL::ALL_C_MODE [static] |
ParaMEDMEM::MEDCouplingCMesh* MEDCouplingNormalizedCartesianMesh< SPACEDIM >._mesh [private] |