![]() |
(C++)
1.1.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
|
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 final | grail::curves::Curve< ContextType > | inlineprotectedvirtual |
| Evaluate(const ContextType &context, UtilityEvaluatorSnapshot *const snapshot) const override final | grail::curves::Curve< ContextType > | inlinevirtual |
| EvaluateContext(const ContextType &context, UtilityEvaluatorSnapshot *const snapshot) const | grail::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() const | grail::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 final | grail::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 |