@NoOffset @Properties(inherit=opencv_core.class) public class CvPoint2D64f extends AbstractCvPoint2D64f
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
CvPoint2D64f() |
CvPoint2D64f(long size)
Native array allocator.
|
CvPoint2D64f(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
CvPoint2D64f |
getPointer(long i) |
CvPoint2D64f |
position(long position) |
double |
x() |
CvPoint2D64f |
x(double setter) |
double |
y() |
CvPoint2D64f |
y(double setter) |
get, get, put, put, put, put, put, put, toString
asBuffer, capacity, get, get, limit, put, put, 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 CvPoint2D64f(Pointer p)
Pointer(Pointer)
.public CvPoint2D64f(long size)
Pointer.position(long)
.public CvPoint2D64f()
public CvPoint2D64f position(long position)
position
in class DoublePointer
public CvPoint2D64f getPointer(long i)
getPointer
in class DoublePointer
public double x()
x
in class AbstractCvPoint2D64f
public CvPoint2D64f x(double setter)
x
in class AbstractCvPoint2D64f
public double y()
y
in class AbstractCvPoint2D64f
public CvPoint2D64f y(double setter)
y
in class AbstractCvPoint2D64f
Copyright © 2024. All rights reserved.