Public Member Functions
filters::IncrementFilter< T > Class Template Reference

A increment filter which works on doubles. More...

#include <increment.h>

Inheritance diagram for filters::IncrementFilter< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool configure ()
 Pure virtual function for the sub class to configure the filter This function must be implemented in the derived class.
 IncrementFilter ()
 Construct the filter with the expected width and height.
virtual bool update (const T &data_in, T &data_out)
 Update the filter and return the data seperately.
 ~IncrementFilter ()
 Destructor to clean up.

Detailed Description

template<typename T>
class filters::IncrementFilter< T >

A increment filter which works on doubles.

Definition at line 48 of file increment.h.


Constructor & Destructor Documentation

template<typename T >
filters::IncrementFilter< T >::IncrementFilter ( )

Construct the filter with the expected width and height.

Definition at line 70 of file increment.h.

template<typename T >
filters::IncrementFilter< T >::~IncrementFilter ( )

Destructor to clean up.

Definition at line 82 of file increment.h.


Member Function Documentation

template<typename T >
bool filters::IncrementFilter< T >::configure ( ) [virtual]

Pure virtual function for the sub class to configure the filter This function must be implemented in the derived class.

Implements filters::FilterBase< T >.

Definition at line 75 of file increment.h.

template<typename T >
bool filters::IncrementFilter< T >::update ( const T &  data_in,
T &  data_out 
) [virtual]

Update the filter and return the data seperately.

Parameters:
data_inT array with length width
data_outT array with length width

Implements filters::FilterBase< T >.

Definition at line 88 of file increment.h.


The documentation for this class was generated from the following file:


filters
Author(s):
autogenerated on Wed Aug 26 2015 11:38:25