Base class for NcAtt, NcVar, NcDim, NcGroup.
More...
#include <NetCDF/cpp4/src/NcItem.h>
- Copyright:
- Copyright 2013 Colorado State University. All rights reserved.
- Organization:
- Natural Resource Ecology Laboratory
Colorado State University, Fort Collins, CO 80523 USA
www.nrel.colostate.edu
- Project:
- IRC <www.nrel.colostate.edu/projects/irc/>
- Author
- Tom Hilinski tom.h.nosp@m.ilin.nosp@m.ski@c.nosp@m.olos.nosp@m.tate..nosp@m.edu
- Date
- 2013Jan
|
static int const | nullID = -999 |
|
netcdf::NcItem::~NcItem |
( |
| ) |
|
|
inlinepure virtual |
netcdf::NcItem::NcItem |
( |
bool const |
isNullObject = true | ) |
|
|
inlineprotected |
netcdf::NcItem::NcItem |
( |
int const |
useFileID, |
|
|
int const |
useID, |
|
|
int const |
useGroupID = NcItem::idGlobal , |
|
|
std::string const |
useName = std::string() |
|
) |
| |
|
inlineprotected |
- Parameters
-
useFileID | netCDF file ID number |
useID | object ID number |
useGroupID | group ID number (can be unused) |
useName | optional name of object |
netcdf::NcItem::NcItem |
( |
NcItem const & |
rhs | ) |
|
|
inlineprotected |
void netcdf::NcItem::Copy |
( |
NcItem const & |
rhs | ) |
|
|
inlineprotected |
int netcdf::NcItem::GetFileID |
( |
| ) |
const |
|
inline |
int netcdf::NcItem::GetGroupID |
( |
| ) |
const |
|
inline |
int netcdf::NcItem::GetID |
( |
| ) |
const |
|
inline |
std::string const& netcdf::NcItem::GetName |
( |
| ) |
const |
|
inline |
bool netcdf::NcItem::IsNull |
( |
| ) |
const |
|
inline |
bool netcdf::NcItem::operator!= |
( |
NcItem const & |
rhs | ) |
const |
|
inline |
bool netcdf::NcItem::operator< |
( |
NcItem const & |
rhs | ) |
const |
|
inline |
bool netcdf::NcItem::operator== |
( |
NcItem const & |
rhs | ) |
const |
|
inline |
virtual void netcdf::NcItem::Rename |
( |
std::string const & |
newName | ) |
|
|
pure virtual |
int netcdf::NcItem::fileID |
|
protected |
int netcdf::NcItem::groupID |
|
protected |
std::string netcdf::NcItem::myName |
|
protected |
int const netcdf::NcItem::nullID = -999 |
|
static |
bool netcdf::NcItem::nullObject |
|
protected |
The documentation for this class was generated from the following file: