#include <EUC_Expression.h>

Public Member Functions | |
| EUC_ExprIntersect (EUC_Expression *expra, EUC_Expression *exprb) | |
| virtual | ~EUC_ExprIntersect () |
Protected Member Functions | |
| virtual void | evaluateSubclass (EUC_ObjectList &result, EUC_ObjectList &totalobj) |
Protected Attributes | |
| EUC_Expression * | myExprA |
| EUC_Expression * | myExprB |
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.
| EUC_ExprIntersect::~EUC_ExprIntersect | ( | ) | [virtual] |
Definition at line 314 of file EUC_Expression.C.
| void EUC_ExprIntersect::evaluateSubclass | ( | EUC_ObjectList & | result, | |
| EUC_ObjectList & | totalobj | |||
| ) | [protected, virtual] |
EUC_Expression* HDK_Sample::EUC_ExprIntersect::myExprA [protected] |
Definition at line 163 of file EUC_Expression.h.
EUC_Expression * HDK_Sample::EUC_ExprIntersect::myExprB [protected] |
Definition at line 163 of file EUC_Expression.h.
1.5.9