Public Member Functions | |
AttData () | |
Public Attributes | |
int | attId |
NCDF_SIZE | attLen |
int | attVarId |
nc_type | attDataType |
std::string | attName |
Definition at line 125 of file ReadNC.hpp.
|
inline |
Definition at line 128 of file ReadNC.hpp.
nc_type moab::ReadNC::AttData::attDataType |
Definition at line 132 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_attributes().
int moab::ReadNC::AttData::attId |
Definition at line 129 of file ReadNC.hpp.
NCDF_SIZE moab::ReadNC::AttData::attLen |
Definition at line 130 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_attributes().
std::string moab::ReadNC::AttData::attName |
Definition at line 133 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_attributes().
int moab::ReadNC::AttData::attVarId |
Definition at line 131 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_attributes().