@Namespace(value="ARToolKitPlus") @Properties(inherit=ARToolKitPlus.class) public class MarkerPoint extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
MarkerPoint()
Default native constructor.
|
MarkerPoint(long size)
Native array allocator.
|
MarkerPoint(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
short |
cornerIdx() |
MarkerPoint |
cornerIdx(short setter) |
short |
markerIdx() |
MarkerPoint |
markerIdx(short setter) |
MarkerPoint |
position(long position) |
int |
x() |
MarkerPoint |
x(int setter) |
int |
y() |
MarkerPoint |
y(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MarkerPoint()
public MarkerPoint(long size)
Pointer.position(long).public MarkerPoint(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public MarkerPoint position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="ARToolKitPlus::MarkerPoint::coord_type") public int x()
public MarkerPoint x(int setter)
@Cast(value="ARToolKitPlus::MarkerPoint::coord_type") public int y()
public MarkerPoint y(int setter)
@Cast(value="unsigned short") public short markerIdx()
public MarkerPoint markerIdx(short setter)
@Cast(value="unsigned short") public short cornerIdx()
public MarkerPoint cornerIdx(short setter)
Copyright © 2019. All rights reserved.