@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, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic 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 Pointerpublic CvMemBlock prev()
public CvMemBlock prev(CvMemBlock setter)
public CvMemBlock next()
public CvMemBlock next(CvMemBlock setter)
Copyright © 2021. All rights reserved.