Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::ReadHDF5::IDConnectivity Struct Reference

List of connectivity arrays for which conversion from file ID to handle was deferred until later. More...

Public Attributes

EntityHandle handle
 
size_t count
 
int nodes_per_elem
 
EntityHandlearray
 

Detailed Description

List of connectivity arrays for which conversion from file ID to handle was deferred until later.

Definition at line 164 of file ReadHDF5.hpp.

Member Data Documentation

◆ array

EntityHandle* moab::ReadHDF5::IDConnectivity::array

Definition at line 169 of file ReadHDF5.hpp.

Referenced by moab::ReadHDF5::read_elems().

◆ count

size_t moab::ReadHDF5::IDConnectivity::count

Definition at line 167 of file ReadHDF5.hpp.

Referenced by moab::ReadHDF5::read_elems().

◆ handle

EntityHandle moab::ReadHDF5::IDConnectivity::handle

Definition at line 166 of file ReadHDF5.hpp.

Referenced by moab::ReadHDF5::read_elems().

◆ nodes_per_elem

int moab::ReadHDF5::IDConnectivity::nodes_per_elem

Definition at line 168 of file ReadHDF5.hpp.

Referenced by moab::ReadHDF5::read_elems().


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