A filter that does... More...
#include <>>
Public Member Functions | |
FilterNothing () | |
Constructor. | |
virtual void | apply () |
Apply the filter. |
A filter that does...
nothing.
Definition at line 40 of file nothing.h.
firevision::FilterNothing::FilterNothing | ( | ) | [inline] |
virtual void firevision::FilterNothing::apply | ( | ) | [inline, virtual] |
Apply the filter.
Apply the filter to the given source and destination buffers with given width and height and orientation (ori may be ignored for some filters).
Implements firevision::Filter.