@NoOffset public static class opencv_core.SparseMat.Hdr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.SparseMat.Hdr(int _dims,
int[] _sizes,
int _type) |
opencv_core.SparseMat.Hdr(int _dims,
IntBuffer _sizes,
int _type) |
opencv_core.SparseMat.Hdr(int _dims,
IntPointer _sizes,
int _type) |
opencv_core.SparseMat.Hdr(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
dims() |
opencv_core.SparseMat.Hdr |
dims(int dims) |
long |
freeList() |
opencv_core.SparseMat.Hdr |
freeList(long freeList) |
SizeTPointer |
hashtab() |
opencv_core.SparseMat.Hdr |
hashtab(SizeTPointer hashtab) |
long |
nodeCount() |
opencv_core.SparseMat.Hdr |
nodeCount(long nodeCount) |
long |
nodeSize() |
opencv_core.SparseMat.Hdr |
nodeSize(long nodeSize) |
BytePointer |
pool() |
opencv_core.SparseMat.Hdr |
pool(BytePointer pool) |
int |
refcount() |
opencv_core.SparseMat.Hdr |
refcount(int refcount) |
IntPointer |
size() |
int |
size(int i) |
opencv_core.SparseMat.Hdr |
size(int i,
int size) |
int |
valueOffset() |
opencv_core.SparseMat.Hdr |
valueOffset(int valueOffset) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_core.SparseMat.Hdr(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.SparseMat.Hdr(int _dims,
@Const
IntPointer _sizes,
int _type)
public opencv_core.SparseMat.Hdr(int _dims,
@Const
IntBuffer _sizes,
int _type)
public opencv_core.SparseMat.Hdr(int _dims,
@Const
int[] _sizes,
int _type)
public void clear()
public int refcount()
public opencv_core.SparseMat.Hdr refcount(int refcount)
public int dims()
public opencv_core.SparseMat.Hdr dims(int dims)
public int valueOffset()
public opencv_core.SparseMat.Hdr valueOffset(int valueOffset)
public opencv_core.SparseMat.Hdr nodeSize(long nodeSize)
public opencv_core.SparseMat.Hdr nodeCount(long nodeCount)
public opencv_core.SparseMat.Hdr freeList(long freeList)
@Cast(value="uchar*") @StdVector public BytePointer pool()
public opencv_core.SparseMat.Hdr pool(BytePointer pool)
@Cast(value="size_t*") @StdVector public SizeTPointer hashtab()
public opencv_core.SparseMat.Hdr hashtab(SizeTPointer hashtab)
public int size(int i)
public opencv_core.SparseMat.Hdr size(int i, int size)
@MemberGetter public IntPointer size()
Copyright © 2016. All rights reserved.