TuttleOFX
1
|
![]() |
Defines | |
#define | kOfxImageEffectActionGetRegionOfDefinition "OfxImageEffectActionGetRegionOfDefinition" |
Action called to get the region of definition of an effect. | |
#define | kOfxImageEffectActionGetRegionsOfInterest "OfxImageEffectActionGetRegionsOfInterest" |
Action called to get the regions of interest of an effect. | |
#define | kOfxImageEffectActionGetTimeDomain "OfxImageEffectActionGetTimeDomain" |
Action called to get the temporal domain of an effect. | |
#define | kOfxImageEffectActionGetFramesNeeded "OfxImageEffectActionGetFramesNeeded" |
Action called to get the frame ranged needed on an input clip to render a single frame. | |
#define | kOfxImageEffectActionGetClipPreferences "OfxImageEffectActionGetClipPreferences" |
Action called to have a plug-in define input an output clip preferences. | |
#define | kOfxImageEffectActionIsIdentity "OfxImageEffectActionIsIdentity" |
Action called to have a plug-in say if it is an identity transform. | |
#define | kOfxImageEffectActionRender "OfxImageEffectActionRender" |
Action to render an image. | |
#define | kOfxImageEffectActionBeginSequenceRender "OfxImageEffectActionBeginSequenceRender" |
Action indicating a series of render calls are about to happen. | |
#define | kOfxImageEffectActionEndSequenceRender "OfxImageEffectActionEndSequenceRender" |
Action to render a series of render calls have completed. | |
#define | kOfxImageEffectActionDescribeInContext "OfxImageEffectActionDescribeInContext" |
Action to describe an image effect in a specific context. |
These are the list of actions passed to an image effect plugin's main function. For more details on how to deal with actions, see Image Effect Actions.
#define kOfxImageEffectActionBeginSequenceRender "OfxImageEffectActionBeginSequenceRender" |
Action indicating a series of render calls are about to happen.
Definition at line 161 of file ofxImageEffect.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectNode::beginSequenceRenderAction(), OFX::Private::mainEntryStr(), and OFX::Validation::validateActionArgumentsProperties().
#define kOfxImageEffectActionDescribeInContext "OfxImageEffectActionDescribeInContext" |
Action to describe an image effect in a specific context.
Definition at line 167 of file ofxImageEffect.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectPlugin::describeInContextAction(), OFX::Private::mainEntryStr(), and OFX::Validation::validateActionArgumentsProperties().
#define kOfxImageEffectActionEndSequenceRender "OfxImageEffectActionEndSequenceRender" |
Action to render a series of render calls have completed.
Definition at line 164 of file ofxImageEffect.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectNode::endSequenceRenderAction(), OFX::Private::mainEntryStr(), and OFX::Validation::validateActionArgumentsProperties().
#define kOfxImageEffectActionGetClipPreferences "OfxImageEffectActionGetClipPreferences" |
Action called to have a plug-in define input an output clip preferences.
Definition at line 152 of file ofxImageEffect.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectNode::getClipPreferencesAction(), OFX::Private::mainEntryStr(), and OFX::Validation::validateActionArgumentsProperties().
#define kOfxImageEffectActionGetFramesNeeded "OfxImageEffectActionGetFramesNeeded" |
Action called to get the frame ranged needed on an input clip to render a single frame.
Definition at line 149 of file ofxImageEffect.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectNode::getFramesNeededAction(), OFX::Private::mainEntryStr(), and OFX::Validation::validateActionArgumentsProperties().
#define kOfxImageEffectActionGetRegionOfDefinition "OfxImageEffectActionGetRegionOfDefinition" |
Action called to get the region of definition of an effect.
Definition at line 140 of file ofxImageEffect.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectNode::getRegionOfDefinitionAction(), OFX::Private::mainEntryStr(), and OFX::Validation::validateActionArgumentsProperties().
#define kOfxImageEffectActionGetRegionsOfInterest "OfxImageEffectActionGetRegionsOfInterest" |
Action called to get the regions of interest of an effect.
Definition at line 143 of file ofxImageEffect.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectNode::getRegionOfInterestAction(), OFX::Private::mainEntryStr(), and OFX::Validation::validateActionArgumentsProperties().
#define kOfxImageEffectActionGetTimeDomain "OfxImageEffectActionGetTimeDomain" |
Action called to get the temporal domain of an effect.
Definition at line 146 of file ofxImageEffect.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectNode::getTimeDomainAction(), OFX::Private::mainEntryStr(), and OFX::Validation::validateActionArgumentsProperties().
#define kOfxImageEffectActionIsIdentity "OfxImageEffectActionIsIdentity" |
Action called to have a plug-in say if it is an identity transform.
Definition at line 155 of file ofxImageEffect.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectNode::isIdentityAction(), OFX::Private::mainEntryStr(), and OFX::Validation::validateActionArgumentsProperties().
#define kOfxImageEffectActionRender "OfxImageEffectActionRender" |
Action to render an image.
Definition at line 158 of file ofxImageEffect.h.
Referenced by OFX::Private::mainEntryStr(), tuttle::host::ofx::imageEffect::OfxhImageEffectNode::renderAction(), and OFX::Validation::validateActionArgumentsProperties().