@NoOffset @Properties(inherit=opencv_core.class) public class CvRect extends AbstractCvRect
Rect_Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CvRect() |
CvRect(long size)
Native array allocator.
|
CvRect(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
height() |
CvRect |
height(int setter) |
CvRect |
position(long position) |
int |
width() |
CvRect |
width(int setter) |
int |
x() |
CvRect |
x(int setter) |
int |
y() |
CvRect |
y(int setter) |
toStringasBuffer, capacity, get, get, get, get, getString, getStringCodePoints, limit, put, put, put, put, putString, sizeofaddress, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvRect(Pointer p)
Pointer.Pointer(Pointer).public CvRect(long size)
Pointer.position(long).public CvRect()
public CvRect position(long position)
position in class IntPointerpublic int x()
x in class AbstractCvRectpublic CvRect x(int setter)
public int y()
y in class AbstractCvRectpublic CvRect y(int setter)
public int width()
width in class AbstractCvRectpublic CvRect width(int setter)
public int height()
height in class AbstractCvRectpublic CvRect height(int setter)
Copyright © 2020. All rights reserved.