#include <COP2_LumaKey.h>

Public Member Functions | |
| unsigned | disableParms () |
| virtual void | setColorParms (float hmin, float hmax, float smin, float smax, float lmin, float lmax, bool add, float t) |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *, const char *, OP_Operator *) |
Static Public Attributes | |
| static OP_TemplatePair | myTemplatePair |
| static OP_VariablePair | myVariablePair |
| static PRM_Template | myTemplateList [] |
| static CH_LocalVariable | myVariableList [] |
| static const char * | myInputLabels [] |
Protected Member Functions | |
| virtual COP2_ContextData * | newContextData (const TIL_Plane *, int, float t, int xres, int yres, int thread, int max_threads) |
| virtual const char * | getKeyPlane (COP2_Context &context) |
| virtual int | getSuperSample (COP2_Context &context) |
| virtual bool | convertToColorSpace (COP2_Context &context, const float *c1, const float *c2, const float *c3, const float *c4, float *&d1, float *&d2, float *&d3, float *&d4, int size) |
| virtual COP2_KeyFunction | getKeyFunction (COP2_Context &context, void *&data) |
| virtual bool | isFrameEffectHandled () |
Definition at line 39 of file COP2_LumaKey.h.
| virtual bool COP2_LumaKey::convertToColorSpace | ( | COP2_Context & | context, | |
| const float * | c1, | |||
| const float * | c2, | |||
| const float * | c3, | |||
| const float * | c4, | |||
| float *& | d1, | |||
| float *& | d2, | |||
| float *& | d3, | |||
| float *& | d4, | |||
| int | size | |||
| ) | [protected, virtual] |
Reimplemented from COP2_KeyBase.
| unsigned COP2_LumaKey::disableParms | ( | ) | [virtual] |
Reimplemented from COP2_MaskOp.
| virtual COP2_KeyFunction COP2_LumaKey::getKeyFunction | ( | COP2_Context & | context, | |
| void *& | data | |||
| ) | [protected, virtual] |
Reimplemented from COP2_KeyBase.
| virtual const char* COP2_LumaKey::getKeyPlane | ( | COP2_Context & | context | ) | [protected, virtual] |
Reimplemented from COP2_KeyBase.
| virtual int COP2_LumaKey::getSuperSample | ( | COP2_Context & | context | ) | [protected, virtual] |
Reimplemented from COP2_KeyBase.
| virtual bool COP2_LumaKey::isFrameEffectHandled | ( | ) | [inline, protected, virtual] |
| static OP_Node* COP2_LumaKey::myConstructor | ( | OP_Network * | , | |
| const char * | , | |||
| OP_Operator * | ||||
| ) | [static] |
| virtual COP2_ContextData* COP2_LumaKey::newContextData | ( | const TIL_Plane * | , | |
| int | , | |||
| float | t, | |||
| int | xres, | |||
| int | yres, | |||
| int | thread, | |||
| int | max_threads | |||
| ) | [protected, virtual] |
Reimplemented from COP2_Node.
| virtual void COP2_LumaKey::setColorParms | ( | float | hmin, | |
| float | hmax, | |||
| float | smin, | |||
| float | smax, | |||
| float | lmin, | |||
| float | lmax, | |||
| bool | add, | |||
| float | t | |||
| ) | [virtual] |
Reimplemented from COP2_KeyBase.
const char* COP2_LumaKey::myInputLabels[] [static] |
Definition at line 48 of file COP2_LumaKey.h.
PRM_Template COP2_LumaKey::myTemplateList[] [static] |
CH_LocalVariable COP2_LumaKey::myVariableList[] [static] |
1.5.9