Rhino C++ API
8.13
|
#include <RhRdkNewPostEffectPlugIn.h>
Classes | |
class | IChannels |
Public Member Functions | |
virtual IJob * | Clone (void) const =0 |
virtual void | DeleteThis (void)=0 |
virtual void * | EVF (const wchar_t *, void *)=0 |
virtual bool | Execute (const ON_4iRect &rect, IChannels &chans)=0 |
Protected Member Functions | |
virtual | ~IJob () |
Represents a job queued in the thread engine system. A post effect implements this interface to do its processing.
|
inlineprotectedvirtual |
|
pure virtual |
This method must be implemented as
.
|
pure virtual |
You must implement this method as
|
pure virtual |
Emergency virtual function for future expansion.
|
pure virtual |
Implement this to execute your post effect. It runs in a worker thread.
rect | is the rectangle to be processed. |
chans | is the collection of channels to process. |