#include <mc_rbdyn/Surface.h>
|
std::vector< sva::PTransformd > & | points () |
|
◆ Surface()
mc_rbdyn::Surface::Surface |
( |
const std::string & |
name, |
|
|
const std::string & |
bodyName, |
|
|
const sva::PTransformd & |
X_b_s, |
|
|
const std::string & |
materialName |
|
) |
| |
◆ ~Surface()
virtual mc_rbdyn::Surface::~Surface |
( |
| ) |
|
|
virtual |
◆ bodyIndex()
unsigned int mc_rbdyn::Surface::bodyIndex |
( |
const mc_rbdyn::Robot & |
robot | ) |
const |
◆ bodyName()
const std::string& mc_rbdyn::Surface::bodyName |
( |
| ) |
const |
◆ computePoints()
virtual void mc_rbdyn::Surface::computePoints |
( |
| ) |
|
|
pure virtual |
◆ copy()
virtual std::shared_ptr<Surface> mc_rbdyn::Surface::copy |
( |
| ) |
const |
|
pure virtual |
◆ materialName()
const std::string& mc_rbdyn::Surface::materialName |
( |
| ) |
const |
◆ name() [1/2]
const std::string& mc_rbdyn::Surface::name |
( |
| ) |
const |
◆ name() [2/2]
void mc_rbdyn::Surface::name |
( |
const std::string & |
name | ) |
|
◆ operator!=()
bool mc_rbdyn::Surface::operator!= |
( |
const Surface & |
rhs | ) |
|
◆ operator==()
bool mc_rbdyn::Surface::operator== |
( |
const Surface & |
rhs | ) |
|
◆ points() [1/2]
std::vector<sva::PTransformd>& mc_rbdyn::Surface::points |
( |
| ) |
|
|
protected |
◆ points() [2/2]
const std::vector<sva::PTransformd>& mc_rbdyn::Surface::points |
( |
| ) |
const |
◆ toStr()
std::string mc_rbdyn::Surface::toStr |
( |
| ) |
|
◆ type()
virtual std::string mc_rbdyn::Surface::type |
( |
| ) |
const |
|
pure virtual |
◆ X_0_s() [1/2]
sva::PTransformd mc_rbdyn::Surface::X_0_s |
( |
const mc_rbdyn::Robot & |
robot | ) |
const |
◆ X_0_s() [2/2]
sva::PTransformd mc_rbdyn::Surface::X_0_s |
( |
const mc_rbdyn::Robot & |
robot, |
|
|
const rbd::MultiBodyConfig & |
mbc |
|
) |
| const |
◆ X_b_s() [1/2]
const sva::PTransformd& mc_rbdyn::Surface::X_b_s |
( |
| ) |
const |
◆ X_b_s() [2/2]
void mc_rbdyn::Surface::X_b_s |
( |
const sva::PTransformd & |
X_b_s | ) |
|
The documentation for this struct was generated from the following file: