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