ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearFullLUT Class |
The following tables list the members exposed by ImGearFullLUT.
Name | Description | |
---|---|---|
ImGearFullLUT Constructor | Initializes a new instance of the ImGearFullLUT class. |
Name | Description | |
---|---|---|
table | Provides direct access to the LUT table.
Actual type of the array depends on the output depth of the LUT:
Length of the table depends on the input depth, as follows: Length = 2 ^ inputDepth. |
Name | Description | |
---|---|---|
clone | Creates a deep copy of the object. | |
concatenate | Concatenates the content of the instance of the ImGearFullLUT (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 ImGearFullLUT class that this method is called from. | |
getInputDepth | Specifies input depth of the LUT.
| |
getItem | Overloaded. Returns LUT output value corresponding to Int32 input value. | |
getOutputDepth | Specifies output depth of the LUT.
| |
getTableIndex | Overloaded. Obtains index in the table corresponding to Int32 input value. | |
isInputSigned | Specifies whether LUT input values are signed.
| |
isOutputSigned | Specifies whether LUT output values are signed.
| |
setItem | Overloaded. Sets LUT output value corresponding to index. |
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) |