@Namespace(value="FlyCapture2") @NoOffset public static class FlyCapture2.GigEImageSettings extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GigEImageSettings() |
GigEImageSettings(long size)
Native array allocator.
|
GigEImageSettings(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
height()
Height of image.
|
FlyCapture2.GigEImageSettings |
height(int height) |
int |
offsetX()
Horizontal image offset.
|
FlyCapture2.GigEImageSettings |
offsetX(int offsetX) |
int |
offsetY()
Vertical image offset.
|
FlyCapture2.GigEImageSettings |
offsetY(int offsetY) |
int |
pixelFormat()
Pixel format of image.
|
FlyCapture2.GigEImageSettings |
pixelFormat(int pixelFormat) |
FlyCapture2.GigEImageSettings |
position(long position) |
IntPointer |
reserved() |
int |
reserved(int i)
Reserved for future use.
|
FlyCapture2.GigEImageSettings |
reserved(int i,
int reserved) |
int |
width()
Width of image.
|
FlyCapture2.GigEImageSettings |
width(int width) |
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 GigEImageSettings(Pointer p)
Pointer.Pointer(Pointer).public GigEImageSettings(long size)
Pointer.position(long).public GigEImageSettings()
public FlyCapture2.GigEImageSettings position(long position)
public FlyCapture2.GigEImageSettings offsetX(int offsetX)
public FlyCapture2.GigEImageSettings offsetY(int offsetY)
public FlyCapture2.GigEImageSettings width(int width)
public FlyCapture2.GigEImageSettings height(int height)
public FlyCapture2.GigEImageSettings pixelFormat(int pixelFormat)
public FlyCapture2.GigEImageSettings reserved(int i, int reserved)
@MemberGetter @Cast(value="unsigned int*") public IntPointer reserved()
Copyright © 2019. All rights reserved.