#include <openvdb_ax/grammar/generated/axparser.h>
|
using | ExpList = std::vector<openvdb::ax::ast::Expression*> |
| Temporary storage for comma separated expressions.
|
|
◆ ExpList
using ExpList = std::vector<openvdb::ax::ast::Expression*> |
Temporary storage for comma separated expressions.
◆ arraypack
openvdb::ax::ast::ArrayPack* arraypack |
◆ attribute
openvdb::ax::ast::Attribute* attribute |
◆ block
openvdb::ax::ast::Block* block |
◆ comma
openvdb::ax::ast::CommaOperator* comma |
◆ declare_local
openvdb::ax::ast::DeclareLocal* declare_local |
◆ explist
◆ expression
openvdb::ax::ast::Expression* expression |
◆ external
openvdb::ax::ast::ExternalVariable* external |
◆ flt
◆ function
openvdb::ax::ast::FunctionCall* function |
◆ index
◆ local
openvdb::ax::ast::Local* local |
◆ statement
openvdb::ax::ast::Statement* statement |
◆ statementlist
openvdb::ax::ast::StatementList* statementlist |
◆ string
◆ tree
openvdb::ax::ast::Tree* tree |
◆ value
openvdb::ax::ast::ValueBase* value |
◆ variable
openvdb::ax::ast::Variable* variable |