public static class opencv_core.SparseMatConstIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.SparseMatConstIterator()
the default constructor
|
opencv_core.SparseMatConstIterator(int size) |
opencv_core.SparseMatConstIterator(opencv_core.SparseMat _m)
the full constructor setting the iterator to the first sparse matrix element
|
opencv_core.SparseMatConstIterator(opencv_core.SparseMatConstIterator it)
the copy constructor
|
opencv_core.SparseMatConstIterator(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
long |
hashidx() |
opencv_core.SparseMatConstIterator |
hashidx(long hashidx) |
opencv_core.SparseMatConstIterator |
increment()
moves iterator to the next element
|
opencv_core.SparseMatConstIterator |
increment(int arg0)
moves iterator to the next element
|
opencv_core.SparseMat |
m() |
opencv_core.SparseMat.Node |
node()
returns the current node of the sparse matrix.
|
opencv_core.SparseMatConstIterator |
position(int position) |
BytePointer |
ptr() |
opencv_core.SparseMatConstIterator |
ptr(BytePointer ptr) |
opencv_core.SparseMatConstIterator |
put(opencv_core.SparseMatConstIterator it)
the assignment operator
|
void |
seekEnd()
moves iterator to the element after the last element
|
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.SparseMatConstIterator(Pointer p)
public opencv_core.SparseMatConstIterator(int size)
public opencv_core.SparseMatConstIterator()
public opencv_core.SparseMatConstIterator(opencv_core.SparseMat _m)
public opencv_core.SparseMatConstIterator(opencv_core.SparseMatConstIterator it)
public opencv_core.SparseMatConstIterator position(int position)
public opencv_core.SparseMatConstIterator put(opencv_core.SparseMatConstIterator it)
public opencv_core.SparseMat.Node node()
public opencv_core.SparseMatConstIterator increment()
public opencv_core.SparseMatConstIterator increment(int arg0)
public void seekEnd()
public opencv_core.SparseMat m()
public long hashidx()
public opencv_core.SparseMatConstIterator hashidx(long hashidx)
public BytePointer ptr()
public opencv_core.SparseMatConstIterator ptr(BytePointer ptr)
Copyright © 2014. All Rights Reserved.