hdf5.H5Spublic

Undocumented in source.

Public Imports

hdf5.H5public
public import hdf5.H5public;
Undocumented in source.
hdf5.H5Ipublic
public import hdf5.H5Ipublic;
Undocumented in source.

Members

Enums

H5S_SELECT_NOOP
anonymousenum H5S_SELECT_NOOP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5S_class_t
enum H5S_class_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5S_sel_type
enum H5S_sel_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5S_seloper_t
enum H5S_seloper_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

H5Sclose
herr_t H5Sclose(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Scombine_hyperslab
hid_t H5Scombine_hyperslab(hid_t space_id, H5S_seloper_t op, hsize_t* start, hsize_t* _stride, hsize_t* count, hsize_t* _block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Scombine_select
hid_t H5Scombine_select(hid_t space1_id, H5S_seloper_t op, hid_t space2_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Scopy
hid_t H5Scopy(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Screate
hid_t H5Screate(H5S_class_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Screate_simple
hid_t H5Screate_simple(int rank, hsize_t* dims, hsize_t* maxdims)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sdecode
hid_t H5Sdecode(void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sencode
herr_t H5Sencode(hid_t obj_id, void* buf, size_t* nalloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sextent_copy
herr_t H5Sextent_copy(hid_t dst_id, hid_t src_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sextent_equal
htri_t H5Sextent_equal(hid_t sid1, hid_t sid2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_bounds
herr_t H5Sget_select_bounds(hid_t spaceid, hsize_t* start, hsize_t* end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_elem_npoints
hssize_t H5Sget_select_elem_npoints(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_elem_pointlist
herr_t H5Sget_select_elem_pointlist(hid_t spaceid, hsize_t startpoint, hsize_t numpoints, hsize_t* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_hyper_blocklist
herr_t H5Sget_select_hyper_blocklist(hid_t spaceid, hsize_t startblock, hsize_t numblocks, hsize_t* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_hyper_nblocks
hssize_t H5Sget_select_hyper_nblocks(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_npoints
hssize_t H5Sget_select_npoints(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_select_type
H5S_sel_type H5Sget_select_type(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_simple_extent_dims
int H5Sget_simple_extent_dims(hid_t space_id, hsize_t* dims, hsize_t* maxdims)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_simple_extent_ndims
int H5Sget_simple_extent_ndims(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_simple_extent_npoints
hssize_t H5Sget_simple_extent_npoints(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sget_simple_extent_type
H5S_class_t H5Sget_simple_extent_type(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sis_simple
htri_t H5Sis_simple(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Soffset_simple
herr_t H5Soffset_simple(hid_t space_id, hssize_t* offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_all
herr_t H5Sselect_all(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_elements
herr_t H5Sselect_elements(hid_t space_id, H5S_seloper_t op, size_t num_elem, hsize_t* coord)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_hyperslab
herr_t H5Sselect_hyperslab(hid_t space_id, H5S_seloper_t op, hsize_t* start, hsize_t* _stride, hsize_t* count, hsize_t* _block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_none
herr_t H5Sselect_none(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_select
herr_t H5Sselect_select(hid_t space1_id, H5S_seloper_t op, hid_t space2_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sselect_valid
htri_t H5Sselect_valid(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sset_extent_none
herr_t H5Sset_extent_none(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Sset_extent_simple
herr_t H5Sset_extent_simple(hid_t space_id, int rank, hsize_t* dims, hsize_t* max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

H5S_ALL
enum H5S_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5S_MAX_RANK
enum H5S_MAX_RANK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5S_UNLIMITED
enum H5S_UNLIMITED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta