Version: 9.16.0
MED_Factory.hxx File Reference
#include "MED_WrapperDef.hxx"
#include "MED_Wrapper.hxx"
#include <string>
#include <vector>
Include dependency graph for MED_Factory.hxx:
This graph shows which files directly or indirectly include this file:

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)