#include "pinocchio/macros.hpp"#include "pinocchio/spatial/fwd.hpp"#include "pinocchio/spatial/motion.hpp"#include "pinocchio/spatial/act-on-set.hpp"
Go to the source code of this file.
Classes | |
| class | pinocchio::ConstraintBase< Derived > |
| struct | pinocchio::ConstraintForceOp< ConstraintDerived, Force > |
| Return type of the Constraint::Transpose * Force operation. More... | |
| struct | pinocchio::ConstraintForceSetOp< ConstraintDerived, ForceSet > |
| Return type of the Constraint::Transpose * ForceSet operation. More... | |
Namespaces | |
| pinocchio | |
| Main pinocchio namespace. | |
Macros | |
| #define | PINOCCHIO_CONSTRAINT_TYPEDEF(DERIVED) PINOCCHIO_CONSTRAINT_TYPEDEF_GENERIC(DERIVED,PINOCCHIO_EMPTY_ARG) |
| #define | PINOCCHIO_CONSTRAINT_TYPEDEF_GENERIC(DERIVED, TYPENAME) |
| #define | PINOCCHIO_CONSTRAINT_TYPEDEF_TPL(DERIVED) PINOCCHIO_CONSTRAINT_TYPEDEF_GENERIC(DERIVED,typename) |
Functions | |
| template<typename Scalar , int Options, typename ConstraintDerived > | |
| MultiplicationOp< InertiaTpl< Scalar, Options >, ConstraintDerived >::ReturnType | pinocchio::operator* (const InertiaTpl< Scalar, Options > &Y, const ConstraintBase< ConstraintDerived > &constraint) |
| . More... | |
| template<typename MatrixDerived , typename ConstraintDerived > | |
| MultiplicationOp< Eigen::MatrixBase< MatrixDerived >, ConstraintDerived >::ReturnType | pinocchio::operator* (const Eigen::MatrixBase< MatrixDerived > &Y, const ConstraintBase< ConstraintDerived > &constraint) |
| . More... | |
| #define PINOCCHIO_CONSTRAINT_TYPEDEF | ( | DERIVED | ) | PINOCCHIO_CONSTRAINT_TYPEDEF_GENERIC(DERIVED,PINOCCHIO_EMPTY_ARG) |
Definition at line 28 of file constraint-base.hpp.
| #define PINOCCHIO_CONSTRAINT_TYPEDEF_GENERIC | ( | DERIVED, | |
| TYPENAME | |||
| ) |
Definition at line 17 of file constraint-base.hpp.
| #define PINOCCHIO_CONSTRAINT_TYPEDEF_TPL | ( | DERIVED | ) | PINOCCHIO_CONSTRAINT_TYPEDEF_GENERIC(DERIVED,typename) |
Definition at line 27 of file constraint-base.hpp.