#include <Tqdcfr.hpp>
Public Member Functions | |
void | print () |
GeomHeader () | |
Static Public Member Functions | |
static ErrorCode | read_info_header (const unsigned int model_offset, const FEModelHeader::ArrayInfo &info, Tqdcfr *instance, GeomHeader *&entity_headers) |
Public Attributes | |
unsigned int | geomID |
unsigned int | nodeCt |
unsigned int | nodeOffset |
unsigned int | elemCt |
unsigned int | elemOffset |
unsigned int | elemTypeCt |
unsigned int | elemLength |
int | maxDim |
EntityHandle | setHandle |
Definition at line 118 of file Tqdcfr.hpp.
moab::Tqdcfr::GeomHeader::GeomHeader | ( | ) |
Definition at line 2899 of file Tqdcfr.cpp.
void moab::Tqdcfr::GeomHeader::print | ( | ) |
Definition at line 2905 of file Tqdcfr.cpp.
Referenced by moab::Tqdcfr::ModelEntry::print_geom_headers().
|
static |
Definition at line 1876 of file Tqdcfr.cpp.
References CATEGORY_TAG_NAME, CATEGORY_TAG_SIZE, moab::Tqdcfr::categoryTag, moab::Tqdcfr::create_set(), moab::CN::Dimension(), elemCt, elemLength, elemOffset, elemTypeCt, ErrorCode, moab::Tqdcfr::FREADI(), moab::Tqdcfr::FSEEK(), geomID, moab::Tqdcfr::geomTag, moab::major, maxDim, MB_SUCCESS, MB_TAG_CREAT, MB_TAG_SPARSE, MB_TYPE_OPAQUE, moab::Tqdcfr::mdbImpl, moab::Tqdcfr::mp_type_to_mb_type, nodeCt, nodeOffset, moab::Tqdcfr::FEModelHeader::ArrayInfo::numEntities, setHandle, moab::Tqdcfr::FEModelHeader::ArrayInfo::tableOffset, moab::Interface::tag_get_handle(), moab::Interface::tag_set_data(), moab::Tqdcfr::uidSetMap, moab::Tqdcfr::uint_buf, and moab::Tqdcfr::uniqueIdTag.
Referenced by moab::Tqdcfr::ModelEntry::read_header_info().
unsigned int moab::Tqdcfr::GeomHeader::elemCt |
Definition at line 121 of file Tqdcfr.hpp.
Referenced by read_info_header().
unsigned int moab::Tqdcfr::GeomHeader::elemLength |
Definition at line 121 of file Tqdcfr.hpp.
Referenced by read_info_header().
unsigned int moab::Tqdcfr::GeomHeader::elemOffset |
Definition at line 121 of file Tqdcfr.hpp.
Referenced by moab::Tqdcfr::read_elements(), and read_info_header().
unsigned int moab::Tqdcfr::GeomHeader::elemTypeCt |
Definition at line 121 of file Tqdcfr.hpp.
Referenced by moab::Tqdcfr::read_elements(), and read_info_header().
unsigned int moab::Tqdcfr::GeomHeader::geomID |
Definition at line 121 of file Tqdcfr.hpp.
Referenced by read_info_header().
int moab::Tqdcfr::GeomHeader::maxDim |
Definition at line 123 of file Tqdcfr.hpp.
Referenced by moab::Tqdcfr::load_file(), and read_info_header().
unsigned int moab::Tqdcfr::GeomHeader::nodeCt |
Definition at line 121 of file Tqdcfr.hpp.
Referenced by read_info_header(), and moab::Tqdcfr::read_nodes().
unsigned int moab::Tqdcfr::GeomHeader::nodeOffset |
Definition at line 121 of file Tqdcfr.hpp.
Referenced by read_info_header(), and moab::Tqdcfr::read_nodes().
EntityHandle moab::Tqdcfr::GeomHeader::setHandle |
Definition at line 125 of file Tqdcfr.hpp.
Referenced by moab::Tqdcfr::read_elements(), read_info_header(), and moab::Tqdcfr::read_nodes().