#include <RobotAPI/components/ArViz/Client/Elements.h>
|
Object & | alpha (float alpha) |
|
| ElementOps (std::string const &id) |
|
Object & | file (std::string const &filename) |
|
Object & | file (std::string const &project, std::string const &filename) |
|
Object & | fileByObjectFinder (const armarx::ObjectID &objectID, const std::string &objectsPackage=DefaultObjectsPackage, const std::string &relativeObjectsDirectory=DefaultRelativeObjectsDirectory) |
| Set the file so it could be found using armarx::ObjectFinder (also on remote machine). More...
|
|
Object & | fileByObjectFinder (const std::string &objectID, const std::string &objectsPackage=DefaultObjectsPackage, const std::string &relativeObjectsDirectory=DefaultRelativeObjectsDirectory) |
|
Object & | overrideColor (Color c) |
|
Object & | useCollisionModel () |
|
Object & | useFullModel () |
|
Object & | useOriginalColor () |
|
Object & | color (Color color) |
|
Object & | color (Ts &&...ts) |
|
Object & | colorGlasbeyLUT (std::size_t id, int alpha=255) |
|
| ElementOps (std::string const &id) |
|
Object & | enable (InteractionDescription const &interactionDescription) |
|
Object & | hide () |
|
Object & | id (const std::string &id) |
|
Object & | orientation (Eigen::Matrix3f const &ori) |
|
Object & | orientation (Eigen::Quaternionf const &ori) |
|
Object & | orientation (float r, float p, float y) |
|
Object & | overrideMaterial (bool value) |
|
Eigen::Matrix4f | pose () const |
|
Object & | pose (const Eigen::Affine3f &pose) |
|
Object & | pose (Eigen::Matrix4f const &pose) |
|
Object & | pose (Eigen::Vector3f const &position, Eigen::Matrix3f const &orientation) |
|
Object & | pose (Eigen::Vector3f const &position, Eigen::Quaternionf const &orientation) |
|
Object & | position (Eigen::Vector3f const &pos) |
|
Object & | position (float x, float y, float z) |
|
Object & | scale (Eigen::Vector3f scale) |
|
Object & | scale (float s) |
|
Object & | scale (float x, float y, float z) |
|
Object & | show () |
|
Object & | transformPose (Eigen::Matrix4f const &p) |
|
Object & | visible (bool visible) |
|
Definition at line 321 of file Elements.h.
◆ alpha()
◆ ElementOps()
◆ file() [1/2]
Object& file |
( |
std::string const & |
filename | ) |
|
|
inline |
◆ file() [2/2]
Object& file |
( |
std::string const & |
project, |
|
|
std::string const & |
filename |
|
) |
| |
|
inline |
◆ fileByObjectFinder() [1/2]
◆ fileByObjectFinder() [2/2]
◆ overrideColor()
◆ useCollisionModel()
◆ useFullModel()
◆ useOriginalColor()
◆ DefaultObjectsPackage
◆ DefaultRelativeObjectsDirectory
The documentation for this struct was generated from the following files: