@NoOffset public static class SparseMat.Hdr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Hdr(int _dims,
int[] _sizes,
int _type) |
Hdr(int _dims,
IntBuffer _sizes,
int _type) |
Hdr(int _dims,
IntPointer _sizes,
int _type) |
Hdr(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
dims() |
SparseMat.Hdr |
dims(int setter) |
long |
freeList() |
SparseMat.Hdr |
freeList(long setter) |
SizeTPointer |
hashtab() |
SparseMat.Hdr |
hashtab(SizeTPointer setter) |
long |
nodeCount() |
SparseMat.Hdr |
nodeCount(long setter) |
long |
nodeSize() |
SparseMat.Hdr |
nodeSize(long setter) |
BytePointer |
pool() |
SparseMat.Hdr |
pool(BytePointer setter) |
int |
refcount() |
SparseMat.Hdr |
refcount(int setter) |
IntPointer |
size() |
int |
size(int i) |
SparseMat.Hdr |
size(int i,
int setter) |
int |
valueOffset() |
SparseMat.Hdr |
valueOffset(int setter) |
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 Hdr(Pointer p)
Pointer(Pointer)
.public Hdr(int _dims, @Const IntPointer _sizes, int _type)
public Hdr(int _dims, @Const int[] _sizes, int _type)
public void clear()
public int refcount()
public SparseMat.Hdr refcount(int setter)
public int dims()
public SparseMat.Hdr dims(int setter)
public int valueOffset()
public SparseMat.Hdr valueOffset(int setter)
public SparseMat.Hdr nodeSize(long setter)
public SparseMat.Hdr nodeCount(long setter)
public SparseMat.Hdr freeList(long setter)
@Cast(value="uchar*") @StdVector public BytePointer pool()
public SparseMat.Hdr pool(BytePointer setter)
@Cast(value="size_t*") @StdVector public SizeTPointer hashtab()
public SparseMat.Hdr hashtab(SizeTPointer setter)
public int size(int i)
public SparseMat.Hdr size(int i, int setter)
@MemberGetter public IntPointer size()
Copyright © 2024. All rights reserved.