public static class FlyCapture2_C.fc2Image extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
fc2Image()
Default native constructor.
|
fc2Image(int size)
Native array allocator.
|
fc2Image(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
bayerFormat() |
FlyCapture2_C.fc2Image |
bayerFormat(int bayerFormat) |
int |
cols() |
FlyCapture2_C.fc2Image |
cols(int cols) |
int |
dataSize() |
FlyCapture2_C.fc2Image |
dataSize(int dataSize) |
int |
format() |
FlyCapture2_C.fc2Image |
format(int format) |
FlyCapture2_C.fc2ImageImpl |
imageImpl() |
FlyCapture2_C.fc2Image |
imageImpl(FlyCapture2_C.fc2ImageImpl imageImpl) |
BytePointer |
pData() |
FlyCapture2_C.fc2Image |
pData(BytePointer pData) |
FlyCapture2_C.fc2Image |
position(int position) |
int |
receivedDataSize() |
FlyCapture2_C.fc2Image |
receivedDataSize(int receivedDataSize) |
int |
rows() |
FlyCapture2_C.fc2Image |
rows(int rows) |
int |
stride() |
FlyCapture2_C.fc2Image |
stride(int stride) |
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 fc2Image()
public fc2Image(int size)
Pointer.position(int).public fc2Image(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2_C.fc2Image position(int position)
public FlyCapture2_C.fc2Image rows(int rows)
public FlyCapture2_C.fc2Image cols(int cols)
public FlyCapture2_C.fc2Image stride(int stride)
@Cast(value="unsigned char*") public BytePointer pData()
public FlyCapture2_C.fc2Image pData(BytePointer pData)
public FlyCapture2_C.fc2Image dataSize(int dataSize)
public FlyCapture2_C.fc2Image receivedDataSize(int receivedDataSize)
public FlyCapture2_C.fc2Image format(int format)
public FlyCapture2_C.fc2Image bayerFormat(int bayerFormat)
public FlyCapture2_C.fc2ImageImpl imageImpl()
public FlyCapture2_C.fc2Image imageImpl(FlyCapture2_C.fc2ImageImpl imageImpl)
Copyright © 2015. All Rights Reserved.