ODIN
|
#include <filter.h>
Inherits FileIOTrace.
Public Member Functions | |
FilterChain () | |
~FilterChain () | |
FilterChain (const STD_string &argstr) | |
FilterChain (int argc, char *argv[]) | |
bool | init (const STD_string &argstr) |
bool | apply (FileIO::ProtocolDataMap &pdmap) const |
bool | apply (Protocol &prot, Data< float, 4 > &data) const |
STD_string | get_cmdline_usage (const STD_string &lineprefix) const |
A chain of filter functors.
Definition at line 31 of file odindata/filter.h.
FilterChain::FilterChain | ( | ) |
Create empty filter chain
FilterChain::~FilterChain | ( | ) |
Destructor
FilterChain::FilterChain | ( | const STD_string & | argstr | ) |
Create filter chain from command line string.
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.
STD_string FilterChain::get_cmdline_usage | ( | const STD_string & | lineprefix | ) | const |
Returns documention for command line.
|
inline |
Initialize filter chain using given command-line string.
Definition at line 58 of file odindata/filter.h.