@Properties(inherit=opencv_core.class) public abstract class AbstractCvPoint2D64f extends DoublePointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AbstractCvPoint2D64f(Pointer p) |
Modifier and Type | Method and Description |
---|---|
CvPoint2D64f |
get(double[] pts) |
CvPoint2D64f |
get(double[] pts,
int offset,
int length) |
CvPoint2D64f |
put(CvPoint o) |
CvPoint2D64f |
put(CvPoint2D32f o) |
CvPoint2D64f |
put(CvPoint2D64f o) |
CvPoint2D64f |
put(double... pts) |
CvPoint2D64f |
put(double[] pts,
int offset,
int length) |
CvPoint2D64f |
put(double x,
double y) |
String |
toString() |
abstract double |
x() |
abstract CvPoint2D64f |
x(double x) |
abstract double |
y() |
abstract CvPoint2D64f |
y(double y) |
asBuffer, capacity, get, get, limit, position, put, put, 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 AbstractCvPoint2D64f(Pointer p)
public abstract double x()
public abstract CvPoint2D64f x(double x)
public abstract double y()
public abstract CvPoint2D64f y(double y)
public CvPoint2D64f get(double[] pts)
get
in class DoublePointer
public CvPoint2D64f get(double[] pts, int offset, int length)
get
in class DoublePointer
public final CvPoint2D64f put(double[] pts, int offset, int length)
put
in class DoublePointer
public final CvPoint2D64f put(double... pts)
put
in class DoublePointer
public CvPoint2D64f put(double x, double y)
public CvPoint2D64f put(CvPoint o)
public CvPoint2D64f put(CvPoint2D32f o)
public CvPoint2D64f put(CvPoint2D64f o)
Copyright © 2020. All rights reserved.