Impact Acquire SDK Java
|
Category that includes the LUT control features. More...
Public Member Functions | |
synchronized void | delete () |
PropertyI | getLUTEnable () |
A boolean property. | |
PropertyI64 | getLUTIndex () |
An integer property. | |
PropertyI64 | getLUTSelector () |
An enumerated integer property. | |
PropertyI64 | getLUTValue () |
An integer property. | |
PropertyS | getLUTValueAll () |
A string property. | |
PropertyI64 | getMvLUTInputData () |
An enumerated integer property. | |
PropertyI64 | getMvLUTMapping () |
An enumerated integer property. | |
PropertyI64 | getMvLUTType () |
An enumerated integer property. | |
LUTControl (Device pDev) | |
Constructs a new mvIMPACT.acquire.LUTControl object. | |
LUTControl (Device pDev, String settingName) | |
Constructs a new mvIMPACT.acquire.LUTControl object. | |
Protected Member Functions | |
void | finalize () |
LUTControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (LUTControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Category that includes the LUT control features.
A category that includes the LUT control features.
|
protected |
LUTControl | ( | Device | pDev, |
String | settingName ) |
Constructs a new mvIMPACT.acquire.LUTControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
settingName | [in] The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
LUTControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.LUTControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
synchronized void delete | ( | ) |
|
protected |
PropertyI getLUTEnable | ( | ) |
A boolean property.
Activates the selected LUT.
Activates the selected LUT.
PropertyI64 getLUTIndex | ( | ) |
An integer property.
Control the index (offset) of the coefficient to access in the selected LUT.
Control the index (offset) of the coefficient to access in the selected LUT.
PropertyI64 getLUTSelector | ( | ) |
An enumerated integer property.
Selects which LUT to control.
Selects which LUT to control.
The following string values might be valid for this feature:
PropertyI64 getLUTValue | ( | ) |
An integer property.
Returns the Value at entry LUTIndex of the LUT selected by LUTSelector.
Returns the Value at entry LUTIndex of the LUT selected by LUTSelector.
PropertyS getLUTValueAll | ( | ) |
A string property.
Accesses all the LUT coefficients in a single access without using individual LUTIndex.
Accesses all the LUT coefficients in a single access without using individual LUTIndex.
PropertyI64 getMvLUTInputData | ( | ) |
An enumerated integer property.
Describes the data the LUT is operating on
Describes the data the LUT is operating on
The following string values might be valid for this feature:
PropertyI64 getMvLUTMapping | ( | ) |
An enumerated integer property.
Describes mapping of the LUT
Describes the mapping of the LUT
The following string values might be valid for this feature:
PropertyI64 getMvLUTType | ( | ) |
An enumerated integer property.
Describes the type of LUT used.
Describes the type of LUT used.
The following string values might be valid for this feature:
|
staticprotected |
|
protected |