moab
moab::ReadNC::VarData Class Reference

List of all members.

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 111 of file ReadNC.hpp.


Constructor & Destructor Documentation

Definition at line 114 of file ReadNC.hpp.

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

Member Data Documentation

Definition at line 125 of file ReadNC.hpp.

Definition at line 128 of file ReadNC.hpp.

Definition at line 116 of file ReadNC.hpp.

Definition at line 126 of file ReadNC.hpp.

Definition at line 124 of file ReadNC.hpp.

Definition at line 123 of file ReadNC.hpp.

Definition at line 127 of file ReadNC.hpp.

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

Definition at line 119 of file ReadNC.hpp.

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

Definition at line 122 of file ReadNC.hpp.

Definition at line 117 of file ReadNC.hpp.

Definition at line 118 of file ReadNC.hpp.

Definition at line 115 of file ReadNC.hpp.

Definition at line 120 of file ReadNC.hpp.

Definition at line 121 of file ReadNC.hpp.


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