BinaryOperator typedef | FunctionTree | |
ContainsUnknown(const VariableNames &variables) const | FunctionTree | |
Evaluate(const ColumnVector &point, const VariableNames &variables) const | FunctionTree | |
FunctionTree(double value) | FunctionTree | |
FunctionTree(const wxString &variableName) | FunctionTree | |
FunctionTree(unsigned variableIndex) | FunctionTree | |
FunctionTree(const UnaryOperator unaryOperator, std::auto_ptr< const FunctionTree > apOperand) | FunctionTree | |
FunctionTree(const BinaryOperator binaryOperator, std::auto_ptr< const FunctionTree > apLeftOperand, std::auto_ptr< const FunctionTree > apRightOperand) | FunctionTree | |
FunctionTree(const FunctionTree &from) | FunctionTree | |
operator=(const FunctionTree &from) | FunctionTree | |
Optimize(const VariableNames &variables) const | FunctionTree | |
PresentVariables() const | FunctionTree | |
SetArgument(std::auto_ptr< const FunctionTree > apArgument) | FunctionTree | |
UnaryOperator typedef | FunctionTree | |
~FunctionTree(void) | FunctionTree |