Uses of Class
org.bytedeco.hdf5.H5O_info2_t
-
Packages that use H5O_info2_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global -
-
Uses of H5O_info2_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 that return H5O_info2_t Modifier and Type Method Description H5O_info2_t
H5O_info2_t. atime(Pointer setter)
H5O_info2_t
H5O_info2_t. btime(Pointer setter)
H5O_info2_t
H5O_info2_t. ctime(Pointer setter)
H5O_info2_t
H5O_info2_t. fileno(long setter)
H5O_info2_t
H5O_info2_t. getPointer(long i)
H5O_info2_t
H5O_info2_t. mtime(Pointer setter)
H5O_info2_t
H5O_info2_t. num_attrs(long setter)
H5O_info2_t
H5O_info2_t. position(long position)
H5O_info2_t
H5O_info2_t. rc(int setter)
H5O_info2_t
H5O_info2_t. token(H5O_token_t setter)
H5O_info2_t
H5O_info2_t. type(int setter)
Methods in org.bytedeco.hdf5 with parameters of type H5O_info2_t Modifier and Type Method Description int
H5O_iterate2_t. call(long obj, BytePointer name, H5O_info2_t info, Pointer op_data)
int
visit_operator_t. call(H5Object obj, BytePointer attr_name, H5O_info2_t oinfo, Pointer operator_data)
void
H5Location. getObjinfo(String grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo)
void
H5Location. getObjinfo(String grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)
void
H5Location. getObjinfo(String name, H5O_info2_t objinfo)
void
H5Location. getObjinfo(String name, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)
void
H5Location. getObjinfo(H5O_info2_t objinfo)
void
H5Location. getObjinfo(H5O_info2_t objinfo, int fields)
void
H5Location. getObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo)
void
H5Location. getObjinfo(BytePointer grp_name, int idx_type, int order, long idx, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)
void
H5Location. getObjinfo(BytePointer name, H5O_info2_t objinfo)
void
H5Location. getObjinfo(BytePointer name, H5O_info2_t objinfo, int fields, LinkAccPropList lapl)
-
Uses of H5O_info2_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5O_info2_t Modifier and Type Method Description static int
hdf5. H5Oget_info_by_idx3(long loc_id, String group_name, int idx_type, int order, long n, H5O_info2_t oinfo, int fields, long lapl_id)
static int
hdf5. H5Oget_info_by_idx3(long loc_id, BytePointer group_name, int idx_type, int order, long n, H5O_info2_t oinfo, int fields, long lapl_id)
------------------------------------------------------------------------- \ingroup H5O \brief Retrieves the metadata for an object, identifying the object by an index position \fgdta_loc_obj_id{loc_id}static int
hdf5. H5Oget_info_by_name_async(String app_file, String app_func, int app_line, long loc_id, String name, H5O_info2_t oinfo, int fields, long lapl_id, long es_id)
static int
hdf5. H5Oget_info_by_name_async(BytePointer app_file, BytePointer app_func, int app_line, long loc_id, BytePointer name, H5O_info2_t oinfo, int fields, long lapl_id, long es_id)
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Oget_info_by_name}static int
hdf5. H5Oget_info_by_name3(long loc_id, String name, H5O_info2_t oinfo, int fields, long lapl_id)
static int
hdf5. H5Oget_info_by_name3(long loc_id, BytePointer name, H5O_info2_t oinfo, int fields, long lapl_id)
------------------------------------------------------------------------- \ingroup H5O \brief Retrieves the metadata for an object, identifying the object by location and relative name \fgdta_loc_obj_id{loc_id}static int
hdf5. H5Oget_info3(long loc_id, H5O_info2_t oinfo, int fields)
------------------------------------------------------------------------- \ingroup H5O \brief Retrieves the metadata for an object specified by an identifier \fgdta_loc_obj_id{loc_id}
-