Welcome to the NetCologne GmbH open source mirroring service!
	This machine mirrors various open-source projects.
	20 Gbit/s uplink.
	
	If there are any issues or you want another project mirrored, please contact
	mirror-service -=AT=- netcologne DOT de ! 
HDF5HDF5
Name
HDF5 --  HDF5 interface
Description
 HDF5 interface
Methods
Phase: Creating
- -  setCount:-  (unsigned) count
- -  setCompoundType: compoundType
- -  setExtensibleDoubleVector
- -  setExtensibleVectorType:-  (fcall_type_t) type
- -  setDatasetFlag:-  (BOOL) datasetFlag
- -  setWriteFlag:-  (BOOL) writeFlag
Phase: Setting
- -  setBaseTypeObject: baseTypeObject
- -  setName:-  (const char *) name-  Create-time use is to name the file or group. Setting-time use is to rename component datasets that don't parent's name. 
Phase: Using
- - (const char *) getAttribute:-  (const char *) attributeName
- - (void) iterateAttributes:-  (int (*) (const char *key, const char *value)) iterateFunc
- - (void) storeAttribute:-  (const char *) attributeName value:-  (const char *) valueString
- - (const char **) readRowNames
- - (void) selectRecord:-  (unsigned) recordNumber
- - (void) numberRecord:-  (unsigned) recordNumber
- - (void) nameRecord:-  (unsigned) recordNumber name:-  (const char *) recordName
- - (void) shallowStoreObject: obj
- - (void) shallowLoadObject: obj
- - (void) storeComponentTypeName:-  (const char *) typeName
- - (void) storeTypeName:-  (const char *) typeName
- - (void) addDoubleToVector:-  (double) val
- - (void) storeAsDataset:-  (const char *) name typeName:-  (const char *) typeName type:-  (fcall_type_t) type rank:-  (unsigned) rank dims:-  (unsigned *) dims ptr:-  (void *) ptr
- - (void) loadDataset:-  (void *) ptr
- - (BOOL) checkDatasetName:-  (const char *) datasetName
- - (BOOL) checkName:-  (const char *) name
- - (const char *) getHDF5Name
- - (fcall_type_t) getDatasetType
- - (size_t) getDatasetDimension:-  (unsigned) dimNumber
- - (void) iterate:-  (int (*) (id <HDF5>hdf5Obj)) iterateFunc
- - (void) iterate:-  (int (*) (id <HDF5>hdf5Obj)) iterateFunc drop:-  (BOOL) dropFlag
