|
Marsyas
0.6.0-alpha
|
Stretch samples using the samples' nearest neighbours. More...
#include <ResampleNearestNeighbour.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ResampleNearestNeighbour (std::string name) | |
| ResampleNearestNeighbour (const ResampleNearestNeighbour &a) | |
| ~ResampleNearestNeighbour () | |
Stretch samples using the samples' nearest neighbours.
Controls:
Definition at line 38 of file ResampleNearestNeighbour.h.
| ResampleNearestNeighbour | ( | std::string | name | ) |
Definition at line 25 of file ResampleNearestNeighbour.cpp.
| ResampleNearestNeighbour | ( | const ResampleNearestNeighbour & | a | ) |
Definition at line 30 of file ResampleNearestNeighbour.cpp.
Definition at line 37 of file ResampleNearestNeighbour.cpp.
Implements MarSystem.
Definition at line 42 of file ResampleNearestNeighbour.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 80 of file ResampleNearestNeighbour.cpp.
1.7.6.1