#include <CHOP_Blend.h>

Public Member Functions | |
| OP_ERROR | cookMyChop (OP_Context &context) |
| virtual unsigned | disableParms () |
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 [] |
Protected Member Functions | |
| CHOP_Blend (OP_Network *net, const char *name, OP_Operator *op) | |
| virtual | ~CHOP_Blend () |
Definition at line 39 of file CHOP_Blend.h.
| CHOP_Blend::CHOP_Blend | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [protected] |
| CHOP_Blend::~CHOP_Blend | ( | ) | [protected, virtual] |
| OP_ERROR CHOP_Blend::cookMyChop | ( | OP_Context & | context | ) | [virtual] |
Implements CHOP_Node.
Definition at line 125 of file CHOP_Blend.C.
| unsigned CHOP_Blend::disableParms | ( | void | ) | [virtual] |
Reimplemented from CHOP_Node.
Definition at line 72 of file CHOP_Blend.C.
| OP_Node * CHOP_Blend::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) | [static] |
PRM_Template CHOP_Blend::myTemplateList [static] |
Initial value:
{
PRM_Template(PRM_SWITCHER, 2, &PRMswitcherName, switcher),
PRM_Template(PRM_ORD, 1, &names[0], PRMoneDefaults,&methodMenu),
PRM_Template(PRM_TOGGLE, 1, &names[1], PRMzeroDefaults),
PRM_Template(),
}
Reimplemented from CHOP_Node.
Definition at line 48 of file CHOP_Blend.h.
Reimplemented from CHOP_Node.
Definition at line 46 of file CHOP_Blend.h.
Initial value:
{
{ 0, 0, 0 }
}
Reimplemented from CHOP_Node.
Definition at line 49 of file CHOP_Blend.h.
Reimplemented from CHOP_Node.
Definition at line 47 of file CHOP_Blend.h.
1.5.9