#include "MED_Factory.hxx"
#include "MED_Utilities.hxx"
#include "MED_V2_2_Wrapper.hxx"
#include <stdio.h>
#include <errno.h>
#include <sstream>
#include <med.h>
#include <unistd.h>
Namespaces | |
namespace | 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 |
|
static |