Skip Navigation Links.

H5S Members

The H5S type exposes the following members.

Methods

  NameDescription
Public methodStatic memberclose
Releases and terminates access to a dataspace. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-Close
Public methodStatic membercreate
Creates a new dataspace of a specified type. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-Create
Public methodStatic membercreate_simple(Int32, array<Int64>[]()[][])
Creates a new simple dataspace and opens it for access. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-CreateSimple
Public methodStatic membercreate_simple(Int32, array<Int64>[]()[][], array<Int64>[]()[][])
Creates a new simple dataspace and opens it for access. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-CreateSimple
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberget_simple_extent_type
H5S.get_simple_extent_type the current class of a dataspace. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-ExtentType
Public methodGetHashCode (Inherited from Object.)
Public methodStatic membergetSimpleExtentDims
H5S.getSimpleExtentDims returns the size of each dimension of a dataspace. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-ExtentDims
Public methodStatic membergetSimpleExtentMaxDims
H5S.getSimpleExtentMaxDims returns the maximum size of each dimension of a dataspace. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-ExtentDims
Public methodStatic membergetSimpleExtentNDims
Determines the dimensionality of a dataspace. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-ExtentNdims
Public methodStatic membergetSimpleExtentNPoints
Determines the number of elements in a dataspace. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-ExtentNpoints
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberselectElements
Selects array elements to be included in the selection for a dataspace. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-SelectElements IN: Identifier of dataspace selection to modify IN: Operation to perform on current selection. IN: Number of elements to be selected. IN: A serialized copy of a 2-dimensional array of zero-based values specifying the coordinates of the elements in the point selection.
Public methodStatic memberselectHyperslab(H5DataSpaceId, H5S..::..SelectOperator, array<Int64>[]()[][], array<Int64>[]()[][])
Selects a hyperslab region to add to the current selected region. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-SelectHyperslab
Public methodStatic memberselectHyperslab(H5DataSpaceId, H5S..::..SelectOperator, array<Int64>[]()[][], array<Int64>[]()[][], array<Int64>[]()[][])
Selects a hyperslab region to add to the current selected region. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-SelectHyperslab
Public methodStatic memberselectNone
Resets the selection region to include no elements. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-SelectNone
Public methodStatic memberselectStridedHyperslab(H5DataSpaceId, H5S..::..SelectOperator, array<Int64>[]()[][], array<Int64>[]()[][], array<Int64>[]()[][])
Selects a hyperslab region to add to the current selected region. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-SelectHyperslab
Public methodStatic memberselectStridedHyperslab(H5DataSpaceId, H5S..::..SelectOperator, array<Int64>[]()[][], array<Int64>[]()[][], array<Int64>[]()[][], array<Int64>[]()[][])
Selects a hyperslab region to add to the current selected region. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html#Dataspace-SelectHyperslab
Public methodToString (Inherited from Object.)

See Also