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