(C++)  1.1.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
grail::curves::LinearlyInterpolatedCurve< ContextType > Member List

This is the complete list of members for grail::curves::LinearlyInterpolatedCurve< ContextType >, including all inherited members.

Curve(std::shared_ptr< utility::Evaluator< ContextType >> childEvaluator)grail::curves::Curve< ContextType >inlineexplicit
Curve(const Curve< ContextType > &other)=default (defined in grail::curves::Curve< ContextType >)grail::curves::Curve< ContextType >
Curve(Curve< ContextType > &&other)=default (defined in grail::curves::Curve< ContextType >)grail::curves::Curve< ContextType >
DebugDump(const std::map< const void *, std::size_t > &nodeMapping, EvaluationDebugData &debugData) const override finalgrail::curves::Curve< ContextType >inlineprotectedvirtual
Evaluate(const ContextType &context, UtilityEvaluatorSnapshot *const snapshot) const override finalgrail::curves::Curve< ContextType >inlinevirtual
EvaluateContext(const ContextType &context, UtilityEvaluatorSnapshot *const snapshot) constgrail::utility::Evaluator< ContextType >inline
GetEvaluatorType() const override final (defined in grail::curves::LinearlyInterpolatedCurve< ContextType >)grail::curves::LinearlyInterpolatedCurve< ContextType >inlinevirtual
GetPoints()grail::curves::LinearlyInterpolatedCurve< ContextType >inline
GetPoints() constgrail::curves::LinearlyInterpolatedCurve< ContextType >inline
LinearlyInterpolatedCurve(std::shared_ptr< utility::Evaluator< ContextType >> childEvaluator, const std::vector< Vector2 > &points)grail::curves::LinearlyInterpolatedCurve< ContextType >inline
LinearlyInterpolatedCurve(std::shared_ptr< utility::Evaluator< ContextType >> childEvaluator, std::vector< Vector2 > &&points)grail::curves::LinearlyInterpolatedCurve< ContextType >inline
Sample(float argument) const override finalgrail::curves::LinearlyInterpolatedCurve< ContextType >inlinevirtual
SetPointY(std::size_t pointIndex, float y) (defined in grail::curves::LinearlyInterpolatedCurve< ContextType >)grail::curves::LinearlyInterpolatedCurve< ContextType >inline
~Curve()=default (defined in grail::curves::Curve< ContextType >)grail::curves::Curve< ContextType >virtual