@Namespace(value="op") @NoOffset @Properties(inherit=openpose.class) public class WrapperStructGui extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
WrapperStructGui() |
WrapperStructGui(long size)
Native array allocator.
|
WrapperStructGui(openpose.DisplayMode displayMode,
boolean guiVerbose,
boolean fullScreen)
Constructor of the struct.
|
WrapperStructGui(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
openpose.DisplayMode |
displayMode()
Display mode
a) -1 for automatic selection.
|
WrapperStructGui |
displayMode(openpose.DisplayMode setter) |
boolean |
fullScreen()
Whether to display the OpenPose small integrated GUI on fullscreen mode.
|
WrapperStructGui |
fullScreen(boolean setter) |
WrapperStructGui |
getPointer(long i) |
boolean |
guiVerbose()
Whether to add some information to the frame (number of frame, number people detected, etc.) after it is
saved on disk and before it is displayed and/or returned to the user.
|
WrapperStructGui |
guiVerbose(boolean setter) |
WrapperStructGui |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic WrapperStructGui(Pointer p)
Pointer(Pointer).public WrapperStructGui(long size)
Pointer.position(long).public WrapperStructGui(openpose.DisplayMode displayMode, @Cast(value="const bool") boolean guiVerbose, @Cast(value="const bool") boolean fullScreen)
public WrapperStructGui()
public WrapperStructGui position(long position)
public WrapperStructGui getPointer(long i)
getPointer in class Pointerpublic openpose.DisplayMode displayMode()
--3d was enabled.
e) 1 for both 2-D and 3-D display.public WrapperStructGui displayMode(openpose.DisplayMode setter)
@Cast(value="bool") public boolean guiVerbose()
public WrapperStructGui guiVerbose(boolean setter)
@Cast(value="bool") public boolean fullScreen()
public WrapperStructGui fullScreen(boolean setter)
Copyright © 2022. All rights reserved.