| Package | Description |
|---|---|
| org.bytedeco.hdf5 | |
| org.bytedeco.hdf5.global |
| Class and Description |
|---|
| AbstractDs
\class AbstractDs
\brief AbstractDs is an abstract base class, inherited by Attribute
and DataSet.
|
| ArrayType
\class ArrayType
\brief Class ArrayType inherits from DataType and provides wrappers for
the HDF5's Array Datatypes.
|
| AtomType
\class AtomType
\brief AtomType is a base class, inherited by IntType, FloatType,
StrType, and PredType.
|
| attr_operator_t
\class H5Object
\brief Class H5Object is a bridge between H5Location and DataSet, DataType,
and Group.
|
| Attribute
\class Attribute
\brief Class Attribute operates on HDF5 attributes.
|
| AttributeIException |
| CommonFG
\class CommonFG
\brief \a CommonFG is an abstract base class of H5Group.
|
| CompType
\class CompType
\brief CompType is a derivative of a DataType and operates on HDF5
compound datatypes.
|
| DataSet
\class DataSet
\brief Class DataSet operates on HDF5 datasets.
|
| DataSetIException |
| DataSpace
\class DataSpace
\brief Class DataSpace inherits from IdComponent and provides wrappers for
the HDF5's dataspaces.
|
| DataSpaceIException |
| DataType
\class DataType
\brief Class DataType provides generic operations on HDF5 datatypes.
|
| DataTypeIException |
| DSetAccPropList
\class DSetAccPropList
\brief Class DSetAccPropList inherits from LinkAccPropList and provides
wrappers for the HDF5 dataset access property functions.
|
| DSetCreatPropList
\class DSetCreatPropList
\brief Class DSetCreatPropList inherits from ObjCreatPropList and provides
wrappers for the HDF5 dataset creation property functions.
|
| DSetMemXferPropList
\class DSetMemXferPropList
\brief Class DSetCreatPropList inherits from PropList and provides
wrappers for the HDF5 dataset memory and transfer property list.
|
| EnumType
\class EnumType
\brief EnumType is a derivative of a DataType and operates on HDF5
enum datatypes.
|
| Exception
\class Exception
\brief Exception provides wrappers of HDF5 error handling functions.
|
| FileAccPropList
\class FileAccPropList
\brief Class FileAccPropList inherits from PropList and provides
wrappers for the HDF5 file access property list.
|
| FileCreatPropList
\class FileCreatPropList
\brief Class FileCreatPropList inherits from PropList and provides
wrappers for the HDF5 file create property list.
|
| FileIException |
| FloatType
\class FloatType
\brief FloatType is a derivative of a DataType and operates on HDF5
floating point datatype.
|
| Group
\class Group
\brief Class Group represents an HDF5 group.
|
| GroupIException |
| H5_alloc_stats_t |
| H5_ih_info_t |
| H5A_info_t
/**
Information struct for H5Aget_info() / H5Aget_info_by_idx()
|
| H5AC_cache_config_t |
| H5AC_cache_image_config_t
/**
H5AC_cache_image_config_t is a public structure intended for use in public
APIs.
|
| H5D_operator_t |
| H5E_auto2_t |
| H5E_error2_t
Information about an error; element of error stack
|
| H5E_walk2_t
/**
\brief Callback function for H5Ewalk2()
|
| H5F_info2_t |
| H5F_retry_info_t
Data structure to report the collection of read retries for metadata items with checksum as
used by H5Fget_metadata_read_retry_info()
|
| H5F_sect_info_t |
| H5FD_class_t |
| H5FD_class_t.Alloc_H5FD_t_int_long_long |
| H5FD_class_t.Close_H5FD_t |
| H5FD_class_t.Cmp_H5FD_t_H5FD_t |
| H5FD_class_t.Dxpl_copy_Pointer |
| H5FD_class_t.Dxpl_free_Pointer |
| H5FD_class_t.Fapl_copy_Pointer |
| H5FD_class_t.Fapl_free_Pointer |
| H5FD_class_t.Fapl_get_H5FD_t |
| H5FD_class_t.Flush_H5FD_t_long_boolean |
| H5FD_class_t.Free_H5FD_t_int_long_long_long |
| H5FD_class_t.Get_eoa_H5FD_t_int |
| H5FD_class_t.Get_eof_H5FD_t_int |
| H5FD_class_t.Get_handle_H5FD_t_long_PointerPointer |
| H5FD_class_t.Get_type_map_H5FD_t_IntPointer |
| H5FD_class_t.Int_Terminate |
| H5FD_class_t.Lock_H5FD_t_boolean |
| H5FD_class_t.Open_BytePointer_int_long_long |
| H5FD_class_t.Query_H5FD_t_CLongPointer |
| H5FD_class_t.Read_H5FD_t_int_long_long_long_Pointer |
| H5FD_class_t.Sb_decode_H5FD_t_BytePointer_BytePointer |
| H5FD_class_t.Sb_encode_H5FD_t_BytePointer_BytePointer |
| H5FD_class_t.Sb_size_H5FD_t |
| H5FD_class_t.Set_eoa_H5FD_t_int_long |
| H5FD_class_t.Truncate_H5FD_t_long_boolean |
| H5FD_class_t.Unlock_H5FD_t |
| H5FD_class_t.Write_H5FD_t_int_long_long_long_Pointer |
| H5FD_file_image_callbacks_t |
| H5FD_file_image_callbacks_t.Image_free_Pointer_int_Pointer |
| H5FD_file_image_callbacks_t.Image_malloc_long_int_Pointer |
| H5FD_file_image_callbacks_t.Image_memcpy_Pointer_Pointer_long_int_Pointer |
| H5FD_file_image_callbacks_t.Image_realloc_Pointer_long_int_Pointer |
| H5FD_file_image_callbacks_t.Udata_copy_Pointer |
| H5FD_file_image_callbacks_t.Udata_free_Pointer |
| H5FD_free_t |
| H5FD_t |
| H5File
\class H5File
\brief Class H5File represents an HDF5 file and inherits from class Group
as file is a root group.
|
| H5G_info_t |
| H5L_class_t |
| H5L_copy_func_t
\brief Callback for link copy
|
| H5L_create_func_t
\brief Link creation callback
|
| H5L_delete_func_t
\brief Callback for link deletion
|
| H5L_info2_t |
| H5L_move_func_t
\brief Callback for link move
|
| H5L_query_func_t
\brief Callback for querying the link.
|
| H5L_traverse_func_t
\brief Callback during link traversal
|
| H5Location
\class H5Location
\brief H5Location is an abstract base class, added in version 1.8.12.
|
| H5MM_allocate_t |
| H5MM_free_t |
| H5O_hdr_info_t |
| H5O_info2_t |
| H5O_native_info_t |
| H5O_token_t
/**
Type for object tokens
\internal (Hoisted here, since it's used by both the
H5Lpublic.h and H5Opublic.h headers)
|
| H5Object |
| H5R_ref_t |
| H5T_cdata_t |
| H5T_conv_except_func_t |
| H5T_conv_t |
| H5Z_can_apply_func_t |
| H5Z_cb_t |
| H5Z_class2_t |
| H5Z_filter_func_t
/**
Filter callback function definition
|
| H5Z_func_t |
| H5Z_set_local_func_t |
| hdset_reg_ref_t
Deprecated.
Dataset region reference type that is used with deprecated
reference APIs.
\note This type can only be used with the "native" HDF5 VOL connector.
|
| hvl_t
Variable Length Datatype struct in memory (This is only used for VL
sequences, not VL strings, which are stored in char *'s)
|
| IdComponent
\class IdComponent
\brief Class IdComponent provides wrappers of the C functions that
operate on an HDF5 identifier.
|
| IdComponentException |
| IntType
\class IntType
\brief IntType is a derivative of a DataType and operates on HDF5
integer datatype.
|
| LibraryIException |
| LinkAccPropList
\class LinkAccPropList
\brief Class LinkAccPropList inherits from PropList and provides
wrappers for the HDF5 link access property list.
|
| LinkCreatPropList
\class LinkCreatPropList
\brief Class LinkCreatPropList inherits from PropList and provides
wrappers for the HDF5 link creation property list.
|
| LocationException |
| ObjCreatPropList
\class ObjCreatPropList
\brief Class ObjCreatPropList inherits from PropList and provides
wrappers for the HDF5 object create property list.
|
| ObjHeaderIException |
| PacketTable |
| PredType
\class PredType
\brief Class PredType holds the definition of all the HDF5 predefined
datatypes.
|
| PropList
\class PropList
\brief Class PropList inherits from IdComponent and provides wrappers for
the HDF5 generic property list.
|
| PropListIException |
| ReferenceException |
| StrType
\class StrType
\brief StrType is a derivative of a DataType and operates on HDF5
string datatype.
|
| UserData4Aiterate |
| UserData4Visit |
| VarLenType
\class VarLenType
\brief VarLenType is a derivative of a DataType and operates on HDF5
Variable-length Datatypes.
|
| visit_operator_t |
| Class and Description |
|---|
| H5_alloc_stats_t |
| H5A_info_t
/**
Information struct for H5Aget_info() / H5Aget_info_by_idx()
|
| H5A_operator2_t |
| H5AC_cache_config_t |
| H5AC_cache_image_config_t
/**
H5AC_cache_image_config_t is a public structure intended for use in public
APIs.
|
| H5D_append_cb_t |
| H5D_gather_func_t |
| H5D_operator_t |
| H5D_scatter_func_t |
| H5DS_iterate_t |
| H5E_auto2_t |
| H5E_walk2_t
/**
\brief Callback function for H5Ewalk2()
|
| H5F_flush_cb_t |
| H5F_info2_t |
| H5F_retry_info_t
Data structure to report the collection of read retries for metadata items with checksum as
used by H5Fget_metadata_read_retry_info()
|
| H5F_sect_info_t |
| H5FD_class_t |
| H5FD_file_image_callbacks_t |
| H5FD_t |
| H5G_info_t |
| H5I_free_t
A function for freeing objects.
|
| H5I_iterate_func_t |
| H5I_search_func_t |
| H5L_class_t |
| H5L_elink_traverse_t |
| H5L_info2_t |
| H5L_iterate2_t |
| H5MM_allocate_t |
| H5MM_free_t |
| H5O_info2_t |
| H5O_iterate2_t
/**
Prototype for H5Ovisit(), H5Ovisit_by_name() operator (version 3)
|
| H5O_mcdt_search_cb_t |
| H5O_native_info_t |
| H5O_token_t
/**
Type for object tokens
\internal (Hoisted here, since it's used by both the
H5Lpublic.h and H5Opublic.h headers)
|
| H5P_cls_close_func_t |
| H5P_cls_copy_func_t |
| H5P_cls_create_func_t
/**
\brief Callback function for H5Pcreate_class()
|
| H5P_iterate_t
/**
\brief Callback function for H5Piterate()
|
| H5P_prp_cb1_t
/**
\brief Callback function for H5Pregister2(),H5Pregister1(),H5Pinsert2(),H5Pinsert1()
|
| H5P_prp_cb2_t |
| H5P_prp_compare_func_t
/**
\brief Callback function for comparing property values
|
| H5R_ref_t |
| H5T_cdata_t |
| H5T_conv_except_func_t |
| H5T_conv_t |
| H5Z_filter_func_t
/**
Filter callback function definition
|
Copyright © 2022. All rights reserved.