Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::ReaderIface::IDTag Struct Reference

#include <ReaderIface.hpp>

Public Attributes

const char * tag_name
 Name of tag containing integer IDs. More...
 
const int * tag_values
 Array of integer ID values. More...
 
int num_tag_values
 Length of tag_values array. More...
 

Detailed Description

Struct used to specify subset of file to read

Definition at line 40 of file ReaderIface.hpp.

Member Data Documentation

◆ num_tag_values

int moab::ReaderIface::IDTag::num_tag_values

◆ tag_name

const char* moab::ReaderIface::IDTag::tag_name

Name of tag containing integer IDs.

Definition at line 42 of file ReaderIface.hpp.

Referenced by moab::ReadCGNS::load_file(), moab::ReadGmsh::load_file(), and moab::ReadNCDF::load_file().

◆ tag_values

const int* moab::ReaderIface::IDTag::tag_values

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