ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearLUT Class |
The following tables list the members exposed by ImGearLUT.
Name | Description | |
---|---|---|
![]() | ImGearLUT Constructor |
Name | Description | |
---|---|---|
![]() | clone | Creates a deep copy of the object. |
![]() | concatenate | Concatenates the content of the instance of the ImGearLUT (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 LUT into the instance of the ImGearLUT class that this method is called from. |
![]() | getInputDepth | Gets input depth of the LUT.
|
![]() | getItem | Overloaded. Returns LUT output value corresponding to Int32 input value. |
![]() | getOutputDepth | Gets output depth of the LUT.
|
![]() | isInputSigned | Gets a value indicating whether LUT input values are signed.
|
![]() | isOutputSigned | Gets a value indicating whether LUT output values are signed.
|
![]() | setItem | Overloaded. Sets LUT output value corresponding to int input value. |
Name | Description | |
---|---|---|
![]() | onPropertyChanged | Can be called by subclasses when their properties change. Subscribers, com.accusoft.imagegear.callbackinterfaces.IImGearPropertyChangedListeners are subsequently notified. |