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

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

#include <increment.h>

Inheritance diagram for filters::MultiChannelIncrementFilter< 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.
 MultiChannelIncrementFilter ()
 Construct the filter with the expected width and height.
virtual bool update (const std::vector< T > &data_in, std::vector< T > &data_out)
 Update the filter and return the data seperately.
 ~MultiChannelIncrementFilter ()
 Destructor to clean up.

Detailed Description

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

A increment filter which works on arrays.

Definition at line 99 of file increment.h.


Constructor & Destructor Documentation

Construct the filter with the expected width and height.

Definition at line 126 of file increment.h.

Destructor to clean up.

Definition at line 138 of file increment.h.


Member Function Documentation

template<typename T >
bool filters::MultiChannelIncrementFilter< 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::MultiChannelFilterBase< T >.

Definition at line 131 of file increment.h.

template<typename T >
bool filters::MultiChannelIncrementFilter< T >::update ( const std::vector< T > &  data_in,
std::vector< 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::MultiChannelFilterBase< T >.

Definition at line 144 of file increment.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 10:22:41