@Properties(inherit=opencv_core.class) public class CvSeqBlock extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CvSeqBlock()
Default native constructor.
|
CvSeqBlock(long size)
Native array allocator.
|
CvSeqBlock(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
count()
Number of elements in the block.
|
CvSeqBlock |
count(int setter) |
BytePointer |
data()
Pointer to the first element of the block.
|
CvSeqBlock |
data(BytePointer setter) |
CvSeqBlock |
next()
Next sequence block.
|
CvSeqBlock |
next(CvSeqBlock setter) |
CvSeqBlock |
position(long position) |
CvSeqBlock |
prev()
Previous sequence block.
|
CvSeqBlock |
prev(CvSeqBlock setter) |
int |
start_index()
sequence->first->start_index.
|
CvSeqBlock |
start_index(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvSeqBlock()
public CvSeqBlock(long size)
Pointer.position(long).public CvSeqBlock(Pointer p)
Pointer.Pointer(Pointer).public CvSeqBlock position(long position)
public CvSeqBlock prev()
public CvSeqBlock prev(CvSeqBlock setter)
public CvSeqBlock next()
public CvSeqBlock next(CvSeqBlock setter)
public int start_index()
public CvSeqBlock start_index(int setter)
public int count()
public CvSeqBlock count(int setter)
@Cast(value="schar*") public BytePointer data()
public CvSeqBlock data(BytePointer setter)
Copyright © 2020. All rights reserved.