#include <MEDFileField.hxx>

Public Member Functions | |
| void | write (const char *fileName, int mode) const throw (INTERP_KERNEL::Exception) |
| int | getNumberOfFields () 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) |
| void | destroyFieldAtPos (int i) throw (INTERP_KERNEL::Exception) |
Static Public Member Functions | |
| static MEDFileFields * | New () |
| static MEDFileFields * | New (const char *fileName) throw (INTERP_KERNEL::Exception) |
Private Member Functions | |
| std::vector< std::string > | getPflsReallyUsed () const |
| std::vector< std::string > | getLocsReallyUsed () const |
| MEDFileFields () | |
| MEDFileFields (const char *fileName) throw (INTERP_KERNEL::Exception) | |
Private Attributes | |
| std::vector < MEDCouplingAutoRefCountObjectPtr < MEDFileFieldMultiTSWithoutDAS > > | _fields |
Use class.
| MEDFileFields::MEDFileFields | ( | ) | [private] |
| MEDFileFields::MEDFileFields | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [private] |
| MEDFileFields * MEDFileFields::New | ( | ) | [static] |
References ParaMEDMEM.MEDFileFields.MEDFileFields().
| MEDFileFields * MEDFileFields::New | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [static] |
References Med_Gen_test.fileName.
| void MEDFileFields::write | ( | const char * | fileName, |
| int | mode | ||
| ) | const throw (INTERP_KERNEL::Exception) |
| int MEDFileFields::getNumberOfFields | ( | ) | const |
References ParaMEDMEM.MEDFileFields._fields.
| void MEDFileFields::resize | ( | int | newSize | ) | throw (INTERP_KERNEL::Exception) |
| void MEDFileFields::pushField | ( | MEDFileFieldMultiTS * | field | ) | throw (INTERP_KERNEL::Exception) |
References MED_test2.field.
| void MEDFileFields::setFieldAtPos | ( | int | i, |
| MEDFileFieldMultiTS * | field | ||
| ) | throw (INTERP_KERNEL::Exception) |
References MED_test2.field.
| void MEDFileFields::destroyFieldAtPos | ( | int | i | ) | throw (INTERP_KERNEL::Exception) |
| std::vector< std::string > MEDFileFields::getPflsReallyUsed | ( | ) | const [private, virtual] |
Implements ParaMEDMEM.MEDFieldFieldGlobs.
References ParaMEDMEM.MEDFileFields._fields, Med_Gen_test.it, and testMEDMEM.ret.
| std::vector< std::string > MEDFileFields::getLocsReallyUsed | ( | ) | const [private, virtual] |
Implements ParaMEDMEM.MEDFieldFieldGlobs.
References ParaMEDMEM.MEDFileFields._fields, Med_Gen_test.it, and testMEDMEM.ret.
std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileFieldMultiTSWithoutDAS> > ParaMEDMEM.MEDFileFields._fields [private] |