TuttleOFX  1
tuttle::plugin::seExpr::ImageSynthExpr Class Reference

#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, Varvars
 variable map

Detailed Description

Definition at line 8 of file SeExprAlgorithm.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Field Documentation


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