@Namespace(value="cv") public static class opencv_core.SparseMatIterator extends opencv_core.SparseMatConstIterator
The class is similar to cv::SparseMatConstIterator, but can be used for in-place modification of the matrix elements.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.SparseMatIterator()
the default constructor
|
opencv_core.SparseMatIterator(long size)
Native array allocator.
|
opencv_core.SparseMatIterator(opencv_core.SparseMat _m)
the full constructor setting the iterator to the first sparse matrix element
|
opencv_core.SparseMatIterator(opencv_core.SparseMatIterator it)
the copy constructor
|
opencv_core.SparseMatIterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.SparseMatIterator |
increment()
moves iterator to the next element
|
opencv_core.SparseMatIterator |
increment(int arg0)
moves iterator to the next element
|
opencv_core.SparseMat.Node |
node()
returns pointer to the current sparse matrix node.
|
opencv_core.SparseMatIterator |
position(long position) |
opencv_core.SparseMatIterator |
put(opencv_core.SparseMatIterator it)
the assignment operator
|
hashidx, hashidx, m, ptr, ptr, put, seekEndaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_core.SparseMatIterator(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.SparseMatIterator(long size)
Pointer.position(long).public opencv_core.SparseMatIterator()
public opencv_core.SparseMatIterator(opencv_core.SparseMat _m)
public opencv_core.SparseMatIterator(@Const@ByRef opencv_core.SparseMatIterator it)
public opencv_core.SparseMatIterator position(long position)
position in class opencv_core.SparseMatConstIterator@ByRef @Name(value="operator =") public opencv_core.SparseMatIterator put(@Const@ByRef opencv_core.SparseMatIterator it)
public opencv_core.SparseMat.Node node()
node in class opencv_core.SparseMatConstIterator@ByRef @Name(value="operator ++") public opencv_core.SparseMatIterator increment()
increment in class opencv_core.SparseMatConstIterator@ByVal @Name(value="operator ++") public opencv_core.SparseMatIterator increment(int arg0)
increment in class opencv_core.SparseMatConstIteratorCopyright © 2016. All rights reserved.