#include <RobotAPI/components/ArViz/Client/elements/ElementOps.h>
template<typename DerivedT, typename ElementT>
class armarx::viz::ElementOps< DerivedT, ElementT >
Definition at line 108 of file ElementOps.h.
◆ ElementOps()
◆ color() [1/2]
DerivedT& color |
( |
Color |
color | ) |
|
|
inline |
◆ color() [2/2]
DerivedT& color |
( |
Ts &&... |
ts | ) |
|
|
inline |
◆ colorGlasbeyLUT()
DerivedT& colorGlasbeyLUT |
( |
std::size_t |
id, |
|
|
int |
alpha = 255 |
|
) |
| |
|
inline |
◆ enable()
◆ hide()
◆ id()
DerivedT& id |
( |
const std::string & |
id | ) |
|
|
inline |
◆ orientation() [1/3]
DerivedT& orientation |
( |
Eigen::Matrix3f const & |
ori | ) |
|
|
inline |
◆ orientation() [2/3]
◆ orientation() [3/3]
◆ overrideMaterial()
DerivedT& overrideMaterial |
( |
bool |
value | ) |
|
|
inline |
◆ pose() [1/5]
Eigen::Matrix4f pose |
( |
| ) |
const |
|
inline |
◆ pose() [2/5]
DerivedT& pose |
( |
const Eigen::Affine3f & |
pose | ) |
|
|
inline |
◆ pose() [3/5]
DerivedT& pose |
( |
Eigen::Matrix4f const & |
pose | ) |
|
|
inline |
◆ pose() [4/5]
DerivedT& pose |
( |
Eigen::Vector3f const & |
position, |
|
|
Eigen::Matrix3f const & |
orientation |
|
) |
| |
|
inline |
◆ pose() [5/5]
DerivedT& pose |
( |
Eigen::Vector3f const & |
position, |
|
|
Eigen::Quaternionf const & |
orientation |
|
) |
| |
|
inline |
◆ position() [1/2]
DerivedT& position |
( |
Eigen::Vector3f const & |
pos | ) |
|
|
inline |
◆ position() [2/2]
◆ scale() [1/3]
DerivedT& scale |
( |
Eigen::Vector3f |
scale | ) |
|
|
inline |
◆ scale() [2/3]
DerivedT& scale |
( |
float |
s | ) |
|
|
inline |
◆ scale() [3/3]
◆ show()
◆ transformPose()
DerivedT& transformPose |
( |
Eigen::Matrix4f const & |
p | ) |
|
|
inline |
◆ visible()
DerivedT& visible |
( |
bool |
visible | ) |
|
|
inline |
◆ data_
The documentation for this class was generated from the following file: