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