|
HDK
|
#include <EUC_Expression.h>
Inheritance diagram for HDK_Sample::EUC_ExprIntersect:Public Member Functions | |
| EUC_ExprIntersect (EUC_Expression *expra, EUC_Expression *exprb) | |
| ~EUC_ExprIntersect () override | |
Public Member Functions inherited from HDK_Sample::EUC_Expression | |
| 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 |
Protected Member Functions inherited from HDK_Sample::EUC_Expression | |
| virtual | ~EUC_Expression () |
Protected Attributes | |
| EUC_Expression * | myExprA |
| EUC_Expression * | myExprB |
Additional Inherited Members | |
Static Public Member Functions inherited from HDK_Sample::EUC_Expression | |
| static EUC_Expression * | getExprFromUid (int uid) |
Definition at line 153 of file EUC_Expression.h.
| EUC_ExprIntersect::EUC_ExprIntersect | ( | EUC_Expression * | expra, |
| EUC_Expression * | exprb | ||
| ) |
Definition at line 306 of file EUC_Expression.C.
|
override |
Definition at line 314 of file EUC_Expression.C.
|
overrideprotectedvirtual |
Implements HDK_Sample::EUC_Expression.
Definition at line 321 of file EUC_Expression.C.
|
protected |
Definition at line 163 of file EUC_Expression.h.
|
protected |
Definition at line 163 of file EUC_Expression.h.