#include <COP2_RotoShape.h>

Public Member Functions | |
| virtual unsigned | disableParms () |
| void | generateRawCurve (int rawmode) |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *, const char *, OP_Operator *) |
| static int | getDefaultCurveType () |
| static void | getCurveDefaults (int &comp, int &fill, bool &fillout, float &thick, int &feather, float &fwidth, float color[4]) |
Static Public Attributes | |
| static OP_TemplatePair | myTemplatePair |
| static OP_VariablePair | myVariablePair |
| static PRM_Template | myTemplateList [] |
| static CH_LocalVariable | myVariableList [] |
Protected Member Functions | |
| virtual COP2_ContextData * | newContextData (const TIL_Plane *, int, float t, int xres, int yres, int thread, int max_threads) |
| virtual OP_ERROR | generateTile (COP2_Context &context, TIL_TileList *tilelist) |
| virtual void | getGeneratedBounds (COP2_Context &context, int &bx1, int &by1, int &bx2, int &by2) |
| virtual | ~COP2_RotoShape () |
Definition at line 31 of file COP2_RotoShape.h.
| virtual COP2_RotoShape::~COP2_RotoShape | ( | ) | [protected, virtual] |
| virtual unsigned COP2_RotoShape::disableParms | ( | ) | [virtual] |
Reimplemented from COP2_Generator.
| void COP2_RotoShape::generateRawCurve | ( | int | rawmode | ) |
| virtual OP_ERROR COP2_RotoShape::generateTile | ( | COP2_Context & | context, | |
| TIL_TileList * | tilelist | |||
| ) | [protected, virtual] |
Implements COP2_Generator.
| static void COP2_RotoShape::getCurveDefaults | ( | int & | comp, | |
| int & | fill, | |||
| bool & | fillout, | |||
| float & | thick, | |||
| int & | feather, | |||
| float & | fwidth, | |||
| float | color[4] | |||
| ) | [static] |
| static int COP2_RotoShape::getDefaultCurveType | ( | ) | [static] |
| virtual void COP2_RotoShape::getGeneratedBounds | ( | COP2_Context & | context, | |
| int & | bx1, | |||
| int & | by1, | |||
| int & | bx2, | |||
| int & | by2 | |||
| ) | [protected, virtual] |
Reimplemented from COP2_Generator.
| static OP_Node* COP2_RotoShape::myConstructor | ( | OP_Network * | , | |
| const char * | , | |||
| OP_Operator * | ||||
| ) | [static] |
| virtual COP2_ContextData* COP2_RotoShape::newContextData | ( | const TIL_Plane * | , | |
| int | , | |||
| float | t, | |||
| int | xres, | |||
| int | yres, | |||
| int | thread, | |||
| int | max_threads | |||
| ) | [protected, virtual] |
Reimplemented from COP2_Node.
PRM_Template COP2_RotoShape::myTemplateList[] [static] |
CH_LocalVariable COP2_RotoShape::myVariableList[] [static] |
1.5.9