Go to the documentation of this file.
26 #include <SimoxUtility/color/Color.h>
63 arrow.
color(colorHighlighted);
64 arrow.
width(width * 1.5f);
71 GuiGraph::ConstVertex vertex,
75 if (p.pose.has_value())
77 draw(layer, vertex.attrib().getName(), p.pose.value(), vertex.attrib());
83 const std::string& name,
87 if (this->pose.has_value())
89 layer.
add(this->pose->draw(name,
pose, attribs));
99 const std::string& sourceName,
100 const std::string& targetName,
108 arrow.
color(colorHighlighted);
109 arrow.
width(width * 1.5f);
116 GuiGraph::ConstEdge edge,
123 if (src.pose.has_value() && tar.pose.has_value() && arrow.has_value())
125 layer.
add(arrow->draw(edge.attrib(),
126 edge.source().attrib().getName(),
127 edge.target().attrib().getName(),
138 if (vertex.has_value())
140 for (GuiGraph::ConstVertex
v : graph.vertices())
142 vertex->draw(layer,
v, info);
145 if (edge.has_value())
147 for (GuiGraph::ConstEdge e : graph.edges())
149 edge->draw(layer, e, info);
viz::Arrow draw(const EdgeData &edge, const std::string &sourceName, const std::string &targetName, const core::Pose &source, const core::Pose &target) const
void draw(viz::Layer &layer, const GuiGraph &graph, graph::visu::ObjectParserInfo info) const
const std::vector< ObjectInfo > & info
std::optional< ForwardArrow > forwardArrow
void resolveLocation(Graph::Vertex &vertex, const aron::data::DictPtr &locationData)
std::string getName() const
Vertex target(const detail::edge_base< Directed, Vertex > &e, const PCG &)
The EdgeData struct holds data required for the edge.
viz::Arrow draw(const std::string &sourceName, const std::string &targetName, const core::Pose &source, const core::Pose &target) const
viz::Pose draw(const std::string &name, const core::Pose &pose, const VertexData &attribs) const
void add(ElementT const &element)
viz::Arrow draw(const std::string &name, const core::Pose &pose) const
float scaleFactorHighlighted
The NodeData struct holds data required for the node.
uint32_t Color
RGBA color.
void draw(viz::Layer &layer, GuiGraph::ConstVertex vertex, graph::visu::ObjectParserInfo info) const
Vertex source(const detail::edge_base< Directed, Vertex > &e, const PCG &)
bool highlighted
Whether the edge is highlighted.
viz::Pose draw(const std::string &name, const core::Pose &pose) const
void draw(viz::Layer &layer, GuiGraph::ConstEdge edge, graph::visu::ObjectParserInfo info) const
std::optional< Pose > pose
double v(double t, double v0, double a0, double j)
viz::Arrow draw(const std::string &name, const core::Pose &pose, const VertexData &attribs) const
const simox::Color defaultColorHighlighted
DerivedT & scale(Eigen::Vector3f scale)
const objpose::ObjectPoseMap & objects
DerivedT & color(Color color)
bool highlighted
Whether the node is highlighted.