|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Collaboration diagram for moab::WriteNC::AttData: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.
| moab::WriteNC::AttData::AttData | ( | ) | [inline] |
Definition at line 119 of file WriteNC.hpp.
: attId( -1 ), attLen( 0 ), attVarId( -2 ), attDataType( NC_NAT ) {}
Definition at line 123 of file WriteNC.hpp.
Referenced by moab::NCWriteHelper::init_file(), and moab::WriteNC::process_concatenated_attribute().
Definition at line 120 of file WriteNC.hpp.
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().
Definition at line 122 of file WriteNC.hpp.