|
netcdf-C++
|
This is the complete list of members for netCDF::NcFile, including all inherited members.
| addCompoundType(const std::string &name, size_t size) const | netCDF::NcGroup | |
| addDim(const std::string &name, size_t dimSize) const | netCDF::NcGroup | |
| addDim(const std::string &name) const | netCDF::NcGroup | |
| addEnumType(const std::string &name, NcEnumType::ncEnumType basetype) const | netCDF::NcGroup | |
| addGroup(const std::string &name) const | netCDF::NcGroup | |
| addOpaqueType(const std::string &name, size_t size) const | netCDF::NcGroup | |
| addVar(const std::string &name, const NcType &ncType) const | netCDF::NcGroup | |
| addVar(const std::string &name, const std::string &typeName, const std::string &dimName) const | netCDF::NcGroup | |
| addVar(const std::string &name, const NcType &ncType, const NcDim &ncDim) const | netCDF::NcGroup | |
| addVar(const std::string &name, const std::string &typeName, const std::vector< std::string > &dimNames) const | netCDF::NcGroup | |
| addVar(const std::string &name, const NcType &ncType, const std::vector< NcDim > &ncDimVector) const | netCDF::NcGroup | |
| addVlenType(const std::string &name, NcType &basetype) const | netCDF::NcGroup | |
| All enum value | netCDF::NcGroup | |
| AllChildrenGrps enum value | netCDF::NcGroup | |
| AllGrps enum value | netCDF::NcGroup | |
| Children enum value | netCDF::NcGroup | |
| ChildrenAndCurrent enum value | netCDF::NcGroup | |
| ChildrenGrps enum value | netCDF::NcGroup | |
| ChildrenOfChildrenGrps enum value | netCDF::NcGroup | |
| classic enum value | netCDF::NcFile | |
| classic64 enum value | netCDF::NcFile | |
| close() | netCDF::NcFile | |
| create(const std::string &filePath, int ncFileFlags) | netCDF::NcFile | |
| Current enum value | netCDF::NcGroup | |
| enddef() | netCDF::NcFile | |
| FileFormat enum name | netCDF::NcFile | |
| FileMode enum name | netCDF::NcFile | |
| getAtt(const std::string &name, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getAttCount(NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getAtts(NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getAtts(const std::string &name, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getCoordVar(std::string &coordVarName, NcDim &ncDim, NcVar &ncVar, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getCoordVars(NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getDim(const std::string &name, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getDimCount(NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getDims(NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getDims(const std::string &name, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getGroup(const std::string &name, NcGroup::GroupLocation location=ChildrenGrps) const | netCDF::NcGroup | |
| getGroupCount(NcGroup::GroupLocation location=ChildrenGrps) const | netCDF::NcGroup | |
| getGroups(NcGroup::GroupLocation location=ChildrenGrps) const | netCDF::NcGroup | |
| getGroups(const std::string &name, NcGroup::GroupLocation location=ChildrenGrps) const | netCDF::NcGroup | |
| getId() const | netCDF::NcGroup | |
| getName(bool fullName=false) const | netCDF::NcGroup | |
| getParentGroup() const | netCDF::NcGroup | |
| getType(const std::string &name, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getTypeCount(NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getTypeCount(NcType::ncType enumType, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getTypes(NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getTypes(const std::string &name, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getTypes(NcType::ncType enumType, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getTypes(const std::string &name, NcType::ncType enumType, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getVar(const std::string &name, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getVarCount(NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getVars(NcGroup::Location location=Current) const | netCDF::NcGroup | |
| getVars(const std::string &name, NcGroup::Location location=Current) const | netCDF::NcGroup | |
| GroupLocation enum name | netCDF::NcGroup | |
| isNull() const | netCDF::NcGroup | inline |
| isRootGroup() const | netCDF::NcGroup | |
| Location enum name | netCDF::NcGroup | |
| nc4 enum value | netCDF::NcFile | |
| nc4classic enum value | netCDF::NcFile | |
| NcFile() | netCDF::NcFile | |
| NcFile(const std::string &filePath, int ncFileFlags) | netCDF::NcFile | |
| NcFile(const std::string &filePath, FileMode fMode) | netCDF::NcFile | |
| NcFile(const std::string &filePath, FileMode fMode, FileFormat fFormat) | netCDF::NcFile | |
| NcGroup() | netCDF::NcGroup | |
| NcGroup(const NcGroup &rhs) | netCDF::NcGroup | |
| newFile enum value | netCDF::NcFile | |
| nullObject | netCDF::NcGroup | protected |
| open(const std::string &filePath, int ncFileFlags) | netCDF::NcFile | |
| open(const std::string &filePath, FileMode fMode) | netCDF::NcFile | |
| open(const std::string &filePath, FileMode fMode, FileFormat fFormat) | netCDF::NcFile | |
| operator!=(const NcGroup &rhs) const | netCDF::NcGroup | |
| operator==(const NcGroup &rhs) const | netCDF::NcGroup | |
| Parents enum value | netCDF::NcGroup | |
| ParentsAndCurrent enum value | netCDF::NcGroup | |
| ParentsAndCurrentGrps enum value | netCDF::NcGroup | |
| ParentsGrps enum value | netCDF::NcGroup | |
| putAtt(const std::string &name, size_t len, const char **dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const std::string &dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, short datumValue) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, int datumValue) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, long datumValue) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, float datumValue) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, double datumValue) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, unsigned short datumValue) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, unsigned int datumValue) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, unsigned long long datumValue) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, long long datumValue) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const unsigned char *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const signed char *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const short *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const int *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const long *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const float *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const double *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const unsigned short *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const unsigned int *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const unsigned long long *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const long long *dataValues) const | netCDF::NcGroup | |
| putAtt(const std::string &name, const NcType &type, size_t len, const void *dataValues) const | netCDF::NcGroup | |
| read enum value | netCDF::NcFile | |
| redef() | netCDF::NcFile | |
| replace enum value | netCDF::NcFile | |
| set_Fill(int fillmode, int *old_modep) | netCDF::NcFile | |
| sync() | netCDF::NcFile | |
| write enum value | netCDF::NcFile | |
| ~NcFile() | netCDF::NcFile | virtual |
| ~NcGroup() | netCDF::NcGroup | virtual |
1.8.17