| Package | Description |
|---|---|
| org.bytedeco.hdf5 | |
| org.bytedeco.hdf5.global |
| Modifier and Type | Method and Description |
|---|---|
H5G_info_t |
H5G_info_t.getPointer(long i) |
H5G_info_t |
H5G_info_t.max_corder(long setter) |
H5G_info_t |
H5G_info_t.mounted(boolean setter) |
H5G_info_t |
H5G_info_t.nlinks(long setter) |
H5G_info_t |
H5G_info_t.position(long position) |
H5G_info_t |
H5G_info_t.storage_type(int setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
hdf5.H5Gget_info_by_idx(long loc_id,
BytePointer group_name,
int idx_type,
int order,
long n,
H5G_info_t ginfo,
long lapl_id) |
static int |
hdf5.H5Gget_info_by_idx(long loc_id,
String group_name,
int idx_type,
int order,
long n,
H5G_info_t ginfo,
long lapl_id) |
static int |
hdf5.H5Gget_info_by_name(long loc_id,
BytePointer name,
H5G_info_t ginfo,
long lapl_id) |
static int |
hdf5.H5Gget_info_by_name(long loc_id,
String name,
H5G_info_t ginfo,
long lapl_id) |
static int |
hdf5.H5Gget_info(long loc_id,
H5G_info_t ginfo) |
Copyright © 2021. All rights reserved.