#include <MEDMEM_DriverTools.hxx>
Public Member Functions | |
| void | setData (int nb_comp, int supp_id) |
| int | nbComponents () const |
| std::string & | compName (int i_comp) |
| bool | isValidNbGauss () const |
| int | nbGauss () const |
| bool | hasGauss () const |
Data Fields | |
| int | _supp_id |
| std::vector< std::string > | _comp_names |
| std::vector< int > | _nb_gauss |
| int MEDMEM._fieldBase._sub_data.nbComponents | ( | ) | const |
| std::string& MEDMEM._fieldBase._sub_data.compName | ( | int | i_comp | ) |
| bool MEDMEM._fieldBase._sub_data.isValidNbGauss | ( | ) | const |
| int MEDMEM._fieldBase._sub_data.nbGauss | ( | ) | const |
| bool MEDMEM._fieldBase._sub_data.hasGauss | ( | ) | const |
| std::vector<std::string> MEDMEM._fieldBase._sub_data._comp_names |
| std::vector<int> MEDMEM._fieldBase._sub_data._nb_gauss |