Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::ReadNC::VarData Class Reference
+ Collaboration diagram for moab::ReadNC::VarData:

Public Member Functions

 VarData ()
 

Public Attributes

int varId
 
int numAtts
 
nc_type varDataType
 
std::vector< int > varDims
 
std::map< std::string, AttDatavarAtts
 
std::string varName
 
std::vector< TagvarTags
 
std::vector< void * > varDatas
 
std::vector< NCDF_SIZEreadStarts
 
std::vector< NCDF_SIZEreadCounts
 
int entLoc
 
int numLev
 
int sz
 
bool has_tsteps
 

Detailed Description

Definition at line 136 of file ReadNC.hpp.

Constructor & Destructor Documentation

◆ VarData()

moab::ReadNC::VarData::VarData ( )
inline

Definition at line 139 of file ReadNC.hpp.

139 : varId( -1 ), numAtts( -1 ), entLoc( ENTLOCSET ), numLev( 0 ), sz( 0 ), has_tsteps( false ) {}

Member Data Documentation

◆ entLoc

◆ has_tsteps

bool moab::ReadNC::VarData::has_tsteps

Definition at line 153 of file ReadNC.hpp.

Referenced by moab::NCHelper::get_tag_to_set().

◆ numAtts

int moab::ReadNC::VarData::numAtts

◆ numLev

◆ readCounts

std::vector< NCDF_SIZE > moab::ReadNC::VarData::readCounts

Definition at line 149 of file ReadNC.hpp.

Referenced by moab::NCHelperDomain::create_mesh().

◆ readStarts

std::vector< NCDF_SIZE > moab::ReadNC::VarData::readStarts

Definition at line 148 of file ReadNC.hpp.

Referenced by moab::NCHelperDomain::create_mesh().

◆ sz

int moab::ReadNC::VarData::sz

Definition at line 152 of file ReadNC.hpp.

◆ varAtts

std::map< std::string, AttData > moab::ReadNC::VarData::varAtts

◆ varDatas

std::vector< void* > moab::ReadNC::VarData::varDatas

Definition at line 147 of file ReadNC.hpp.

◆ varDataType

nc_type moab::ReadNC::VarData::varDataType

◆ varDims

◆ varId

int moab::ReadNC::VarData::varId

◆ varName

◆ varTags

std::vector< Tag > moab::ReadNC::VarData::varTags

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