|
SeExpr
|
Curve assignment expression. Assignment of curve to a variable. More...
#include <ControlSpec.h>
Public Member Functions | |
| ExprCurveAssignSpec (const ExprAssignNode &node) | |
| virtual std::string | toString () const |
| Generates a replacement string based on changes to the spec. | |
Public Member Functions inherited from SeExpr2::ControlSpec | |
| ControlSpec (const ExprNode &node) | |
| virtual | ~ControlSpec () |
Static Public Member Functions | |
| static const ExprCurveAssignSpec * | match (const ExprNode *node) |
Private Attributes | |
| std::string | _lookupText |
| Lookup subexpression text. | |
| std::vector< typename Curve< T >::CV > | _vec |
| Control points of curve spline. | |
Additional Inherited Members | |
Protected Attributes inherited from SeExpr2::ControlSpec | |
| std::string | _name |
| Name of control. | |
| int | _start |
| Start position of text in original source. | |
| int | _end |
| End position of text in original source. | |
Curve assignment expression. Assignment of curve to a variable.
Definition at line 88 of file ControlSpec.h.
| SeExpr2::ExprCurveAssignSpec< T >::ExprCurveAssignSpec | ( | const ExprAssignNode & | node | ) |
Definition at line 139 of file ControlSpec.cpp.
References _lookupText, SeExpr2::ControlSpec::_name, _vec, SeExpr2::ExprNode::child(), SeExpr2::ControlSpec::ControlSpec(), SeExpr2::ExprAssignNode::name(), SeExpr2::ExprNode::numChildren(), toString(), and SeExpr2::ExprNumNode::value().
Referenced by match().
|
static |
Definition at line 174 of file ControlSpec.cpp.
References ExprCurveAssignSpec(), and SeExpr2::isCurveAssign().
Referenced by SeExpr2::SpecExaminer::examine().
|
virtual |
Generates a replacement string based on changes to the spec.
Implements SeExpr2::ControlSpec.
Definition at line 161 of file ControlSpec.cpp.
References _lookupText, SeExpr2::ControlSpec::_name, and _vec.
Referenced by ExprCurveAssignSpec().
|
private |
Lookup subexpression text.
Definition at line 97 of file ControlSpec.h.
Referenced by ExprCurveAssignSpec(), and toString().
|
private |
Control points of curve spline.
Definition at line 99 of file ControlSpec.h.
Referenced by ExprCurveAssignSpec(), and toString().