#include <check-model.hpp>
Public Types | |
typedef boost::fusion::list< 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 |
![]() | |
bool | checkModel (const ModelTpl< Scalar, Options, JointCollectionTpl > &model) const |
AlgorithmCheckerList< D... > & | derived () |
const AlgorithmCheckerList< D... > & | derived () const |
Public Attributes | |
const ArgType & | checkerList |
Definition at line 29 of file check-model.hpp.
typedef boost::fusion::list<D...> pinocchio::AlgorithmCheckerList< D >::ArgType |
Definition at line 31 of file check-model.hpp.
|
inline |
Definition at line 33 of file check-model.hpp.
bool pinocchio::AlgorithmCheckerList< D >::checkModel_impl | ( | const ModelTpl< Scalar, Options, JointCollectionTpl > & | model | ) | const |
const ArgType& pinocchio::AlgorithmCheckerList< D >::checkerList |
Definition at line 43 of file check-model.hpp.