#include <tbv_motion_bound_visitor.h>
Public Types | |
using | S = typename BV::S |
Public Member Functions | |
TBVMotionBoundVisitor (const BV &bv_, const Vector3< S > &n_) | |
virtual S | visit (const InterpMotion< S > &motion) const |
virtual S | visit (const MotionBase< S > &motion) const |
virtual S | visit (const ScrewMotion< S > &motion) const |
virtual S | visit (const SplineMotion< S > &motion) const |
virtual S | visit (const TranslationMotion< S > &motion) const |
Protected Attributes | |
BV | bv |
Vector3< S > | n |
Friends | |
template<typename , typename , typename > | |
struct | TBVMotionBoundVisitorVisitImpl |
Definition at line 65 of file tbv_motion_bound_visitor.h.
using fcl::TBVMotionBoundVisitor< BV >::S = typename BV::S |
Definition at line 68 of file tbv_motion_bound_visitor.h.
fcl::TBVMotionBoundVisitor< BV >::TBVMotionBoundVisitor | ( | const BV & | bv_, |
const Vector3< S > & | n_ | ||
) |
Definition at line 50 of file tbv_motion_bound_visitor-inl.h.
|
virtual |
Implements fcl::BVMotionBoundVisitor< BV::S >.
Definition at line 103 of file tbv_motion_bound_visitor-inl.h.
|
virtual |
Implements fcl::BVMotionBoundVisitor< BV::S >.
Definition at line 71 of file tbv_motion_bound_visitor-inl.h.
|
virtual |
Implements fcl::BVMotionBoundVisitor< BV::S >.
Definition at line 92 of file tbv_motion_bound_visitor-inl.h.
|
virtual |
Implements fcl::BVMotionBoundVisitor< BV::S >.
Definition at line 81 of file tbv_motion_bound_visitor-inl.h.
|
virtual |
Implements fcl::BVMotionBoundVisitor< BV::S >.
Definition at line 114 of file tbv_motion_bound_visitor-inl.h.
|
friend |
Definition at line 80 of file tbv_motion_bound_visitor.h.
|
protected |
Definition at line 82 of file tbv_motion_bound_visitor.h.
|
protected |
Definition at line 83 of file tbv_motion_bound_visitor.h.