#include "MED_Factory.hxx"#include "MED_Utilities.hxx"#include "MED_V2_2_Wrapper.hxx"#include "MED_V2_1_Wrapper.hxx"#include <stdio.h>#include <sstream>#include <med.h>#include <unistd.h>
Packages | |
| package | MED |
Functions | |
| EVersion | MED.GetVersionId (const std::string &theFileName, bool theDoPreCheckInSeparateProcess) |
| bool | MED.getMEDVersion (const std::string &fname, int &major, int &minor, int &release) |
| PWrapper | MED.CrWrapper (const std::string &theFileName, bool theDoPreCheckInSeparateProcess) |
| PWrapper | MED.CrWrapper (const std::string &theFileName, EVersion theId) |
Variables | |
| static int | MYDEBUG = 0 |