Uses of Class
org.bytedeco.hdf5.H5O_native_info_t
-
Packages that use H5O_native_info_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global -
-
Uses of H5O_native_info_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 that return H5O_native_info_t Modifier and Type Method 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)
Methods in org.bytedeco.hdf5 with parameters of type H5O_native_info_t Modifier and Type Method Description 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)
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(H5O_native_info_t objinfo)
void
H5Location. getNativeObjinfo(H5O_native_info_t objinfo, int fields)
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(BytePointer name, H5O_native_info_t objinfo)
void
H5Location. getNativeObjinfo(BytePointer name, H5O_native_info_t objinfo, int fields, LinkAccPropList lapl)
-
Uses of H5O_native_info_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5O_native_info_t Modifier and Type Method Description static int
hdf5. H5Oget_native_info(long loc_id, H5O_native_info_t oinfo, int fields)
------------------------------------------------------------------------- \ingroup H5O \brief Retrieve native file format information about an object \fgdta_loc_obj_id{loc_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_idx(long loc_id, BytePointer group_name, int idx_type, int order, long n, H5O_native_info_t oinfo, int fields, long lapl_id)
------------------------------------------------------------------------- \ingroup H5O \brief Retrieve native file format information about an object according to the order of an index \fgdta_loc_obj_id{loc_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_by_name(long loc_id, BytePointer name, H5O_native_info_t oinfo, int fields, long lapl_id)
------------------------------------------------------------------------- \ingroup H5O \brief Retrieve native file format information about an object given its name \fgdta_loc_obj_id{loc_id}
-