Skip Navigation Links.

H5D Members

The H5D type exposes the following members.

Methods

  NameDescription
Public methodStatic memberclose
Public methodStatic membercreate(H5FileOrGroupId, String, H5DataTypeId, H5DataSpaceId)
Creates a new dataset and links it into the file. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-Create
Public methodStatic membercreate(H5FileOrGroupId, String, H5T..::..H5Type, H5DataSpaceId)
Creates a new dataset and links it into the file. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-Create
Public methodStatic membercreate(H5FileOrGroupId, String, H5DataTypeId, H5DataSpaceId, H5PropertyListId, H5PropertyListId, H5PropertyListId)
Creates a new dataset and links it into the file. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-Create
Public methodStatic membercreate(H5FileOrGroupId, String, H5T..::..H5Type, H5DataSpaceId, H5PropertyListId, H5PropertyListId, H5PropertyListId)
Creates a new dataset and links it into the file. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-Create
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic membergetCreatePropertyList
Returns an identifier for a copy of the dataset creation property list for a dataset. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-GetCreatePlist
Public methodGetHashCode (Inherited from Object.)
Public methodStatic membergetSpace
Returns an identifier for a copy of the dataspace for a dataset. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-GetSpace
Public methodStatic membergetStorageSize
Returns the amount of storage required for a dataset. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-GetStorageSize
Public methodStatic membergetType
Returns an identifier for a copy of the datatype for a dataset. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-GetType
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberopen(H5FileOrGroupId, String)
Public methodStatic memberopen(H5FileOrGroupId, String, H5PropertyListId)
Public methodStatic memberread<(Of <<'(Type>)>>)(H5DataSetId, H5DataTypeId, H5Array<(Of <<'(Type>)>>))
Public methodStatic memberread<(Of <<'(Type>)>>)(H5DataSetId, H5DataTypeId, H5DataSpaceId, H5DataSpaceId, H5PropertyListId, H5Array<(Of <<'(Type>)>>))
Public methodStatic memberreadScalar<(Of <<'(Type>)>>)(H5DataSetId, H5DataTypeId, Type%)
Reads raw data from a dataset into a buffer. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-Read
Public methodStatic memberreadScalar<(Of <<'(Type>)>>)(H5DataSetId, H5DataTypeId, H5DataSpaceId, H5DataSpaceId, H5PropertyListId, Type%)
Reads raw data from a dataset into a buffer. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-Read
Public methodStatic membersetExtent
Changes the sizes of a dataset’s dimensions. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-SetExtent
Public methodToString (Inherited from Object.)
Public methodStatic membervlenReclaim<(Of <<'(Type>)>>)
Public methodStatic memberwrite<(Of <<'(Type>)>>)(H5DataSetId, H5DataTypeId, H5Array<(Of <<'(Type>)>>))
Public methodStatic memberwrite<(Of <<'(Type>)>>)(H5DataSetId, H5DataTypeId, H5DataSpaceId, H5DataSpaceId, H5PropertyListId, H5Array<(Of <<'(Type>)>>))
Public methodStatic memberwriteScalar<(Of <<'(Type>)>>)(H5DataSetId, H5DataTypeId, Type%)
Writes raw data from a buffer to a dataset. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-Write
Public methodStatic memberwriteScalar<(Of <<'(Type>)>>)(H5DataSetId, H5DataTypeId, H5DataSpaceId, H5DataSpaceId, H5PropertyListId, Type%)
Writes raw data from a buffer to a dataset. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html#Dataset-Write

See Also