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 DataSpace
DataSpace. ALL()
\brief Default DataSpace objectsDataSpace
H5Location. getRegion(Pointer ref)
DataSpace
H5Location. getRegion(Pointer ref, int ref_type)
DataSpace
AbstractDs. getSpace()
\brief Gets the dataspace of this abstract dataset - pure virtual.DataSpace
Attribute. getSpace()
DataSpace
DataSet. getSpace()
DataSpace
DataSpace. put(DataSpace rhs)
Methods in org.bytedeco.hdf5 with parameters of type DataSpace Modifier and Type Method Description void
DataSpace. copy(DataSpace like_space)
Attribute
H5Object. createAttribute(String name, DataType type, DataSpace space)
Attribute
H5Object. createAttribute(String name, DataType type, DataSpace space, PropList create_plist)
Attribute
H5Object. createAttribute(BytePointer name, DataType type, DataSpace space)
Attribute
H5Object. createAttribute(BytePointer name, DataType type, DataSpace space, PropList create_plist)
DataSet
H5Location. createDataSet(String name, DataType data_type, DataSpace data_space)
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)
DataSet
H5Location. createDataSet(BytePointer name, DataType data_type, DataSpace data_space, DSetCreatPropList create_plist, DSetAccPropList dapl, LinkCreatPropList lcpl)
void
DataSpace. extentCopy(DataSpace dest_space)
void
DataSet. fillMemBuf(Pointer buf, DataType buf_type, DataSpace space)
void
DataSet. fillMemBuf(Pointer _fill, DataType fill_type, Pointer buf, DataType buf_type, DataSpace space)
long
DataSet. getVlenBufSize(DataType type, DataSpace space)
int
DataSet. iterateElems(Pointer buf, DataType type, DataSpace space, H5D_operator_t op)
int
DataSet. iterateElems(Pointer buf, DataType type, DataSpace space, H5D_operator_t op, Pointer op_data)
DataSpace
DataSpace. put(DataSpace rhs)
void
DataSet. read(BytePointer buf, DataType mem_type, DataSpace mem_space, DataSpace file_space, DSetMemXferPropList xfer_plist)
void
DataSet. read(Pointer buf, DataType mem_type, DataSpace mem_space, DataSpace file_space, DSetMemXferPropList xfer_plist)
void
H5Location. reference(Pointer ref, String name, DataSpace dataspace)
void
H5Location. reference(Pointer ref, String name, DataSpace dataspace, int ref_type)
void
H5Location. reference(Pointer ref, BytePointer name, DataSpace dataspace)
void
H5Location. reference(Pointer ref, BytePointer name, DataSpace dataspace, int ref_type)
void
DSetCreatPropList. setVirtual(DataSpace vspace, String src_fname, String src_dsname, DataSpace sspace)
void
DSetCreatPropList. setVirtual(DataSpace vspace, BytePointer src_fname, BytePointer src_dsname, DataSpace sspace)
static void
DataSet. vlenReclaim(DataType type, DataSpace space, DSetMemXferPropList xfer_plist, Pointer buf)
static void
DataSet. vlenReclaim(Pointer buf, DataType type, DataSpace space, DSetMemXferPropList xfer_plist)
void
DataSet. write(String buf, DataType mem_type, DataSpace mem_space, DataSpace file_space, DSetMemXferPropList xfer_plist)
void
DataSet. write(BytePointer buf, DataType mem_type, DataSpace mem_space, DataSpace file_space, DSetMemXferPropList xfer_plist)
void
DataSet. 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)
-