(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::Curve< 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 =0 (defined in grail::utility::Evaluator< ContextType >) | grail::utility::Evaluator< ContextType > | pure virtual |
Sample(float argument) const =0 | grail::curves::Curve< ContextType > | pure virtual |
~Curve()=default (defined in grail::curves::Curve< ContextType >) | grail::curves::Curve< ContextType > | virtual |