OpenStructure
|
#include <norm_log.hh>
Inherits NormalizerImpl.
Inherited by LogRangeNormalizer.
Public Member Functions | |
LogNormalizer () | |
LogNormalizer (Real scale, Real min, Real offset) | |
LogNormalizer (const LogNormalizer &n) | |
virtual | ~LogNormalizer () |
virtual Real | BackConvert (Real v) const |
virtual Complex | BackConvert (Complex v) const |
virtual Real | Convert (Real v) const |
virtual Complex | Convert (Complex v) const |
virtual NormalizerImpl * | Clone () const |
log normalization
Definition at line 34 of file norm_log.hh.
LogNormalizer | ( | ) |
LogNormalizer | ( | Real | scale, |
Real | min, | ||
Real | offset | ||
) |
LogNormalizer | ( | const LogNormalizer & | n | ) |
|
inlinevirtual |
Definition at line 41 of file norm_log.hh.
Reimplemented in LogRangeNormalizer.
Reimplemented in LogRangeNormalizer.
|
inlinevirtual |
Implements NormalizerImpl.
Reimplemented in LogRangeNormalizer.
Definition at line 48 of file norm_log.hh.
Reimplemented in LogRangeNormalizer.
Reimplemented in LogRangeNormalizer.