Functions | |
| std::string | MEDMEM::MEDFILEBROWSER::getFileName () const |
| int | MEDMEM::MEDFILEBROWSER::getNumberOfMeshes (void) const |
| int | MEDMEM::MEDFILEBROWSER::getNumberOfFields (void) const |
| void | MEDMEM::MEDFILEBROWSER::getMeshNames (std::string *meshNames) const |
| std::vector< std::string > | MEDMEM::MEDFILEBROWSER::getMeshNames () const |
| void | MEDMEM::MEDFILEBROWSER::getFieldNames (std::string *fieldNames) const |
| std::vector< std::string > | MEDMEM::MEDFILEBROWSER::getFieldNames () const |
| bool | MEDMEM::MEDFILEBROWSER::isStructuredMesh (const std::string &meshName) const throw (MEDEXCEPTION) |
| MED_EN::med_type_champ | MEDMEM::MEDFILEBROWSER::getFieldType (const std::string &fieldName) const throw (MEDEXCEPTION) |
| std::string | MEDMEM::MEDFILEBROWSER::getMeshName (const std::string &fieldName) const throw (MEDEXCEPTION) |
| VEC_DT_IT_ | MEDMEM::MEDFILEBROWSER::getFieldIteration (const std::string &fieldName) const throw (MEDEXCEPTION) |
These methods enable the user to retrieve information about a MED file structure, i.e. the meshes and fields it contains.
| std::string MEDFILEBROWSER::getFileName | ( | ) | const [inherited] |
Returns the name of a browsed file.
| int MEDFILEBROWSER::getNumberOfMeshes | ( | void | ) | const [inherited] |
Gets the number of meshes in med file.
| int MEDFILEBROWSER::getNumberOfFields | ( | void | ) | const [inherited] |
Gets the number of fields in med file.
| void MEDFILEBROWSER::getMeshNames | ( | std::string * | meshNames | ) | const [inherited] |
Gets the names of all meshes.
meshNames is an in/out argument.
It is a string array of size the number of meshes. It must be allocated before calling this method. All names are put in it.
| vector< string > MEDFILEBROWSER::getMeshNames | ( | ) | const [inherited] |
| void MEDFILEBROWSER::getFieldNames | ( | std::string * | fieldNames | ) | const [inherited] |
Gets the names of all fields.
fieldNames is an in/out argument.
It is an array of string of size the number of fields. It must be allocated before calling this method. All names are put in it.
| vector< string > MEDFILEBROWSER::getFieldNames | ( | ) | const [inherited] |
Gets the names of all fields.
| bool MEDFILEBROWSER::isStructuredMesh | ( | const std::string & | meshName | ) | const throw (MEDEXCEPTION) [inherited] |
Return true if mesh meshName is a structured one.
| med_type_champ MEDFILEBROWSER::getFieldType | ( | const std::string & | fieldName | ) | const throw (MEDEXCEPTION) [inherited] |
Return type of values of FIELD named fieldName.
| std::string MEDFILEBROWSER::getMeshName | ( | const std::string & | fieldName | ) | const throw (MEDEXCEPTION) [inherited] |
Return name of mesh supporting the FIELD named fieldName.
| vector< DT_IT_ > MEDFILEBROWSER::getFieldIteration | ( | const std::string & | fieldName | ) | const throw (MEDEXCEPTION) [inherited] |