#include "graphics.h"
Public Member Functions | |
virtual | ~base_scaler ()=default |
virtual base_scaler * | clone () const |
virtual bool | is_linear () const |
virtual Matrix | scale (const Matrix &) const |
virtual NDArray | scale (const NDArray &) const |
virtual double | scale (double) const |
virtual double | unscale (double) const |
Definition at line 68 of file graphics.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in neg_log_scaler, log_scaler, and lin_scaler.
Definition at line 96 of file graphics.h.
Referenced by scaler::operator=().
|
inlinevirtual |
Reimplemented in lin_scaler.
Definition at line 99 of file graphics.h.
Reimplemented in neg_log_scaler, log_scaler, and lin_scaler.
Definition at line 76 of file graphics.h.
References error().
Reimplemented in neg_log_scaler, log_scaler, and lin_scaler.
Definition at line 81 of file graphics.h.
References error().
|
inlinevirtual |
Reimplemented in neg_log_scaler, log_scaler, and lin_scaler.
Definition at line 86 of file graphics.h.
References error().
|
inlinevirtual |
Reimplemented in neg_log_scaler, log_scaler, and lin_scaler.
Definition at line 91 of file graphics.h.
References error().