@NoOffset public static class opencv_core.CvSize2D32f extends opencv_core.AbstractCvSize2D32f
| Constructor and Description |
|---|
CvSize2D32f() |
CvSize2D32f(float w,
float h) |
CvSize2D32f(long size)
Native array allocator.
|
CvSize2D32f(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
height() |
opencv_core.CvSize2D32f |
height(float height) |
opencv_core.CvSize2D32f |
position(long position) |
float |
width() |
opencv_core.CvSize2D32f |
width(float width) |
toStringasBuffer, capacity, get, get, get, get, limit, put, put, put, putaddress, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvSize2D32f(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CvSize2D32f(long size)
Pointer.position(long).public CvSize2D32f(float w,
float h)
public CvSize2D32f()
public opencv_core.CvSize2D32f position(long position)
position in class org.bytedeco.javacpp.FloatPointerpublic float width()
width in class opencv_core.AbstractCvSize2D32fpublic opencv_core.CvSize2D32f width(float width)
width in class opencv_core.AbstractCvSize2D32fpublic float height()
height in class opencv_core.AbstractCvSize2D32fpublic opencv_core.CvSize2D32f height(float height)
height in class opencv_core.AbstractCvSize2D32fCopyright © 2018. All rights reserved.