@Properties(inherit=opencv_core.class) public class CvSparseMatIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| 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() |
CvSparseMatIterator |
curidx(int setter) |
CvSparseMatIterator |
getPointer(long i) |
CvSparseMat |
mat() |
CvSparseMatIterator |
mat(CvSparseMat setter) |
CvSparseNode |
node() |
CvSparseMatIterator |
node(CvSparseNode setter) |
CvSparseMatIterator |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CvSparseMatIterator()
public CvSparseMatIterator(long size)
Pointer.position(long).public CvSparseMatIterator(Pointer p)
Pointer(Pointer).public CvSparseMatIterator position(long position)
public CvSparseMatIterator getPointer(long i)
getPointer in class Pointerpublic CvSparseMat mat()
public CvSparseMatIterator mat(CvSparseMat setter)
public CvSparseNode node()
public CvSparseMatIterator node(CvSparseNode setter)
public int curidx()
public CvSparseMatIterator curidx(int setter)
Copyright © 2021. All rights reserved.