Public Member Functions |
void | write (const char *fileName, int mode) const throw (INTERP_KERNEL::Exception) |
void | writeLL (med_idt fid) const throw (INTERP_KERNEL::Exception) |
int | getNumberOfFields () const |
std::vector< std::string > | getFieldsNames () const throw (INTERP_KERNEL::Exception) |
std::string | simpleRepr () const |
void | simpleRepr (int bkOffset, std::ostream &oss) const |
void | resize (int newSize) throw (INTERP_KERNEL::Exception) |
void | pushField (MEDFileFieldMultiTS *field) throw (INTERP_KERNEL::Exception) |
void | setFieldAtPos (int i, MEDFileFieldMultiTS *field) throw (INTERP_KERNEL::Exception) |
MEDFileFieldMultiTS * | getFieldAtPos (int i) const throw (INTERP_KERNEL::Exception) |
MEDFileFieldMultiTS * | getFieldWithName (const char *fieldName) const throw (INTERP_KERNEL::Exception) |
void | destroyFieldAtPos (int i) throw (INTERP_KERNEL::Exception) |
bool | decrRef () const |
void | incrRef () const |
| MEDFieldFieldGlobsReal (const char *fname) |
| MEDFieldFieldGlobsReal () |
void | simpleRepr (std::ostream &oss) const |
void | shallowCpyGlobs (const MEDFieldFieldGlobsReal &other) |
void | appendGlobs (const MEDFieldFieldGlobsReal &other, double eps) throw (INTERP_KERNEL::Exception) |
virtual std::vector< std::string > | getPflsReallyUsed () const =0 |
virtual std::vector< std::string > | getLocsReallyUsed () const =0 |
virtual std::vector< std::string > | getPflsReallyUsedMulti () const =0 |
virtual std::vector< std::string > | getLocsReallyUsedMulti () const =0 |
virtual void | changePflsRefsNamesGen (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif)=0 throw (INTERP_KERNEL::Exception) |
virtual void | changeLocsRefsNamesGen (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif)=0 throw (INTERP_KERNEL::Exception) |
virtual | ~MEDFieldFieldGlobsReal () |
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 | loadAllGlobals (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 |
bool | existsPfl (const char *pflName) const |
bool | existsLoc (const char *locName) const |
std::vector< std::vector< int > > | whichAreEqualProfiles () const |
std::vector< std::vector< int > > | whichAreEqualLocs (double eps) const |
void | setFileName (const char *fileName) |
void | changePflsNamesInStruct (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif) throw (INTERP_KERNEL::Exception) |
void | changeLocsNamesInStruct (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif) throw (INTERP_KERNEL::Exception) |
void | changePflsNames (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif) throw (INTERP_KERNEL::Exception) |
void | changeLocsNames (const std::vector< std::pair< std::vector< std::string >, std::string > > &mapOfModif) throw (INTERP_KERNEL::Exception) |
void | changePflName (const char *oldName, const char *newName) throw (INTERP_KERNEL::Exception) |
void | changeLocName (const char *oldName, const char *newName) throw (INTERP_KERNEL::Exception) |
std::vector< std::pair
< std::vector< std::string >
, std::string > > | zipPflsNames () throw (INTERP_KERNEL::Exception) |
std::vector< std::pair
< std::vector< std::string >
, std::string > > | zipLocsNames (double eps) throw (INTERP_KERNEL::Exception) |
int | getNbOfGaussPtPerCell (int locId) const throw (INTERP_KERNEL::Exception) |
int | getLocalizationId (const char *loc) const throw (INTERP_KERNEL::Exception) |
const char * | getFileName () const |
std::string | getFileName2 () const |
const MEDFileFieldLoc & | getLocalizationFromId (int locId) const throw (INTERP_KERNEL::Exception) |
const MEDFileFieldLoc & | getLocalization (const char *locName) const throw (INTERP_KERNEL::Exception) |
MEDFileFieldLoc & | getLocalizationFromId (int locId) throw (INTERP_KERNEL::Exception) |
MEDFileFieldLoc & | getLocalization (const char *locName) throw (INTERP_KERNEL::Exception) |
const DataArrayInt * | getProfile (const char *pflName) const throw (INTERP_KERNEL::Exception) |
const DataArrayInt * | getProfileFromId (int pflId) const throw (INTERP_KERNEL::Exception) |
DataArrayInt * | getProfile (const char *pflName) throw (INTERP_KERNEL::Exception) |
DataArrayInt * | getProfileFromId (int pflId) throw (INTERP_KERNEL::Exception) |
void | killProfileIds (const std::vector< int > &pflIds) throw (INTERP_KERNEL::Exception) |
void | killLocalizationIds (const std::vector< int > &locIds) throw (INTERP_KERNEL::Exception) |
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) |