FilteringThread

An object that applies a filter function to an image in a separate thread

Constructors

this
this(SuperImage img)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

filtered
SuperImage filtered()
Undocumented in source. Be warned that the author may not have intended to support it.
onFinished
void onFinished()

Called in main thread once when second thread finishes. Override it

onRunning
void onRunning()

Called in main thread in a loop while second thread is running. Override it

run
void run()

Called in a second thread. Override it

threadFunc
void threadFunc()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

image
SuperImage image;
Undocumented in source.
output
SuperImage output;
Undocumented in source.
thread
Thread thread;
Undocumented in source.

Meta