public class DiscreteTransfer extends Object implements TransferFunction
| Modifier and Type | Field and Description |
|---|---|
byte[] |
lutData
This byte array stores the lookuptable data
|
int[] |
tableValues
This int array is the input table values from the user
|
| Constructor and Description |
|---|
DiscreteTransfer(int[] tableValues)
The input is an int array which will be used
later to construct the lut data
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getLookupTable()
This method will return the lut data in order
to construct a LookUpTable object
|
public byte[] lutData
public int[] tableValues
public DiscreteTransfer(int[] tableValues)
public byte[] getLookupTable()
getLookupTable in interface TransferFunctionCopyright © 2000–2020 Apache Software Foundation. All rights reserved.