26 #ifndef IMG_GUI_VIEWER_NORMALIZER_HH
27 #define IMG_GUI_VIEWER_NORMALIZER_HH
30 #include <boost/shared_ptr.hpp>
36 namespace ost {
namespace img {
namespace gui {
44 Real maxoutput,
Real gamma,
bool invert);
virtual NormalizerImpl * Clone() const
virtual ~ViewerNormalizer()
virtual Real Convert(Real v) const
virtual Complex BackConvert(Complex v) const
ViewerNormalizer(const ViewerNormalizer &n)
virtual Complex Convert(Complex v) const
ViewerNormalizer(Real mininput, Real maxinput, Real minoutput, Real maxoutput, Real gamma, bool invert)
virtual Real BackConvert(Real v) const
#define DLLEXPORT_OST_GUI
std::complex< Real > Complex
boost::shared_ptr< ViewerNormalizer > ViewerNormalizerPtr