|
| NcVarAtt () |
| Constructor generates a null object. More...
|
|
| NcVarAtt (const NcGroup &grp, const NcVar &ncVar, const int index) |
| Constructor for an existing local attribute. More...
|
|
| NcVarAtt (const NcVarAtt &rhs) |
| The copy constructor. More...
|
|
size_t | getAttLength () const |
| Gets attribute length. More...
|
|
std::string | getName () const |
| Get the attribute name. More...
|
|
NcGroup | getParentGroup () const |
| Gets parent group. More...
|
|
NcVar | getParentVar () const |
| Returns the NcVar parent object. More...
|
|
NcType | getType () const |
| Returns the attribute type. More...
|
|
void | getValues (char **dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (char *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (double *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (float *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (int *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (long *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (long long *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (short *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (signed char *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (std::string &dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. (The string variable does not need preallocating.) More...
|
|
void | getValues (unsigned char *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (unsigned int *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (unsigned long long *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (unsigned short *dataValues) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | getValues (void *dataValues) const |
| Gets a netCDF attribute. More...
|
|
void | inq_atttype (const char *name, nc_type *xtypep) |
| Query a variable attribute type. More...
|
|
bool | isNull () const |
| Returns true if this object is null (i.e. More...
|
|
bool | operator!= (const NcAtt &rhs) const |
| != operator More...
|
|
NcVarAtt & | operator= (const NcVarAtt &rhs) |
| assignment operator More...
|
|
bool | operator== (const NcAtt &rhs) const |
| equivalence operator More...
|
|
Class represents a netCDF attribute local to a netCDF variable.
Definition at line 13 of file ncVarAtt.h.