public abstract static class opencv_core.AbstractCvPoint3D64f
extends org.bytedeco.javacpp.DoublePointer
| Constructor and Description |
|---|
AbstractCvPoint3D64f(org.bytedeco.javacpp.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint3D64f |
get(double[] pts) |
opencv_core.CvPoint3D64f |
get(double[] pts,
int offset,
int length) |
opencv_core.CvPoint3D64f |
put(double... pts) |
opencv_core.CvPoint3D64f |
put(double[] pts,
int offset,
int length) |
opencv_core.CvPoint3D64f |
put(double x,
double y,
double z) |
opencv_core.CvPoint3D64f |
put(opencv_core.CvPoint o) |
opencv_core.CvPoint3D64f |
put(opencv_core.CvPoint2D32f o) |
opencv_core.CvPoint3D64f |
put(opencv_core.CvPoint2D64f o) |
String |
toString() |
abstract double |
x() |
abstract opencv_core.CvPoint3D64f |
x(double x) |
abstract double |
y() |
abstract opencv_core.CvPoint3D64f |
y(double y) |
abstract double |
z() |
abstract opencv_core.CvPoint3D64f |
z(double z) |
asBuffer, capacity, get, get, limit, position, put, putaddress, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic abstract double x()
public abstract opencv_core.CvPoint3D64f x(double x)
public abstract double y()
public abstract opencv_core.CvPoint3D64f y(double y)
public abstract double z()
public abstract opencv_core.CvPoint3D64f z(double z)
public opencv_core.CvPoint3D64f get(double[] pts)
get in class org.bytedeco.javacpp.DoublePointerpublic opencv_core.CvPoint3D64f get(double[] pts, int offset, int length)
get in class org.bytedeco.javacpp.DoublePointerpublic final opencv_core.CvPoint3D64f put(double[] pts, int offset, int length)
put in class org.bytedeco.javacpp.DoublePointerpublic final opencv_core.CvPoint3D64f put(double... pts)
put in class org.bytedeco.javacpp.DoublePointerpublic opencv_core.CvPoint3D64f put(double x, double y, double z)
public opencv_core.CvPoint3D64f put(opencv_core.CvPoint o)
public opencv_core.CvPoint3D64f put(opencv_core.CvPoint2D32f o)
public opencv_core.CvPoint3D64f put(opencv_core.CvPoint2D64f o)
public String toString()
toString in class org.bytedeco.javacpp.PointerCopyright © 2018. All rights reserved.