Rhino C++ API
8.18
|
#include <RhRdkNewPostEffectPlugIn.h>
Public Member Functions | |
virtual void * | EVF (const wchar_t *, void *)=0 |
virtual IRhRdkPostEffectPipeline::IChannel * | GetChannel (const UUID &chanId) const =0 |
Protected Member Functions | |
virtual | ~IChannels () |
This is a collection of channels that will be processed by the post effect. The channels in this collection are copies of some of the channels being passed through the post effect pipeline. These are the channels that were specified by id during the call to RunPostEffect(). The post effect will read from one or more of these channels, do calculations, and write the results to one or more of the channels.
|
inlineprotectedvirtual |
|
pure virtual |
Emergency virtual function for future expansion.
|
pure virtual |
Get a channel interface. This interface can be used to get the channel data.
chanId | is the channel identifier. |