Collaboration diagram for moab::ReadNC::AttData:Public Member Functions | |
| AttData () | |
Public Attributes | |
| int | attId |
| NCDF_SIZE | attLen |
| int | attVarId |
| nc_type | attDataType |
| std::string | attName |
Definition at line 138 of file ReadNC.hpp.
|
inline |
Definition at line 141 of file ReadNC.hpp.
| nc_type moab::ReadNC::AttData::attDataType |
Definition at line 145 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_attributes().
| int moab::ReadNC::AttData::attId |
Definition at line 142 of file ReadNC.hpp.
| NCDF_SIZE moab::ReadNC::AttData::attLen |
Definition at line 143 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_attributes().
| std::string moab::ReadNC::AttData::attName |
Definition at line 146 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_attributes().
| int moab::ReadNC::AttData::attVarId |
Definition at line 144 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_attributes().