MOAB: Mesh Oriented datABase  (version 5.4.1)
moab::ReaderIface::SubsetList Struct Reference

#include <ReaderIface.hpp>

+ Collaboration diagram for moab::ReaderIface::SubsetList:

Public Attributes

IDTagtag_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.

Detailed Description

Definition at line 47 of file ReaderIface.hpp.


Member Data Documentation

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().

List of all members.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines