public static class opencv_core.CvSparseMatIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.CvSparseMatIterator() |
opencv_core.CvSparseMatIterator(int size) |
opencv_core.CvSparseMatIterator(Pointer p) |
| 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(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.CvSparseMatIterator()
public opencv_core.CvSparseMatIterator(int size)
public opencv_core.CvSparseMatIterator(Pointer p)
public opencv_core.CvSparseMatIterator position(int 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 © 2014. All Rights Reserved.