@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, limit, position, put, put, sizeofaddress, 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, zeropublic 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 DoublePointerpublic CvPoint3D64f get(double[] pts, int offset, int length)
get in class DoublePointerpublic final CvPoint3D64f put(double[] pts, int offset, int length)
put in class DoublePointerpublic final CvPoint3D64f put(double... pts)
put in class DoublePointerpublic CvPoint3D64f put(double x, double y, double z)
public CvPoint3D64f put(CvPoint o)
public CvPoint3D64f put(CvPoint2D32f o)
public CvPoint3D64f put(CvPoint2D64f o)
Copyright © 2020. All rights reserved.