|
hydrobricks
|
This is the complete list of members for FileNetcdf, including all inherited members.
| _ncId (defined in FileNetcdf) | FileNetcdf | protected |
| Close() | FileNetcdf | |
| Create(const string &path) | FileNetcdf | |
| DefDim(const string &dimName, int length) | FileNetcdf | |
| DefVarDouble(const string &varName, vecInt dimIds, int dimsNb=1, bool compress=false) | FileNetcdf | |
| DefVarFloat(const string &varName, vecInt dimIds, int dimsNb=1, bool compress=false) | FileNetcdf | |
| DefVarInt(const string &varName, vecInt dimIds, int dimsNb=1, bool compress=false) | FileNetcdf | |
| FileNetcdf() (defined in FileNetcdf) | FileNetcdf | explicit |
| GetAttString1D(const string &attName, const string &varName="") | FileNetcdf | |
| GetAttText(const string &attName, const string &varName="") | FileNetcdf | |
| GetDimId(const string &dimName) | FileNetcdf | |
| GetDimLen(const string &dimName) | FileNetcdf | |
| GetVarDimIds(int varId, int dimNb) | FileNetcdf | |
| GetVarDouble1D(const string &varName, int size) | FileNetcdf | |
| GetVarDouble2D(int varId, int rows, int cols) | FileNetcdf | |
| GetVarFloat1D(const string &varName, int size) | FileNetcdf | |
| GetVarId(const string &varName) | FileNetcdf | |
| GetVarInt1D(const string &varName, int size) | FileNetcdf | |
| GetVarName(int varId) | FileNetcdf | |
| GetVarsNb() | FileNetcdf | |
| HasAtt(const string &attName, const string &varName="") | FileNetcdf | |
| HasVar(const string &varName) | FileNetcdf | |
| OpenReadOnly(const string &path) | FileNetcdf | |
| PutAttString(const string &attName, const vecStr &values, int varId=NC_GLOBAL) | FileNetcdf | |
| PutAttText(const string &attName, const string &value, int varId=NC_GLOBAL) | FileNetcdf | |
| PutVar(int varId, const vecInt &values) | FileNetcdf | |
| PutVar(int varId, const vecFloat &values) | FileNetcdf | |
| PutVar(int varId, const vecDouble &values) | FileNetcdf | |
| PutVar(int varId, const axd &values) | FileNetcdf | |
| PutVar(int varId, const vecAxd &values) | FileNetcdf | |
| PutVar(int varId, const vecAxxd &values) | FileNetcdf | |
| ~FileNetcdf() override (defined in FileNetcdf) | FileNetcdf |