public abstract static class opencv_core.AbstractCvSize extends IntPointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static opencv_core.CvSize |
ZERO |
| Constructor and Description |
|---|
opencv_core.AbstractCvSize() |
opencv_core.AbstractCvSize(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
height() |
abstract opencv_core.CvSize |
height(int height) |
String |
toString() |
abstract int |
width() |
abstract opencv_core.CvSize |
width(int width) |
asBuffer, capacity, get, get, get, get, getString, getStringCodePoints, limit, position, put, put, put, put, putStringaddress, asByteBuffer, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, withDeallocator, zeropublic static final opencv_core.CvSize ZERO
public opencv_core.AbstractCvSize()
public opencv_core.AbstractCvSize(Pointer p)
public abstract int width()
public abstract opencv_core.CvSize width(int width)
public abstract int height()
public abstract opencv_core.CvSize height(int height)
Copyright © 2014. All Rights Reserved.