Main public logs
Appearance
Combined display of all available logs of BCI2000 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:40, 7 September 2023 Mellinger talk contribs created page Programming Reference:SubchainFilter (Created page with "==Function== The <tt>SubchainFilter</tt> class is a class that wraps up an entire chain of filters. Typically, it is used with the ParallelCombination filter template to represent one of the parallel combination branches. To use the <tt>SubchainFilter</tt>, you need to derive a child class and define a constructor in which you add the desired filters, in the order in which they appear in the subchain: #include "FilterCombi...")