|
open_iA 2025.6
|
Abstract base class for a mapping from a source- into a destination range. More...
#include <iAMapper.h>
Public Member Functions | |
| virtual | ~iAMapper () |
| virtual double | dstToSrc (double dstVal) const =0 |
| virtual double | srcToDst (double srcVal) const =0 |
| virtual void | update (double srcMin, double srcMax, double dstMin, double dstMax)=0 |
Protected Member Functions | |
| virtual bool | equals (iAMapper const &other) const |
Friends | |
| bool | operator== (iAMapper const &a, iAMapper const &b) |
Abstract base class for a mapping from a source- into a destination range.
|
virtual |
|
pure virtual |
Implemented in iALinearMapper, and iALogarithmicMapper.
|
protectedvirtual |
Reimplemented in iALinearMapper, and iALogarithmicMapper.
|
pure virtual |
Implemented in iALinearMapper, and iALogarithmicMapper.
|
pure virtual |
Implemented in iALinearMapper, and iALogarithmicMapper.