@Properties(inherit=opencv_core.class) public class CvMemBlock extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvMemBlock()
Default native constructor.
|
CvMemBlock(long size)
Native array allocator.
|
CvMemBlock(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CvMemBlock |
getPointer(long i) |
CvMemBlock |
next() |
CvMemBlock |
next(CvMemBlock setter) |
CvMemBlock |
position(long position) |
CvMemBlock |
prev() |
CvMemBlock |
prev(CvMemBlock setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public CvMemBlock()
public CvMemBlock(long size)
Pointer.position(long)
.public CvMemBlock(Pointer p)
Pointer(Pointer)
.public CvMemBlock position(long position)
public CvMemBlock getPointer(long i)
getPointer
in class Pointer
public CvMemBlock prev()
public CvMemBlock prev(CvMemBlock setter)
public CvMemBlock next()
public CvMemBlock next(CvMemBlock setter)
Copyright © 2024. All rights reserved.