HDF5  1.12.0
H5Sall.c File Reference

Functions

htri_t H5S__all_intersect_block (const H5S_t H5_ATTR_UNUSED *space, const hsize_t H5_ATTR_UNUSED *start, const hsize_t H5_ATTR_UNUSED *end)
 
herr_t H5S_select_all (H5S_t *space, hbool_t rel_prev)
 
herr_t H5Sselect_all (hid_t spaceid)
 

Variables

const H5S_select_class_t H5S_sel_all [1]
 

Function Documentation

◆ H5S__all_intersect_block()

htri_t H5S__all_intersect_block ( const H5S_t H5_ATTR_UNUSED *  space,
const hsize_t H5_ATTR_UNUSED *  start,
const hsize_t H5_ATTR_UNUSED *  end 
)

◆ H5S_select_all()

◆ H5Sselect_all()

herr_t H5Sselect_all ( hid_t  spaceid)

Variable Documentation

◆ H5S_sel_all

const H5S_select_class_t H5S_sel_all[1]
Initial value:
= {{
H5S__all_copy,
H5S__all_release,
H5S__all_is_valid,
H5S__all_serial_size,
H5S__all_serialize,
H5S__all_deserialize,
H5S__all_bounds,
H5S__all_offset,
H5S__all_unlim_dim,
H5S__all_is_contiguous,
H5S__all_is_single,
H5S__all_is_regular,
H5S__all_shape_same,
H5S__all_adjust_u,
H5S__all_adjust_s,
H5S__all_project_scalar,
H5S__all_project_simple,
H5S__all_iter_init,
}}

Referenced by H5S_select_all(), and H5S_select_deserialize().

NULL
FUNC_ENTER_NOAPI_NOINIT NULL
Definition: H5FDfamily.c:637
H5S_SEL_ALL
@ H5S_SEL_ALL
Definition: H5Spublic.h:113
H5S__all_intersect_block
htri_t H5S__all_intersect_block(const H5S_t H5_ATTR_UNUSED *space, const hsize_t H5_ATTR_UNUSED *start, const hsize_t H5_ATTR_UNUSED *end)
Definition: H5Sall.c:1002