Version: 5.1.6

MEDMEM.MED_MED_WRONLY_DRIVER22 Class Reference

#include <MEDMEM_MedMedDriver22.hxx>

Inheritance diagram for MEDMEM.MED_MED_WRONLY_DRIVER22:
Inheritance graph

Public Member Functions

 MED_MED_WRONLY_DRIVER22 ()
 MED_MED_WRONLY_DRIVER22 (const string &fileName, MED *const ptrMed)
 MED_MED_WRONLY_DRIVER22 (const MED_MED_WRONLY_DRIVER22 &driver)
virtual ~MED_MED_WRONLY_DRIVER22 ()
void write (void) const throw (MEDEXCEPTION)
void writeFrom (void) const throw (MEDEXCEPTION)
void read (void) throw (MEDEXCEPTION)
void readFileStruct (void) throw (MEDEXCEPTION)
virtual GENDRIVERcopy (void) const

Detailed Description

Driver Med for MED : Write only.

Implement write method.


Constructor & Destructor Documentation

MED_MED_WRONLY_DRIVER22::MED_MED_WRONLY_DRIVER22 (  ) 

Constructor.

References MEDMEM.GENDRIVER._accessMode, and MED_EN.WRONLY.

MED_MED_WRONLY_DRIVER22::MED_MED_WRONLY_DRIVER22 ( const string &  fileName,
MED *const   ptrMed 
)

Constructor.

MED_MED_WRONLY_DRIVER22::MED_MED_WRONLY_DRIVER22 ( const MED_MED_WRONLY_DRIVER22 driver  ) 

Copy constructor.

MED_MED_WRONLY_DRIVER22::~MED_MED_WRONLY_DRIVER22 (  )  [virtual]

Destructor.

References MESSAGE_MED.


Member Function Documentation

void MED_MED_WRONLY_DRIVER22::write ( void   )  const throw (MEDEXCEPTION) [virtual]
void MED_MED_WRONLY_DRIVER22::writeFrom ( void   )  const throw (MEDEXCEPTION) [virtual]

Write only objects created from this MED driver in file.

Reimplemented from MEDMEM.MED_MED_DRIVER22.

Reimplemented in MEDMEM.MED_MED_RDWR_DRIVER22.

References MEDMEM.MED._meshes, MEDMEM.MED._meshName, MEDMEM.MED_MED_DRIVER._ptrMed, BEGIN_OF_MED, and END_OF_MED.

void MED_MED_WRONLY_DRIVER22::read ( void   )  throw (MEDEXCEPTION) [virtual]

Return a MEDEXCEPTION : it is the write-only driver.

Reimplemented from MEDMEM.IMED_MED_WRONLY_DRIVER.

Reimplemented in MEDMEM.MED_MED_RDWR_DRIVER22.

void MED_MED_WRONLY_DRIVER22::readFileStruct ( void   )  throw (MEDEXCEPTION) [virtual]

Return a MEDEXCEPTION : it is the write-only driver.

Reimplemented from MEDMEM.IMED_MED_WRONLY_DRIVER.

Reimplemented in MEDMEM.MED_MED_RDWR_DRIVER22.

GENDRIVER * MED_MED_WRONLY_DRIVER22::copy ( void   )  const [virtual]