16 #ifndef INC_netcdf_NcGroupAtt_h
17 #define INC_netcdf_NcGroupAtt_h
35 std::string
const attName);
63 #endif // NcGroupAttClass
NcGroupAtt(NcGroupAtt const &rhs)
Simple copy of attribute; does not affect file.
Definition: NcGroupAtt.h:38
NcGroupAtt & operator=(NcGroupAtt const &rhs)
Copy attribute to this variable.
Definition: NcGroupAtt.h:49
NcGroupAtt(int const useFileID, NcGroup const &grp, const int index, std::string const attName)
attribute name
Definition: NcGroupAtt.cpp:25
Represents a netCDF attribute.
Definition: NcAtt.h:27
Represents a netCDF group attribute.
Definition: NcGroupAtt.h:26
NcAtt & operator=(NcAtt const &rhs)
Copy attribute to this variable.
Definition: NcAtt.cpp:80
Represents a netCDF group.
Definition: NcGroup.h:36