public static class opencv_core.SparseMat.Node extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.SparseMat.Node()
Default native constructor.
|
opencv_core.SparseMat.Node(long size)
Native array allocator.
|
opencv_core.SparseMat.Node(Pointer p)
Pointer cast constructor.
|
| 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(long position) |
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, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_core.SparseMat.Node()
public opencv_core.SparseMat.Node(long size)
Pointer.position(long).public opencv_core.SparseMat.Node(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.SparseMat.Node position(long position)
public opencv_core.SparseMat.Node hashval(long hashval)
public opencv_core.SparseMat.Node next(long next)
public int idx(int i)
public opencv_core.SparseMat.Node idx(int i, int idx)
@MemberGetter public IntPointer idx()
Copyright © 2016. All rights reserved.