MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <ReaderIface.hpp>
Public Attributes | |
IDTag * | tag_list |
int | tag_list_length |
Length of tag_list array. | |
int | num_parts |
If non-zero, load 1/num_parts of the matching sets. | |
int | part_number |
If num_parts is non-zero, load part_number-th fraction of the sets. |
Definition at line 47 of file ReaderIface.hpp.
If non-zero, load 1/num_parts of the matching sets.
Definition at line 56 of file ReaderIface.hpp.
Referenced by moab::ReadParallel::load_file(), moab::ReadHDF5::load_file(), and moab::ReadNCDF::load_file().
If num_parts is non-zero, load part_number-th fraction of the sets.
Definition at line 57 of file ReaderIface.hpp.
Referenced by moab::ReadParallel::load_file(), and moab::ReadHDF5::load_file().
An array of tag name and value sets specifying the subset of the file to read. If multiple tags are specified, the sets that match all tags (intersection) should be read.
Definition at line 54 of file ReaderIface.hpp.
Referenced by moab::ReadCGNS::load_file(), moab::ReadGmsh::load_file(), moab::ReadParallel::load_file(), moab::ReadHDF5::load_file(), moab::ReadNCDF::load_file(), and moab::ReadHDF5::read_tag_values().
Length of tag_list array.
Definition at line 55 of file ReaderIface.hpp.
Referenced by moab::ReadCGNS::load_file(), moab::ReadGmsh::load_file(), moab::ReadParallel::load_file(), moab::ReadHDF5::load_file(), moab::ReadNCDF::load_file(), and moab::ReadHDF5::read_tag_values().