public static class opencv_core.SparseMat.Node extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Node()
Default native constructor.
|
Node(long size)
Native array allocator.
|
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, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic Node()
public Node(long size)
Pointer.position(long).public 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 © 2017. All rights reserved.