#include <RobotAPI/components/ArViz/Client/elements/Grid.h>
|
| | ElementOps (std::string const &id) |
| |
| Grid & | grid (const GridT &grd, const std::optional< MaskT > &mask, const ColorFuncT &colorFunc) |
| |
| Grid & | grid (const GridT &grd, const std::optional< MaskT > &mask, const simox::color::ColorMap &cmap=simox::color::cmaps::viridis(), const std::optional< float > &vmin=std::nullopt, const std::optional< float > &vmax=std::nullopt) |
| |
| Grid & | origin (const Eigen::Isometry3f &origin) |
| |
| Grid & | resolution (float res) |
| |
| Grid & | color (Color color) |
| |
| Grid & | color (Ts &&... ts) |
| |
| Grid & | colorGlasbeyLUT (std::size_t id, int alpha=255) |
| |
| | ElementOps (std::string const &id) |
| |
| Grid & | enable (InteractionDescription const &interactionDescription) |
| |
| Grid & | hide () |
| |
| Grid & | id (const std::string &id) |
| |
| Grid & | orientation (Eigen::Matrix3f const &ori) |
| |
| Grid & | orientation (Eigen::Quaternionf const &ori) |
| |
| Grid & | orientation (float r, float p, float y) |
| |
| Grid & | overrideMaterial (bool value) |
| |
| Eigen::Matrix4f | pose () const |
| |
| Grid & | pose (const Eigen::Affine3f &pose) |
| |
| Grid & | pose (Eigen::Matrix4f const &pose) |
| |
| Grid & | pose (Eigen::Vector3f const &position, Eigen::Matrix3f const &orientation) |
| |
| Grid & | pose (Eigen::Vector3f const &position, Eigen::Quaternionf const &orientation) |
| |
| Grid & | position (Eigen::Vector3f const &pos) |
| |
| Grid & | position (float x, float y, float z) |
| |
| Grid & | scale (Eigen::Vector3f scale) |
| |
| Grid & | scale (float s) |
| |
| Grid & | scale (float x, float y, float z) |
| |
| Grid & | show () |
| |
| Grid & | transformPose (Eigen::Matrix4f const &p) |
| |
| Grid & | visible (bool visible) |
| |
Definition at line 19 of file Grid.h.
◆ ColorFuncT
◆ GridT
| using GridT = Eigen::MatrixXf |
◆ MaskT
◆ ElementOps()
◆ grid() [1/2]
◆ grid() [2/2]
| Grid & grid |
( |
const GridT & | grd, |
|
|
const std::optional< MaskT > & | mask, |
|
|
const simox::color::ColorMap & | cmap = simox::color::cmaps::viridis(), |
|
|
const std::optional< float > & | vmin = std::nullopt, |
|
|
const std::optional< float > & | vmax = std::nullopt ) |
◆ origin()
| Grid & origin |
( |
const Eigen::Isometry3f & | origin | ) |
|
◆ resolution()
The documentation for this class was generated from the following files:
- RobotAPI/components/ArViz/Client/elements/Grid.h
- RobotAPI/components/ArViz/Client/elements/Grid.cpp