public static class opencv_core.CvMemStoragePos
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvMemStoragePos()
Default native constructor.
|
CvMemStoragePos(long size)
Native array allocator.
|
CvMemStoragePos(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
free_space() |
opencv_core.CvMemStoragePos |
free_space(int free_space) |
opencv_core.CvMemStoragePos |
position(long position) |
opencv_core.CvMemBlock |
top() |
opencv_core.CvMemStoragePos |
top(opencv_core.CvMemBlock top) |
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 CvMemStoragePos()
public CvMemStoragePos(long size)
Pointer.position(long).public CvMemStoragePos(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvMemStoragePos position(long position)
position in class org.bytedeco.javacpp.Pointerpublic opencv_core.CvMemBlock top()
public opencv_core.CvMemStoragePos top(opencv_core.CvMemBlock top)
public int free_space()
public opencv_core.CvMemStoragePos free_space(int free_space)
Copyright © 2018. All rights reserved.