moab
|
#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 41 of file ReaderIface.hpp.
Length of tag_values array.
Definition at line 44 of file ReaderIface.hpp.
const char* moab::ReaderIface::IDTag::tag_name |
Name of tag containing integer IDs.
Definition at line 42 of file ReaderIface.hpp.
const int* moab::ReaderIface::IDTag::tag_values |
Array of integer ID values.
Definition at line 43 of file ReaderIface.hpp.