#include <RobotAPI/components/ArViz/Client/Elements.h>
|
| Cylinder & | direction (Eigen::Vector3f direction) |
| |
| | ElementOps (std::string const &id) |
| |
| Cylinder & | fromTo (Eigen::Vector3f from, Eigen::Vector3f to) |
| |
| Cylinder & | height (float h) |
| |
| Cylinder & | radius (float r) |
| |
| Cylinder & | color (Color color) |
| |
| Cylinder & | color (Ts &&... ts) |
| |
| Cylinder & | colorGlasbeyLUT (std::size_t id, int alpha=255) |
| |
| | ElementOps (std::string const &id) |
| |
| Cylinder & | enable (InteractionDescription const &interactionDescription) |
| |
| Cylinder & | hide () |
| |
| Cylinder & | id (const std::string &id) |
| |
| Cylinder & | orientation (Eigen::Matrix3f const &ori) |
| |
| Cylinder & | orientation (Eigen::Quaternionf const &ori) |
| |
| Cylinder & | orientation (float r, float p, float y) |
| |
| Cylinder & | overrideMaterial (bool value) |
| |
| Eigen::Matrix4f | pose () const |
| |
| Cylinder & | pose (const Eigen::Affine3f &pose) |
| |
| Cylinder & | pose (Eigen::Matrix4f const &pose) |
| |
| Cylinder & | pose (Eigen::Vector3f const &position, Eigen::Matrix3f const &orientation) |
| |
| Cylinder & | pose (Eigen::Vector3f const &position, Eigen::Quaternionf const &orientation) |
| |
| Cylinder & | position (Eigen::Vector3f const &pos) |
| |
| Cylinder & | position (float x, float y, float z) |
| |
| Cylinder & | scale (Eigen::Vector3f scale) |
| |
| Cylinder & | scale (float s) |
| |
| Cylinder & | scale (float x, float y, float z) |
| |
| Cylinder & | show () |
| |
| Cylinder & | transformPose (Eigen::Matrix4f const &p) |
| |
| Cylinder & | visible (bool visible) |
| |
Definition at line 71 of file Elements.h.
◆ direction()
| Cylinder & direction |
( |
Eigen::Vector3f |
direction | ) |
|
◆ ElementOps()
◆ fromTo()
| Cylinder & fromTo |
( |
Eigen::Vector3f |
from, |
|
|
Eigen::Vector3f |
to |
|
) |
| |
◆ height()
◆ radius()
The documentation for this struct was generated from the following files: