#include <hpp/fcl/articulated_model/model.h>
virtual fcl::Model::~Model |
( |
| ) |
|
|
inlinevirtual |
void fcl::Model::addJoint |
( |
const boost::shared_ptr< Joint > & |
joint | ) |
|
void fcl::Model::addLink |
( |
const boost::shared_ptr< Link > & |
link | ) |
|
boost::shared_ptr<Joint> fcl::Model::getJoint |
( |
const std::string & |
name | ) |
const |
std::vector<boost::shared_ptr<Joint> > fcl::Model::getJoints |
( |
| ) |
const |
boost::shared_ptr<Link> fcl::Model::getLink |
( |
const std::string & |
name | ) |
const |
std::vector<boost::shared_ptr<Link> > fcl::Model::getLinks |
( |
| ) |
const |
const std::string& fcl::Model::getName |
( |
| ) |
const |
std::size_t fcl::Model::getNumDofs |
( |
| ) |
const |
std::size_t fcl::Model::getNumJoints |
( |
| ) |
const |
std::size_t fcl::Model::getNumLinks |
( |
| ) |
const |
boost::shared_ptr<Link> fcl::Model::getRoot |
( |
| ) |
const |
void fcl::Model::initRoot |
( |
const std::map< std::string, std::string > & |
link_parent_tree | ) |
|
void fcl::Model::initTree |
( |
std::map< std::string, std::string > & |
link_parent_tree | ) |
|
std::map<std::string, boost::shared_ptr<Joint> > fcl::Model::joints_ |
|
protected |
std::map<std::string, boost::shared_ptr<Link> > fcl::Model::links_ |
|
protected |
std::string fcl::Model::name_ |
|
protected |
boost::shared_ptr<Link> fcl::Model::root_link_ |
|
protected |