FilterChain Class Reference
[Classes of the ODIN data processing framework (odindata library)]

#include <filter.h>

Collaboration diagram for FilterChain:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FilterChain (int argc, char *argv[])
bool apply (FileIO::ProtocolDataMap &pdmap) const
bool apply (Protocol &prot, Data< float, 4 > &data) const

Detailed Description

A chain of filter functors.

Definition at line 34 of file odindata/filter.h.


Constructor & Destructor Documentation

FilterChain::FilterChain ( int  argc,
char *  argv[] 
)

Create filter chain from command line.


Member Function Documentation

bool FilterChain::apply ( FileIO::ProtocolDataMap pdmap  )  const

Apply filter chain to all elements in 'pdmap'.

bool FilterChain::apply ( Protocol prot,
Data< float, 4 > &  data 
) const

Apply filter chain to protocol-data pair.


The documentation for this class was generated from the following file:
Generated on Sat Jun 14 12:31:26 2008 by  doxygen 1.5.1