#include <Tqdcfr.hpp>
Public Member Functions | |
| void | print () |
| GroupHeader () | |
Static Public Member Functions | |
| static ErrorCode | read_info_header (const unsigned int model_offset, const FEModelHeader::ArrayInfo &info, Tqdcfr *instance, GroupHeader *&entity_headers) |
Public Attributes | |
| unsigned int | grpID |
| unsigned int | grpType |
| unsigned int | memCt |
| unsigned int | memOffset |
| unsigned int | memTypeCt |
| unsigned int | grpLength |
| EntityHandle | setHandle |
Definition at line 137 of file Tqdcfr.hpp.
| moab::Tqdcfr::GroupHeader::GroupHeader | ( | ) |
| void moab::Tqdcfr::GroupHeader::print | ( | ) |
Definition at line 2928 of file Tqdcfr.cpp.
|
static |
Definition at line 1958 of file Tqdcfr.cpp.
References CATEGORY_TAG_NAME, CATEGORY_TAG_SIZE, moab::Tqdcfr::categoryTag, moab::Tqdcfr::create_set(), ErrorCode, moab::Tqdcfr::FREADI(), moab::Tqdcfr::FSEEK(), moab::Tqdcfr::gidSetMap, moab::Tqdcfr::globalIdTag, grpID, grpLength, grpType, MB_SUCCESS, MB_TAG_CREAT, MB_TAG_SPARSE, MB_TYPE_OPAQUE, moab::Tqdcfr::mdbImpl, memCt, memOffset, memTypeCt, moab::Tqdcfr::FEModelHeader::ArrayInfo::numEntities, setHandle, moab::Tqdcfr::FEModelHeader::ArrayInfo::tableOffset, moab::Interface::tag_get_handle(), moab::Interface::tag_set_data(), and moab::Tqdcfr::uint_buf.
Referenced by moab::Tqdcfr::ModelEntry::read_header_info().
| unsigned int moab::Tqdcfr::GroupHeader::grpID |
Definition at line 140 of file Tqdcfr.hpp.
Referenced by moab::Tqdcfr::read_group(), and read_info_header().
| unsigned int moab::Tqdcfr::GroupHeader::grpLength |
Definition at line 140 of file Tqdcfr.hpp.
Referenced by read_info_header().
| unsigned int moab::Tqdcfr::GroupHeader::grpType |
Definition at line 140 of file Tqdcfr.hpp.
Referenced by read_info_header().
| unsigned int moab::Tqdcfr::GroupHeader::memCt |
Definition at line 140 of file Tqdcfr.hpp.
Referenced by read_info_header().
| unsigned int moab::Tqdcfr::GroupHeader::memOffset |
Definition at line 140 of file Tqdcfr.hpp.
Referenced by moab::Tqdcfr::read_group(), and read_info_header().
| unsigned int moab::Tqdcfr::GroupHeader::memTypeCt |
Definition at line 140 of file Tqdcfr.hpp.
Referenced by moab::Tqdcfr::read_group(), and read_info_header().
| EntityHandle moab::Tqdcfr::GroupHeader::setHandle |
Definition at line 142 of file Tqdcfr.hpp.
Referenced by moab::Tqdcfr::read_group(), and read_info_header().