| Package | Description |
|---|---|
| org.bytedeco.hdf5 | |
| org.bytedeco.hdf5.global |
| Modifier and Type | Method and Description |
|---|---|
H5O_native_info_t |
H5O_native_info_t.getPointer(long i) |
H5O_native_info_t |
H5O_native_info_t.hdr(H5O_hdr_info_t setter) |
H5O_native_info_t |
H5O_native_info_t.meta_size_attr(H5_ih_info_t setter) |
H5O_native_info_t |
H5O_native_info_t.meta_size_obj(H5_ih_info_t setter) |
H5O_native_info_t |
H5O_native_info_t.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
H5Location.getNativeObjinfo(BytePointer name,
H5O_native_info_t objinfo) |
void |
H5Location.getNativeObjinfo(BytePointer name,
H5O_native_info_t objinfo,
int fields,
LinkAccPropList lapl) |
void |
H5Location.getNativeObjinfo(BytePointer grp_name,
int idx_type,
int order,
long idx,
H5O_native_info_t objinfo) |
void |
H5Location.getNativeObjinfo(BytePointer grp_name,
int idx_type,
int order,
long idx,
H5O_native_info_t objinfo,
int fields,
LinkAccPropList lapl) |
void |
H5Location.getNativeObjinfo(H5O_native_info_t objinfo) |
void |
H5Location.getNativeObjinfo(H5O_native_info_t objinfo,
int fields) |
void |
H5Location.getNativeObjinfo(String name,
H5O_native_info_t objinfo) |
void |
H5Location.getNativeObjinfo(String name,
H5O_native_info_t objinfo,
int fields,
LinkAccPropList lapl) |
void |
H5Location.getNativeObjinfo(String grp_name,
int idx_type,
int order,
long idx,
H5O_native_info_t objinfo) |
void |
H5Location.getNativeObjinfo(String grp_name,
int idx_type,
int order,
long idx,
H5O_native_info_t objinfo,
int fields,
LinkAccPropList lapl) |
| Modifier and Type | Method and Description |
|---|---|
static int |
hdf5.H5Oget_native_info_by_idx(long loc_id,
BytePointer group_name,
int idx_type,
int order,
long n,
H5O_native_info_t oinfo,
int fields,
long lapl_id) |
static int |
hdf5.H5Oget_native_info_by_idx(long loc_id,
String group_name,
int idx_type,
int order,
long n,
H5O_native_info_t oinfo,
int fields,
long lapl_id) |
static int |
hdf5.H5Oget_native_info_by_name(long loc_id,
BytePointer name,
H5O_native_info_t oinfo,
int fields,
long lapl_id) |
static int |
hdf5.H5Oget_native_info_by_name(long loc_id,
String name,
H5O_native_info_t oinfo,
int fields,
long lapl_id) |
static int |
hdf5.H5Oget_native_info(long loc_id,
H5O_native_info_t oinfo,
int fields) |
Copyright © 2021. All rights reserved.