|
#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 50 of file VertexDataWidget.h.
VertexDataWidget | ( | ) |
Definition at line 55 of file VertexDataWidget.cpp.
void clearVertex | ( | ) |
Definition at line 173 of file VertexDataWidget.cpp.
core::Pose_d pose | ( | ) | const |
Eigen::Vector3d rpyDeg | ( | ) | const |
Definition at line 186 of file VertexDataWidget.cpp.
Eigen::Vector3d rpyRad | ( | ) | const |
void setObjectPoseConnection | ( | objectposes::Connection * | connection | ) |
Definition at line 227 of file VertexDataWidget.cpp.
void setRobotConnection | ( | robotvisu::Connection * | connection | ) |
Definition at line 220 of file VertexDataWidget.cpp.
void setVertex | ( | GuiGraph::Vertex | vertex | ) |
std::optional< GuiGraph::Vertex > vertex | ( | ) |
|
signal |
Eigen::Vector3d xyz | ( | ) | const |