netcdf-C++
|
This is the complete list of members for netCDF::NcGroup, 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 | |
Current enum value | netCDF::NcGroup | |
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 | |
NcGroup() | netCDF::NcGroup | |
NcGroup(const NcGroup &rhs) | netCDF::NcGroup | |
nullObject | netCDF::NcGroup | protected |
operator!=(const NcGroup &rhs) const | netCDF::NcGroup | |
operator<(const NcGroup &lhs, const NcGroup &rhs) | netCDF::NcGroup | friend |
operator=(const NcGroup &rhs) | netCDF::NcGroup | |
operator==(const NcGroup &rhs) const | netCDF::NcGroup | |
operator>(const NcGroup &lhs, const NcGroup &rhs) | netCDF::NcGroup | friend |
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 | |
~NcGroup() | netCDF::NcGroup | virtual |