|
|
Classes | |
| class | Component |
| interface | ComponentInterface |
Functions | |
| ARMARX_REGISTER_COMPONENT_EXECUTABLE (Component, Component::GetDefaultName()) | |
| void | drawPolygonToLayer (util::geometry::polygon_type polygon, viz::Layer &layer, std::string name, const Eigen::Isometry2f &root_T_used_root) |
| Eigen::Matrix3f | matTo3D (const Eigen::Matrix2f &mat) |
| Eigen::Vector3f | vecTo3D (const Eigen::Vector2f &pos) |
| ARMARX_REGISTER_COMPONENT_EXECUTABLE | ( | Component | , |
| Component::GetDefaultName() | ) |
Here is the call graph for this function:| void drawPolygonToLayer | ( | util::geometry::polygon_type | polygon, |
| viz::Layer & | layer, | ||
| std::string | name, | ||
| const Eigen::Isometry2f & | root_T_used_root ) |
| Eigen::Matrix3f matTo3D | ( | const Eigen::Matrix2f & | mat | ) |
Definition at line 160 of file Component.cpp.
| Eigen::Vector3f vecTo3D | ( | const Eigen::Vector2f & | pos | ) |
Definition at line 152 of file Component.cpp.