@NoOffset @Properties(inherit=opencv_core.class) public class CvPoint extends AbstractCvPoint
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
ZERO
Constructor and Description |
---|
CvPoint() |
CvPoint(long size)
Native array allocator.
|
CvPoint(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CvPoint |
position(long position) |
int |
x() |
CvPoint |
x(int setter) |
int |
y() |
CvPoint |
y(int setter) |
get, get, put, put, put, put, put, put, put, put, toString
asBuffer, capacity, get, get, getString, getStringCodePoints, limit, put, put, putString, sizeof
address, 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, zero
public CvPoint(Pointer p)
Pointer.Pointer(Pointer)
.public CvPoint(long size)
Pointer.position(long)
.public CvPoint()
public CvPoint position(long position)
position
in class IntPointer
public int x()
x
in class AbstractCvPoint
public CvPoint x(int setter)
x
in class AbstractCvPoint
public int y()
y
in class AbstractCvPoint
public CvPoint y(int setter)
y
in class AbstractCvPoint
Copyright © 2020. All rights reserved.