SeExprVecNode Class Reference

Node that constructs a vector from three scalars. More...

#include <SeExprNode.h>

Inheritance diagram for SeExprVecNode:
SeExprNode

List of all members.

Public Member Functions

 SeExprVecNode (const SeExpression *expr, SeExprNode *a, SeExprNode *b, SeExprNode *c)
virtual bool prep (bool wantVec)
virtual void eval (SeVec3d &result) const
 Evaluation method. Note: v[1] and v[2] are undefined if !isVec.

Detailed Description

Node that constructs a vector from three scalars.

Definition at line 130 of file SeExprNode.h.


Constructor & Destructor Documentation

SeExprVecNode::SeExprVecNode ( const SeExpression expr,
SeExprNode a,
SeExprNode b,
SeExprNode c 
) [inline]

Definition at line 133 of file SeExprNode.h.


Member Function Documentation

void SeExprVecNode::eval ( SeVec3d v  )  const [virtual]

Evaluation method. Note: v[1] and v[2] are undefined if !isVec.

Reimplemented from SeExprNode.

Definition at line 239 of file SeExprNode.cpp.

References SeExprNode::_isVec, SeExprNode::child(), and SeExprNode::eval().

bool SeExprVecNode::prep ( bool  wantVec  )  [virtual]

Prepare the node (for parser use only). See the discussion at the start of SeExprNode.cpp for more info.

Reimplemented from SeExprNode.

Definition at line 229 of file SeExprNode.cpp.

References SeExprNode::_isVec, and SeExprNode::prep().


The documentation for this class was generated from the following files:

Generated on 25 Jul 2013 for SeExpr by  doxygen 1.6.1