Med Memory Users' Guide 5.1.3

File I/O methods

Functions

int MEDMEM::MED::addDriver (driverTypes driverType, const string &fileName, MED_EN::med_mode_acces access=MED_EN::RDWR)
int MEDMEM::MED::addDriver (GENDRIVER &driver)
void MEDMEM::MED::write (int index=0) throw (MEDEXCEPTION)

Detailed Description

These methods are similar to their MESH counterparts. Reading should be achieved thrfough the MED constructor, while writing is performed thanks to two calls : one attaching a driver to the MED object, the other one writing the file.


Function Documentation

int MED::addDriver ( driverTypes  driverType,
const string &  fileName = "Default File Name.med",
MED_EN::med_mode_acces  access = MED_EN::RDWR 
) [inherited]

Create the specified driver and return its index reference to path to read or write methods.

int MED::addDriver ( GENDRIVER &  driver) [inherited]

Duplicate the given driver and return its index reference to path to read or write methods.

void MED::write ( int  index = 0) throw (MEDEXCEPTION) [inherited]

Write all objects with the driver given by its index.