#include <hpp/fcl/articulated_model/link.h>
fcl::Link::Link |
( |
const std::string & |
name | ) |
|
void fcl::Link::addChildJoint |
( |
const boost::shared_ptr< Joint > & |
joint | ) |
|
void fcl::Link::addObject |
( |
const boost::shared_ptr< CollisionObject > & |
object | ) |
|
const std::string& fcl::Link::getName |
( |
| ) |
const |
std::size_t fcl::Link::getNumChildJoints |
( |
| ) |
const |
std::size_t fcl::Link::getNumObjects |
( |
| ) |
const |
void fcl::Link::setName |
( |
const std::string & |
name | ) |
|
void fcl::Link::setParentJoint |
( |
const boost::shared_ptr< Joint > & |
joint | ) |
|
std::vector<boost::shared_ptr<Joint> > fcl::Link::children_joints_ |
|
protected |
std::string fcl::Link::name_ |
|
protected |
boost::shared_ptr<Joint> fcl::Link::parent_joint_ |
|
protected |