|
Wildmeshing Toolkit
|
Public Member Functions | |
| PyExpression (const std::string &expr, const std::vector< std::string > &known_names) | |
| bool | eval (const std::set< std::string > &tags) const |
| bool | has_unknown_names () const |
Private Attributes | |
| std::map< std::string, int64_t > | m_name_to_id |
| wmtk::components::simwild::expression_parser::ExpressionPtr | m_expr |