Modifier and Type | Method and Description |
---|---|
static ILookupTable |
CommonObjectFactory.createLinearLine()
create a LinearLine object
|
static ILookupTable |
CommonObjectFactory.createLookupTable(ILookupTable.Type type)
create a ILookupTable object
|
static ILookupTable |
CommonObjectFactory.createSplineCurve(double[] xAry,
double[] yAry)
create a SplineCurve object
|
static ILookupTable |
CommonObjectFactory.createSplineCurve(java.util.List<Vector_xy> list)
create a SplineCurve object
|
static ILookupTable |
CommonObjectFactory.createSplineCurve(java.util.List<Vector_xy> list,
boolean inverse)
create a SplineCurve object
|
Modifier and Type | Class and Description |
---|---|
class |
LookupTableImpl
Lookup table implementation
|
Modifier and Type | Method and Description |
---|---|
ILookupTable |
ICMLLookupTableFunction.getLookupTable()
get the lookup table
|
Modifier and Type | Field and Description |
---|---|
protected ILookupTable |
CMLLookupTableFunctionAdapter.table |
Modifier and Type | Method and Description |
---|---|
ILookupTable |
CMLLookupTableFunctionAdapter.getLookupTable() |
Constructor and Description |
---|
LookupTableFunction(ILookupTable table)
constructor
|