Rhino C++ API
8.13
|
#include <IRhRdkPostEffects.h>
Public Member Functions | |
virtual IRhRdkPostEffects & | BeginChange (RhRdkChangeContext cc) const =0 |
virtual bool | EndChange (void)=0 |
virtual void * | EVF (const wchar_t *, void *)=0 |
virtual void | GetPostEffects (IRhRdkPostEffect::Types type, OUT ON_SimpleArray< IRhRdkPostEffect * > &a) const =0 |
virtual IRhRdkPostEffect * | PostEffectFromId (const UUID &uuidPEP) const =0 |
Protected Member Functions | |
virtual | ~IRhRdkPostEffects () |
This is the interface to a collection of post effects.
|
inlineprotectedvirtual |
|
pure virtual |
Call this method to get a non-const object upon which you can call non-const methods. Calls to this method are counted; you must call EndChange() once for every call to BeginChange(). Please do not use const_cast or any other means of circumventing this requirement.
|
pure virtual |
|
pure virtual |
Emergency virtual function for future expansion.
|
pure virtual |
Get all the post effects.
a | accepts the post effects. |
|
pure virtual |
Find a post effect plug-in from its id.