#include <examples.h>
Inheritance diagram for Selector:


Public Types | |
| typedef std::vector< int > | Selection |
| At any place of selection, there can be number from the interval [- sourceTS.getOuputCount(); sourceTS.getInputCount()]. | |
Public Member Functions | |
| Selector (Selection ins, Selection outs) | |
| virtual void | xform (const Vector &in1, const Vector &in1, Vector &out1, Vector &out2) const |
Protected Attributes | |
| Selection | _ins |
| Selection | _outs |
|
|
At any place of selection, there can be number from the interval [- sourceTS.getOuputCount(); sourceTS.getInputCount()]. Examples: First vector from output: -1 second: -2 First vector from input: 0 second: 1 The results will be drawn from these features in given order. One index may be specified in this order. |
|
||||||||||||
|
|
|
||||||||||||||||||||
|
Implements TSTransformer. |
|
|
|
|
|
|
1.3.5