Template Class NumericalExpression#

Class Documentation#

template<typename R>
class NumericalExpression#

Public Functions

inline NumericalExpression(const std::string &exp, const XCDFFile &f)#
inline uint64_t GetSize() const#
inline R Evaluate() const#
inline R Evaluate(uint64_t index) const#
inline NodeRelationType GetNodeRelationType(const NumericalExpression &ex) const#
inline const Node<R> &GetHeadNode() const#