Uses of Class
org.bytedeco.hdf5.DataSpace
- 
Packages that use DataSpace Package Description org.bytedeco.hdf5  - 
- 
Uses of DataSpace in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 that return DataSpace Modifier and Type Method Description static DataSpaceDataSpace. ALL()\brief Default DataSpace objectsDataSpaceH5Location. getRegion(Pointer ref)DataSpaceH5Location. getRegion(Pointer ref, int ref_type)DataSpaceAbstractDs. getSpace()\brief Gets the dataspace of this abstract dataset - pure virtual.DataSpaceAttribute. getSpace()DataSpaceDataSet. getSpace()DataSpaceDataSpace. put(DataSpace rhs)Methods in org.bytedeco.hdf5 with parameters of type DataSpace Modifier and Type Method Description voidDataSpace. copy(DataSpace like_space)AttributeH5Object. createAttribute(String name, DataType type, DataSpace space)AttributeH5Object. createAttribute(String name, DataType type, DataSpace space, PropList create_plist)AttributeH5Object. createAttribute(BytePointer name, DataType type, DataSpace space)AttributeH5Object. createAttribute(BytePointer name, DataType type, DataSpace space, PropList create_plist)DataSetH5Location. createDataSet(String name, DataType data_type, DataSpace data_space)DataSetH5Location. createDataSet(String name, DataType data_type, DataSpace data_space, DSetCreatPropList create_plist, DSetAccPropList dapl, LinkCreatPropList lcpl)DataSetH5Location. createDataSet(BytePointer name, DataType data_type, DataSpace data_space)DataSetH5Location. createDataSet(BytePointer name, DataType data_type, DataSpace data_space, DSetCreatPropList create_plist, DSetAccPropList dapl, LinkCreatPropList lcpl)voidDataSpace. extentCopy(DataSpace dest_space)voidDataSet. fillMemBuf(Pointer buf, DataType buf_type, DataSpace space)voidDataSet. fillMemBuf(Pointer _fill, DataType fill_type, Pointer buf, DataType buf_type, DataSpace space)longDataSet. getVlenBufSize(DataType type, DataSpace space)intDataSet. iterateElems(Pointer buf, DataType type, DataSpace space, H5D_operator_t op)intDataSet. iterateElems(Pointer buf, DataType type, DataSpace space, H5D_operator_t op, Pointer op_data)DataSpaceDataSpace. put(DataSpace rhs)voidDataSet. read(BytePointer buf, DataType mem_type, DataSpace mem_space, DataSpace file_space, DSetMemXferPropList xfer_plist)voidDataSet. read(Pointer buf, DataType mem_type, DataSpace mem_space, DataSpace file_space, DSetMemXferPropList xfer_plist)voidH5Location. reference(Pointer ref, String name, DataSpace dataspace)voidH5Location. reference(Pointer ref, String name, DataSpace dataspace, int ref_type)voidH5Location. reference(Pointer ref, BytePointer name, DataSpace dataspace)voidH5Location. reference(Pointer ref, BytePointer name, DataSpace dataspace, int ref_type)voidDSetCreatPropList. setVirtual(DataSpace vspace, String src_fname, String src_dsname, DataSpace sspace)voidDSetCreatPropList. setVirtual(DataSpace vspace, BytePointer src_fname, BytePointer src_dsname, DataSpace sspace)static voidDataSet. vlenReclaim(DataType type, DataSpace space, DSetMemXferPropList xfer_plist, Pointer buf)static voidDataSet. vlenReclaim(Pointer buf, DataType type, DataSpace space, DSetMemXferPropList xfer_plist)voidDataSet. write(String buf, DataType mem_type, DataSpace mem_space, DataSpace file_space, DSetMemXferPropList xfer_plist)voidDataSet. write(BytePointer buf, DataType mem_type, DataSpace mem_space, DataSpace file_space, DSetMemXferPropList xfer_plist)voidDataSet. write(Pointer buf, DataType mem_type, DataSpace mem_space, DataSpace file_space, DSetMemXferPropList xfer_plist)Constructors in org.bytedeco.hdf5 with parameters of type DataSpace Constructor Description DataSpace(DataSpace original) 
 -