Note that computes a logical not. More...
#include <SeExprNode.h>
Public Member Functions | |
SeExprNotNode (const SeExpression *expr, SeExprNode *a) | |
virtual void | eval (SeVec3d &result) const |
Evaluation method. Note: v[1] and v[2] are undefined if !isVec. |
Note that computes a logical not.
Definition at line 163 of file SeExprNode.h.
SeExprNotNode::SeExprNotNode | ( | const SeExpression * | expr, | |
SeExprNode * | a | |||
) | [inline] |
Definition at line 166 of file SeExprNode.h.
void SeExprNotNode::eval | ( | SeVec3d & | v | ) | const [virtual] |
Evaluation method. Note: v[1] and v[2] are undefined if !isVec.
Reimplemented from SeExprNode.
Definition at line 397 of file SeExprNode.cpp.
References SeExprNode::_isVec, a, SeExprNode::child(), and SeExprNode::eval().