This is the complete list of members for AngleBetweenVectorsCost, including all inherited members.
| AngleBetweenVectorsCost(const AngleBetweenVectorsCost &)=delete | AngleBetweenVectorsCost | |
| AngleBetweenVectorsCost(AngleBetweenVectorsCost &&)=delete | AngleBetweenVectorsCost | |
| AngleBetweenVectorsCost(const MultibodyPlant< double > *plant, const Frame< double > &frameA, const Eigen::Ref< const Eigen::Vector3d > &a_A, const Frame< double > &frameB, const Eigen::Ref< const Eigen::Vector3d > &b_B, double c, systems::Context< double > *plant_context) | AngleBetweenVectorsCost | |
| AngleBetweenVectorsCost(const MultibodyPlant< AutoDiffXd > *plant, const Frame< AutoDiffXd > &frameA, const Eigen::Ref< const Eigen::Vector3d > &a_A, const Frame< AutoDiffXd > &frameB, const Eigen::Ref< const Eigen::Vector3d > &b_B, double c, systems::Context< AutoDiffXd > *plant_context) | AngleBetweenVectorsCost | |
| Cost(const Cost &)=delete | Cost | |
| Cost(Cost &&)=delete | Cost | |
| Cost(int num_vars, const std::string &description="") | Cost | explicitprotected |
| Display(std::ostream &os, const VectorX< symbolic::Variable > &vars) const | EvaluatorBase | |
| Display(std::ostream &os) const | EvaluatorBase | |
| DoDisplay(std::ostream &os, const VectorX< symbolic::Variable > &vars) const | EvaluatorBase | protectedvirtual |
| DoToLatex(const VectorX< symbolic::Variable > &vars, int precision) const | EvaluatorBase | protectedvirtual |
| Eval(const Eigen::Ref< const Eigen::VectorXd > &x, Eigen::VectorXd *y) const | EvaluatorBase | |
| Eval(const Eigen::Ref< const AutoDiffVecXd > &x, AutoDiffVecXd *y) const | EvaluatorBase | |
| Eval(const Eigen::Ref< const VectorX< symbolic::Variable >> &x, VectorX< symbolic::Expression > *y) const | EvaluatorBase | |
| EvaluatorBase(const EvaluatorBase &)=delete | EvaluatorBase | |
| EvaluatorBase(EvaluatorBase &&)=delete | EvaluatorBase | |
| EvaluatorBase(int num_outputs, int num_vars, const std::string &description="") | EvaluatorBase | protected |
| get_description() const | EvaluatorBase | |
| gradient_sparsity_pattern() const | EvaluatorBase | |
| is_thread_safe() const | EvaluatorBase | |
| num_outputs() const | EvaluatorBase | |
| num_vars() const | EvaluatorBase | |
| operator=(const AngleBetweenVectorsCost &)=delete | AngleBetweenVectorsCost | |
| operator=(AngleBetweenVectorsCost &&)=delete | AngleBetweenVectorsCost | |
| drake::solvers::Cost::operator=(const Cost &)=delete | Cost | |
| drake::solvers::Cost::operator=(Cost &&)=delete | Cost | |
| drake::solvers::EvaluatorBase::operator=(const EvaluatorBase &)=delete | EvaluatorBase | |
| drake::solvers::EvaluatorBase::operator=(EvaluatorBase &&)=delete | EvaluatorBase | |
| set_description(const std::string &description) | EvaluatorBase | |
| set_is_thread_safe(bool is_thread_safe) | EvaluatorBase | protected |
| set_num_outputs(int num_outputs) | EvaluatorBase | protected |
| SetGradientSparsityPattern(const std::vector< std::pair< int, int >> &gradient_sparsity_pattern) | EvaluatorBase | |
| ToLatex(const VectorX< symbolic::Variable > &vars, int precision=3) const | EvaluatorBase | |
| ~AngleBetweenVectorsCost() override | AngleBetweenVectorsCost | |
| ~EvaluatorBase() | EvaluatorBase | virtual |