Version: 8.3.0
MED_Test.cxx File Reference
#include "MED_Utilities.hxx"
#include "MED_Algorithm.hxx"
#include "MED_GaussUtils.hxx"
#include "MED_Factory.hxx"
Include dependency graph for MED_Test.cxx:

Functions

void CheckMed (const std::string &theFileName)
 
void CopyMed (const PWrapper &theMed, const PWrapper &theMed2, int theIncr)
 
void CopyMed (const std::string &theFileName, const std::string &theFileName2, MED::EVersion theVersion, int theNbCopy)
 
void ReadMed (const char *theFileName, const char *theFileName2, MED::EVersion theVersion=eV2_2, int theNbCopy=1)
 
int main (int argc, char **argv)
 

Variables

static int MYWRITEDEBUG = 1
 

Function Documentation

void CopyMed ( const PWrapper theMed,
const PWrapper theMed2,
int  theIncr 
)
void CopyMed ( const std::string &  theFileName,
const std::string &  theFileName2,
MED::EVersion  theVersion,
int  theNbCopy 
)

References CopyMed(), MED::CrWrapper(), and MSG.

void ReadMed ( const char *  theFileName,
const char *  theFileName2,
MED::EVersion  theVersion = eV2_2,
int  theNbCopy = 1 
)

References CopyMed(), and MSG.

Referenced by main().

Variable Documentation

int MYWRITEDEBUG = 1
static