public static class opencv_core.SparseMat.Node extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.SparseMat.Node() |
opencv_core.SparseMat.Node(int size) |
opencv_core.SparseMat.Node(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
long |
hashval()
hash value
|
opencv_core.SparseMat.Node |
hashval(long hashval) |
IntPointer |
idx() |
int |
idx(int i)
index of the matrix element
|
opencv_core.SparseMat.Node |
idx(int i,
int idx) |
long |
next()
index of the next node in the same hash table entry
|
opencv_core.SparseMat.Node |
next(long next) |
opencv_core.SparseMat.Node |
position(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.SparseMat.Node()
public opencv_core.SparseMat.Node(int size)
public opencv_core.SparseMat.Node(Pointer p)
public opencv_core.SparseMat.Node position(int position)
public long hashval()
public opencv_core.SparseMat.Node hashval(long hashval)
public long next()
public opencv_core.SparseMat.Node next(long next)
public int idx(int i)
public opencv_core.SparseMat.Node idx(int i, int idx)
public IntPointer idx()
Copyright © 2014. All Rights Reserved.