Functions | |
| bool | getVtkBinaryFormatForWriting () |
| void | setVtkBinaryFormatForWriting (bool isBinary) |
| driverTypes | deduceDriverTypeFromFileName (const std::string &fileName) |
| GENDRIVER * | buildDriverForMesh (driverTypes driverType, const std::string &fileName, GMESH *mesh, const string &driverName, MED_EN::med_mode_acces access) |
| template<class T , class INTERLACING_TAG > | |
| GENDRIVER * | buildDriverForField (driverTypes driverType, const std::string &fileName, FIELD< T, INTERLACING_TAG > *fielde, MED_EN::med_mode_acces access) |
| GENDRIVER * | buildMeshDriverFromFile (const string &fileName, GMESH *ptrMesh, MED_EN::med_mode_acces access) |
| template<class T , class INTERLACING_TAG > | |
| GENDRIVER * | buildFieldDriverFromFile (const string &fileName, FIELD< T, INTERLACING_TAG > *ptrField, MED_EN::med_mode_acces access) |
| GENDRIVER * | buildConcreteMedDriverForMesh (const std::string &fileName, GMESH *mesh, const string &driverName, MED_EN::med_mode_acces access, MED_EN::medFileVersion version) |
| template<class T , class INTERLACING_TAG > | |
| GENDRIVER * | buildConcreteMedDriverForField (const std::string &fileName, FIELD< T, INTERLACING_TAG > *fielde, MED_EN::med_mode_acces access, MED_EN::medFileVersion version) |
Variables | |
| bool | globalVtkBinaryFormatForWriting = false |
| bool MEDMEM::DRIVERFACTORY::getVtkBinaryFormatForWriting | ( | ) |
| void MEDMEM::DRIVERFACTORY::setVtkBinaryFormatForWriting | ( | bool | isBinary | ) |
| driverTypes MEDMEM::DRIVERFACTORY::deduceDriverTypeFromFileName | ( | const std::string & | fileName | ) |
| GENDRIVER * MEDMEM::DRIVERFACTORY::buildDriverForMesh | ( | driverTypes | driverType, |
| const std::string & | fileName, | ||
| GMESH * | mesh, | ||
| const string & | driverName, | ||
| MED_EN::med_mode_acces | access | ||
| ) |
| GENDRIVER * MEDMEM::DRIVERFACTORY::buildDriverForField | ( | driverTypes | driverType, |
| const std::string & | fileName, | ||
| FIELD< T, INTERLACING_TAG > * | fielde, | ||
| MED_EN::med_mode_acces | access | ||
| ) |
| GENDRIVER * MEDMEM::DRIVERFACTORY::buildMeshDriverFromFile | ( | const string & | fileName, |
| GMESH * | ptrMesh, | ||
| MED_EN::med_mode_acces | access | ||
| ) |
| GENDRIVER * MEDMEM::DRIVERFACTORY::buildFieldDriverFromFile | ( | const string & | fileName, |
| FIELD< T, INTERLACING_TAG > * | ptrField, | ||
| MED_EN::med_mode_acces | access | ||
| ) |
| GENDRIVER * MEDMEM::DRIVERFACTORY::buildConcreteMedDriverForMesh | ( | const std::string & | fileName, |
| GMESH * | mesh, | ||
| const string & | driverName, | ||
| MED_EN::med_mode_acces | access, | ||
| MED_EN::medFileVersion | version | ||
| ) |
| GENDRIVER * MEDMEM::DRIVERFACTORY::buildConcreteMedDriverForField | ( | const std::string & | fileName, |
| FIELD< T, INTERLACING_TAG > * | fielde, | ||
| MED_EN::med_mode_acces | access, | ||
| MED_EN::medFileVersion | version | ||
| ) |
References medMeshing_test.driver, Med_Gen_test.fileName, MED_EXCEPTION, MESSAGE_MED, MED_EN.RDONLY, MED_EN.RDWR, MED_EN.V21, and MED_EN.WRONLY.