33 #ifndef DART_CONSTRAINT_DETAIL_BOXEDLCPSOLVER_IMPL_HPP_ 34 #define DART_CONSTRAINT_DETAIL_BOXEDLCPSOLVER_IMPL_HPP_ 36 #include "dart/dynamics/BoxedLcpSolver.hpp" 41 template <
typename BoxedLcpSolverT>
44 return getType() == BoxedLcpSolverT::getStaticType();
50 #endif // DART_CONSTRAINT_DETAIL_BOXEDLCPSOLVER_IMPL_HPP_
virtual const std::string & getType() const =0
Returns the type.
Definition: Aspect.cpp:40
bool is() const
Returns true if this solver and the template parameter (a solver class) are the same type...
Definition: BoxedLcpSolver-impl.hpp:42