Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
mhdf_EntDesc Struct Reference

#include <mhdf_public.h>

Public Attributes

long start_id
 
long count
 
int vals_per_ent
 
int * dense_tag_indices
 
int num_dense_tags
 

Detailed Description

Data common to sets, nodes, and each element type

Definition at line 166 of file mhdf_public.h.

Member Data Documentation

◆ count

◆ dense_tag_indices

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().

◆ num_dense_tags

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().

◆ start_id

◆ vals_per_ent

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().


The documentation for this struct was generated from the following file: