Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
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 122 of file ReadNC.hpp.
moab::ReadNC::VarData::VarData | ( | ) | [inline] |
Definition at line 125 of file ReadNC.hpp.
Definition at line 136 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), moab::NCHelperHOMME::init_mesh_vals(), moab::NCHelperDomain::init_mesh_vals(), moab::NCHelperFV::init_mesh_vals(), moab::NCHelperMPAS::init_mesh_vals(), moab::NCHelperGCRM::init_mesh_vals(), moab::NCHelperEuler::init_mesh_vals(), and moab::NCHelper::read_variables_setup().
Definition at line 139 of file ReadNC.hpp.
Referenced by moab::NCHelper::get_tag_to_set().
Definition at line 127 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), and moab::ReadNC::get_variables().
Definition at line 137 of file ReadNC.hpp.
Referenced by moab::NCHelperHOMME::init_mesh_vals(), moab::NCHelperMPAS::init_mesh_vals(), moab::NCHelperGCRM::init_mesh_vals(), moab::NCHelperDomain::init_mesh_vals(), moab::NCHelperFV::init_mesh_vals(), and moab::NCHelperEuler::init_mesh_vals().
std::vector< NCDF_SIZE > moab::ReadNC::VarData::readCounts |
Definition at line 135 of file ReadNC.hpp.
Referenced by moab::NCHelperDomain::create_mesh().
std::vector< NCDF_SIZE > moab::ReadNC::VarData::readStarts |
Definition at line 134 of file ReadNC.hpp.
Referenced by moab::NCHelperDomain::create_mesh().
Definition at line 138 of file ReadNC.hpp.
std::map< std::string, AttData > moab::ReadNC::VarData::varAtts |
Definition at line 130 of file ReadNC.hpp.
Referenced by moab::ReadNC::get_variables(), and moab::NCHelperScrip::init_mesh_vals().
std::vector< void* > moab::ReadNC::VarData::varDatas |
Definition at line 133 of file ReadNC.hpp.
Definition at line 128 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 129 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), moab::ReadNC::get_variables(), moab::NCHelperHOMME::init_mesh_vals(), moab::NCHelperFV::init_mesh_vals(), moab::NCHelperGCRM::init_mesh_vals(), moab::NCHelperDomain::init_mesh_vals(), moab::NCHelperMPAS::init_mesh_vals(), and moab::NCHelperEuler::init_mesh_vals().
Definition at line 126 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 131 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(), and moab::NCHelper::read_variables_setup().
std::vector< Tag > moab::ReadNC::VarData::varTags |
Definition at line 132 of file ReadNC.hpp.
Referenced by moab::NCHelper::create_dummy_variables(), and moab::ReadNC::get_variables().