Version: 5.1.6

MEDMEM.PORFLOW_MESH_WRONLY_DRIVER Class Reference

#include <MEDMEM_PorflowMeshDriver.hxx>

Inheritance diagram for MEDMEM.PORFLOW_MESH_WRONLY_DRIVER:
Inheritance graph

Public Member Functions

 PORFLOW_MESH_WRONLY_DRIVER ()
 PORFLOW_MESH_WRONLY_DRIVER (const string &fileName, MESH *ptrMesh)
 PORFLOW_MESH_WRONLY_DRIVER (const PORFLOW_MESH_WRONLY_DRIVER &driver)
virtual ~PORFLOW_MESH_WRONLY_DRIVER ()
void write (void) const throw (MEDEXCEPTION)
void read (void) throw (MEDEXCEPTION)
GENDRIVERcopy (void) const

Detailed Description

Driver Med for MESH : Write only.

Implement write method.


Constructor & Destructor Documentation

PORFLOW_MESH_WRONLY_DRIVER::PORFLOW_MESH_WRONLY_DRIVER (  ) 

Constructor.

PORFLOW_MESH_WRONLY_DRIVER::PORFLOW_MESH_WRONLY_DRIVER ( const string &  fileName,
MESH ptrMesh 
)

Constructor.

References MESSAGE_MED.

PORFLOW_MESH_WRONLY_DRIVER::PORFLOW_MESH_WRONLY_DRIVER ( const PORFLOW_MESH_WRONLY_DRIVER driver  ) 

Copy constructor.

PORFLOW_MESH_WRONLY_DRIVER::~PORFLOW_MESH_WRONLY_DRIVER (  )  [virtual]

Destructor.


Member Function Documentation

void PORFLOW_MESH_WRONLY_DRIVER::write ( void   )  const throw (MEDEXCEPTION) [virtual]

Write MESH in the specified file.

Implements MEDMEM.PORFLOW_MESH_DRIVER.

Reimplemented in MEDMEM.PORFLOW_MESH_RDWR_DRIVER.

References BEGIN_OF_MED, END_OF_MED, and LOCALIZED.

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

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

Implements MEDMEM.PORFLOW_MESH_DRIVER.

Reimplemented in MEDMEM.PORFLOW_MESH_RDWR_DRIVER.

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