Version: 5.1.6

MEDMEM._maille Struct Reference

#include <MEDMEM_DriverTools.hxx>

Public Types

typedef std::map< int, _noeud >
::iterator 
TNoeud

Public Member Functions

 _maille (MED_EN::medGeometryElement type=MED_EN::MED_NONE, size_t nelem=0)
 _maille (const _maille &ma)
void init () const
 ~_maille ()
int dimension () const
int dimensionWithPoly () const
const intgetSortedNodes () const
bool operator< (const _maille &ma) const
MED_EN::medEntityMesh getEntity (const int meshDimension) const throw (MEDEXCEPTION)
_link link (int i) const
int nodeNum (int i) const
int nodeID (int i) const
unsigned ordre () const
bool isMerged () const
void setMergedOrdre (unsigned o) const
void setOrdre (int o) const
_mailleoperator= (const _maille &ma)

Data Fields

std::vector< TNoeudsommets
MED_EN::medGeometryElement geometricType
bool reverse
intsortedNodeIDs
int _ordre

Member Typedef Documentation

typedef std::map<int,_noeud>::iterator MEDMEM._maille.TNoeud

Constructor & Destructor Documentation

MEDMEM._maille._maille ( MED_EN::medGeometryElement  type = MED_EN::MED_NONE,
size_t  nelem = 0 
)
MEDMEM._maille::_maille ( const _maille ma  ) 
MEDMEM._maille.~_maille (  ) 

References init.


Member Function Documentation

void MEDMEM._maille.init (  )  const
int MEDMEM._maille.dimension (  )  const
int MEDMEM._maille.dimensionWithPoly (  )  const

References MED_EN.MED_POLYGON.

const int * MEDMEM._maille::getSortedNodes (  )  const
bool MEDMEM._maille::operator< ( const _maille ma  )  const
MED_EN::medEntityMesh MEDMEM._maille::getEntity ( const int  meshDimension  )  const throw (MEDEXCEPTION)
_link MEDMEM._maille::link ( int  i  )  const
int MEDMEM._maille.nodeNum ( int  i  )  const
int MEDMEM._maille.nodeID ( int  i  )  const
unsigned MEDMEM._maille.ordre (  )  const
bool MEDMEM._maille.isMerged (  )  const
void MEDMEM._maille.setMergedOrdre ( unsigned  o  )  const
void MEDMEM._maille.setOrdre ( int  o  )  const
_maille& MEDMEM._maille.operator= ( const _maille ma  ) 

Field Documentation

bool MEDMEM._maille.reverse [mutable]