#include <viewer_normalizer.hh>
Inherits ost::img::NormalizerImpl, and ost::img::RangeHandler.
Public Member Functions | |
ViewerNormalizer () | |
ViewerNormalizer (Real mininput, Real maxinput, Real minoutput, Real maxoutput, Real gamma, bool invert) | |
ViewerNormalizer (const ViewerNormalizer &n) | |
virtual | ~ViewerNormalizer () |
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 |
Real | GetGamma () |
bool | GetInvert () |
Definition at line 38 of file viewer_normalizer.hh.
ViewerNormalizer | ( | ) |
ViewerNormalizer | ( | Real | mininput, | |
Real | maxinput, | |||
Real | minoutput, | |||
Real | maxoutput, | |||
Real | gamma, | |||
bool | invert | |||
) |
ViewerNormalizer | ( | const ViewerNormalizer & | n | ) |
virtual ~ViewerNormalizer | ( | ) | [virtual] |
virtual NormalizerImpl* Clone | ( | ) | const [inline, virtual] |
Implements NormalizerImpl.
Definition at line 54 of file viewer_normalizer.hh.
Real GetGamma | ( | ) |
bool GetInvert | ( | ) |