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 classH5File\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 GroupH5Location. createGroup(String name)GroupH5Location. createGroup(String name, long size_hint)GroupH5Location. createGroup(String name, LinkCreatPropList lcpl)GroupH5Location. createGroup(BytePointer name)GroupH5Location. createGroup(BytePointer name, long size_hint)GroupH5Location. createGroup(BytePointer name, LinkCreatPropList lcpl)GroupH5Location. openGroup(String name)GroupH5Location. openGroup(BytePointer name)Methods in org.bytedeco.hdf5 with parameters of type Group Modifier and Type Method Description static CommonFGGroup. asCommonFG(Group pointer)voidH5Location. copyLink(String src_name, Group dst, String dst_name)voidH5Location. copyLink(String src_name, Group dst, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidH5Location. copyLink(BytePointer src_name, Group dst, BytePointer dst_name)voidH5Location. copyLink(BytePointer src_name, Group dst, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidH5Location. link(String curr_name, Group new_loc, String new_name)voidH5Location. link(String curr_name, Group new_loc, String new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidH5Location. link(BytePointer curr_name, Group new_loc, BytePointer new_name)voidH5Location. link(BytePointer curr_name, Group new_loc, BytePointer new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidH5Location. moveLink(String src_name, Group dst, String dst_name)voidH5Location. moveLink(String src_name, Group dst, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)voidH5Location. moveLink(BytePointer src_name, Group dst, BytePointer dst_name)voidH5Location. 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) 
 -