#include "graphics.in.h"
Public Member Functions | |
scaler (const scaler &s) | |
scaler (const std::string &s) | |
scaler (void) | |
~scaler (void) | |
bool | is_linear (void) 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 |
Private Attributes | |
base_scaler * | rep |
Definition at line 195 of file graphics.in.h.
|
inline |
Definition at line 198 of file graphics.in.h.
|
inline |
Definition at line 200 of file graphics.in.h.
|
inline |
Definition at line 202 of file graphics.in.h.
|
inline |
Definition at line 212 of file graphics.in.h.
References rep.
|
inline |
Definition at line 226 of file graphics.in.h.
References base_scaler::is_linear(), and rep.
Definition at line 229 of file graphics.in.h.
References base_scaler::clone(), and rep.
|
inline |
Definition at line 245 of file graphics.in.h.
References rep.
Definition at line 214 of file graphics.in.h.
References m, rep, and base_scaler::scale().
Definition at line 217 of file graphics.in.h.
References m, rep, and base_scaler::scale().
|
inline |
Definition at line 220 of file graphics.in.h.
References d, rep, and base_scaler::scale().
|
inline |
Definition at line 223 of file graphics.in.h.
References d, rep, and base_scaler::unscale().
|
private |
Definition at line 266 of file graphics.in.h.
Referenced by ~scaler(), is_linear(), operator=(), scale(), and unscale().