GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
base_scaler Class Reference

#include "graphics.h"

Inheritance diagram for base_scaler:
Inheritance graph
[legend]

Public Member Functions

 base_scaler (void)
 base_scaler (void)
virtual ~base_scaler (void)
virtual ~base_scaler (void)
virtual base_scalerclone () const
virtual base_scalerclone () const
virtual bool is_linear (void) const
virtual bool is_linear (void) const
virtual Matrix scale (const Matrix &m) const
virtual Matrix scale (const Matrix &m) const
virtual NDArray scale (const NDArray &m) const
virtual NDArray scale (const NDArray &m) const
virtual double scale (double d) const
virtual double scale (double d) const
virtual double unscale (double d) const
virtual double unscale (double d) const

Detailed Description

Definition at line 62 of file graphics.h.

Constructor & Destructor Documentation

base_scaler::base_scaler ( void  )
inline

Definition at line 65 of file graphics.h.

Referenced by clone().

virtual base_scaler::~base_scaler ( void  )
inlinevirtual

Definition at line 67 of file graphics.h.

base_scaler::base_scaler ( void  )
inline

Definition at line 63 of file graphics.in.h.

virtual base_scaler::~base_scaler ( void  )
inlinevirtual

Definition at line 65 of file graphics.in.h.

Member Function Documentation

virtual base_scaler* base_scaler::clone ( void  ) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 91 of file graphics.in.h.

References base_scaler().

virtual base_scaler* base_scaler::clone ( void  ) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 93 of file graphics.h.

References base_scaler().

Referenced by scaler::operator=().

virtual bool base_scaler::is_linear ( void  ) const
inlinevirtual

Reimplemented in lin_scaler, and lin_scaler.

Definition at line 94 of file graphics.in.h.

virtual bool base_scaler::is_linear ( void  ) const
inlinevirtual

Reimplemented in lin_scaler, and lin_scaler.

Definition at line 96 of file graphics.h.

Referenced by scaler::is_linear().

virtual Matrix base_scaler::scale ( const Matrix m) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 67 of file graphics.in.h.

References error().

virtual Matrix base_scaler::scale ( const Matrix m) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 69 of file graphics.h.

References error().

Referenced by scaler::scale().

virtual NDArray base_scaler::scale ( const NDArray m) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 73 of file graphics.in.h.

References error().

virtual NDArray base_scaler::scale ( const NDArray m) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 75 of file graphics.h.

References error().

virtual double base_scaler::scale ( double  d) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 79 of file graphics.in.h.

References d, and error().

virtual double base_scaler::scale ( double  d) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 81 of file graphics.h.

References d, and error().

virtual double base_scaler::unscale ( double  d) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 85 of file graphics.in.h.

References d, and error().

virtual double base_scaler::unscale ( double  d) const
inlinevirtual

Reimplemented in neg_log_scaler, neg_log_scaler, log_scaler, log_scaler, lin_scaler, and lin_scaler.

Definition at line 87 of file graphics.h.

References d, and error().

Referenced by scaler::unscale().


The documentation for this class was generated from the following files: