#include <Interpolation.h>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
template<class _ContainerType>
storage_type::mapped_type mapped_type
Definition: Interpolation.h:139
comparator_type comp
Comparator for STL functions.
Definition: Interpolation.h:149
interpolated outOfRangeVal
Definition: Interpolation.h:153
bool continueOutOfRange
Definition: Interpolation.h:152
template<class _ContainerType>
comparator_type comp
Comparator for STL functions.
Definition: Interpolation.h:149
interpolated outOfRangeVal
Definition: Interpolation.h:153
bool continueOutOfRange
Definition: Interpolation.h:152
template<class _ContainerType>
template<class _ContainerType>
interpolated outOfRangeVal
Definition: Interpolation.h:153
bool continueOutOfRange
Definition: Interpolation.h:152
Interpolated< mapped_type > interpolated
Definition: Interpolation.h:145
template<class _ContainerType>
bool continueOutOfRange
Definition: Interpolation.h:152
template<class _ContainerType>
interpolated outOfRangeVal
Definition: Interpolation.h:153
template<class _ContainerType>
template<class _ContainerType>
Functor operator of this class which interpolates the value at the passed position using the values between the passed Iterators.
The returned instance of interpolated represents the result. Which can be either an actual entry of the interpolated map (if the position two interpolate was exactly that. Or it can be an interpolated value, if the passed position was between two entries of the map. This state can be retrieved with the "isInterpolated"-Member of the returned "interpolated".
comparator_type comp
Comparator for STL functions.
Definition: Interpolation.h:149
interpolated outOfRangeVal
Definition: Interpolation.h:153
storage_type::const_iterator const_iterator
Definition: Interpolation.h:143
interpolated operator()(const const_iterator &first, const const_iterator &last, key_cref_type pos) const
Functor operator of this class which interpolates the value at the passed position using the values b...
Definition: Interpolation.h:196
template<class _ContainerType>
template<class _ContainerType>
Getter and Setter method for out of range value.
interpolated outOfRangeVal
Definition: Interpolation.h:153
bool continueOutOfRange
Definition: Interpolation.h:152
Interpolated< mapped_type > interpolated
Definition: Interpolation.h:145
template<class _ContainerType>
Comparator for STL functions.
template<class _ContainerType>
template<class _ContainerType>
The documentation for this class was generated from the following file: