Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
mhdf_FileDesc Struct Reference

#include <mhdf_public.h>

+ Collaboration diagram for mhdf_FileDesc:

Public Attributes

struct mhdf_EntDesc nodes
 
struct mhdf_EntDesc sets
 
int have_set_contents
 
int have_set_children
 
int have_set_parents
 
struct mhdf_ElemDescelems
 
int num_elem_desc
 
struct mhdf_TagDesctags
 
int num_tag_desc
 
int * numEntSets
 
int ** defTagsEntSets
 
int ** defTagsVals
 
size_t total_size
 
unsigned char * offset
 

Detailed Description

Definition at line 199 of file mhdf_public.h.

Member Data Documentation

◆ defTagsEntSets

int** mhdf_FileDesc::defTagsEntSets

Definition at line 215 of file mhdf_public.h.

Referenced by mhdf_fixFileDesc(), and mhdf_getFileSummary().

◆ defTagsVals

int** mhdf_FileDesc::defTagsVals

Definition at line 216 of file mhdf_public.h.

Referenced by mhdf_fixFileDesc(), and mhdf_getFileSummary().

◆ elems

◆ have_set_children

int mhdf_FileDesc::have_set_children

◆ have_set_contents

◆ have_set_parents

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

◆ nodes

◆ num_elem_desc

◆ num_tag_desc

◆ numEntSets

int* mhdf_FileDesc::numEntSets

Definition at line 210 of file mhdf_public.h.

Referenced by iMOAB_ReadHeaderInfo(), mhdf_fixFileDesc(), and mhdf_getFileSummary().

◆ offset

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

◆ sets

◆ tags

◆ total_size

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


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