open_iA 2025.6
Loading...
Searching...
No Matches
iALogarithmicMapper Class Reference

Maps logarithmically from source to destination range. More...

#include <iAMapperImpl.h>

Inheritance diagram for iALogarithmicMapper:
[legend]
Collaboration diagram for iALogarithmicMapper:
[legend]

Public Member Functions

 iALogarithmicMapper (double srcMin, double srcMax, double dstMin, double dstMax)
 
double dstToSrc (double dstVal) const override
 
bool equals (iAMapper const &other) const override
 
double srcToDst (double srcVal) const override
 
void update (double srcMin, double srcMax, double dstMin, double dstMax) override
 
- Public Member Functions inherited from iAMapper
virtual ~iAMapper ()
 

Detailed Description

Maps logarithmically from source to destination range.

Constructor & Destructor Documentation

◆ iALogarithmicMapper()

iALogarithmicMapper::iALogarithmicMapper ( double srcMin,
double srcMax,
double dstMin,
double dstMax )

Member Function Documentation

◆ dstToSrc()

double iALogarithmicMapper::dstToSrc ( double dstVal) const
overridevirtual

Implements iAMapper.

◆ equals()

bool iALogarithmicMapper::equals ( iAMapper const & other) const
overridevirtual

Reimplemented from iAMapper.

◆ srcToDst()

double iALogarithmicMapper::srcToDst ( double srcVal) const
overridevirtual

Implements iAMapper.

◆ update()

void iALogarithmicMapper::update ( double srcMin,
double srcMax,
double dstMin,
double dstMax )
overridevirtual

Implements iAMapper.


The documentation for this class was generated from the following files: