public abstract static class opencv_core.AbstractCvMemStorage extends Pointer
| Modifier and Type | Class and Description |
|---|---|
protected static class |
opencv_core.AbstractCvMemStorage.ReleaseDeallocator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.AbstractCvMemStorage(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvMemStorage |
create()
Calls cvCreateMemStorage(0), and registers a deallocator.
|
static opencv_core.CvMemStorage |
create(int block_size)
Calls cvCreateMemStorage(), and registers a deallocator.
|
void |
release()
Calls the deallocator, if registered, otherwise has no effect.
|
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_core.AbstractCvMemStorage(Pointer p)
public static opencv_core.CvMemStorage create(int block_size)
public static opencv_core.CvMemStorage create()
public void release()
Copyright © 2016. All rights reserved.