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 |
| EntityHandle * | array |
List of connectivity arrays for which conversion from file ID to handle was deferred until later.
Definition at line 164 of file ReadHDF5.hpp.
| EntityHandle* moab::ReadHDF5::IDConnectivity::array |
Definition at line 169 of file ReadHDF5.hpp.
Referenced by moab::ReadHDF5::read_elems().
| size_t moab::ReadHDF5::IDConnectivity::count |
Definition at line 167 of file ReadHDF5.hpp.
Referenced by moab::ReadHDF5::read_elems().
| EntityHandle moab::ReadHDF5::IDConnectivity::handle |
Definition at line 166 of file ReadHDF5.hpp.
Referenced by moab::ReadHDF5::read_elems().
| int moab::ReadHDF5::IDConnectivity::nodes_per_elem |
Definition at line 168 of file ReadHDF5.hpp.
Referenced by moab::ReadHDF5::read_elems().