| Name | Description |
---|
| close | |
| commit(H5LocId, String, H5DataTypeId) | |
| commit(H5LocId, String, H5DataTypeId, H5PropertyListId, H5PropertyListId, H5PropertyListId) | |
| committed | |
| copy(H5DataSetId) | |
| copy(H5DataTypeId) | |
| copy(H5T..::..H5Type) | |
| create | |
| create_array | |
| enumCreate(H5DataTypeId) | |
| enumCreate(H5T..::..H5Type) | |
| enumInsert<(Of <<'(Type>)>>) | |
| enumNameOf<(Of <<'(Type>)>>) | |
| enumValueOf<(Of <<'(Type>)>>) | |
| equal | |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| get_array_dims | |
| get_array_ndims | |
| get_cset | |
| get_lsb_pad | |
| get_msb_pad | |
| get_order | |
| get_strpad | |
| get_super | |
| get_tag | |
| getClass(H5DataTypeId) | |
| getClass(H5T..::..H5Type) | |
| getFields | |
| GetHashCode | (Inherited from Object.) |
| getMemberClass | |
| getMemberIndex | |
| getMemberName | |
| getMemberOffset | |
| getMemberType | |
| getMemberValue<(Of <<'(Type>)>>) | |
| getNativeType(H5DataTypeId, H5T..::..Direction) | |
| getNativeType(H5T..::..H5Type, H5T..::..Direction) | |
| getNMembers | |
| getNorm | |
| getOffset | |
| getPrecision | |
| getSign(H5DataTypeId) | |
| getSign(H5T..::..H5Type) | |
| getSize(H5DataTypeId) | |
| getSize(H5T..::..H5Type) | |
| GetType | (Inherited from Object.) |
| insert(H5DataTypeId, String, Int32, H5DataTypeId) | H5Tinsert adds another member to the compound datatype
type_id. The new member has a name which must be unique within
the compound datatype. The offset argument defines the start
of the member in an instance of the compound datatype, and
field_id is the datatype identifier of the new member.
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Insert |
| insert(H5DataTypeId, String, Int32, H5T..::..H5Type) |
H5Tinsert adds another member to the compound datatype
type_id. The new member has a name which must be unique within
the compound datatype. The offset argument defines the start
of the member in an instance of the compound datatype, and
field_id is the datatype identifier of the new member.
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Insert |
| isVariableString | |
| MemberwiseClone | (Inherited from Object.) |
| open(H5FileOrGroupId, String) |
H5T.open opens a named datatype at the location specified by
groupOrFileId and returns an identifier for the datatype.
groupOrFileId is
either a file or group identifier. The identifier should
eventually be closed by calling H5Tclose to release resources.
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html |
| open(H5FileOrGroupId, String, H5PropertyListId) |
H5T.open opens a named datatype at the location specified by
groupOrFileId and returns an identifier for the datatype.
groupOrFileId is
either a file or group identifier. The identifier should
eventually be closed by calling H5Tclose to release resources.
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html |
| setOrder | |
| setSize | |
| setStrPad | |
| setVariableSize | |
| ToString | (Inherited from Object.) |
| vlenCreate(H5DataTypeId) | |
| vlenCreate(H5T..::..H5Type) | |