public static class opencv_core.CvSeqBlock extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.CvSeqBlock()
Default native constructor.
|
opencv_core.CvSeqBlock(long size)
Native array allocator.
|
opencv_core.CvSeqBlock(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
count()
Number of elements in the block.
|
opencv_core.CvSeqBlock |
count(int count) |
BytePointer |
data()
Pointer to the first element of the block.
|
opencv_core.CvSeqBlock |
data(BytePointer data) |
opencv_core.CvSeqBlock |
next()
Next sequence block.
|
opencv_core.CvSeqBlock |
next(opencv_core.CvSeqBlock next) |
opencv_core.CvSeqBlock |
position(long position) |
opencv_core.CvSeqBlock |
prev()
Previous sequence block.
|
opencv_core.CvSeqBlock |
prev(opencv_core.CvSeqBlock prev) |
int |
start_index()
sequence->first->start_index.
|
opencv_core.CvSeqBlock |
start_index(int start_index) |
address, 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.CvSeqBlock()
public opencv_core.CvSeqBlock(long size)
Pointer.position(long).public opencv_core.CvSeqBlock(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvSeqBlock position(long position)
public opencv_core.CvSeqBlock prev()
public opencv_core.CvSeqBlock prev(opencv_core.CvSeqBlock prev)
public opencv_core.CvSeqBlock next()
public opencv_core.CvSeqBlock next(opencv_core.CvSeqBlock next)
public int start_index()
public opencv_core.CvSeqBlock start_index(int start_index)
public int count()
public opencv_core.CvSeqBlock count(int count)
@Cast(value="schar*") public BytePointer data()
public opencv_core.CvSeqBlock data(BytePointer data)
Copyright © 2016. All rights reserved.