tsid  1.8.0
Efficient Task Space Inverse Dynamics for Multi-body Systems based on Pinocchio
tsid::python::HQPOutputPythonVisitor< T > Struct Template Reference

#include <tsid/bindings/python/solvers/HQPOutput.hpp>

Inheritance diagram for tsid::python::HQPOutputPythonVisitor< T >:
Collaboration diagram for tsid::python::HQPOutputPythonVisitor< T >:

Public Member Functions

template<class PyClass >
void visit (PyClass &cl) const
 

Static Public Member Functions

static Eigen::VectorXd x (const T &self)
 
static int status (const T &self)
 
static void expose (const std::string &class_name)
 

Member Function Documentation

◆ expose()

template<typename T >
static void tsid::python::HQPOutputPythonVisitor< T >::expose ( const std::string &  class_name)
inlinestatic

◆ status()

template<typename T >
static int tsid::python::HQPOutputPythonVisitor< T >::status ( const T &  self)
inlinestatic

◆ visit()

template<typename T >
template<class PyClass >
void tsid::python::HQPOutputPythonVisitor< T >::visit ( PyClass &  cl) const
inline

◆ x()

template<typename T >
static Eigen::VectorXd tsid::python::HQPOutputPythonVisitor< T >::x ( const T &  self)
inlinestatic

The documentation for this struct was generated from the following file: