38 #ifndef FCL_CONTINUOUSCOLLISIONREQUEST_INL_H 
   39 #define FCL_CONTINUOUSCOLLISIONREQUEST_INL_H 
   48 struct ContinuousCollisionRequest<double>;
 
   53     std::size_t num_max_iterations_,
 
   58   : num_max_iterations(num_max_iterations_),
 
   60     ccd_motion_type(ccd_motion_type_),
 
   61     gjk_solver_type(gjk_solver_type_),
 
   62     ccd_solver_type(ccd_solver_type_)