#include <MEDMEM_PorflowMeshDriver.hxx>

Public Member Functions | |
| PORFLOW_MESH_WRONLY_DRIVER () | |
| PORFLOW_MESH_WRONLY_DRIVER (const string &fileName, GMESH *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) |
Private Member Functions | |
| GENDRIVER * | copy (void) const |
Driver Med for MESH : Write only.
Implement write method.
| PORFLOW_MESH_WRONLY_DRIVER::PORFLOW_MESH_WRONLY_DRIVER | ( | ) |
Constructor.
| PORFLOW_MESH_WRONLY_DRIVER::PORFLOW_MESH_WRONLY_DRIVER | ( | const string & | fileName, |
| GMESH * | 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.
| 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 [private, virtual] |
Implements MEDMEM.PORFLOW_MESH_DRIVER.
Reimplemented in MEDMEM.PORFLOW_MESH_RDWR_DRIVER.
References MEDMEM.PORFLOW_MESH_WRONLY_DRIVER.PORFLOW_MESH_WRONLY_DRIVER().