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

Detailed Description

Definition at line 138 of file ReadNC.hpp.

Constructor & Destructor Documentation

◆ AttData()

moab::ReadNC::AttData::AttData ( )
inline

Definition at line 141 of file ReadNC.hpp.

141 : attId( -1 ), attLen( 0 ), attVarId( -2 ) {}

Member Data Documentation

◆ attDataType

nc_type moab::ReadNC::AttData::attDataType

Definition at line 145 of file ReadNC.hpp.

Referenced by moab::ReadNC::get_attributes().

◆ attId

int moab::ReadNC::AttData::attId

Definition at line 142 of file ReadNC.hpp.

◆ attLen

NCDF_SIZE moab::ReadNC::AttData::attLen

Definition at line 143 of file ReadNC.hpp.

Referenced by moab::ReadNC::get_attributes().

◆ attName

std::string moab::ReadNC::AttData::attName

Definition at line 146 of file ReadNC.hpp.

Referenced by moab::ReadNC::get_attributes().

◆ attVarId

int moab::ReadNC::AttData::attVarId

Definition at line 144 of file ReadNC.hpp.

Referenced by moab::ReadNC::get_attributes().


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