@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.PGMOption extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PGMOption() |
PGMOption(int size)
Native array allocator.
|
PGMOption(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
binaryFile()
Whether to save the PPM as a binary file.
|
FlyCapture2.PGMOption |
binaryFile(boolean binaryFile) |
FlyCapture2.PGMOption |
position(int position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.PGMOption |
reserved(int i,
int reserved) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic PGMOption(Pointer p)
Pointer.Pointer(Pointer).public PGMOption(int size)
Pointer.position(int).public PGMOption()
public FlyCapture2.PGMOption position(int position)
@Cast(value="bool") public boolean binaryFile()
public FlyCapture2.PGMOption binaryFile(boolean binaryFile)
public FlyCapture2.PGMOption reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2015. All Rights Reserved.