@Namespace(value="H5") @NoOffset @Properties(inherit=hdf5.class) public class DataSpace extends IdComponent
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DataSpace() |
DataSpace(DataSpace original) |
DataSpace(int type) |
DataSpace(int rank,
long... dims) |
DataSpace(int rank,
long[] dims,
long... maxdims) |
DataSpace(int rank,
LongBuffer dims) |
DataSpace(int rank,
LongBuffer dims,
LongBuffer maxdims) |
DataSpace(int rank,
LongPointer dims) |
DataSpace(int rank,
LongPointer dims,
LongPointer maxdims) |
DataSpace(long space_id) |
DataSpace(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
_close() |
static DataSpace |
ALL()
\brief Default DataSpace objects
|
void |
copy(DataSpace like_space) |
static void |
deleteConstants() |
void |
extentCopy(DataSpace dest_space) |
BytePointer |
fromClass()
\brief Returns this class name.
|
long |
getId() |
void |
getSelectBounds(long[] start,
long... end) |
void |
getSelectBounds(LongBuffer start,
LongBuffer end) |
void |
getSelectBounds(LongPointer start,
LongPointer end) |
long |
getSelectElemNpoints() |
void |
getSelectElemPointlist(long startpoint,
long numpoints,
long... buf) |
void |
getSelectElemPointlist(long startpoint,
long numpoints,
LongBuffer buf) |
void |
getSelectElemPointlist(long startpoint,
long numpoints,
LongPointer buf) |
void |
getSelectHyperBlocklist(long startblock,
long numblocks,
long... buf) |
void |
getSelectHyperBlocklist(long startblock,
long numblocks,
LongBuffer buf) |
void |
getSelectHyperBlocklist(long startblock,
long numblocks,
LongPointer buf) |
long |
getSelectHyperNblocks() |
long |
getSelectNpoints() |
int |
getSimpleExtentDims(long... dims) |
int |
getSimpleExtentDims(long[] dims,
long... maxdims) |
int |
getSimpleExtentDims(LongBuffer dims) |
int |
getSimpleExtentDims(LongBuffer dims,
LongBuffer maxdims) |
int |
getSimpleExtentDims(LongPointer dims) |
int |
getSimpleExtentDims(LongPointer dims,
LongPointer maxdims) |
int |
getSimpleExtentNdims() |
long |
getSimpleExtentNpoints() |
int |
getSimpleExtentType() |
boolean |
isSimple() |
void |
offsetSimple(long... offset) |
void |
offsetSimple(LongBuffer offset) |
void |
offsetSimple(LongPointer offset) |
DataSpace |
put(DataSpace rhs) |
void |
selectAll() |
void |
selectElements(int op,
long num_elements,
long... coord) |
void |
selectElements(int op,
long num_elements,
LongBuffer coord) |
void |
selectElements(int op,
long num_elements,
LongPointer coord) |
void |
selectHyperslab(int op,
long[] count,
long... start) |
void |
selectHyperslab(int op,
long[] count,
long[] start,
long[] stride,
long... block) |
void |
selectHyperslab(int op,
LongBuffer count,
LongBuffer start) |
void |
selectHyperslab(int op,
LongBuffer count,
LongBuffer start,
LongBuffer stride,
LongBuffer block) |
void |
selectHyperslab(int op,
LongPointer count,
LongPointer start) |
void |
selectHyperslab(int op,
LongPointer count,
LongPointer start,
LongPointer stride,
LongPointer block) |
void |
selectNone() |
boolean |
selectValid() |
void |
setExtentNone() |
void |
setExtentSimple(int rank,
long... current_size) |
void |
setExtentSimple(int rank,
long[] current_size,
long... maximum_size) |
void |
setExtentSimple(int rank,
LongBuffer current_size) |
void |
setExtentSimple(int rank,
LongBuffer current_size,
LongBuffer maximum_size) |
void |
setExtentSimple(int rank,
LongPointer current_size) |
void |
setExtentSimple(int rank,
LongPointer current_size,
LongPointer maximum_size) |
decRefCount, decRefCount, getCounter, getCounter, getHDFObjType, getHDFObjType, getNumMembers, incRefCount, incRefCount, inMemFunc, inMemFunc, isValid, put, setId, typeExists
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public DataSpace(Pointer p)
Pointer(Pointer)
.public DataSpace()
public DataSpace(int rank, @Cast(value="const hsize_t*") LongPointer dims, @Cast(value="const hsize_t*") LongPointer maxdims)
public DataSpace(int rank, @Cast(value="const hsize_t*") LongPointer dims)
public DataSpace(int rank, @Cast(value="const hsize_t*") LongBuffer dims, @Cast(value="const hsize_t*") LongBuffer maxdims)
public DataSpace(int rank, @Cast(value="const hsize_t*") LongBuffer dims)
public DataSpace(int rank, @Cast(value="const hsize_t*") long[] dims, @Cast(value="const hsize_t*") long... maxdims)
@MemberGetter @Const @ByRef public static DataSpace ALL()
@Name(value="close") public void _close()
_close
in class IdComponent
public void getSelectBounds(@Cast(value="hsize_t*") LongPointer start, @Cast(value="hsize_t*") LongPointer end)
public void getSelectBounds(@Cast(value="hsize_t*") LongBuffer start, @Cast(value="hsize_t*") LongBuffer end)
public void getSelectBounds(@Cast(value="hsize_t*") long[] start, @Cast(value="hsize_t*") long... end)
public void getSelectElemPointlist(@Cast(value="hsize_t") long startpoint, @Cast(value="hsize_t") long numpoints, @Cast(value="hsize_t*") LongPointer buf)
public void getSelectElemPointlist(@Cast(value="hsize_t") long startpoint, @Cast(value="hsize_t") long numpoints, @Cast(value="hsize_t*") LongBuffer buf)
public void getSelectElemPointlist(@Cast(value="hsize_t") long startpoint, @Cast(value="hsize_t") long numpoints, @Cast(value="hsize_t*") long... buf)
public void getSelectHyperBlocklist(@Cast(value="hsize_t") long startblock, @Cast(value="hsize_t") long numblocks, @Cast(value="hsize_t*") LongPointer buf)
public void getSelectHyperBlocklist(@Cast(value="hsize_t") long startblock, @Cast(value="hsize_t") long numblocks, @Cast(value="hsize_t*") LongBuffer buf)
public void getSelectHyperBlocklist(@Cast(value="hsize_t") long startblock, @Cast(value="hsize_t") long numblocks, @Cast(value="hsize_t*") long... buf)
public int getSimpleExtentDims(@Cast(value="hsize_t*") LongPointer dims, @Cast(value="hsize_t*") LongPointer maxdims)
public int getSimpleExtentDims(@Cast(value="hsize_t*") LongPointer dims)
public int getSimpleExtentDims(@Cast(value="hsize_t*") LongBuffer dims, @Cast(value="hsize_t*") LongBuffer maxdims)
public int getSimpleExtentDims(@Cast(value="hsize_t*") LongBuffer dims)
public int getSimpleExtentDims(@Cast(value="hsize_t*") long[] dims, @Cast(value="hsize_t*") long... maxdims)
public int getSimpleExtentNdims()
public void offsetSimple(@Cast(value="const hssize_t*") LongPointer offset)
public void offsetSimple(@Cast(value="const hssize_t*") LongBuffer offset)
public void selectAll()
public void selectElements(@Cast(value="H5S_seloper_t") int op, @Cast(value="const size_t") long num_elements, @Cast(value="const hsize_t*") LongPointer coord)
public void selectElements(@Cast(value="H5S_seloper_t") int op, @Cast(value="const size_t") long num_elements, @Cast(value="const hsize_t*") LongBuffer coord)
public void selectElements(@Cast(value="H5S_seloper_t") int op, @Cast(value="const size_t") long num_elements, @Cast(value="const hsize_t*") long... coord)
public void selectHyperslab(@Cast(value="H5S_seloper_t") int op, @Cast(value="const hsize_t*") LongPointer count, @Cast(value="const hsize_t*") LongPointer start, @Cast(value="const hsize_t*") LongPointer stride, @Cast(value="const hsize_t*") LongPointer block)
public void selectHyperslab(@Cast(value="H5S_seloper_t") int op, @Cast(value="const hsize_t*") LongPointer count, @Cast(value="const hsize_t*") LongPointer start)
public void selectHyperslab(@Cast(value="H5S_seloper_t") int op, @Cast(value="const hsize_t*") LongBuffer count, @Cast(value="const hsize_t*") LongBuffer start, @Cast(value="const hsize_t*") LongBuffer stride, @Cast(value="const hsize_t*") LongBuffer block)
public void selectHyperslab(@Cast(value="H5S_seloper_t") int op, @Cast(value="const hsize_t*") LongBuffer count, @Cast(value="const hsize_t*") LongBuffer start)
public void selectHyperslab(@Cast(value="H5S_seloper_t") int op, @Cast(value="const hsize_t*") long[] count, @Cast(value="const hsize_t*") long[] start, @Cast(value="const hsize_t*") long[] stride, @Cast(value="const hsize_t*") long... block)
public void selectHyperslab(@Cast(value="H5S_seloper_t") int op, @Cast(value="const hsize_t*") long[] count, @Cast(value="const hsize_t*") long... start)
public void selectNone()
public void setExtentNone()
public void setExtentSimple(int rank, @Cast(value="const hsize_t*") LongPointer current_size, @Cast(value="const hsize_t*") LongPointer maximum_size)
public void setExtentSimple(int rank, @Cast(value="const hsize_t*") LongPointer current_size)
public void setExtentSimple(int rank, @Cast(value="const hsize_t*") LongBuffer current_size, @Cast(value="const hsize_t*") LongBuffer maximum_size)
public void setExtentSimple(int rank, @Cast(value="const hsize_t*") LongBuffer current_size)
public void setExtentSimple(int rank, @Cast(value="const hsize_t*") long[] current_size, @Cast(value="const hsize_t*") long... maximum_size)
public void setExtentSimple(int rank, @Cast(value="const hsize_t*") long... current_size)
@StdString public BytePointer fromClass()
fromClass
in class IdComponent
@Cast(value="hid_t") public long getId()
getId
in class IdComponent
public static void deleteConstants()
Copyright © 2024. All rights reserved.