Marsyas
0.6.0-alpha
|
Size-shape image (aka the 'sscAI') More...
#include <AimSSI.h>
Inherits MarSystem.
Public Member Functions | |
void | addControls () |
AimSSI (std::string name) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~AimSSI () |
Size-shape image (aka the 'sscAI')
Author : Thomas Walters <tom@acousticscale.org>
Ported to Marsyas by Steven Ness <sness@sness.net>
The original source code for these functions in AIM-C can be found at: http://code.google.com/p/aimc/
AimSSI | ( | std::string | name | ) |
Definition at line 26 of file AimSSI.cpp.
~AimSSI | ( | ) |
Definition at line 33 of file AimSSI.cpp.
void addControls | ( | ) |
Reimplemented from MarSystem.
Definition at line 61 of file AimSSI.cpp.
Implements MarSystem.
Definition at line 55 of file AimSSI.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 159 of file AimSSI.cpp.