All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines
Public Member Functions
filters::ParamTest< T > Class Template Reference

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

#include <param_test.h>

Inheritance diagram for filters::ParamTest< 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.
 ParamTest ()
 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.
 ~ParamTest ()
 Destructor to clean up.

Detailed Description

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

A mean filter which works on doubles.

Definition at line 50 of file param_test.h.


Constructor & Destructor Documentation

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

Construct the filter with the expected width and height.

Definition at line 74 of file param_test.h.

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

Destructor to clean up.

Definition at line 85 of file param_test.h.


Member Function Documentation

template<typename T >
bool filters::ParamTest< 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 79 of file param_test.h.

template<typename T >
bool filters::ParamTest< 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 91 of file param_test.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


filters
Author(s): Tully Foote/tfoote@willowgarage.com
autogenerated on Mon Aug 19 2013 11:35:05