HDF5  1.12.0
Functions | Variables
H5Sall.c File Reference
#include "H5Smodule.h"
#include "H5private.h"
#include "H5Eprivate.h"
#include "H5Iprivate.h"
#include "H5Spkg.h"
#include "H5VMprivate.h"

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()

herr_t H5S_select_all ( H5S_t space,
hbool_t  rel_prev 
)

◆ 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,
NULL,
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,
}}
H5S_SEL_ALL
@ H5S_SEL_ALL
Definition: H5Spublic.h:88
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