public static class opencv_core.SparseMat.Hdr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.SparseMat.Hdr() |
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) |
| 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, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.SparseMat.Hdr()
public opencv_core.SparseMat.Hdr(Pointer p)
public opencv_core.SparseMat.Hdr(int _dims,
IntPointer _sizes,
int _type)
public opencv_core.SparseMat.Hdr(int _dims,
IntBuffer _sizes,
int _type)
public opencv_core.SparseMat.Hdr(int _dims,
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 long nodeSize()
public opencv_core.SparseMat.Hdr nodeSize(long nodeSize)
public long nodeCount()
public opencv_core.SparseMat.Hdr nodeCount(long nodeCount)
public long freeList()
public opencv_core.SparseMat.Hdr freeList(long freeList)
public BytePointer pool()
public opencv_core.SparseMat.Hdr pool(BytePointer pool)
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)
public IntPointer size()
Copyright © 2014. All Rights Reserved.