#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::HDFTypeFactory |
( |
const string & |
filename | ) |
|
|
inlineexplicit |
◆ ~HDFTypeFactory()
virtual HDFTypeFactory::~HDFTypeFactory |
( |
| ) |
|
|
inlinevirtual |
◆ NewArray()
Array * HDFTypeFactory::NewArray |
( |
const string & |
n = "" , |
|
|
BaseType * |
v = 0 |
|
) |
| const |
|
virtual |
◆ NewByte()
Byte * HDFTypeFactory::NewByte |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewFloat32()
Float32 * HDFTypeFactory::NewFloat32 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewFloat64()
Float64 * HDFTypeFactory::NewFloat64 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewGrid()
Grid * HDFTypeFactory::NewGrid |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewInt16()
Int16 * HDFTypeFactory::NewInt16 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewInt32()
Int32 * HDFTypeFactory::NewInt32 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewSequence()
Sequence * HDFTypeFactory::NewSequence |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewStr()
Str * HDFTypeFactory::NewStr |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewStructure()
Structure * HDFTypeFactory::NewStructure |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewUInt16()
UInt16 * HDFTypeFactory::NewUInt16 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewUInt32()
UInt32 * HDFTypeFactory::NewUInt32 |
( |
const string & |
n = "" | ) |
const |
|
virtual |
◆ NewUrl()
Url * HDFTypeFactory::NewUrl |
( |
const string & |
n = "" | ) |
const |
|
virtual |
The documentation for this class was generated from the following files: