addValue(KeyType arg_pos, ValueType arg_value) | LinearInterpolation< Key, Value > | inline |
container_type typedef | LinearInterpolation< Key, Value > | |
ContainerType typedef | LinearInterpolation< Key, Value > | |
data_ | LinearInterpolation< Key, Value > | protected |
derivative(KeyType arg_pos) const | LinearInterpolation< Key, Value > | inline |
empty() const | LinearInterpolation< Key, Value > | inline |
getData() | LinearInterpolation< Key, Value > | inline |
getData() const | LinearInterpolation< Key, Value > | inline |
getInsideReferencePoint() const | LinearInterpolation< Key, Value > | inline |
getOffset() const | LinearInterpolation< Key, Value > | inline |
getOutsideReferencePoint() const | LinearInterpolation< Key, Value > | inline |
getScale() const | LinearInterpolation< Key, Value > | inline |
index2key(KeyType pos) const | LinearInterpolation< Key, Value > | inline |
inside_ | LinearInterpolation< Key, Value > | protected |
key2index(KeyType pos) const | LinearInterpolation< Key, Value > | inline |
key_type typedef | LinearInterpolation< Key, Value > | |
KeyType typedef | LinearInterpolation< Key, Value > | |
LinearInterpolation(KeyType scale=1., KeyType offset=0.) | LinearInterpolation< Key, Value > | inline |
LinearInterpolation(LinearInterpolation const &arg) | LinearInterpolation< Key, Value > | inline |
offset_ | LinearInterpolation< Key, Value > | protected |
operator=(LinearInterpolation const &arg) | LinearInterpolation< Key, Value > | inline |
outside_ | LinearInterpolation< Key, Value > | protected |
scale_ | LinearInterpolation< Key, Value > | protected |
setData(SourceContainer const &data) | LinearInterpolation< Key, Value > | inline |
setMapping(KeyType const &scale, KeyType const &inside, KeyType const &outside) | LinearInterpolation< Key, Value > | inline |
setMapping(KeyType const &inside_low, KeyType const &outside_low, KeyType const &inside_high, KeyType const &outside_high) | LinearInterpolation< Key, Value > | inline |
setOffset(KeyType const &offset) | LinearInterpolation< Key, Value > | inline |
setScale(KeyType const &scale) | LinearInterpolation< Key, Value > | inline |
supportMax() const | LinearInterpolation< Key, Value > | inline |
supportMin() const | LinearInterpolation< Key, Value > | inline |
value(KeyType arg_pos) const | LinearInterpolation< Key, Value > | inline |
value_type typedef | LinearInterpolation< Key, Value > | |
ValueType typedef | LinearInterpolation< Key, Value > | |
~LinearInterpolation()=default | LinearInterpolation< Key, Value > | |