TuttleOFX
1
|
#include <SeExprAlgorithm.hpp>
Data Structures | |
struct | Var |
Simple variable that just returns its internal value. More... | |
Public Member Functions | |
ImageSynthExpr (const std::string &expr) | |
Constructor that takes the expression to parse. | |
SeExprVarRef * | resolveVar (const std::string &name) const |
resolve function that only supports one external variable 'x' | |
Data Fields | |
std::map< std::string, Var > | vars |
variable map |
Definition at line 8 of file SeExprAlgorithm.hpp.
tuttle::plugin::seExpr::ImageSynthExpr::ImageSynthExpr | ( | const std::string & | expr | ) | [inline] |
Constructor that takes the expression to parse.
Definition at line 12 of file SeExprAlgorithm.hpp.
SeExprVarRef* tuttle::plugin::seExpr::ImageSynthExpr::resolveVar | ( | const std::string & | name | ) | const [inline] |
resolve function that only supports one external variable 'x'
Definition at line 34 of file SeExprAlgorithm.hpp.
References vars.
std::map<std::string,Var> tuttle::plugin::seExpr::ImageSynthExpr::vars [mutable] |
variable map
Definition at line 31 of file SeExprAlgorithm.hpp.
Referenced by tuttle::plugin::seExpr::SeExprProcess< View >::multiThreadProcessImages(), resolveVar(), and tuttle::plugin::seExpr::SeExprProcess< View >::setup().