@Namespace(value="libfreenect2") public static class freenect2.DumpPacketPipeline extends freenect2.PacketPipeline
| Constructor and Description |
|---|
DumpPacketPipeline() |
DumpPacketPipeline(long size)
Native array allocator.
|
DumpPacketPipeline(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.ShortPointer |
getDepthLookupTable(org.bytedeco.javacpp.SizeTPointer length) |
org.bytedeco.javacpp.BytePointer |
getDepthP0Tables(org.bytedeco.javacpp.SizeTPointer length) |
org.bytedeco.javacpp.FloatPointer |
getDepthXTable(org.bytedeco.javacpp.SizeTPointer length) |
org.bytedeco.javacpp.FloatPointer |
getDepthZTable(org.bytedeco.javacpp.SizeTPointer length) |
freenect2.DumpPacketPipeline |
position(long position) |
getDepthPacketProcessor, getIrPacketParser, getRgbPacketParser, getRgbPacketProcessoraddress, 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 DumpPacketPipeline(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public DumpPacketPipeline(long size)
Pointer.position(long).public DumpPacketPipeline()
public freenect2.DumpPacketPipeline position(long position)
position in class freenect2.PacketPipeline@Cast(value="const unsigned char*")
public org.bytedeco.javacpp.BytePointer getDepthP0Tables(@Cast(value="size_t*")
org.bytedeco.javacpp.SizeTPointer length)
@Const
public org.bytedeco.javacpp.FloatPointer getDepthXTable(@Cast(value="size_t*")
org.bytedeco.javacpp.SizeTPointer length)
@Const
public org.bytedeco.javacpp.FloatPointer getDepthZTable(@Cast(value="size_t*")
org.bytedeco.javacpp.SizeTPointer length)
@Const
public org.bytedeco.javacpp.ShortPointer getDepthLookupTable(@Cast(value="size_t*")
org.bytedeco.javacpp.SizeTPointer length)
Copyright © 2018. All rights reserved.