NetCDF4 C++ API
|
This is the complete list of members for netcdf::NcFile, including all inherited members.
AddCompoundType(std::string const name, size_t size) const | netcdf::NcGroup | |
AddDim(std::string const name, size_t const dimSize) const | netcdf::NcGroup | |
AddDim(std::string const name) const | netcdf::NcGroup | |
AddDim(NcDim const &dim) const | netcdf::NcGroup | |
AddEnumType(std::string const name, NcEnumType::ncEnumType basetype) const | netcdf::NcGroup | |
AddGroup(std::string const name) const | netcdf::NcGroup | |
AddOpaqueType(std::string const name, size_t size) const | netcdf::NcGroup | |
AddVar(std::string const name, std::string const typeName) const | netcdf::NcGroup | |
AddVar(std::string const name, NcType const &ncType) const | netcdf::NcGroup | |
AddVar(std::string const name, std::string const typeName, std::string const dimName) const | netcdf::NcGroup | |
AddVar(std::string const name, NcType const &ncType, const NcDim &ncDim) const | netcdf::NcGroup | |
AddVar(std::string const name, std::string const typeName, const std::vector< std::string > &dimNames) const | netcdf::NcGroup | |
AddVar(std::string const name, NcType const &ncType, const std::vector< NcDim > &ncDimVector) const | netcdf::NcGroup | |
AddVar(NcVar const &var) | netcdf::NcGroup | |
AddVlenType(std::string const 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 | |
Close() | netcdf::NcFile | |
Comm() | netcdf::NcFile | inline |
Copy(NcItem const &rhs) | netcdf::NcItem | inlineprotected |
Current enum value | netcdf::NcGroup | |
FileFormat enum name | netcdf::NcFile | |
fileID | netcdf::NcItem | protected |
FileMode enum name | netcdf::NcFile | |
GetAtt(std::string const name, NcGroup::Location location=Current) const | netcdf::NcGroup | |
GetAttCount(NcGroup::Location const location=Current) const | netcdf::NcGroup | |
GetAttributes(NcGroup::Location location=Current) const | netcdf::NcGroup | |
GetAttributes(std::string const name, NcGroup::Location location=Current) const | netcdf::NcGroup | |
GetCoordVar(std::string &coordVarName, NcDim &ncDim, NcVar &ncVar, NcGroup::Location location=Current) const | netcdf::NcGroup | |
GetCoordVars(Location location=Current) const | netcdf::NcGroup | |
GetDim(std::string const name, NcGroup::Location const location=Current) const | netcdf::NcGroup | |
GetDimCount(NcGroup::Location const location=Current) const | netcdf::NcGroup | |
GetDims(NcGroup::Location const location=Current) const | netcdf::NcGroup | |
GetDims(std::string const name, NcGroup::Location const location=Current) const | netcdf::NcGroup | |
GetFileID() const | netcdf::NcItem | inline |
GetFileMode() const | netcdf::NcFile | inline |
GetFileName() const | netcdf::NcFile | |
GetFormat() | netcdf::NcFile | |
GetGroup(std::string const name, NcGroup::GroupLocation location=ChildrenGrps) const | netcdf::NcGroup | |
GetGroupCount(NcGroup::GroupLocation location=ChildrenGrps) const | netcdf::NcGroup | |
GetGroupID() const | netcdf::NcItem | inline |
GetGroups(NcGroup::GroupLocation location=ChildrenGrps) const | netcdf::NcGroup | |
GetGroups(std::string const name, NcGroup::GroupLocation location=ChildrenGrps) const | netcdf::NcGroup | |
GetID() const | netcdf::NcItem | inline |
GetName(bool fullName=false) const | netcdf::NcGroup | |
netcdf::NcItem::GetName() const | netcdf::NcItem | inline |
GetParentGroup() const | netcdf::NcGroup | |
GetType(std::string const &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(std::string const &name, NcGroup::Location location=Current) const | netcdf::NcGroup | |
GetTypes(NcType::ncType enumType, NcGroup::Location location=Current) const | netcdf::NcGroup | |
GetTypes(std::string const &name, NcType::ncType enumType, NcGroup::Location location=Current) const | netcdf::NcGroup | |
GetVar(std::string const 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(std::string const name, NcGroup::Location location=Current) const | netcdf::NcGroup | |
groupID | netcdf::NcItem | protected |
GroupLocation enum name | netcdf::NcGroup | |
HaveAttribute(std::string const name, NcGroup::Location const location=Current) const | netcdf::NcGroup | |
HaveVariable(std::string const name, NcGroup::Location const location=Current) const | netcdf::NcGroup | |
idGlobal enum value | netcdf::NcItem | |
Info() | netcdf::NcFile | inline |
IsNetCDF3() | netcdf::NcFile | inline |
IsNull() const | netcdf::NcItem | inline |
IsParallel() const | netcdf::NcFile | inline |
IsRootGroup() const | netcdf::NcGroup | |
Location enum name | netcdf::NcGroup | |
myID | netcdf::NcItem | protected |
myName | netcdf::NcItem | protected |
NcDimMap typedef | netcdf::NcGroup | |
NcDimPair typedef | netcdf::NcGroup | |
NcDimSet typedef | netcdf::NcGroup | |
NcFile(MPI::Comm &mpiComm, MPI::Info &mpiInfo, std::string const fileName, FileMode const fileMode, size_t const *const bufrsizeptr=NULL, size_t const initialsize=0) | netcdf::NcFile | |
NcFile(std::string const fileName, FileMode const fileMode, FileFormat const fileFormat=NetCDF4, size_t const *const bufrsizeptr=NULL, size_t const initialsize=0) | netcdf::NcFile | |
NcFile(std::string const fileName, FileMode const fileMode=ReadOnly) | netcdf::NcFile | |
NcGroup class | netcdf::NcFile | friend |
netcdf::NcGroup::NcGroup() | netcdf::NcGroup | |
netcdf::NcGroup::NcGroup(int const useFileID, int const groupId, std::string const groupName) | netcdf::NcGroup | |
netcdf::NcGroup::NcGroup(NcGroup const &rhs) | netcdf::NcGroup | |
NcGroupAttMap typedef | netcdf::NcGroup | |
NcGroupAttPair typedef | netcdf::NcGroup | |
NcGroupAttSet typedef | netcdf::NcGroup | |
NcGroupMap typedef | netcdf::NcGroup | |
NcGroupMapUnique typedef | netcdf::NcGroup | |
NcGroupPair typedef | netcdf::NcGroup | |
NcGroupSet typedef | netcdf::NcGroup | |
NcItem(bool const isNullObject=true) | netcdf::NcItem | inlineprotected |
NcItem(int const useFileID, int const useID, int const useGroupID=NcItem::idGlobal, std::string const useName=std::string()) | netcdf::NcItem | inlineprotected |
NcItem(NcItem const &rhs) | netcdf::NcItem | inlineprotected |
NcTypeMap typedef | netcdf::NcGroup | |
NcTypePair typedef | netcdf::NcGroup | |
NcTypeSet typedef | netcdf::NcGroup | |
NcUserTypeMap typedef | netcdf::NcGroup | |
NcVarMap typedef | netcdf::NcGroup | |
NcVarPair typedef | netcdf::NcGroup | |
NcVarSet typedef | netcdf::NcGroup | |
NetCDF4 enum value | netcdf::NcFile | |
NetCDF4Classic enum value | netcdf::NcFile | |
New enum value | netcdf::NcFile | |
nullID | netcdf::NcItem | static |
nullObject | netcdf::NcItem | protected |
Offset64Bits enum value | netcdf::NcFile | |
operator!=(NcItem const &rhs) const | netcdf::NcItem | inline |
operator<(NcGroup const &rhs) const | netcdf::NcGroup | |
netcdf::NcItem::operator<(NcItem const &rhs) const | netcdf::NcItem | inline |
netcdf::NcGroup::operator=(NcItem const &rhs) | netcdf::NcItem | inline |
operator==(NcItem const &rhs) const | netcdf::NcItem | inline |
Parents enum value | netcdf::NcGroup | |
ParentsAndCurrent enum value | netcdf::NcGroup | |
ParentsAndCurrentGrps enum value | netcdf::NcGroup | |
ParentsGrps enum value | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const unsigned char *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const signed char *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, char const aChar) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, short datumValue) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const short *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, unsigned short datumValue) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const unsigned short *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, int datumValue) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const int *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, long datumValue) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const long *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, unsigned int datumValue) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const unsigned int *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, float datumValue) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const float *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, double datumValue) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const double *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, long long datumValue) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const long long *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, unsigned long long datumValue) const | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const unsigned long long *dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, size_t len, const char **dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, std::string const &dataValues) const | netcdf::NcGroup | |
PutAtt(std::string const name, std::vector< std::string > const &strVec) | netcdf::NcGroup | |
PutAtt(std::string const name, NcType const &type, size_t len, const void *dataValues) const | netcdf::NcGroup | |
PutAtt(NcGroupAtt const &att) | netcdf::NcGroup | |
ReadOnly enum value | netcdf::NcFile | |
Rename(std::string const &) | netcdf::NcGroup | inlineprotectedvirtual |
Replace enum value | netcdf::NcFile | |
Sync() | netcdf::NcFile | |
ToDataMode() | netcdf::NcFile | |
ToDefineMode() | netcdf::NcFile | |
Write enum value | netcdf::NcFile | |
~NcFile() | netcdf::NcFile | virtual |
~NcGroup() | netcdf::NcGroup | inlinevirtual |
~NcItem()=0 | netcdf::NcItem | inlinepure virtual |