|
|
#include <armarx/navigation/graph/Visu.h>
Classes | |
| struct | ForwardArrow |
| struct | Pose |
Public Member Functions | |
| void | draw (viz::Layer &layer, const std::string &name, const core::Pose &pose) const |
| void | draw (viz::Layer &layer, core::Graph::ConstVertex vertex, visu::ObjectParserInfo info) const |
Public Attributes | |
| std::optional< ForwardArrow > | forwardArrow = ForwardArrow{} |
| std::optional< Pose > | pose = Pose{} |
| void draw | ( | viz::Layer & | layer, |
| const std::string & | name, | ||
| const core::Pose & | pose | ||
| ) | const |
| void draw | ( | viz::Layer & | layer, |
| core::Graph::ConstVertex | vertex, | ||
| visu::ObjectParserInfo | info | ||
| ) | const |
| std::optional<ForwardArrow> forwardArrow = ForwardArrow{} |