@Namespace(value="ARToolKitPlus") @Properties(inherit=ARToolKitPlus.class) public class ARMat extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ARMat()
Default native constructor.
|
ARMat(long size)
Native array allocator.
|
ARMat(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
clm() |
ARMat |
clm(int setter) |
FloatPointer |
m() |
ARMat |
m(FloatPointer setter) |
ARMat |
position(long position) |
int |
row() |
ARMat |
row(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, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ARMat()
public ARMat(long size)
Pointer.position(long).public ARMat(Pointer p)
Pointer.Pointer(Pointer).@Cast(value="ARFloat*") public FloatPointer m()
public ARMat m(FloatPointer setter)
public int row()
public ARMat row(int setter)
public int clm()
public ARMat clm(int setter)
Copyright © 2019. All rights reserved.