@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.GigEImageSettingsInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GigEImageSettingsInfo() |
GigEImageSettingsInfo(long size)
Native array allocator.
|
GigEImageSettingsInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
imageHStepSize()
Horizontal step size for the image.
|
FlyCapture2.GigEImageSettingsInfo |
imageHStepSize(int imageHStepSize) |
int |
imageVStepSize()
Vertical step size for the image.
|
FlyCapture2.GigEImageSettingsInfo |
imageVStepSize(int imageVStepSize) |
int |
maxHeight()
Maximum image height.
|
FlyCapture2.GigEImageSettingsInfo |
maxHeight(int maxHeight) |
int |
maxWidth()
Maximum image width.
|
FlyCapture2.GigEImageSettingsInfo |
maxWidth(int maxWidth) |
int |
offsetHStepSize()
Horizontal step size for the offset.
|
FlyCapture2.GigEImageSettingsInfo |
offsetHStepSize(int offsetHStepSize) |
int |
offsetVStepSize()
Vertical step size for the offset.
|
FlyCapture2.GigEImageSettingsInfo |
offsetVStepSize(int offsetVStepSize) |
int |
pixelFormatBitField()
Supported pixel formats in a bit field.
|
FlyCapture2.GigEImageSettingsInfo |
pixelFormatBitField(int pixelFormatBitField) |
FlyCapture2.GigEImageSettingsInfo |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.GigEImageSettingsInfo |
reserved(int i,
int reserved) |
int |
vendorPixelFormatBitField()
Vendor unique pixel formats in a bit field.
|
FlyCapture2.GigEImageSettingsInfo |
vendorPixelFormatBitField(int vendorPixelFormatBitField) |
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 GigEImageSettingsInfo(Pointer p)
Pointer.Pointer(Pointer).public GigEImageSettingsInfo(long size)
Pointer.position(long).public GigEImageSettingsInfo()
public FlyCapture2.GigEImageSettingsInfo position(long position)
public FlyCapture2.GigEImageSettingsInfo maxWidth(int maxWidth)
public FlyCapture2.GigEImageSettingsInfo maxHeight(int maxHeight)
@Cast(value="unsigned int") public int offsetHStepSize()
public FlyCapture2.GigEImageSettingsInfo offsetHStepSize(int offsetHStepSize)
@Cast(value="unsigned int") public int offsetVStepSize()
public FlyCapture2.GigEImageSettingsInfo offsetVStepSize(int offsetVStepSize)
@Cast(value="unsigned int") public int imageHStepSize()
public FlyCapture2.GigEImageSettingsInfo imageHStepSize(int imageHStepSize)
@Cast(value="unsigned int") public int imageVStepSize()
public FlyCapture2.GigEImageSettingsInfo imageVStepSize(int imageVStepSize)
@Cast(value="unsigned int") public int pixelFormatBitField()
public FlyCapture2.GigEImageSettingsInfo pixelFormatBitField(int pixelFormatBitField)
@Cast(value="unsigned int") public int vendorPixelFormatBitField()
public FlyCapture2.GigEImageSettingsInfo vendorPixelFormatBitField(int vendorPixelFormatBitField)
public FlyCapture2.GigEImageSettingsInfo reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.