#include <ReaderIface.hpp>
Public Attributes | |
IDTag * | tag_list |
int | tag_list_length |
Length of tag_list array. More... | |
int | num_parts |
If non-zero, load 1/num_parts of the matching sets. More... | |
int | part_number |
If num_parts is non-zero, load part_number-th fraction of the sets. More... | |
Definition at line 47 of file ReaderIface.hpp.
int moab::ReaderIface::SubsetList::num_parts |
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().
int moab::ReaderIface::SubsetList::part_number |
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().
IDTag* moab::ReaderIface::SubsetList::tag_list |
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::ReadParallel::load_file(), moab::ReadCGNS::load_file(), moab::ReadGmsh::load_file(), moab::ReadHDF5::load_file(), moab::ReadNCDF::load_file(), and moab::ReadHDF5::read_tag_values().
int moab::ReaderIface::SubsetList::tag_list_length |
Length of tag_list array.
Definition at line 55 of file ReaderIface.hpp.
Referenced by moab::ReadParallel::load_file(), moab::ReadCGNS::load_file(), moab::ReadGmsh::load_file(), moab::ReadHDF5::load_file(), moab::ReadNCDF::load_file(), and moab::ReadHDF5::read_tag_values().