#include <MEDFileField.hxx>

Public Member Functions | |
| MEDFieldFieldGlobs (const char *fname) | |
| MEDFieldFieldGlobs () | |
| void | loadProfileInFile (med_idt fid, int id, const char *pflName) throw (INTERP_KERNEL::Exception) |
| void | loadProfileInFile (med_idt fid, int id) |
| void | loadGlobals (med_idt fid) throw (INTERP_KERNEL::Exception) |
| void | writeGlobals (med_idt fid, const MEDFileWritable &opt) const throw (INTERP_KERNEL::Exception) |
| std::vector< std::string > | getPfls () const |
| std::vector< std::string > | getLocs () const |
| void | setFileName (const char *fileName) |
| int | getNbOfGaussPtPerCell (int locId) const throw (INTERP_KERNEL::Exception) |
| int | getLocalizationId (const char *loc) const throw (INTERP_KERNEL::Exception) |
| const char * | getFileName () const |
| const MEDFileFieldLoc & | getLocalizationFromId (int locId) const throw (INTERP_KERNEL::Exception) |
| const DataArrayInt * | getProfile (const std::string &pflName) const throw (INTERP_KERNEL::Exception) |
| virtual std::vector< std::string > | getPflsReallyUsed () const =0 |
| virtual std::vector< std::string > | getLocsReallyUsed () const =0 |
| void | appendProfile (DataArrayInt *pfl) throw (INTERP_KERNEL::Exception) |
| void | appendLoc (const char *locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &w) throw (INTERP_KERNEL::Exception) |
Protected Attributes | |
| std::vector < MEDCouplingAutoRefCountObjectPtr < DataArrayInt > > | _pfls |
| std::vector < MEDCouplingAutoRefCountObjectPtr < MEDFileFieldLoc > > | _locs |
| std::string | _file_name |
| MEDFieldFieldGlobs::MEDFieldFieldGlobs | ( | const char * | fname | ) |
| MEDFieldFieldGlobs::MEDFieldFieldGlobs | ( | ) |
| void MEDFieldFieldGlobs::loadProfileInFile | ( | med_idt | fid, |
| int | id, | ||
| const char * | pflName | ||
| ) | throw (INTERP_KERNEL::Exception) |
References testRenumbering.id, and ParaMEDMEM.DataArrayInt.New().
| void MEDFieldFieldGlobs::loadProfileInFile | ( | med_idt | fid, |
| int | id | ||
| ) |
| void MEDFieldFieldGlobs::loadGlobals | ( | med_idt | fid | ) | throw (INTERP_KERNEL::Exception) |
References ParaMEDMEM.MEDFileFieldLoc.New().
| void MEDFieldFieldGlobs::writeGlobals | ( | med_idt | fid, |
| const MEDFileWritable & | opt | ||
| ) | const throw (INTERP_KERNEL::Exception) |
References MEDLoaderBase.buildEmptyString(), and MEDLoaderBase.safeStrCpy().
| std::vector< std::string > MEDFieldFieldGlobs::getPfls | ( | ) | const |
References ParaMEDMEM.MEDFieldFieldGlobs._pfls, and testMEDMEM.ret.
| std::vector< std::string > MEDFieldFieldGlobs::getLocs | ( | ) | const |
References ParaMEDMEM.MEDFieldFieldGlobs._locs, and testMEDMEM.ret.
| void MEDFieldFieldGlobs::setFileName | ( | const char * | fileName | ) |
Reimplemented in ParaMEDMEM.MEDFileField1TS.
References ParaMEDMEM.MEDFieldFieldGlobs._file_name, and Med_Gen_test.fileName.
| int MEDFieldFieldGlobs::getNbOfGaussPtPerCell | ( | int | locId | ) | const throw (INTERP_KERNEL::Exception) |
| int MEDFieldFieldGlobs::getLocalizationId | ( | const char * | loc | ) | const throw (INTERP_KERNEL::Exception) |
References Med_Gen_test.it.
| const char* ParaMEDMEM.MEDFieldFieldGlobs.getFileName | ( | ) | const |
References ParaMEDMEM.MEDFieldFieldGlobs._file_name.
| const MEDFileFieldLoc & MEDFieldFieldGlobs::getLocalizationFromId | ( | int | locId | ) | const throw (INTERP_KERNEL::Exception) |
| const DataArrayInt * MEDFieldFieldGlobs::getProfile | ( | const std::string & | pflName | ) | const throw (INTERP_KERNEL::Exception) |
References Med_Gen_test.it.
| virtual std::vector<std::string> ParaMEDMEM.MEDFieldFieldGlobs.getPflsReallyUsed | ( | ) | const [pure virtual] |
Implemented in ParaMEDMEM.MEDFileField1TS, ParaMEDMEM.MEDFileFieldMultiTS, and ParaMEDMEM.MEDFileFields.
| virtual std::vector<std::string> ParaMEDMEM.MEDFieldFieldGlobs.getLocsReallyUsed | ( | ) | const [pure virtual] |
Implemented in ParaMEDMEM.MEDFileField1TS, ParaMEDMEM.MEDFileFieldMultiTS, and ParaMEDMEM.MEDFileFields.
| void MEDFieldFieldGlobs::appendProfile | ( | DataArrayInt * | pfl | ) | throw (INTERP_KERNEL::Exception) |
References Med_Gen_test.it, and medClient_test.name.
| void MEDFieldFieldGlobs::appendLoc | ( | const char * | locName, |
| INTERP_KERNEL::NormalizedCellType | geoType, | ||
| const std::vector< double > & | refCoo, | ||
| const std::vector< double > & | gsCoo, | ||
| const std::vector< double > & | w | ||
| ) | throw (INTERP_KERNEL::Exception) |
std::vector< MEDCouplingAutoRefCountObjectPtr<DataArrayInt> > ParaMEDMEM.MEDFieldFieldGlobs._pfls [protected] |
std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFieldLoc> > ParaMEDMEM.MEDFieldFieldGlobs._locs [protected] |
std::string ParaMEDMEM.MEDFieldFieldGlobs._file_name [protected] |