|
#include <armarx/navigation/gui-plugins/LocationGraphEditor/widgets/VertexDataWidget.h>
Signals | |
void | vertexDataChanged () |
Public Member Functions | |
void | clearVertex () |
core::Pose_d | pose () const |
Eigen::Vector3d | rpyDeg () const |
Eigen::Vector3d | rpyRad () const |
void | setObjectPoseConnection (objectposes::Connection *connection) |
void | setRobotConnection (robotvisu::Connection *connection) |
void | setVertex (GuiGraph::Vertex vertex) |
std::optional< GuiGraph::Vertex > | vertex () |
VertexDataWidget () | |
Eigen::Vector3d | xyz () const |
Definition at line 56 of file VertexDataWidget.h.
VertexDataWidget | ( | ) |
Definition at line 75 of file VertexDataWidget.cpp.
void clearVertex | ( | ) |
Definition at line 197 of file VertexDataWidget.cpp.
core::Pose_d pose | ( | ) | const |
Eigen::Vector3d rpyDeg | ( | ) | const |
Definition at line 210 of file VertexDataWidget.cpp.
Eigen::Vector3d rpyRad | ( | ) | const |
void setObjectPoseConnection | ( | objectposes::Connection * | connection | ) |
Definition at line 251 of file VertexDataWidget.cpp.
void setRobotConnection | ( | robotvisu::Connection * | connection | ) |
Definition at line 244 of file VertexDataWidget.cpp.
void setVertex | ( | GuiGraph::Vertex | vertex | ) |
std::optional< GuiGraph::Vertex > vertex | ( | ) |
|
signal |
Eigen::Vector3d xyz | ( | ) | const |