Version: 8.3.0
MED_Factory.cxx File Reference
#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>
Include dependency graph for MED_Factory.cxx:

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
 

Variable Documentation

int MYDEBUG = 0
static