class ExpressionNS::Expression

Expression class, holds the data for the keyframe

Public Fields

[more]std::string name
name of the expression
[more]std::vector<float> m
an expression vector
[more]float length
used only for compound expressions

Public Methods

[more] Expression ()
[more] ~Expression ()
[more] Expression (int size)
inits new expression with vector m with length size
[more]const Expression operator + (const Expression & v) const
adds two keyframes together
[more]const Expression operator - (const Expression & v) const
subtracts two keyframes together (never used)
[more]const Expression operator * (const float &num) const
scales expression by factor


Documentation

Expression class, holds the data for the keyframe
ostd::string name
name of the expression

ostd::vector<float> m
an expression vector

ofloat length
used only for compound expressions

o Expression()

o ~Expression()

o Expression(int size)
inits new expression with vector m with length size

oconst Expression operator + (const Expression & v) const
adds two keyframes together

oconst Expression operator - (const Expression & v) const
subtracts two keyframes together (never used)

oconst Expression operator * (const float &num) const
scales expression by factor


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.