Node that implements a numeric comparison. More...
#include <SeExprNode.h>
Public Member Functions | |
SeExprLtNode (const SeExpression *expr, SeExprNode *a, SeExprNode *b) | |
virtual void | eval (SeVec3d &result) const |
Evaluation method. Note: v[1] and v[2] are undefined if !isVec. |
Node that implements a numeric comparison.
Definition at line 266 of file SeExprNode.h.
SeExprLtNode::SeExprLtNode | ( | const SeExpression * | expr, | |
SeExprNode * | a, | |||
SeExprNode * | b | |||
) | [inline] |
Definition at line 269 of file SeExprNode.h.
void SeExprLtNode::eval | ( | SeVec3d & | v | ) | const [virtual] |
Evaluation method. Note: v[1] and v[2] are undefined if !isVec.
Reimplemented from SeExprNode.
Definition at line 462 of file SeExprNode.cpp.
References a, b, SeExprNode::child(), and SeExprNode::eval().