_dimnames | VAPoR::NetCDFSimple | protected |
_dims | VAPoR::NetCDFSimple | protected |
_flt_atts | VAPoR::NetCDFSimple | protected |
_GetAtts(int ncid, int varid, std::vector< std::pair< string, std::vector< double > > > &flt_atts, std::vector< std::pair< string, std::vector< long > > > &int_atts, std::vector< std::pair< string, string > > &str_atts) | VAPoR::NetCDFSimple | protected |
_int_atts | VAPoR::NetCDFSimple | protected |
_ncid | VAPoR::NetCDFSimple | protected |
_ovr_table | VAPoR::NetCDFSimple | protected |
_path | VAPoR::NetCDFSimple | protected |
_str_atts | VAPoR::NetCDFSimple | protected |
_unlimited_dimnames | VAPoR::NetCDFSimple | protected |
_variables | VAPoR::NetCDFSimple | protected |
Close(int fd=0) | VAPoR::NetCDFSimple | virtual |
DiagMsg | Wasp::MyBase | static |
DiagMsgCB | Wasp::MyBase | static |
DiagMsgCB_T typedef | Wasp::MyBase | |
DiagMsgFilePtr | Wasp::MyBase | static |
DiagMsgSize | Wasp::MyBase | static |
DimId(string name) const | VAPoR::NetCDFSimple | |
DimLen(string name) const | VAPoR::NetCDFSimple | |
DimName(int id) const | VAPoR::NetCDFSimple | |
Enabled | Wasp::MyBase | static |
EnableErrMsg(bool enable) | Wasp::MyBase | inlinestatic |
ErrCode | Wasp::MyBase | static |
ErrMsg | Wasp::MyBase | static |
ErrMsgCB | Wasp::MyBase | static |
ErrMsgCB_T typedef | Wasp::MyBase | |
ErrMsgFilePtr | Wasp::MyBase | static |
ErrMsgSize | Wasp::MyBase | static |
GetAtt(string name, std::vector< double > &values) const | VAPoR::NetCDFSimple | |
GetAtt(string name, std::vector< long > &values) const | VAPoR::NetCDFSimple | |
GetAtt(string name, string &values) const | VAPoR::NetCDFSimple | |
GetAttNames() const | VAPoR::NetCDFSimple | |
GetAttType(string name) const | VAPoR::NetCDFSimple | |
getClassName() const | Wasp::MyBase | inline |
GetDiagMsg() | Wasp::MyBase | inlinestatic |
GetDiagMsgCB() | Wasp::MyBase | inlinestatic |
GetDimensions(std::vector< string > &names, std::vector< size_t > &dims) const | VAPoR::NetCDFSimple | |
GetEnableErrMsg() | Wasp::MyBase | inlinestatic |
GetErrCode() | Wasp::MyBase | inlinestatic |
GetErrMsg() | Wasp::MyBase | inlinestatic |
GetErrMsgCB() | Wasp::MyBase | inlinestatic |
GetVariables() const | VAPoR::NetCDFSimple | inline |
Initialize(string path) | VAPoR::NetCDFSimple | virtual |
IsNCTypeFloat(int type) | VAPoR::NetCDFSimple | static |
IsNCTypeInt(int type) | VAPoR::NetCDFSimple | static |
IsNCTypeText(int type) | VAPoR::NetCDFSimple | static |
MyBase() | Wasp::MyBase | |
NetCDFSimple() | VAPoR::NetCDFSimple | |
OpenRead(const NetCDFSimple::Variable &variable) | VAPoR::NetCDFSimple | virtual |
operator<< | VAPoR::NetCDFSimple | friend |
Read(const size_t start[], const size_t count[], double *data, int fd=0) const | VAPoR::NetCDFSimple | |
Read(const size_t start[], const size_t count[], float *data, int fd=0) const | VAPoR::NetCDFSimple | |
Read(const size_t start[], const size_t count[], int *data, int fd=0) const | VAPoR::NetCDFSimple | |
Read(const size_t start[], const size_t count[], char *data, int fd=0) const | VAPoR::NetCDFSimple | |
SetClassName(const string &name) | Wasp::MyBase | inlineprotected |
SetDiagMsg(const char *format,...) | Wasp::MyBase | static |
SetDiagMsgCB(DiagMsgCB_T cb) | Wasp::MyBase | inlinestatic |
SetDiagMsgFilePtr(FILE *fp) | Wasp::MyBase | inlinestatic |
SetErrCode(int err_code) | Wasp::MyBase | inlinestatic |
SetErrMsg(const char *format,...) | Wasp::MyBase | static |
SetErrMsg(int errcode, const char *format,...) | Wasp::MyBase | static |
SetErrMsgCB(ErrMsgCB_T cb) | Wasp::MyBase | inlinestatic |
SetErrMsgFilePtr(FILE *fp) | Wasp::MyBase | inlinestatic |
SetErrMsgFilePtr() | Wasp::MyBase | inlinestatic |
~NetCDFSimple() | VAPoR::NetCDFSimple | virtual |