![]() |
HDF5
1.12.0
|
Functions | |
| hid_t | H5Tarray_create2 (hid_t base_id, unsigned ndims, const hsize_t dim[]) |
| H5T_t * | H5T__array_create (H5T_t *base, unsigned ndims, const hsize_t dim[]) |
| int | H5Tget_array_ndims (hid_t type_id) |
| int | H5T__get_array_ndims (const H5T_t *dt) |
| int | H5Tget_array_dims2 (hid_t type_id, hsize_t dims[]) |
| int | H5T__get_array_dims (const H5T_t *dt, hsize_t dims[]) |
| hid_t | H5Tarray_create1 (hid_t base_id, int ndims, const hsize_t dim[], const int H5_ATTR_UNUSED perm[]) |
| int | H5Tget_array_dims1 (hid_t type_id, hsize_t dims[], int H5_ATTR_UNUSED perm[]) |
References base, FUNC_LEAVE_NOAPI(), H5T__alloc(), H5T_ARRAY, H5T_copy(), H5T_COPY_ALL, HDassert(), NULL, ret_value, and u.
Referenced by H5Tarray_create1(), and H5Tarray_create2().
| int H5T__get_array_dims | ( | const H5T_t * | dt, |
| hsize_t | dims[] | ||
| ) |
References H5T_shared_t::array, H5T_array_t::dim, FUNC_LEAVE_NOAPI(), H5T_ARRAY, HDassert(), H5T_array_t::ndims, H5T_t::shared, H5T_shared_t::type, H5T_shared_t::u, and u.
Referenced by H5Tget_array_dims1(), and H5Tget_array_dims2().
| int H5T__get_array_ndims | ( | const H5T_t * | dt | ) |
References H5T_shared_t::array, FUNC_LEAVE_NOAPI(), H5T_ARRAY, HDassert(), H5T_array_t::ndims, H5T_t::shared, H5T_shared_t::type, and H5T_shared_t::u.
Referenced by H5Tget_array_ndims().
| hid_t H5Tarray_create1 | ( | hid_t | base_id, |
| int | ndims, | ||
| const hsize_t | dim[], | ||
| const int H5_ATTR_UNUSED | perm[] | ||
| ) |
References base, H5E_BADVALUE, H5E_CANTREGISTER, H5I_DATATYPE, H5I_object_verify(), H5I_register(), H5T__array_create(), H5T_close_real(), NULL, ret_value, and u.
References base, H5E_BADVALUE, H5E_CANTREGISTER, H5I_DATATYPE, H5I_object_verify(), H5I_register(), H5T__array_create(), H5T_close_real(), NULL, ret_value, and u.
| int H5Tget_array_dims1 | ( | hid_t | type_id, |
| hsize_t | dims[], | ||
| int H5_ATTR_UNUSED | perm[] | ||
| ) |
References FAIL, H5I_DATATYPE, H5I_object_verify(), H5T__get_array_dims(), H5T_ARRAY, NULL, ret_value, H5T_t::shared, and H5T_shared_t::type.
| int H5Tget_array_dims2 | ( | hid_t | type_id, |
| hsize_t | dims[] | ||
| ) |
References FAIL, H5I_DATATYPE, H5I_object_verify(), H5T__get_array_dims(), H5T_ARRAY, NULL, ret_value, H5T_t::shared, and H5T_shared_t::type.
| int H5Tget_array_ndims | ( | hid_t | type_id | ) |
References FAIL, H5I_DATATYPE, H5I_object_verify(), H5T__get_array_ndims(), H5T_ARRAY, NULL, ret_value, H5T_t::shared, and H5T_shared_t::type.