|
Marsyas
0.6.0-alpha
|
Normalize my mapping min/max range to user specified range. More...
#include <Normalize.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| Normalize (std::string name) | |
| ~Normalize () | |
Normalize my mapping min/max range to user specified range.
Definition at line 32 of file Normalize.h.
| Normalize | ( | std::string | name | ) |
Definition at line 24 of file Normalize.cpp.
| ~Normalize | ( | ) |
Definition at line 28 of file Normalize.cpp.
Implements MarSystem.
Definition at line 33 of file Normalize.cpp.
Processes data.
| in | Input data to read. |
| out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 39 of file Normalize.cpp.
1.7.6.1