▼Cfilters::FilterBase< T > | A Base filter class to provide a standard interface for all filters |
Cfilters::IncrementFilter< T > | A increment filter which works on doubles |
Cfilters::MeanFilter< T > | A mean filter which works on doubles |
Cfilters::MedianFilter< T > | A median filter which works on arrays |
▼Cfilters::MultiChannelFilterBase< T > | |
Cfilters::MultiChannelIncrementFilter< T > | A increment filter which works on arrays |
Cfilters::MultiChannelMeanFilter< T > | A mean filter which works on double arrays |
Cfilters::MultiChannelMedianFilter< T > | A median filter which works on arrays |
Cfilters::MultiChannelTransferFunctionFilter< T > | One-dimensional digital filter class |
Cfilters::ParamTest< T > | A mean filter which works on doubles |
Cfilters::SingleChannelTransferFunctionFilter< T > | One-dimensional digital filter class |
Cfilters::FilterChain< T > | A class which will construct and sequentially call Filters according to xml This is the primary way in which users are expected to interact with Filters |
Cfilters::MultiChannelFilterChain< T > | A class which will construct and sequentially call Filters according to xml This is the primary way in which users are expected to interact with Filters |
Cfilters::RealtimeCircularBuffer< T > | A realtime safe circular (ring) buffer |