GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Public Member Functions | |
scaler (void) | |
scaler (void) | |
scaler (const scaler &s) | |
scaler (const scaler &s) | |
scaler (const std::string &s) | |
scaler (const std::string &s) | |
~scaler (void) | |
~scaler (void) | |
bool | is_linear (void) const |
bool | is_linear (void) const |
scaler & | operator= (const scaler &s) |
scaler & | operator= (const scaler &s) |
scaler & | operator= (const std::string &s) |
scaler & | operator= (const std::string &s) |
Matrix | scale (const Matrix &m) const |
Matrix | scale (const Matrix &m) const |
NDArray | scale (const NDArray &m) const |
NDArray | scale (const NDArray &m) const |
double | scale (double d) const |
double | scale (double d) const |
double | unscale (double d) const |
double | unscale (double d) const |
Private Attributes | |
base_scaler * | rep |
Definition at line 198 of file graphics.h.
|
inline |
Definition at line 201 of file graphics.h.
|
inline |
Definition at line 203 of file graphics.h.
|
inline |
Definition at line 205 of file graphics.h.
|
inline |
Definition at line 212 of file graphics.h.
References rep.
|
inline |
Definition at line 199 of file graphics.in.h.
|
inline |
Definition at line 201 of file graphics.in.h.
|
inline |
Definition at line 203 of file graphics.in.h.
|
inline |
Definition at line 210 of file graphics.in.h.
References rep.
Definition at line 224 of file graphics.in.h.
References base_scaler::is_linear(), and rep.
Definition at line 226 of file graphics.h.
References base_scaler::is_linear(), and rep.
Definition at line 227 of file graphics.in.h.
References base_scaler::clone(), and rep.
Definition at line 229 of file graphics.h.
References base_scaler::clone(), and rep.
|
inline |
Definition at line 240 of file graphics.in.h.
References rep.
|
inline |
Definition at line 242 of file graphics.h.
References rep.
Definition at line 212 of file graphics.in.h.
References rep, and base_scaler::scale().
Definition at line 214 of file graphics.h.
References rep, and base_scaler::scale().
Definition at line 215 of file graphics.in.h.
References rep, and base_scaler::scale().
Definition at line 217 of file graphics.h.
References rep, and base_scaler::scale().
Definition at line 218 of file graphics.in.h.
References rep, and base_scaler::scale().
Definition at line 220 of file graphics.h.
References rep, and base_scaler::scale().
Definition at line 221 of file graphics.in.h.
References rep, and base_scaler::unscale().
Definition at line 223 of file graphics.h.
References rep, and base_scaler::unscale().
|
private |
Definition at line 263 of file graphics.h.
Referenced by is_linear(), operator=(), scale(), unscale(), and ~scaler().