HDK
|
#include <COP2_RotoShape.h>
Public Member Functions | |
cop2_RotoShapeData () | |
~cop2_RotoShapeData () override | |
GU_Detail * | getCurveDetail (int i) |
GU_Detail * | getFeatherDetail (int i) |
Public Member Functions inherited from COP2_ContextData | |
COP2_ContextData () | |
virtual | ~COP2_ContextData () |
Public Attributes | |
UT_ValArray< cop2_RotoCurve * > | myShapes |
int | myMaxX |
int | myMinX |
int | myMaxY |
int | myMinY |
Additional Inherited Members | |
Static Public Member Functions inherited from UT_SmallObject< COP2_ContextData, UT_SMALLOBJECT_CLEANPAGES_OFF, 31, UT_SMALLOBJECT_THREADSAFE_ON, 512 > | |
static void * | operator new (size_t size) |
Regular new/delete operators. More... | |
static void | operator delete (void *p, size_t size) |
Regular new/delete operators. More... | |
static void * | operator new (size_t, void *p) |
static void | operator delete (void *, void *) |
Protected Member Functions inherited from COP2_ContextData | |
virtual bool | createPerPlane () const |
virtual bool | createPerRes () const |
virtual bool | createPerTime () const |
virtual bool | createPerThread () const |
Definition at line 92 of file COP2_RotoShape.h.
cop2_RotoShapeData::cop2_RotoShapeData | ( | ) |
|
override |
int cop2_RotoShapeData::myMaxX |
Definition at line 103 of file COP2_RotoShape.h.
int cop2_RotoShapeData::myMaxY |
Definition at line 105 of file COP2_RotoShape.h.
int cop2_RotoShapeData::myMinX |
Definition at line 104 of file COP2_RotoShape.h.
int cop2_RotoShapeData::myMinY |
Definition at line 106 of file COP2_RotoShape.h.
UT_ValArray<cop2_RotoCurve *> cop2_RotoShapeData::myShapes |
Definition at line 101 of file COP2_RotoShape.h.