Mesh Oriented datABase  (version 5.5.1)
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 125 of file ReadNC.hpp.

Constructor & Destructor Documentation

◆ AttData()

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

Definition at line 128 of file ReadNC.hpp.

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

Member Data Documentation

◆ attDataType

nc_type moab::ReadNC::AttData::attDataType

Definition at line 132 of file ReadNC.hpp.

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

◆ attId

int moab::ReadNC::AttData::attId

Definition at line 129 of file ReadNC.hpp.

◆ attLen

NCDF_SIZE moab::ReadNC::AttData::attLen

Definition at line 130 of file ReadNC.hpp.

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

◆ attName

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

Definition at line 133 of file ReadNC.hpp.

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

◆ attVarId

int moab::ReadNC::AttData::attVarId

Definition at line 131 of file ReadNC.hpp.

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


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