public class TableTransfer 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 |
|---|
TableTransfer(int[] tableValues) |
| 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 byte[] getLookupTable()
getLookupTable in interface TransferFunctionCopyright © 2000–2020 Apache Software Foundation. All rights reserved.