Struct JointModelCompositeConstructorVisitor
Defined in File joints-models.hpp
Inheritance Relationships
Base Type
public boost::static_visitor< context::JointModelComposite * >
Struct Documentation
-
struct JointModelCompositeConstructorVisitor : public boost::static_visitor<context::JointModelComposite*>
Public Functions
-
template<typename JointModelDerived>
inline context::JointModelComposite *operator()(JointModelDerived &jmodel) const
-
template<typename JointModelDerived>