#include <inputfilter.h>
Inheritance diagram for input_filter:

Public Methods | |
| input_filter () | |
| virtual | ~input_filter () |
| virtual bool | filter_frame (FrameClass &frame) |
| virtual void | property_changed () |
| virtual void | reset () |
| bool | open_file (string filename) |
Private Attributes | |
| string | filename |
| bool | is_set |
| unsigned int | at |
| vector< ColorImage > | images |
|
|
|
|
|
|
|
|
this simply takes a frame and runs the current filter over it
Implements Filter. |
|
|
|
|
|
this method is called after the member properties has been updated, it informs the filter that properties has changed and those changes should take effect Reimplemented from Filter. |
|
|
some filters are ment to be used on a movie and can increase performance by storing information about previous frames, this function is called after an entire movie has finnished playing so that the filter may reset it's data, NOTE that this is only virtual and not purly virtual it need not be imlemented unless the filter wishes to be reset after a complete, movie has been run through it Reimplemented from Filter. |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002