#include <plugin.h>
Inheritance diagram for Plugin:
Public Methods | |
Plugin (void) | |
Constructor. More... | |
virtual | ~Plugin (void) |
Destructor. More... | |
virtual pluginReturnType | processId (int id, Picture **in, Picture *out, float *params, void *result)=0 |
Process image using operation referenced by Id. More... | |
virtual void | printInfo (void)=0 |
Print plugin information to stdout. More... |
|
Constructor.
|
|
Destructor. Deletes the instance of the class. |
|
Print plugin information to stdout.
Implemented in ipPlugin. |
|
Process image using operation referenced by Id.
Implemented in ipPlugin. |