#include <RobotAPI/components/ArViz/Client/elements/Robot.h>
|
| | ElementOps (std::string const &id) |
| |
| Robot & | file (const armarx::PackagePath &packagePath) |
| |
| Robot & | file (std::string const &project, std::string const &filename) |
| |
| Robot & | joint (std::string const &name, float value) |
| |
| Robot & | joints (std::map< std::string, float > const &values) |
| |
| Robot & | overrideColor (Color c) |
| |
| Robot & | useCollisionModel () |
| |
| Robot & | useFullModel () |
| |
| Robot & | useOriginalColor () |
| |
| Robot & | color (Color color) |
| |
| Robot & | color (Ts &&... ts) |
| |
| Robot & | colorGlasbeyLUT (std::size_t id, int alpha=255) |
| |
| | ElementOps (std::string const &id) |
| |
| Robot & | enable (InteractionDescription const &interactionDescription) |
| |
| Robot & | hide () |
| |
| Robot & | id (const std::string &id) |
| |
| Robot & | orientation (Eigen::Matrix3f const &ori) |
| |
| Robot & | orientation (Eigen::Quaternionf const &ori) |
| |
| Robot & | orientation (float r, float p, float y) |
| |
| Robot & | overrideMaterial (bool value) |
| |
| Eigen::Matrix4f | pose () const |
| |
| Robot & | pose (const Eigen::Affine3f &pose) |
| |
| Robot & | pose (Eigen::Matrix4f const &pose) |
| |
| Robot & | pose (Eigen::Vector3f const &position, Eigen::Matrix3f const &orientation) |
| |
| Robot & | pose (Eigen::Vector3f const &position, Eigen::Quaternionf const &orientation) |
| |
| Robot & | position (Eigen::Vector3f const &pos) |
| |
| Robot & | position (float x, float y, float z) |
| |
| Robot & | scale (Eigen::Vector3f scale) |
| |
| Robot & | scale (float s) |
| |
| Robot & | scale (float x, float y, float z) |
| |
| Robot & | show () |
| |
| Robot & | transformPose (Eigen::Matrix4f const &p) |
| |
| Robot & | visible (bool visible) |
| |
Definition at line 10 of file Robot.h.
◆ ElementOps()
◆ file() [1/2]
◆ file() [2/2]
| Robot& file |
( |
std::string const & |
project, |
|
|
std::string const & |
filename |
|
) |
| |
|
inline |
◆ joint()
| Robot& joint |
( |
std::string const & |
name, |
|
|
float |
value |
|
) |
| |
|
inline |
◆ joints()
| Robot& joints |
( |
std::map< std::string, float > const & |
values | ) |
|
|
inline |
◆ overrideColor()
◆ useCollisionModel()
| Robot& useCollisionModel |
( |
| ) |
|
|
inline |
◆ useFullModel()
◆ useOriginalColor()
| Robot& useOriginalColor |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- RobotAPI/components/ArViz/Client/elements/Robot.h