Uses of Class
org.bytedeco.hdf5.H5L_class_t
-
Packages that use H5L_class_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global -
-
Uses of H5L_class_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 that return H5L_class_t Modifier and Type Method Description H5L_class_t
H5L_class_t. comment(BytePointer setter)
H5L_class_t
H5L_class_t. copy_func(H5L_copy_func_t setter)
H5L_class_t
H5L_class_t. create_func(H5L_create_func_t setter)
H5L_class_t
H5L_class_t. del_func(H5L_delete_func_t setter)
H5L_class_t
H5L_class_t. getPointer(long i)
H5L_class_t
H5L_class_t. id(int setter)
H5L_class_t
H5L_class_t. move_func(H5L_move_func_t setter)
H5L_class_t
H5L_class_t. position(long position)
H5L_class_t
H5L_class_t. query_func(H5L_query_func_t setter)
H5L_class_t
H5L_class_t. trav_func(H5L_traverse_func_t setter)
H5L_class_t
H5L_class_t. version(int setter)
-
Uses of H5L_class_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5L_class_t Modifier and Type Method Description static int
hdf5. H5Lregister(H5L_class_t cls)
\ingroup H5LA \brief Registers a user-defined link class or changes behavior of an existing class
-