#include <filter.h>
Collaboration diagram for FilterChain:

Public Member Functions | |
| FilterChain (int argc, char *argv[]) | |
| bool | apply (FileIO::ProtocolDataMap &pdmap) const |
| bool | apply (Protocol &prot, Data< float, 4 > &data) const |
Definition at line 34 of file odindata/filter.h.
| FilterChain::FilterChain | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Create filter chain from command line.
| bool FilterChain::apply | ( | FileIO::ProtocolDataMap & | pdmap | ) | const |
Apply filter chain to all elements in 'pdmap'.
Apply filter chain to protocol-data pair.
1.5.1