

Go to the source code of this file.
Namespaces | |
| namespace | MED |
Functions | |
| std::string | MED::GetMEDVersion (const std::string &fileName) |
| bool | MED::GetMEDVersion (const std::string &fileName, int &major, int &minor, int &release) |
| bool | MED::CheckCompatibility (const std::string &fileName, bool isForAppend) |
| : Check read or write(append) Compatibility of a med file More... | |
| std::vector< int > | MED::GetMEDVersionsAppendCompatible () |
| Return the list of med versions compatibles for write/append, encoded in 10*major+minor (for instance, code for med 3.2.1 is 32) More... | |
| PWrapper | MED::CrWrapperR (const std::string &fileName) |
| PWrapper | MED::CrWrapperW (const std::string &fileName, int theVersion, TFileInternal *tfileInst) |