PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
ControllerMethod Member List

This is the complete list of members for ControllerMethod, including all inherited members.

Clone(Robot *const _r) const =0ControllerMethodpure virtual
ComputeDesiredForce(const Cfg &_current, const Cfg &_target, const double _dt)=0ControllerMethodprotectedpure virtual
ComputeNearestContinuousControl(const Cfg &_current, std::vector< double > &&_force)ControllerMethodprotectedvirtual
ComputeNearestControl(const Cfg &_current, std::vector< double > &&_force)ControllerMethodprotectedvirtual
ComputeNearestDiscreteControl(const Cfg &_current, std::vector< double > &&_force)ControllerMethodprotectedvirtual
ControllerMethod(Robot *const _r)ControllerMethod
ControllerMethod(Robot *const _r, XMLNode &_node)ControllerMethod
ControllerMethod(Robot *const _r, const ControllerMethod &_c)ControllerMethod
ControllerMethod(const ControllerMethod &)=delete (defined in ControllerMethod)ControllerMethod
ControllerMethod(ControllerMethod &&)=delete (defined in ControllerMethod)ControllerMethod
Factory(Robot *const _r, XMLNode &_node)ControllerMethodstatic
GetControlSet() noexceptControllerMethod
GetRandomControl(const Cfg &_current, const double _dt) const noexceptControllerMethodvirtual
m_controlsControllerMethodprotected
m_debugControllerMethodprotected
m_robotControllerMethodprotected
operator()(const Cfg &_current, const Cfg &_target, const double _dt)ControllerMethodvirtual
operator=(const ControllerMethod &)=delete (defined in ControllerMethod)ControllerMethod
operator=(ControllerMethod &&)=delete (defined in ControllerMethod)ControllerMethod
SetControlSet(ControlSet *const _c) noexceptControllerMethod
~ControllerMethod() (defined in ControllerMethod)ControllerMethodvirtual