@Properties(inherit=FlyCapture2_C.class) public class fc2LUTData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
fc2LUTData()
Default native constructor.
|
fc2LUTData(long size)
Native array allocator.
|
fc2LUTData(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
enabled()
Flag indicating if LUT is enabled.
|
fc2LUTData |
enabled(int setter) |
fc2LUTData |
getPointer(long i) |
int |
inputBitDepth()
The input bit depth of the LUT.
|
fc2LUTData |
inputBitDepth(int setter) |
int |
numBanks()
The number of LUT banks available (Always 1 for PGR LUT).
|
fc2LUTData |
numBanks(int setter) |
int |
numChannels()
The number of LUT channels per bank available.
|
fc2LUTData |
numChannels(int setter) |
int |
numEntries()
The number of entries in the LUT.
|
fc2LUTData |
numEntries(int setter) |
int |
outputBitDepth()
The output bit depth of the LUT.
|
fc2LUTData |
outputBitDepth(int setter) |
fc2LUTData |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
fc2LUTData |
reserved(int i,
int setter) |
int |
supported()
Flag indicating if LUT is supported.
|
fc2LUTData |
supported(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, 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 fc2LUTData()
public fc2LUTData(long size)
Pointer.position(long).public fc2LUTData(Pointer p)
Pointer(Pointer).public fc2LUTData position(long position)
public fc2LUTData getPointer(long i)
getPointer in class Pointerpublic fc2LUTData supported(int setter)
public fc2LUTData enabled(int setter)
@Cast(value="unsigned int") public int numBanks()
public fc2LUTData numBanks(int setter)
@Cast(value="unsigned int") public int numChannels()
public fc2LUTData numChannels(int setter)
@Cast(value="unsigned int") public int inputBitDepth()
public fc2LUTData inputBitDepth(int setter)
@Cast(value="unsigned int") public int outputBitDepth()
public fc2LUTData outputBitDepth(int setter)
public fc2LUTData numEntries(int setter)
public fc2LUTData reserved(int i, int setter)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2021. All rights reserved.