#include <IfExpr.h>
Inheritance diagram for CIfExpr:
Public Methods | |
virtual bool | MergeExpression (CExpression* otherexpr) |
CIfExpr (CExpression *guard, CExpression *e1, CExpression *e2) | |
CIfExpr () | |
virtual unsigned char | GetExpressionID () |
virtual | ~CIfExpr () |
virtual CValue* | Calculate () |
virtual bool | IsInside (float x,float y,float z,bool bBorderInclude=true) |
virtual bool | NeedsRecalculated () |
virtual CExpression* | CheckLink (std::vector<CBrokenLinkInfo*>& brokenlinks) |
virtual void | ClearModified () |
virtual void | BroadcastOperators (VALUE_OPERATOR op) |
|
Definition at line 24 of file IfExpr.cpp. |
|
|
|
Definition at line 35 of file IfExpr.cpp. |
|
Reimplemented from CExpression. |
|
Reimplemented from CExpression. Definition at line 46 of file IfExpr.cpp. |
|
Reimplemented from CExpression. |
|
Reimplemented from CExpression. |
|
Reimplemented from CExpression. |
|
|
|
Reimplemented from CExpression. Definition at line 69 of file IfExpr.cpp. |
|
Reimplemented from CExpression. |