#include <mhdf_public.h>
Public Attributes | |
long | start_id |
long | count |
int | vals_per_ent |
int * | dense_tag_indices |
int | num_dense_tags |
Data common to sets, nodes, and each element type
Definition at line 166 of file mhdf_public.h.
long mhdf_EntDesc::count |
Number of entities in table
Definition at line 169 of file mhdf_public.h.
Referenced by all_id_ranges(), check_valid_adjacencies(), check_valid_elem_conn(), check_valid_file_ids(), check_valid_set_contents(), check_valid_sets(), check_valid_tag(), check_valid_var_len_tag(), moab::ReadHDF5::find_sets_containing(), get_dim_ranges(), get_elem_desc(), moab::ReadHDF5::get_partition(), moab::ReadHDF5::get_tagged_entities(), iMOAB_ReadHeaderInfo(), moab::intersect(), moab::ReadHDF5::load_file_impl(), moab::ReadHDF5::load_file_partial(), main(), mhdf_getFileSummary(), print_ent_desc(), moab::ReadHDF5::read_all_set_meta(), moab::ReadHDF5::read_elems(), moab::ReadHDF5::read_node_adj_elems(), 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().
int* mhdf_EntDesc::dense_tag_indices |
Indices into mhdf_FileDesc::tags for each tag for which dense data is present for these entities
Definition at line 172 of file mhdf_public.h.
Referenced by get_elem_desc(), mhdf_fixFileDesc(), mhdf_getFileSummary(), and print_ent_desc().
int mhdf_EntDesc::num_dense_tags |
Length of dense_tag_indices
Definition at line 173 of file mhdf_public.h.
Referenced by get_elem_desc(), mhdf_getFileSummary(), and print_ent_desc().
long mhdf_EntDesc::start_id |
First file ID for table of data
Definition at line 168 of file mhdf_public.h.
Referenced by all_id_ranges(), check_valid_adjacencies(), check_valid_elem_conn(), check_valid_file_ids(), check_valid_set_contents(), check_valid_tag(), dcomp(), moab::ReadHDF5::find_sets_containing(), get_dim_ranges(), get_elem_desc(), moab::ReadHDF5::get_partition(), moab::ReadHDF5::get_tagged_entities(), moab::intersect(), moab::ReadHDF5::load_file_impl(), moab::ReadHDF5::load_file_partial(), mhdf_getFileSummary(), print_ent_desc(), moab::ReadHDF5::read_elems(), moab::ReadHDF5::read_node_adj_elems(), moab::ReadHDF5::read_nodes(), 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().
int mhdf_EntDesc::vals_per_ent |
Connectivity length for elems, dimension for verts, unused for sets, -1 for variable length poly* data
Definition at line 170 of file mhdf_public.h.
Referenced by check_valid_connectivity(), check_valid_elem_conn(), get_elem_desc(), iMOAB_ReadHeaderInfo(), mhdf_getFileSummary(), print_ent_desc(), moab::ReadHDF5::read_elems(), moab::ReadHDF5::read_node_adj_elems(), and moab::ReadHDF5::read_nodes().