Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include <ReaderIface.hpp>
Public Attributes | |
const char * | tag_name |
Name of tag containing integer IDs. | |
const int * | tag_values |
Array of integer ID values. | |
int | num_tag_values |
Length of tag_values array. |
Struct used to specify subset of file to read
Definition at line 40 of file ReaderIface.hpp.
Length of tag_values array.
Definition at line 44 of file ReaderIface.hpp.
Referenced by moab::ReadCGNS::load_file(), moab::ReadGmsh::load_file(), moab::ReadParallel::load_file(), moab::ReadNCDF::load_file(), and moab::ReadHDF5::load_file_partial().
const char* moab::ReaderIface::IDTag::tag_name |
Name of tag containing integer IDs.
Definition at line 42 of file ReaderIface.hpp.
Referenced by moab::ReadCGNS::load_file(), moab::ReadGmsh::load_file(), and moab::ReadNCDF::load_file().
const int* moab::ReaderIface::IDTag::tag_values |
Array of integer ID values.
Definition at line 43 of file ReaderIface.hpp.
Referenced by moab::ReadCGNS::load_file(), moab::ReadGmsh::load_file(), moab::ReadParallel::load_file(), moab::ReadNCDF::load_file(), and moab::ReadHDF5::load_file_partial().