@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 |
---|---|
CvRect |
getPointer(long i) |
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) |
toString
asBuffer, capacity, get, get, get, get, getString, getStringCodePoints, limit, put, put, put, put, putString, sizeof
address, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public CvRect(Pointer p)
Pointer(Pointer)
.public CvRect(long size)
Pointer.position(long)
.public CvRect()
public CvRect position(long position)
position
in class IntPointer
public CvRect getPointer(long i)
getPointer
in class IntPointer
public int x()
x
in class AbstractCvRect
public CvRect x(int setter)
public int y()
y
in class AbstractCvRect
public CvRect y(int setter)
public int width()
width
in class AbstractCvRect
public CvRect width(int setter)
public int height()
height
in class AbstractCvRect
public CvRect height(int setter)
Copyright © 2024. All rights reserved.