public static class opencv_core.CvSeqBlock extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.CvSeqBlock() |
opencv_core.CvSeqBlock(int size) |
opencv_core.CvSeqBlock(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
opencv_core.CvSeqBlock |
count(int count) |
BytePointer |
data() |
opencv_core.CvSeqBlock |
data(BytePointer data) |
opencv_core.CvSeqBlock |
next() |
opencv_core.CvSeqBlock |
next(opencv_core.CvSeqBlock next) |
opencv_core.CvSeqBlock |
position(int position) |
opencv_core.CvSeqBlock |
prev() |
opencv_core.CvSeqBlock |
prev(opencv_core.CvSeqBlock prev) |
int |
start_index() |
opencv_core.CvSeqBlock |
start_index(int start_index) |
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.CvSeqBlock()
public opencv_core.CvSeqBlock(int size)
public opencv_core.CvSeqBlock(Pointer p)
public opencv_core.CvSeqBlock position(int 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)
public BytePointer data()
public opencv_core.CvSeqBlock data(BytePointer data)
Copyright © 2014. All Rights Reserved.