@Properties(inherit=opencv_core.class) public class CvSeqWriter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvSeqWriter()
Default native constructor.
|
CvSeqWriter(long size)
Native array allocator.
|
CvSeqWriter(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
block_max()
pointer to the end of block
|
CvSeqWriter |
block_max(BytePointer setter) |
BytePointer |
block_min()
pointer to the beginning of block
|
CvSeqWriter |
block_min(BytePointer setter) |
CvSeqBlock |
block()
current block
|
CvSeqWriter |
block(CvSeqBlock setter) |
int |
header_size() |
CvSeqWriter |
header_size(int setter) |
CvSeqWriter |
position(long position) |
BytePointer |
ptr()
pointer to free space
|
CvSeqWriter |
ptr(BytePointer setter) |
CvSeq |
seq()
the sequence written
|
CvSeqWriter |
seq(CvSeq 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, zero
public CvSeqWriter()
public CvSeqWriter(long size)
Pointer.position(long)
.public CvSeqWriter(Pointer p)
Pointer.Pointer(Pointer)
.public CvSeqWriter position(long position)
public int header_size()
public CvSeqWriter header_size(int setter)
public CvSeq seq()
public CvSeqWriter seq(CvSeq setter)
public CvSeqBlock block()
public CvSeqWriter block(CvSeqBlock setter)
@Cast(value="schar*") public BytePointer ptr()
public CvSeqWriter ptr(BytePointer setter)
@Cast(value="schar*") public BytePointer block_min()
public CvSeqWriter block_min(BytePointer setter)
@Cast(value="schar*") public BytePointer block_max()
public CvSeqWriter block_max(BytePointer setter)
Copyright © 2020. All rights reserved.