multicontact-api 4.1.0 API to define and store Contact phases and Contact Sequences |
#include <multicontact-api/geometry/linear-cone.hpp>
Public Types | |
| enum | { dim = Base::dim } |
| typedef ForceConeTpl< _Scalar, _Options > | ForceCone |
| typedef pinocchio::SE3Tpl< _Scalar, _Options > | SE3 |
| typedef MatrixDx | Matrix6x |
| typedef VectorD | Vector6 |
| typedef ForceCone::Matrix3x | Matrix3x |
| typedef Matrix6x::template NRowsBlockXpr< 3 >::Type | LinearBlock |
| typedef Matrix6x::template ConstNRowsBlockXpr< 3 >::Type | ConstLinearBlock |
| typedef LinearBlock | AngularBlock |
| typedef ConstLinearBlock | ConstAngularBlock |
| Public Types inherited from multicontact_api::geometry::LinearCone< _Scalar, 6, _Options > | |
| enum | |
| typedef Eigen::Matrix< Scalar, dim, -1, Options > | MatrixDx |
| typedef Eigen::Matrix< Scalar, dim, dim, Options > | MatrixD |
| typedef Eigen::Matrix< Scalar, dim, 1, Options > | VectorD |
| typedef Eigen::DenseIndex | Index |
Public Member Functions | |
| WrenchConeTpl () | |
| Default constructor. | |
| template<typename EigenDerived> | |
| WrenchConeTpl (const Eigen::MatrixBase< EigenDerived > &rays) | |
| Constructor from a set of rays. | |
| WrenchConeTpl (const Index size) | |
| Constructs a WrenchCone of a given size. | |
| template<typename S2, int O2> | |
| WrenchConeTpl (const ForceConeTpl< S2, O2 > &force_cone) | |
| Constructs a WrenchCone of a given size. | |
| template<typename S2, int O2> | |
| WrenchConeTpl (const WrenchConeTpl< S2, O2 > &other) | |
| Copy constructor. | |
| WrenchConeTpl | SE3ActOn (const SE3 &M) const |
| template<typename S2, int O2> | |
| bool | isApprox (const WrenchConeTpl< S2, O2 > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
| ConstLinearBlock | linear () const |
| LinearBlock | linear () |
| ConstAngularBlock | angular () const |
| AngularBlock | angular () |
| ForceCone | toForceCone () const |
| Public Member Functions inherited from multicontact_api::geometry::LinearCone< _Scalar, 6, _Options > | |
| LinearCone () | |
| Default constructor. | |
| void | addRay (const VectorD &ray) |
| void | stack (const Eigen::MatrixBase< EigenDerived > &rays) |
| const MatrixDx & | rays () const |
| Index | size () const |
| bool | operator== (const LinearCone< S2, dim, O2 > &other) const |
| bool | operator!= (const LinearCone< S2, dim, O2 > &other) const |
| bool | isApprox (const LinearCone< S2, dim, O2 > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
| void | disp (std::ostream &os) const |
| Public Member Functions inherited from multicontact_api::serialization::Serializable< LinearCone< _Scalar, _dim, _Options > > | |
| void | loadFromText (const std::string &filename) |
| Loads a Derived object from a text file. | |
| void | saveAsText (const std::string &filename) const |
| Saved a Derived object as a text file. | |
| void | loadFromXML (const std::string &filename, const std::string &tag_name) |
| Loads a Derived object from an XML file. | |
| void | saveAsXML (const std::string &filename, const std::string &tag_name) const |
| Saved a Derived object as an XML file. | |
| void | loadFromBinary (const std::string &filename) |
| Loads a Derived object from an binary file. | |
| void | saveAsBinary (const std::string &filename) const |
| Saved a Derived object as an binary file. | |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef LinearCone< _Scalar, 6, _Options > | Base |
| Public Attributes inherited from multicontact_api::geometry::LinearCone< _Scalar, 6, _Options > | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
Additional Inherited Members | |
| Protected Attributes inherited from multicontact_api::geometry::LinearCone< _Scalar, 6, _Options > | |
| MatrixDx | m_rays |
| Rays of the linear cone. | |
| typedef LinearBlock multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::AngularBlock |
| typedef ConstLinearBlock multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::ConstAngularBlock |
| typedef Matrix6x::template ConstNRowsBlockXpr<3>::Type multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::ConstLinearBlock |
| typedef ForceConeTpl<_Scalar, _Options> multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::ForceCone |
| typedef Matrix6x::template NRowsBlockXpr<3>::Type multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::LinearBlock |
| typedef ForceCone::Matrix3x multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::Matrix3x |
| typedef MatrixDx multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::Matrix6x |
| typedef pinocchio::SE3Tpl<_Scalar, _Options> multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::SE3 |
| typedef VectorD multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::Vector6 |
| inline |
Default constructor.
| inlineexplicit |
Constructor from a set of rays.
| inlineexplicit |
Constructs a WrenchCone of a given size.
| inlineexplicit |
Constructs a WrenchCone of a given size.
| inline |
Copy constructor.
| inline |
| inline |
| inline |
| inline |
| inline |
| inline |
| inline |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef LinearCone<_Scalar, 6, _Options> multicontact_api::geometry::WrenchConeTpl< _Scalar, _Options >::Base |