File List
Here is a list of all documented files with brief descriptions:
| /Users/marktracy/src/NetcdfStep/NetcdfAttribute.h | Container for numeric or string data |
| /Users/marktracy/src/NetcdfStep/NetcdfDataset.h | The top-level object that manages its member objects and the underlying netCDF data |
| /Users/marktracy/src/NetcdfStep/NetcdfDimension.h | Associates a name string to the length of an array dimension |
| /Users/marktracy/src/NetcdfStep/NetcdfMutableAttribute.h | Provides methods to create, write or delete attribute data in the underlying netCDF dataset |
| /Users/marktracy/src/NetcdfStep/NetcdfMutableDataset.h | Provides methods to create a new netCDF dataset, or modify or write to an existing one |
| /Users/marktracy/src/NetcdfStep/NetcdfMutableDimension.h | Provides methods to create new dimensions in the underlying netCDF dataset |
| /Users/marktracy/src/NetcdfStep/NetcdfMutableVariable.h | Provides methods to create, modify or write array data in the underlying netCDF dataset |
| /Users/marktracy/src/NetcdfStep/NetcdfStepError.h | Error codes, messages and convenience methods specific to NetcdfStep |
| /Users/marktracy/src/NetcdfStep/NetcdfStepPathLock.h | Provides locks to control access to the netCDF disk files |
| /Users/marktracy/src/NetcdfStep/NetcdfTypedComponent.h | A base class from which derive NetcdfAttribute and NetcdfVariable |
| /Users/marktracy/src/NetcdfStep/NetcdfVariable.h | Provides read-only access to the array data in the underlying netCDF dataset |