public abstract static class opencv_core.AbstractCvSize2D32f extends FloatPointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.AbstractCvSize2D32f() |
opencv_core.AbstractCvSize2D32f(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
abstract float |
height() |
abstract opencv_core.CvSize2D32f |
height(float height) |
String |
toString() |
abstract float |
width() |
abstract opencv_core.CvSize2D32f |
width(float width) |
asBuffer, capacity, get, get, get, get, limit, position, put, put, put, putaddress, asByteBuffer, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, withDeallocator, zeropublic opencv_core.AbstractCvSize2D32f()
public opencv_core.AbstractCvSize2D32f(Pointer p)
public abstract float width()
public abstract opencv_core.CvSize2D32f width(float width)
public abstract float height()
public abstract opencv_core.CvSize2D32f height(float height)
Copyright © 2014. All Rights Reserved.