Version: 5.1.6

MEDCouplingNormalizedCartesianMesh< SPACEDIM > Class Template Reference

#include <MEDCouplingNormalizedCartesianMesh.hxx>

Inheritance diagram for MEDCouplingNormalizedCartesianMesh< SPACEDIM >:
Inheritance graph

Public Types

typedef int MyConnType

Public Member Functions

 MEDCouplingNormalizedCartesianMesh (ParaMEDMEM::MEDCouplingCMesh *mesh)
unsigned long getNumberOfElements () const
unsigned long nbCellsAlongAxis (int axis) const
const doublegetCoordsAlongAxis (int axis) const
 ~MEDCouplingNormalizedCartesianMesh ()

Data Fields

ParaMEDMEM::MEDCouplingCMesh_mesh

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

template<int SPACEDIM>
class MEDCouplingNormalizedCartesianMesh< SPACEDIM >


Member Typedef Documentation

template<int SPACEDIM>
typedef int MEDCouplingNormalizedCartesianMesh< SPACEDIM >.MyConnType

Constructor & Destructor Documentation

template<int SPACEDIM>
MEDCouplingNormalizedCartesianMesh< SPACEDIM >.~MEDCouplingNormalizedCartesianMesh (  ) 

Member Function Documentation

template<int SPACEDIM>
unsigned long MEDCouplingNormalizedCartesianMesh< SPACEDIM >.getNumberOfElements (  )  const
template<int SPACEDIM>
unsigned long MEDCouplingNormalizedCartesianMesh< SPACEDIM >.nbCellsAlongAxis ( int  axis  )  const
template<int SPACEDIM>
const double* MEDCouplingNormalizedCartesianMesh< SPACEDIM >.getCoordsAlongAxis ( int  axis  )  const

Field Documentation

template<int SPACEDIM>
const int MEDCouplingNormalizedCartesianMesh< SPACEDIM >.MY_SPACEDIM = SPACEDIM [static]
template<int SPACEDIM>
const int MEDCouplingNormalizedCartesianMesh< SPACEDIM >.MY_MESHDIM = SPACEDIM [static]
template<int SPACEDIM>
const INTERP_KERNEL::NumberingPolicy MEDCouplingNormalizedCartesianMesh< SPACEDIM >.My_numPol = INTERP_KERNEL::ALL_C_MODE [static]