Uses of Class
org.bytedeco.hdf5.Group
-
Packages that use Group Package Description org.bytedeco.hdf5 -
-
Uses of Group in org.bytedeco.hdf5
Subclasses of Group in org.bytedeco.hdf5 Modifier and Type Class Description class
H5File
\class H5File \brief Class H5File represents an HDF5 file and inherits from class Group as file is a root group.Methods in org.bytedeco.hdf5 that return Group Modifier and Type Method Description Group
H5Location. createGroup(String name)
Group
H5Location. createGroup(String name, long size_hint)
Group
H5Location. createGroup(String name, LinkCreatPropList lcpl)
Group
H5Location. createGroup(BytePointer name)
Group
H5Location. createGroup(BytePointer name, long size_hint)
Group
H5Location. createGroup(BytePointer name, LinkCreatPropList lcpl)
Group
H5Location. openGroup(String name)
Group
H5Location. openGroup(BytePointer name)
Methods in org.bytedeco.hdf5 with parameters of type Group Modifier and Type Method Description static CommonFG
Group. asCommonFG(Group pointer)
void
H5Location. copyLink(String src_name, Group dst, String dst_name)
void
H5Location. copyLink(String src_name, Group dst, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. copyLink(BytePointer src_name, Group dst, BytePointer dst_name)
void
H5Location. copyLink(BytePointer src_name, Group dst, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. link(String curr_name, Group new_loc, String new_name)
void
H5Location. link(String curr_name, Group new_loc, String new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. link(BytePointer curr_name, Group new_loc, BytePointer new_name)
void
H5Location. link(BytePointer curr_name, Group new_loc, BytePointer new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. moveLink(String src_name, Group dst, String dst_name)
void
H5Location. moveLink(String src_name, Group dst, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. moveLink(BytePointer src_name, Group dst, BytePointer dst_name)
void
H5Location. moveLink(BytePointer src_name, Group dst, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
Constructors in org.bytedeco.hdf5 with parameters of type Group Constructor Description Group(Group original)
-