public static class FlyCapture2_C.fc2Image extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
fc2Image()
Default native constructor.
|
fc2Image(long 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(long 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, 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 fc2Image()
public fc2Image(long size)
Pointer.position(long).public fc2Image(Pointer p)
Pointer.Pointer(Pointer).public FlyCapture2_C.fc2Image position(long 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 © 2019. All rights reserved.