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_async(String app_file,
String app_func,
int app_line,
long loc_id,
H5G_info_t ginfo,
long es_id) |
|
static int |
hdf5.H5Gget_info_async(BytePointer app_file,
BytePointer app_func,
int app_line,
long loc_id,
H5G_info_t ginfo,
long es_id) |
--------------------------------------------------------------------------
\ingroup ASYNC
\async_variant_of{H5Gget_info}
|
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,
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_async(String app_file,
String app_func,
int app_line,
long loc_id,
String group_name,
int idx_type,
int order,
long n,
H5G_info_t ginfo,
long lapl_id,
long es_id) |
|
static int |
hdf5.H5Gget_info_by_idx_async(BytePointer app_file,
BytePointer app_func,
int app_line,
long loc_id,
BytePointer group_name,
int idx_type,
int order,
long n,
H5G_info_t ginfo,
long lapl_id,
long es_id) |
--------------------------------------------------------------------------
\ingroup ASYNC
\async_variant_of{H5Gget_info_by_idx}
|
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,
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_async(String app_file,
String app_func,
int app_line,
long loc_id,
String name,
H5G_info_t ginfo,
long lapl_id,
long es_id) |
|
static int |
hdf5.H5Gget_info_by_name_async(BytePointer app_file,
BytePointer app_func,
int app_line,
long loc_id,
BytePointer name,
H5G_info_t ginfo,
long lapl_id,
long es_id) |
--------------------------------------------------------------------------
\ingroup ASYNC
\async_variant_of{H5Gget_info_by_name}
|