Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::WriteNC::AttData Class Reference
+ 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
 

Detailed Description

Definition at line 116 of file WriteNC.hpp.

Constructor & Destructor Documentation

◆ AttData()

moab::WriteNC::AttData::AttData ( )
inline

Definition at line 119 of file WriteNC.hpp.

119 : attId( -1 ), attLen( 0 ), attVarId( -2 ), attDataType( NC_NAT ) {}

Member Data Documentation

◆ attDataType

nc_type moab::WriteNC::AttData::attDataType

◆ attId

int moab::WriteNC::AttData::attId

Definition at line 120 of file WriteNC.hpp.

◆ attLen

NCDF_SIZE moab::WriteNC::AttData::attLen

◆ attValue

std::string moab::WriteNC::AttData::attValue

◆ attVarId

int moab::WriteNC::AttData::attVarId

Definition at line 122 of file WriteNC.hpp.


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