HDK
|
#include <EUC_Expression.h>
Public Member Functions | |
EUC_ExprPointFromObject (EUC_Expression *src, int idx) | |
~EUC_ExprPointFromObject () override | |
![]() | |
EUC_Expression () | |
void | addRef () |
void | removeRef () |
int | getUid () const |
void | applyLook (EUC_Object *obj) |
void | setLook (bool visible, const UT_Vector3 &cd) |
void | evaluate (EUC_ObjectList &results) |
void | evaluateRecurse (EUC_ObjectList &result, EUC_ObjectList &totalobj) |
Protected Member Functions | |
void | evaluateSubclass (EUC_ObjectList &result, EUC_ObjectList &totalobj) override |
![]() | |
virtual | ~EUC_Expression () |
Protected Attributes | |
EUC_Expression * | mySource |
int | myIndex |
Additional Inherited Members | |
![]() | |
static EUC_Expression * | getExprFromUid (int uid) |
Definition at line 110 of file EUC_Expression.h.
EUC_ExprPointFromObject::EUC_ExprPointFromObject | ( | EUC_Expression * | src, |
int | idx | ||
) |
Definition at line 150 of file EUC_Expression.C.
|
override |
Definition at line 157 of file EUC_Expression.C.
|
overrideprotectedvirtual |
Implements HDK_Sample::EUC_Expression.
Definition at line 163 of file EUC_Expression.C.
|
protected |
Definition at line 121 of file EUC_Expression.h.
|
protected |
Definition at line 120 of file EUC_Expression.h.