|
HDK
|
#include <COP2_Ramp.h>
Inheritance diagram for cop2_RampData:Public Member Functions | |
| cop2_RampData () | |
| ~cop2_RampData () override | |
| void | blendRamp (int index, cop2_RampPoint *p1, cop2_RampPoint *p2, float blend) |
Public Member Functions inherited from COP2_ContextData | |
| COP2_ContextData () | |
| virtual | ~COP2_ContextData () |
Public Attributes | |
| int | mySize |
| int | myRampType |
| float * | myRamp [4] |
| float | myRotation |
| float | myCenterX |
| float | myCenterY |
| bool | myRepeat |
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 128 of file COP2_Ramp.h.
|
inline |
Definition at line 131 of file COP2_Ramp.h.
|
inlineoverride |
Definition at line 134 of file COP2_Ramp.h.
| float cop2_RampData::myCenterX |
Definition at line 145 of file COP2_Ramp.h.
| float cop2_RampData::myCenterY |
Definition at line 145 of file COP2_Ramp.h.
| float* cop2_RampData::myRamp[4] |
Definition at line 143 of file COP2_Ramp.h.
| int cop2_RampData::myRampType |
Definition at line 142 of file COP2_Ramp.h.
| bool cop2_RampData::myRepeat |
Definition at line 146 of file COP2_Ramp.h.
| float cop2_RampData::myRotation |
Definition at line 144 of file COP2_Ramp.h.
| int cop2_RampData::mySize |
Definition at line 141 of file COP2_Ramp.h.