public static class opencv_core.SparseMat.Node
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Node()
Default native constructor.
|
Node(long size)
Native array allocator.
|
Node(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
hashval()
hash value
|
opencv_core.SparseMat.Node |
hashval(long hashval) |
org.bytedeco.javacpp.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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Node()
public Node(long size)
Pointer.position(long).public Node(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.SparseMat.Node position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="size_t") public long hashval()
public opencv_core.SparseMat.Node hashval(long hashval)
@Cast(value="size_t") 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)
@MemberGetter public org.bytedeco.javacpp.IntPointer idx()
Copyright © 2018. All rights reserved.