| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
RRTNode3DR< N >::CollisionChecker::LinkObstacle Class ReferenceAn obstacle representing the actual shape of one robot component. More...
Inheritance diagram for RRTNode3DR< N >::CollisionChecker::LinkObstacle:
![]() Detailed Descriptiontemplate<size_t N>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| LinkObstacle () | |
| LinkObstacle (const JointObstacle &jObs) | |
| virtual | ~LinkObstacle () |
| void | setLink (LinkComponent *_link) |
| LinkObstacle (const LinkObstacle &other) | |
| LinkObstacle & | operator= (const LinkObstacle &other) |
| virtual bool | setupObstacle (const fmat::Transform &t, bool includeChildren) |
Public Attributes | |
| LinkComponent * | link |
| RRTNode3DR< N >::CollisionChecker::LinkObstacle::LinkObstacle | ( | ) |
Definition at line 95 of file ShapeSpacePlanner3DR.h.
| RRTNode3DR< N >::CollisionChecker::LinkObstacle::LinkObstacle | ( | const JointObstacle & | jObs | ) |
Definition at line 97 of file ShapeSpacePlanner3DR.h.
| virtual RRTNode3DR< N >::CollisionChecker::LinkObstacle::~LinkObstacle | ( | ) | [virtual] |
Definition at line 101 of file ShapeSpacePlanner3DR.h.
| RRTNode3DR< N >::CollisionChecker::LinkObstacle::LinkObstacle | ( | const LinkObstacle & | other | ) |
Definition at line 105 of file ShapeSpacePlanner3DR.h.
| LinkObstacle& RRTNode3DR< N >::CollisionChecker::LinkObstacle::operator= | ( | const LinkObstacle & | other | ) |
Definition at line 107 of file ShapeSpacePlanner3DR.h.
| void RRTNode3DR< N >::CollisionChecker::LinkObstacle::setLink | ( | LinkComponent * | _link | ) |
Definition at line 103 of file ShapeSpacePlanner3DR.h.
| bool RRTNode3DR< N >::CollisionChecker::LinkObstacle::setupObstacle | ( | const fmat::Transform & | t, | |
| bool | includeChildren | |||
| ) | [virtual] |
Reimplemented from RRTNode3DR< N >::CollisionChecker::JointObstacle.
Definition at line 410 of file ShapeSpacePlanner3DR.h.
| LinkComponent* RRTNode3DR< N >::CollisionChecker::LinkObstacle::link |
Definition at line 93 of file ShapeSpacePlanner3DR.h.
Referenced by RRTNode3DR< N >::CollisionChecker::LinkObstacle::operator=(), RRTNode3DR< N >::CollisionChecker::LinkObstacle::setLink(), and RRTNode3DR< N >::CollisionChecker::LinkObstacle::setupObstacle().
|
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:15 2016 by Doxygen 1.6.3 |