ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearLinearLUT Class |
The following tables list the members exposed by ImGearLinearLUT.
Name | Description | |
---|---|---|
![]() | ImGearLinearLUT Constructor | Initializes a new instance of the ImGearLinearLUT class. |
Name | Description | |
---|---|---|
![]() | clone | Creates a deep copy of the object. |
![]() | concatenate | Concatenates the content of the instance of the ImGearLinearLUT (that this method is called from) and the content of the specified lookupTable into the resulting output lookup table. |
![]() | copyFrom | Duplicates the content of the specified lookupTable into the instance of the ImGearLinearLUT class that this method is called from. |
![]() | getInputDepth | Gets input depth of the LUT.
|
![]() | getIntercept | Returns LUT Intercept value. |
![]() | getItem | Overloaded. Returns LUT output value corresponding to Int32 input value. |
![]() | getOutputDepth | Gets output depth of the LUT.
|
![]() | getSlope | Returns LUT Slope value. |
![]() | isInputSigned | Gets a value whether LUT input values are signed.
|
![]() | isOutputSigned | Gets a value whether LUT output values are signed.
|
![]() | setIntercept | Sets LUT Intercept value. |
![]() | setItem | Overloaded. Sets LUT output value corresponding to Int32 input value. |
![]() | setSlope | Sets LUT Slope value. |
Name | Description | |
---|---|---|
![]() | onPropertyChanged | Can be called by subclasses when their properties change. Subscribers, com.accusoft.imagegear.callbackinterfaces.IImGearPropertyChangedListeners are subsequently notified. (Inherited from com.accusoft.imagegear.core.ImGearLUT) |