| Package | Description |
|---|---|
| org.bytedeco.hdf5 | |
| org.bytedeco.hdf5.global |
| Modifier and Type | Method and Description |
|---|---|
H5L_info_t |
H5L_info_t.corder_valid(boolean setter) |
H5L_info_t |
H5L_info_t.corder(long setter) |
H5L_info_t |
H5L_info_t.cset(int setter) |
H5L_info_t |
H5Location.getLinkInfo(BytePointer link_name) |
H5L_info_t |
H5Location.getLinkInfo(BytePointer link_name,
LinkAccPropList lapl) |
H5L_info_t |
H5Location.getLinkInfo(String link_name) |
H5L_info_t |
H5Location.getLinkInfo(String link_name,
LinkAccPropList lapl) |
H5L_info_t |
H5L_info_t.position(long position) |
H5L_info_t |
H5L_info_t.type(int setter) |
H5L_info_t |
H5L_info_t.u_address(long setter) |
H5L_info_t |
H5L_info_t.u_val_size(long setter) |
| Modifier and Type | Method and Description |
|---|---|
int |
H5L_iterate_t.call(long group,
BytePointer name,
H5L_info_t info,
Pointer op_data) |
| Modifier and Type | Method and Description |
|---|---|
static int |
hdf5.H5Lget_info_by_idx(long loc_id,
BytePointer group_name,
int idx_type,
int order,
long n,
H5L_info_t linfo,
long lapl_id) |
static int |
hdf5.H5Lget_info_by_idx(long loc_id,
String group_name,
int idx_type,
int order,
long n,
H5L_info_t linfo,
long lapl_id) |
static int |
hdf5.H5Lget_info(long loc_id,
BytePointer name,
H5L_info_t linfo,
long lapl_id) |
static int |
hdf5.H5Lget_info(long loc_id,
String name,
H5L_info_t linfo,
long lapl_id) |
Copyright © 2019. All rights reserved.