@Namespace(value="ARToolKitPlus") @Properties(inherit=ARToolKitPlus.class) public class ARMarkerInfo2 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ARMarkerInfo2()
Default native constructor.
|
ARMarkerInfo2(long size)
Native array allocator.
|
ARMarkerInfo2(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
area() |
ARMarkerInfo2 |
area(int setter) |
int |
coord_num() |
ARMarkerInfo2 |
coord_num(int setter) |
FloatPointer |
pos() |
float |
pos(int i) |
ARMarkerInfo2 |
pos(int i,
float setter) |
ARMarkerInfo2 |
position(long position) |
IntPointer |
vertex() |
int |
vertex(int i) |
ARMarkerInfo2 |
vertex(int i,
int setter) |
IntPointer |
x_coord() |
int |
x_coord(int i) |
ARMarkerInfo2 |
x_coord(int i,
int setter) |
IntPointer |
y_coord() |
int |
y_coord(int i) |
ARMarkerInfo2 |
y_coord(int i,
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 ARMarkerInfo2()
public ARMarkerInfo2(long size)
Pointer.position(long).public ARMarkerInfo2(Pointer p)
Pointer.Pointer(Pointer).public ARMarkerInfo2 position(long position)
public int area()
public ARMarkerInfo2 area(int setter)
public ARMarkerInfo2 pos(int i, float setter)
@MemberGetter @Cast(value="ARFloat*") public FloatPointer pos()
public int coord_num()
public ARMarkerInfo2 coord_num(int setter)
public int x_coord(int i)
public ARMarkerInfo2 x_coord(int i, int setter)
@MemberGetter public IntPointer x_coord()
public int y_coord(int i)
public ARMarkerInfo2 y_coord(int i, int setter)
@MemberGetter public IntPointer y_coord()
public int vertex(int i)
public ARMarkerInfo2 vertex(int i, int setter)
@MemberGetter public IntPointer vertex()
Copyright © 2019. All rights reserved.