Uses of Class
org.bytedeco.hdf5.LinkCreatPropList
-
Packages that use LinkCreatPropList Package Description org.bytedeco.hdf5 -
-
Uses of LinkCreatPropList in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 that return LinkCreatPropList Modifier and Type Method Description static LinkCreatPropList
LinkCreatPropList. DEFAULT()
\brief Default link creation property list.Methods in org.bytedeco.hdf5 with parameters of type LinkCreatPropList Modifier and Type Method Description void
H5Location. copyLink(String src_name, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
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, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. copyLink(BytePointer src_name, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
DataSet
H5Location. createDataSet(String name, DataType data_type, DataSpace data_space, DSetCreatPropList create_plist, DSetAccPropList dapl, LinkCreatPropList lcpl)
DataSet
H5Location. createDataSet(BytePointer name, DataType data_type, DataSpace data_space, DSetCreatPropList create_plist, DSetAccPropList dapl, LinkCreatPropList lcpl)
Group
H5Location. createGroup(String name, LinkCreatPropList lcpl)
Group
H5Location. createGroup(BytePointer name, LinkCreatPropList lcpl)
void
H5Location. link(String curr_name, long same_loc, String new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. link(String target_name, String link_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. link(String curr_name, Group new_loc, String new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. link(BytePointer curr_name, long same_loc, BytePointer new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. link(BytePointer curr_name, Group new_loc, BytePointer new_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. link(BytePointer target_name, BytePointer link_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. moveLink(String src_name, String dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
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, LinkCreatPropList lcpl, LinkAccPropList lapl)
void
H5Location. moveLink(BytePointer src_name, BytePointer dst_name, LinkCreatPropList lcpl, LinkAccPropList lapl)
Constructors in org.bytedeco.hdf5 with parameters of type LinkCreatPropList Constructor Description LinkCreatPropList(LinkCreatPropList original)
-