Template Struct AppendJointOfModelAlgoTpl
Defined in File model.hxx
Inheritance Relationships
Base Type
public pinocchio::fusion::JointUnaryVisitorBase< AppendJointOfModelAlgoTpl< Scalar, Options, JointCollectionTpl > >
(Template Struct JointUnaryVisitorBase)
Struct Documentation
-
template<typename Scalar, int Options, template<typename, int> class JointCollectionTpl>
struct AppendJointOfModelAlgoTpl : public pinocchio::fusion::JointUnaryVisitorBase<AppendJointOfModelAlgoTpl<Scalar, Options, JointCollectionTpl>> Public Types
-
typedef ModelTpl<Scalar, Options, JointCollectionTpl> Model
-
typedef boost::fusion::vector<const Model&, const GeometryModel&, JointIndex, const typename Model::SE3&, Model&, GeometryModel&> ArgsType
Public Static Functions
-
template<typename JointModel>
static inline void algo(const JointModelBase<JointModel> &jmodel_in, const Model &modelAB, const GeometryModel &geomModelAB, JointIndex parent_id, const typename Model::SE3 &pMi, Model &model, GeometryModel &geomModel)
-
typedef ModelTpl<Scalar, Options, JointCollectionTpl> Model