Public Member Functions | |
VarData () | |
Public Attributes | |
int | varId |
int | numAtts |
nc_type | varDataType |
std::vector< int > | varDims |
std::map< std::string, AttData > | varAtts |
std::string | varName |
std::vector< Tag > | varTags |
std::vector< void * > | varDatas |
std::vector< NCDF_SIZE > | readStarts |
std::vector< NCDF_SIZE > | readCounts |
int | entLoc |
int | numLev |
int | sz |
bool | has_tsteps |
Definition at line 136 of file ReadNC.hpp.
|
inline |
Definition at line 139 of file ReadNC.hpp.
int moab::ReadNC::VarData::entLoc |
Definition at line 150 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), moab::NCHelperDomain::init_mesh_vals(), moab::NCHelperEuler::init_mesh_vals(), moab::NCHelperFV::init_mesh_vals(), moab::NCHelperGCRM::init_mesh_vals(), moab::NCHelperHOMME::init_mesh_vals(), moab::NCHelperMPAS::init_mesh_vals(), and moab::NCHelper::read_variables_setup().
bool moab::ReadNC::VarData::has_tsteps |
Definition at line 153 of file ReadNC.hpp.
Referenced by moab::NCHelper::get_tag_to_set().
int moab::ReadNC::VarData::numAtts |
Definition at line 141 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), and moab::ReadNC::get_variables().
int moab::ReadNC::VarData::numLev |
Definition at line 151 of file ReadNC.hpp.
Referenced by moab::NCHelperDomain::init_mesh_vals(), moab::NCHelperEuler::init_mesh_vals(), moab::NCHelperFV::init_mesh_vals(), moab::NCHelperGCRM::init_mesh_vals(), moab::NCHelperHOMME::init_mesh_vals(), and moab::NCHelperMPAS::init_mesh_vals().
std::vector< NCDF_SIZE > moab::ReadNC::VarData::readCounts |
Definition at line 149 of file ReadNC.hpp.
Referenced by moab::NCHelperDomain::create_mesh().
std::vector< NCDF_SIZE > moab::ReadNC::VarData::readStarts |
Definition at line 148 of file ReadNC.hpp.
Referenced by moab::NCHelperDomain::create_mesh().
int moab::ReadNC::VarData::sz |
Definition at line 152 of file ReadNC.hpp.
std::map< std::string, AttData > moab::ReadNC::VarData::varAtts |
Definition at line 144 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_variables(), moab::NCHelperESMF::init_mesh_vals(), and moab::NCHelperScrip::init_mesh_vals().
std::vector< void* > moab::ReadNC::VarData::varDatas |
Definition at line 147 of file ReadNC.hpp.
nc_type moab::ReadNC::VarData::varDataType |
Definition at line 142 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), moab::NCHelper::get_tag_to_nonset(), moab::NCHelper::get_tag_to_set(), and moab::ReadNC::get_variables().
std::vector< int > moab::ReadNC::VarData::varDims |
Definition at line 143 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), moab::NCHelperDomain::create_mesh(), moab::ReadNC::get_variables(), moab::NCHelperDomain::init_mesh_vals(), moab::NCHelperEuler::init_mesh_vals(), moab::NCHelperFV::init_mesh_vals(), moab::NCHelperGCRM::init_mesh_vals(), moab::NCHelperHOMME::init_mesh_vals(), and moab::NCHelperMPAS::init_mesh_vals().
int moab::ReadNC::VarData::varId |
Definition at line 140 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), moab::NCHelperDomain::create_mesh(), and moab::ReadNC::get_variables().
std::string moab::ReadNC::VarData::varName |
Definition at line 145 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), moab::NCHelper::get_tag_to_nonset(), moab::NCHelper::get_tag_to_set(), moab::ReadNC::get_variables(), moab::NCHelperMPAS::init_mesh_vals(), and moab::NCHelper::read_variables_setup().
std::vector< Tag > moab::ReadNC::VarData::varTags |
Definition at line 146 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), and moab::ReadNC::get_variables().