public static class opencv_core.CvSparseMatIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CvSparseMatIterator()
Default native constructor.
|
CvSparseMatIterator(long size)
Native array allocator.
|
CvSparseMatIterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
curidx() |
opencv_core.CvSparseMatIterator |
curidx(int curidx) |
opencv_core.CvSparseMat |
mat() |
opencv_core.CvSparseMatIterator |
mat(opencv_core.CvSparseMat mat) |
opencv_core.CvSparseNode |
node() |
opencv_core.CvSparseMatIterator |
node(opencv_core.CvSparseNode node) |
opencv_core.CvSparseMatIterator |
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 CvSparseMatIterator()
public CvSparseMatIterator(long size)
Pointer.position(long).public CvSparseMatIterator(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvSparseMatIterator position(long position)
public opencv_core.CvSparseMat mat()
public opencv_core.CvSparseMatIterator mat(opencv_core.CvSparseMat mat)
public opencv_core.CvSparseNode node()
public opencv_core.CvSparseMatIterator node(opencv_core.CvSparseNode node)
public int curidx()
public opencv_core.CvSparseMatIterator curidx(int curidx)
Copyright © 2017. All rights reserved.