@Properties(inherit=freenect.class) public class freenect_registration extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
freenect_registration()
Default native constructor.
|
freenect_registration(long size)
Native array allocator.
|
freenect_registration(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
const_shift() |
freenect_registration |
const_shift(double setter) |
IntPointer |
depth_to_rgb_shift() |
freenect_registration |
depth_to_rgb_shift(IntPointer setter) |
freenect_registration |
position(long position) |
ShortPointer |
raw_to_mm_shift() |
freenect_registration |
raw_to_mm_shift(ShortPointer setter) |
freenect_reg_info |
reg_info() |
freenect_registration |
reg_info(freenect_reg_info setter) |
freenect_reg_pad_info |
reg_pad_info() |
freenect_registration |
reg_pad_info(freenect_reg_pad_info setter) |
IntPointer |
registration_table() |
int |
registration_table(int i,
int j) |
freenect_registration |
registration_table(int i,
int j,
int setter) |
freenect_zero_plane_info |
zero_plane_info() |
freenect_registration |
zero_plane_info(freenect_zero_plane_info 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 freenect_registration()
public freenect_registration(long size)
Pointer.position(long).public freenect_registration(Pointer p)
Pointer.Pointer(Pointer).public freenect_registration position(long position)
@ByRef public freenect_reg_info reg_info()
public freenect_registration reg_info(freenect_reg_info setter)
@ByRef public freenect_reg_pad_info reg_pad_info()
public freenect_registration reg_pad_info(freenect_reg_pad_info setter)
@ByRef public freenect_zero_plane_info zero_plane_info()
public freenect_registration zero_plane_info(freenect_zero_plane_info setter)
public double const_shift()
public freenect_registration const_shift(double setter)
@Cast(value="uint16_t*") public ShortPointer raw_to_mm_shift()
public freenect_registration raw_to_mm_shift(ShortPointer setter)
public IntPointer depth_to_rgb_shift()
public freenect_registration depth_to_rgb_shift(IntPointer setter)
public int registration_table(int i,
int j)
public freenect_registration registration_table(int i, int j, int setter)
@MemberGetter @Cast(value="int32_t*") public IntPointer registration_table()
Copyright © 2019. All rights reserved.