#include <constraint-base.hpp>
Public Member Functions | |
int | cols () const |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Derived & | derived () |
const Derived & | derived () const |
void | disp (std::ostream &os) const |
template<class OtherDerived > | |
bool | isApprox (const ConstraintBase< OtherDerived > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
MatrixReturnType | matrix () |
ConstMatrixReturnType | matrix () const |
template<typename MotionDerived > | |
MotionAlgebraAction< Derived, MotionDerived >::ReturnType | motionAction (const MotionDense< MotionDerived > &v) const |
int | nv () const |
template<typename VectorLike > | |
JointMotion | operator* (const Eigen::MatrixBase< VectorLike > &vj) const |
bool | operator== (const ConstraintBase< Derived > &other) const |
SE3GroupAction< Derived >::ReturnType | se3Action (const SE3Tpl< Scalar, Options > &m) const |
SE3GroupAction< Derived >::ReturnType | se3ActionInverse (const SE3Tpl< Scalar, Options > &m) const |
Static Public Member Functions | |
static int | rows () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ConstraintBase< Derived > &X) |
Definition at line 48 of file constraint-base.hpp.
|
inline |
Definition at line 69 of file constraint-base.hpp.
|
inline |
Definition at line 56 of file constraint-base.hpp.
|
inline |
Definition at line 57 of file constraint-base.hpp.
|
inline |
Definition at line 76 of file constraint-base.hpp.
|
inline |
Definition at line 72 of file constraint-base.hpp.
|
inline |
Definition at line 63 of file constraint-base.hpp.
|
inline |
Definition at line 64 of file constraint-base.hpp.
|
inline |
Definition at line 97 of file constraint-base.hpp.
|
inline |
Definition at line 66 of file constraint-base.hpp.
|
inline |
Definition at line 60 of file constraint-base.hpp.
|
inline |
Definition at line 102 of file constraint-base.hpp.
|
inlinestatic |
Definition at line 68 of file constraint-base.hpp.
|
inline |
Definition at line 84 of file constraint-base.hpp.
|
inline |
Definition at line 90 of file constraint-base.hpp.
|
friend |
Definition at line 77 of file constraint-base.hpp.