#include "pinocchio/algorithm/check-base.hpp"
#include <boost/fusion/container/list.hpp>
#include <boost/fusion/container/generation/make_list.hpp>
#include "pinocchio/algorithm/check-model.hxx"
Go to the source code of this file.
◆ PINOCCHIO_DEFINE_ALGO_CHECKER
      
        
          | #define PINOCCHIO_DEFINE_ALGO_CHECKER | ( |  | NAME | ) |  | 
      
 
Value:  struct NAME##Checker : public AlgorithmCheckerBase<NAME##Checker>                                \
  {                                                                                                \
    template<typename Scalar, int Options, template<typename, int> class JointCollectionTpl>       \
    bool checkModel_impl(const ModelTpl<
Scalar, 
Options, JointCollectionTpl> &) 
const;             \
  }
Definition at line 16 of file check-model.hpp.