A factory for the netCDF client library types.
More...
#include <HDFTypeFactory.h>
A factory for the netCDF client library types.
- Author
- James Gallagher
- See also
- DDS
Definition at line 57 of file HDFTypeFactory.h.
| HDFTypeFactory::HDFTypeFactory |
( |
const string & |
filename | ) |
|
|
inline |
| virtual HDFTypeFactory::~HDFTypeFactory |
( |
| ) |
|
|
inlinevirtual |
| Array * HDFTypeFactory::NewArray |
( |
const string & |
n = "", |
|
|
BaseType * |
v = 0 |
|
) |
| const |
|
virtual |
| Byte * HDFTypeFactory::NewByte |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| Float32 * HDFTypeFactory::NewFloat32 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| Float64 * HDFTypeFactory::NewFloat64 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| Grid * HDFTypeFactory::NewGrid |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| Int16 * HDFTypeFactory::NewInt16 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| Int32 * HDFTypeFactory::NewInt32 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| Sequence * HDFTypeFactory::NewSequence |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| Str * HDFTypeFactory::NewStr |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| Structure * HDFTypeFactory::NewStructure |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| UInt16 * HDFTypeFactory::NewUInt16 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| UInt32 * HDFTypeFactory::NewUInt32 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
| Url * HDFTypeFactory::NewUrl |
( |
const string & |
n = "" | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: