Public Member Functions | |
MEDFILEBROWSER () | |
MEDFILEBROWSER (const std::string &fileName) throw (MEDEXCEPTION) | |
void | readFileStruct (const std::string &fileName) throw (MEDEXCEPTION) |
std::string | getFileName () const |
int | getNumberOfMeshes (void) const |
int | getNumberOfFields (void) const |
void | getMeshNames (std::string *meshNames) const |
void | getFieldNames (std::string *fieldNames) const |
std::vector< std::string > | getMeshNames () const |
std::vector< std::string > | getFieldNames () const |
bool | isStructuredMesh (const std::string &meshName) const throw (MEDEXCEPTION) |
MED_EN::med_type_champ | getFieldType (const std::string &fieldName) const throw (MEDEXCEPTION) |
std::string | getMeshName (const std::string &fieldName) const throw (MEDEXCEPTION) |
VEC_DT_IT_ | getFieldIteration (const std::string &fieldName) const throw (MEDEXCEPTION) |
Class giving access to names of meshes and fields contained in the med file.