|
#include <armarx/navigation/gui-plugins/LocationGraphEditor/Visu.h>
Classes | |
struct | ForwardArrow |
struct | Pose |
Public Member Functions | |
void | draw (viz::Layer &layer, const std::string &name, const core::Pose &pose, const VertexData &attribs) const |
void | draw (viz::Layer &layer, GuiGraph::ConstVertex vertex, graph::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 VertexData & | attribs | ||
) | const |
void draw | ( | viz::Layer & | layer, |
GuiGraph::ConstVertex | vertex, | ||
graph::visu::ObjectParserInfo | info | ||
) | const |
std::optional<ForwardArrow> forwardArrow = ForwardArrow{} |