#include <mhdf_public.h>
Public Attributes | |
struct mhdf_EntDesc | nodes |
struct mhdf_EntDesc | sets |
int | have_set_contents |
int | have_set_children |
int | have_set_parents |
struct mhdf_ElemDesc * | elems |
int | num_elem_desc |
struct mhdf_TagDesc * | tags |
int | num_tag_desc |
int * | numEntSets |
int ** | defTagsEntSets |
int ** | defTagsVals |
size_t | total_size |
unsigned char * | offset |
Definition at line 199 of file mhdf_public.h.
int** mhdf_FileDesc::defTagsEntSets |
Definition at line 215 of file mhdf_public.h.
Referenced by mhdf_fixFileDesc(), and mhdf_getFileSummary().
int** mhdf_FileDesc::defTagsVals |
Definition at line 216 of file mhdf_public.h.
Referenced by mhdf_fixFileDesc(), and mhdf_getFileSummary().
struct mhdf_ElemDesc* mhdf_FileDesc::elems |
Array of element table descriptions
Definition at line 206 of file mhdf_public.h.
Referenced by all_id_ranges(), check_valid_adjacencies(), check_valid_connectivity(), check_valid_elem_conn(), check_valid_file_ids(), check_valid_poly_conn(), check_valid_tag(), ent_desc_name(), get_dim_ranges(), get_elem_desc(), moab::ReadHDF5::get_tagged_entities(), iMOAB_ReadHeaderInfo(), moab::ReadHDF5::load_file_impl(), moab::ReadHDF5::load_file_partial(), mhdf_fixFileDesc(), mhdf_getFileSummary(), print_file_summary(), moab::ReadHDF5::read_elems(), moab::ReadHDF5::read_tag(), moab::ReadHDF5::read_tag_values_all(), moab::ReadHDF5::read_tag_values_partial(), and moab::ReadHDF5::search_tag_values().
int mhdf_FileDesc::have_set_children |
Definition at line 204 of file mhdf_public.h.
Referenced by check_valid_sets(), mhdf_getFileSummary(), moab::ReadHDF5::read_set_ids_recursive(), and moab::ReadHDF5::read_sets().
int mhdf_FileDesc::have_set_contents |
Definition at line 203 of file mhdf_public.h.
Referenced by check_valid_sets(), moab::ReadHDF5::find_sets_containing(), moab::ReadHDF5::get_set_contents(), mhdf_getFileSummary(), moab::ReadHDF5::read_set_ids_recursive(), and moab::ReadHDF5::read_sets().
int mhdf_FileDesc::have_set_parents |
Definition at line 205 of file mhdf_public.h.
Referenced by check_valid_sets(), mhdf_getFileSummary(), and moab::ReadHDF5::read_sets().
struct mhdf_EntDesc mhdf_FileDesc::nodes |
Definition at line 196 of file mhdf_public.h.
Referenced by all_id_ranges(), check_valid_file_ids(), check_valid_tag(), ent_desc_name(), get_dim_ranges(), moab::ReadHDF5::get_tagged_entities(), iMOAB_ReadHeaderInfo(), moab::ReadHDF5::load_file_impl(), moab::ReadHDF5::load_file_partial(), main(), mhdf_fixFileDesc(), mhdf_getFileSummary(), print_file_summary(), moab::ReadHDF5::read_nodes(), moab::ReadHDF5::read_tag(), moab::ReadHDF5::read_tag_values_partial(), and moab::ReadHDF5::search_tag_values().
int mhdf_FileDesc::num_elem_desc |
Definition at line 207 of file mhdf_public.h.
Referenced by all_id_ranges(), check_valid_adjacencies(), check_valid_connectivity(), check_valid_file_ids(), ent_desc_name(), get_dim_ranges(), moab::ReadHDF5::get_tagged_entities(), iMOAB_ReadHeaderInfo(), moab::ReadHDF5::load_file_impl(), moab::ReadHDF5::load_file_partial(), main(), mhdf_fixFileDesc(), mhdf_getFileSummary(), print_file_summary(), and moab::ReadHDF5::search_tag_values().
int mhdf_FileDesc::num_tag_desc |
Definition at line 209 of file mhdf_public.h.
Referenced by check_valid_tags(), moab::ReadHDF5::find_int_tag(), moab::ReadHDF5::load_file_impl(), moab::ReadHDF5::load_file_partial(), mhdf_fixFileDesc(), mhdf_getFileSummary(), and print_file_summary().
int* mhdf_FileDesc::numEntSets |
Definition at line 210 of file mhdf_public.h.
Referenced by iMOAB_ReadHeaderInfo(), mhdf_fixFileDesc(), and mhdf_getFileSummary().
unsigned char* mhdf_FileDesc::offset |
Unused, may be used by application
Definition at line 218 of file mhdf_public.h.
Referenced by alloc_file_desc(), mhdf_getFileSummary(), realloc_data(), moab::ReadHDF5::set_up_read(), and string_tag_value().
struct mhdf_EntDesc mhdf_FileDesc::sets |
Definition at line 196 of file mhdf_public.h.
Referenced by all_id_ranges(), check_valid_file_ids(), check_valid_sets(), check_valid_tag(), ent_desc_name(), moab::ReadHDF5::find_sets_containing(), moab::ReadHDF5::get_partition(), moab::ReadHDF5::get_tagged_entities(), moab::ReadHDF5::load_file_impl(), moab::ReadHDF5::load_file_partial(), mhdf_fixFileDesc(), mhdf_getFileSummary(), print_file_summary(), moab::ReadHDF5::read_all_set_meta(), moab::ReadHDF5::read_set_data(), moab::ReadHDF5::read_set_ids_recursive(), moab::ReadHDF5::read_sets(), moab::ReadHDF5::read_tag(), moab::ReadHDF5::read_tag_values_partial(), and moab::ReadHDF5::search_tag_values().
struct mhdf_TagDesc* mhdf_FileDesc::tags |
Array of tag descriptions
Definition at line 208 of file mhdf_public.h.
Referenced by check_valid_tag(), check_valid_tags(), check_valid_var_len_tag(), moab::ReadHDF5::find_int_tag(), get_tag_desc(), moab::ReadHDF5::get_tagged_entities(), moab::ReadHDF5::load_file_partial(), mhdf_fixFileDesc(), mhdf_getFileSummary(), print_ent_desc(), print_file_summary(), moab::ReadHDF5::read_tag(), moab::ReadHDF5::read_tag_values_all(), moab::ReadHDF5::read_tag_values_partial(), and moab::ReadHDF5::search_tag_values().
size_t mhdf_FileDesc::total_size |
Size of memory block containing all struct data
Definition at line 217 of file mhdf_public.h.
Referenced by alloc_file_desc(), mhdf_getFileSummary(), realloc_data(), and moab::ReadHDF5::set_up_read().