Marsyas
0.6.0-alpha
|
Select different observations from input data. More...
#include <Selector.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
Selector (std::string name) | |
Selector (const Selector &a) | |
~Selector () |
Select different observations from input data.
Select one or more observations from your input data and pass it to the next MarSystem.
The enable and disable controls are used in a similar way to the way they are used in FanOut.
This is useful for cases like PitchPraat that output both a frequency and a confidence and you just are interested in one or the other.
Controls:
Definition at line 55 of file Selector.h.
Selector | ( | std::string | name | ) |
Definition at line 31 of file Selector.cpp.
Definition at line 36 of file Selector.cpp.
~Selector | ( | ) |
Definition at line 41 of file Selector.cpp.
Implements MarSystem.
Definition at line 47 of file Selector.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 119 of file Selector.cpp.