Version: 5.1.6

Meta_Wrapper< DIMENSION > Class Template Reference

#include <MEDMEM_InterpolationHighLevelObjects.hxx>

Public Member Functions

 Meta_Wrapper ()
 ~Meta_Wrapper ()
void Construit_Wrapper_Nuage_Noeud (int nn, double *nodes)
void Construit_Wrapper_Nuage_Maille (MEDMEM::CONNECTIVITY *connmed)
void Construit_Wrapper_Maillage (void)
void Construit_Wrapper_Champ (const MEDMEM::FIELD< double > *medfield)
 Meta_Wrapper (int nn, double *nodes, MEDMEM::CONNECTIVITY *connmed, int flag_maillage=1)
 Meta_Wrapper (int nn, double *nodes)
 Meta_Wrapper (int nn, double *nodes, MEDMEM::CONNECTIVITY *connmed, const MEDMEM::FIELD< double > *c, int flag_mesh=1)
Wrapper_Nuage_Noeud< DIMENSION > * Get_Nuage_Noeuds (void)
Meta_Nuage_MailleGet_Nuage_Mailles (void)
Meta_MaillageGet_Maillage (void)
Wrapper_MED_FieldGet_Champ (void)
void Change_Champ (const MEDMEM::FIELD< double > *medfield)

Protected Member Functions

void init ()

Protected Attributes

Wrapper_Nuage_Noeud< DIMENSION > * noeuds
Meta_Nuage_Maillemailles
Meta_Maillagemaillage
Wrapper_MED_Fieldchamp

template<int DIMENSION>
class Meta_Wrapper< DIMENSION >


Constructor & Destructor Documentation

template<int DIMENSION>
Meta_Wrapper< DIMENSION >.Meta_Wrapper (  ) 
template<int DIMENSION>
Meta_Wrapper< DIMENSION >::~Meta_Wrapper (  ) 
template<int DIMENSION>
Meta_Wrapper< DIMENSION >::Meta_Wrapper ( int  nn,
double nodes,
MEDMEM::CONNECTIVITY connmed,
int  flag_maillage = 1 
)
template<int DIMENSION>
Meta_Wrapper< DIMENSION >::Meta_Wrapper ( int  nn,
double nodes 
)
template<int DIMENSION>
Meta_Wrapper< DIMENSION >::Meta_Wrapper ( int  nn,
double nodes,
MEDMEM::CONNECTIVITY connmed,
const MEDMEM::FIELD< double > *  c,
int  flag_mesh = 1 
)

Member Function Documentation

template<int DIMENSION>
void Meta_Wrapper< DIMENSION >.init (  )  [protected]
template<int DIMENSION>
void Meta_Wrapper< DIMENSION >::Construit_Wrapper_Nuage_Noeud ( int  nn,
double nodes 
)
template<int DIMENSION>
void Meta_Wrapper< DIMENSION >::Construit_Wrapper_Nuage_Maille ( MEDMEM::CONNECTIVITY connmed  ) 
template<int DIMENSION>
void Meta_Wrapper< DIMENSION >::Construit_Wrapper_Maillage ( void   ) 
template<int DIMENSION>
void Meta_Wrapper< DIMENSION >::Construit_Wrapper_Champ ( const MEDMEM::FIELD< double > *  medfield  ) 
template<int DIMENSION>
Wrapper_Nuage_Noeud< DIMENSION > * Meta_Wrapper< DIMENSION >::Get_Nuage_Noeuds ( void   ) 
template<int DIMENSION>
Meta_Nuage_Maille * Meta_Wrapper< DIMENSION >::Get_Nuage_Mailles ( void   ) 
template<int DIMENSION>
Meta_Maillage * Meta_Wrapper< DIMENSION >::Get_Maillage ( void   ) 
template<int DIMENSION>
Wrapper_MED_Field * Meta_Wrapper< DIMENSION >::Get_Champ ( void   ) 
template<int DIMENSION>
void Meta_Wrapper< DIMENSION >::Change_Champ ( const MEDMEM::FIELD< double > *  medfield  ) 

Field Documentation

template<int DIMENSION>
Wrapper_Nuage_Noeud<DIMENSION>* Meta_Wrapper< DIMENSION >.noeuds [protected]
template<int DIMENSION>
Meta_Nuage_Maille* Meta_Wrapper< DIMENSION >.mailles [protected]
template<int DIMENSION>
Meta_Maillage* Meta_Wrapper< DIMENSION >.maillage [protected]
template<int DIMENSION>
Wrapper_MED_Field* Meta_Wrapper< DIMENSION >.champ [protected]