| 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.getPointer(long i) |
H5G_info_t |
H5G_info_t.max_corder(int setter) |
H5G_info_t |
H5G_info_t.max_corder(int setter) |
H5G_info_t |
H5G_info_t.mounted(boolean 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.nlinks(long setter) |
H5G_info_t |
H5G_info_t.position(long position) |
H5G_info_t |
H5G_info_t.position(long position) |
H5G_info_t |
H5G_info_t.storage_type(int setter) |
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)
-------------------------------------------------------------------------
\ingroup H5G
\brief Retrieves information about a group, according to the groupâs
position within an index
\fgdta_loc_id
|
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)
-------------------------------------------------------------------------
\ingroup H5G
\brief Retrieves information about a group, according to the groupâs
position within an index
\fgdta_loc_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_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)
-------------------------------------------------------------------------
\ingroup H5G
\brief Retrieves information about a group by its name
\fgdta_loc_id
|
static int |
hdf5.H5Gget_info_by_name(long loc_id,
BytePointer name,
H5G_info_t ginfo,
long lapl_id)
-------------------------------------------------------------------------
\ingroup H5G
\brief Retrieves information about a group by its name
\fgdta_loc_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_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)
-------------------------------------------------------------------------
\ingroup H5G
\brief Retrieves information about a group
\fgdta_loc_id
|
static int |
hdf5.H5Gget_info(long loc_id,
H5G_info_t ginfo)
-------------------------------------------------------------------------
\ingroup H5G
\brief Retrieves information about a group
\fgdta_loc_id
|
Copyright © 2022. All rights reserved.