#include <MEDMEM_DriverTools.hxx>

Data Structures | |
| struct | _sub_data |
Public Member Functions | |
| _fieldBase (MED_EN::med_type_champ theType, int nb_sub) | |
| virtual std::list< std::pair < FIELD_ *, int > > | getField (std::vector< _groupe > &groupes) const =0 |
| void | getGroupIds (std::set< int > &ids, bool all) const |
| bool | hasCommonSupport () const |
| bool | hasSameComponentsBySupport () const |
| virtual void | dump (std::ostream &) const |
| virtual | ~_fieldBase () |
Data Fields | |
| std::vector< _sub_data > | _sub |
| int | _group_id |
| MED_EN::med_type_champ | _type |
| std::string | _name |
| std::string | _description |
| MEDMEM._fieldBase._fieldBase | ( | MED_EN::med_type_champ | theType, |
| int | nb_sub | ||
| ) |
| virtual MEDMEM._fieldBase.~_fieldBase | ( | ) | [virtual] |
| virtual std::list<std::pair< FIELD_*, int> > MEDMEM._fieldBase.getField | ( | std::vector< _groupe > & | groupes | ) | const [pure virtual] |
Implemented in MEDMEM._field< T >.
| void MEDMEM._fieldBase::getGroupIds | ( | std::set< int > & | ids, |
| bool | all | ||
| ) | const |
| bool MEDMEM._fieldBase.hasCommonSupport | ( | ) | const |
| bool MEDMEM._fieldBase::hasSameComponentsBySupport | ( | ) | const |
| void MEDMEM._fieldBase::dump | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented in MEDMEM._field< T >.
| std::vector< _sub_data > MEDMEM._fieldBase._sub |
| std::string MEDMEM._fieldBase._name |
| std::string MEDMEM._fieldBase._description |