Checker having a list of Checker as input argument. More...
#include <algorithm/check.hpp>
Public Types | |
typedef boost::fusion::list< BOOST_PP_ENUM_PARAMS(PINOCCHIO_ALGO_CHECKER_LIST_MAX_LIST_SIZE, D)> | ArgType |
Public Member Functions | |
AlgorithmCheckerList (const ArgType &checkerList) | |
template<typename Scalar , int Options, template< typename, int > class JointCollectionTpl> | |
bool | checkModel_impl (const ModelTpl< Scalar, Options, JointCollectionTpl > &model) const |
Public Member Functions inherited from AlgorithmCheckerBase< AlgorithmCheckerList< BOOST_PP_ENUM_PARAMS(PINOCCHIO_ALGO_CHECKER_LIST_MAX_LIST_SIZE, D)> > | |
bool | checkModel (const ModelTpl< Scalar, Options, JointCollectionTpl > &model) const |
AlgorithmCheckerList< BOOST_PP_ENUM_PARAMS(PINOCCHIO_ALGO_CHECKER_LIST_MAX_LIST_SIZE, D)> & | derived () |
const AlgorithmCheckerList< BOOST_PP_ENUM_PARAMS(PINOCCHIO_ALGO_CHECKER_LIST_MAX_LIST_SIZE, D)> & | derived () const |
Public Attributes | |
const ArgType & | checkerList |
Checker having a list of Checker as input argument.