Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
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 122 of file ReadNC.hpp.


Constructor & Destructor Documentation

Definition at line 125 of file ReadNC.hpp.

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

Member Data Documentation

Definition at line 139 of file ReadNC.hpp.

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

Definition at line 135 of file ReadNC.hpp.

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

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.

List of all members.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines