Template Class IncrementFilter
- Defined in File increment.hpp 
Inheritance Relationships
Base Type
- public filters::FilterBase< T >(Template Class FilterBase)
Class Documentation
- 
template<typename T>
 class IncrementFilter : public filters::FilterBase<T>
- A increment filter which works on doubles. - Public Functions - 
IncrementFilter()
- Construct the filter with the expected width and height. 
 - 
~IncrementFilter() override
- Destructor to clean up. 
 - 
virtual bool configure() override
- Pure virtual function for the sub class to configure the filter This function must be implemented in the derived class. 
 
- 
IncrementFilter()