public static class opencv_core.CvSeqBlock
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvSeqBlock()
Default native constructor.
|
CvSeqBlock(long size)
Native array allocator.
|
CvSeqBlock(org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.BytePointer |
data()
Pointer to the first element of the block.
|
opencv_core.CvSeqBlock |
data(org.bytedeco.javacpp.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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvSeqBlock()
public CvSeqBlock(long size)
Pointer.position(long).public CvSeqBlock(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvSeqBlock position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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 org.bytedeco.javacpp.BytePointer data()
public opencv_core.CvSeqBlock data(org.bytedeco.javacpp.BytePointer data)
Copyright © 2018. All rights reserved.