#include "hdfi.h"
Functions | |
| hdf_idt | HDFdatasetCreate (hdf_idt pid, char *name, hdf_type type, hdf_size *dimd, int ndim, hdf_byte_order order, hdf_idt arrayId) |
| hdf_idt HDFdatasetCreate | ( | hdf_idt | pid, |
| char * | name, | ||
| hdf_type | type, | ||
| hdf_size * | dimd, | ||
| int | ndim, | ||
| hdf_byte_order | order, | ||
| hdf_idt | arrayId | ||
| ) |
References HDF_ARRAY, HDF_FLOAT64, HDF_INT32, HDF_INT64, and HDF_STRING.
Referenced by HDFdataset::CreateOnDisk(), and main().