Skip Navigation Links.

H5T Methods

The H5T type exposes the following members.

Methods

  NameDescription
Public methodStatic memberclose
Public methodStatic membercommit(H5LocId, String, H5DataTypeId)
Commits a transient datatype, linking it into the file and creating a new named datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Commit
Public methodStatic membercommit(H5LocId, String, H5DataTypeId, H5PropertyListId, H5PropertyListId, H5PropertyListId)
Commits a transient datatype, linking it into the file and creating a new named datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Commit
Public methodStatic membercommitted
Determines whether a datatype is a named type or a transient type. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Committed
Public methodStatic membercopy(H5DataSetId)
Public methodStatic membercopy(H5DataTypeId)
Public methodStatic membercopy(H5T..::..H5Type)
Public methodStatic membercreate
H5T.create creates a new data type of the specified class with the specified number of bytes. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Create
Public methodStatic membercreate_array
H5T.create_array creates an array datatype object. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-ArrayCreate2
Public methodStatic memberenumCreate(H5DataTypeId)
H5T.enumCreate creates a new enumeration datatype based on the specified base datatype parent_id, which must be an integer type. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-EnumCreate
Public methodStatic memberenumCreate(H5T..::..H5Type)
H5T.enumCreate creates a new enumeration datatype based on the specified base datatype parent_id, which must be an integer type. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-EnumCreate
Public methodStatic memberenumInsert<(Of <<'(Type>)>>)
Public methodStatic memberenumNameOf<(Of <<'(Type>)>>)
Returns the symbol name corresponding to a specified member of an enumeration datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-EnumNameOf
Public methodStatic memberenumValueOf<(Of <<'(Type>)>>)
Returns the value corresponding to a specified member of an enumeration datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-EnumValueOf
Public methodStatic memberequal
Determines whether two datatype identifiers refer to the same datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Equal
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberget_array_dims
Public methodStatic memberget_array_ndims
Public methodStatic memberget_cset
Retrieves the character set type of a string datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetCset
Public methodStatic memberget_lsb_pad
Retrieves the padding type of the least-significant bit padding. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetPad
Public methodStatic memberget_msb_pad
Retrieves the padding type of the most-significant bit padding. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetPad
Public methodStatic memberget_order
Returns the byte order of an atomic datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetOrder
Public methodStatic memberget_strpad
Retrieves the string padding for a string datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetStrpad
Public methodStatic memberget_super
Returns the base datatype from which a datatype is derived. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetSuper
Public methodStatic memberget_tag
Gets the tag associated with an opaque datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetTag
Public methodStatic membergetClass(H5DataTypeId)
Public methodStatic membergetClass(H5T..::..H5Type)
Public methodStatic membergetFields
Retrieves floating point datatype bit field information. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetFields
Public methodGetHashCode (Inherited from Object.)
Public methodStatic membergetMemberClass
Returns datatype class of compound datatype member. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetMemberClass
Public methodStatic membergetMemberIndex
Retrieves the index of a compound or enumeration datatype member. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetMemberIndex
Public methodStatic membergetMemberName
Retrieves the name of a compound or enumeration datatype member. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetMemberName
Public methodStatic membergetMemberOffset
Retrieves the offset of a field of a compound datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetMemberOffset
Public methodStatic membergetMemberType
Returns the datatype of the specified member. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetMemberType
Public methodStatic membergetMemberValue<(Of <<'(Type>)>>)
Returns the value of an enumeration datatype member. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetMemberValue
Public methodStatic membergetNativeType(H5DataTypeId, H5T..::..Direction)
Returns the native datatype of a specified datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetNativeType
Public methodStatic membergetNativeType(H5T..::..H5Type, H5T..::..Direction)
Public methodStatic membergetNMembers
Retrieves the number of elements in a compound or enumeration datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetNmembers
Public methodStatic membergetNorm
Retrieves mantissa normalization of a floating-point datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetNorm
Public methodStatic membergetOffset
Retrieves the bit offset of the first significant bit. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetOffset
Public methodStatic membergetPrecision
Returns the precision of an atomic datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetPrecision
Public methodStatic membergetSign(H5DataTypeId)
Retrieves the sign type for an integer type. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetSign
Public methodStatic membergetSign(H5T..::..H5Type)
Public methodStatic membergetSize(H5DataTypeId)
getSize returns the size of a datatype in bytes. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetSize
Public methodStatic membergetSize(H5T..::..H5Type)
Public methodGetType (Inherited from Object.)
Public methodStatic memberinsert(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
Public methodStatic memberinsert(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
Public methodStatic memberisVariableString
Determines whether datatype is a variable-length string. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-IsVariableString
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberopen(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
Public methodStatic memberopen(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
Public methodStatic membersetOrder
Sets the byte ordering of an atomic datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-SetOrder
Public methodStatic membersetSize
Sets the total size for an atomic datatype. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-SetSize
Public methodStatic membersetStrPad
Defines the storage mechanism for character strings. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-SetStrpad
Public methodStatic membersetVariableSize
Public methodToString (Inherited from Object.)
Public methodStatic membervlenCreate(H5DataTypeId)
Public methodStatic membervlenCreate(H5T..::..H5Type)

See Also