|
#include <RobotAPI/components/ArViz/Client/Elements.h>
Public Member Functions | |
ElementOps (std::string const &id) | |
Sphere & | radius (float r) |
Public Member Functions inherited from ElementOps< Sphere, data::ElementSphere > | |
Sphere & | color (Color color) |
Sphere & | color (Ts &&...ts) |
Sphere & | colorGlasbeyLUT (std::size_t id, int alpha=255) |
ElementOps (std::string const &id) | |
Sphere & | enable (InteractionDescription const &interactionDescription) |
Sphere & | hide () |
Sphere & | id (const std::string &id) |
Sphere & | orientation (Eigen::Matrix3f const &ori) |
Sphere & | orientation (Eigen::Quaternionf const &ori) |
Sphere & | orientation (float r, float p, float y) |
Sphere & | overrideMaterial (bool value) |
Eigen::Matrix4f | pose () const |
Sphere & | pose (const Eigen::Affine3f &pose) |
Sphere & | pose (Eigen::Matrix4f const &pose) |
Sphere & | pose (Eigen::Vector3f const &position, Eigen::Matrix3f const &orientation) |
Sphere & | pose (Eigen::Vector3f const &position, Eigen::Quaternionf const &orientation) |
Sphere & | position (Eigen::Vector3f const &pos) |
Sphere & | position (float x, float y, float z) |
Sphere & | scale (Eigen::Vector3f scale) |
Sphere & | scale (float s) |
Sphere & | scale (float x, float y, float z) |
Sphere & | show () |
Sphere & | transformPose (Eigen::Matrix4f const &p) |
Sphere & | visible (bool visible) |
Additional Inherited Members | |
Public Attributes inherited from ElementOps< Sphere, data::ElementSphere > | |
IceInternal::Handle< data::ElementSphere > | data_ |
Definition at line 134 of file Elements.h.
|
inline |
Definition at line 111 of file ElementOps.h.