Public Member Functions | |
AttData () | |
Public Attributes | |
int | attId |
NCDF_SIZE | attLen |
int | attVarId |
nc_type | attDataType |
std::string | attValue |
Definition at line 116 of file WriteNC.hpp.
|
inline |
Definition at line 119 of file WriteNC.hpp.
nc_type moab::WriteNC::AttData::attDataType |
Definition at line 123 of file WriteNC.hpp.
Referenced by moab::NCWriteHelper::init_file(), and moab::WriteNC::process_concatenated_attribute().
int moab::WriteNC::AttData::attId |
Definition at line 120 of file WriteNC.hpp.
NCDF_SIZE moab::WriteNC::AttData::attLen |
Definition at line 121 of file WriteNC.hpp.
Referenced by moab::NCWriteHelper::init_file(), and moab::WriteNC::process_concatenated_attribute().
std::string moab::WriteNC::AttData::attValue |
Definition at line 124 of file WriteNC.hpp.
Referenced by moab::NCWriteHelper::init_file(), and moab::WriteNC::process_concatenated_attribute().
int moab::WriteNC::AttData::attVarId |
Definition at line 122 of file WriteNC.hpp.