LookupTableLI class public functions

LookupTableLI
~LookupTableLI

Functions derived from LookupTableCI :
base
borrow
borrowQ
getSize
operator+=
operator-=
operator*=
operator[]
setSize
zero

LookupTableLI(int size = 0);
Sets the interpolation type to linear, and uses the LookupTableCI constructor.
LookupTableLI(sampleType* aTable, int size);
Sets the interpolation type to linear, and uses the LookupTableCI constructor.

~LookupTableLI();
Deletes the table array if not borrowed.