Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
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. 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...
 

Detailed Description

Definition at line 47 of file ReaderIface.hpp.

Member Data Documentation

◆ num_parts

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

◆ part_number

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

◆ tag_list

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

◆ tag_list_length

int moab::ReaderIface::SubsetList::tag_list_length

The documentation for this struct was generated from the following file: