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