Uses of Class
org.bytedeco.hdf5.H5L_info2_t
-
Packages that use H5L_info2_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global -
-
Uses of H5L_info2_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 that return H5L_info2_t Modifier and Type Method Description H5L_info2_t
H5L_info2_t. corder(long setter)
H5L_info2_t
H5L_info2_t. corder_valid(boolean setter)
H5L_info2_t
H5L_info2_t. cset(int setter)
H5L_info2_t
H5Location. getLinkInfo(String link_name)
H5L_info2_t
H5Location. getLinkInfo(String link_name, LinkAccPropList lapl)
H5L_info2_t
H5Location. getLinkInfo(BytePointer link_name)
H5L_info2_t
H5Location. getLinkInfo(BytePointer link_name, LinkAccPropList lapl)
H5L_info2_t
H5L_info2_t. getPointer(long i)
H5L_info2_t
H5L_info2_t. position(long position)
H5L_info2_t
H5L_info2_t. type(int setter)
H5L_info2_t
H5L_info2_t. u_token(H5O_token_t setter)
H5L_info2_t
H5L_info2_t. u_val_size(long setter)
Methods in org.bytedeco.hdf5 with parameters of type H5L_info2_t Modifier and Type Method Description int
H5L_iterate2_t. call(long group, BytePointer name, H5L_info2_t info, Pointer op_data)
-
Uses of H5L_info2_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5L_info2_t Modifier and Type Method Description static int
hdf5. H5Lget_info_by_idx2(long loc_id, String group_name, int idx_type, int order, long n, H5L_info2_t linfo, long lapl_id)
static int
hdf5. H5Lget_info_by_idx2(long loc_id, BytePointer group_name, int idx_type, int order, long n, H5L_info2_t linfo, long lapl_id)
\ingroup H5L \brief Retrieves metadata for a link in a group, according to the order within a field or index \loc_idstatic int
hdf5. H5Lget_info2(long loc_id, String name, H5L_info2_t linfo, long lapl_id)
static int
hdf5. H5Lget_info2(long loc_id, BytePointer name, H5L_info2_t linfo, long lapl_id)
\ingroup H5L \brief Returns information about a link \fgdta_loc_id
-