#include "graphics.h"
Public Member Functions | |
scaler () | |
scaler (const scaler &s) | |
scaler (const std::string &s) | |
~scaler () | |
bool | is_linear () const |
scaler & | operator= (const scaler &s) |
scaler & | operator= (const std::string &s) |
Matrix | scale (const Matrix &m) const |
NDArray | scale (const NDArray &m) const |
double | scale (double d) const |
double | unscale (double d) const |
Definition at line 204 of file graphics.h.
|
inline |
Definition at line 208 of file graphics.h.
|
inline |
Definition at line 210 of file graphics.h.
|
inline |
Definition at line 212 of file graphics.h.
|
inline |
Definition at line 222 of file graphics.h.
|
inline |
Definition at line 236 of file graphics.h.
Definition at line 239 of file graphics.h.
References base_scaler::clone().
|
inline |
Definition at line 251 of file graphics.h.
Definition at line 224 of file graphics.h.
References m.
Definition at line 227 of file graphics.h.
References m.
|
inline |
Definition at line 230 of file graphics.h.
References d.
|
inline |
Definition at line 233 of file graphics.h.
References d.