|
mc_rtc
2.14.0
|
#include <mc_rtc/gui/Polyhedron.h>


Public Member Functions | |
| PolyhedronVerticesTrianglesImpl (const std::string &name, const PolyhedronConfig &config, GetVerticesT get_vertices_fn, GetTrianglesT get_triangles_fn) | |
| PolyhedronVerticesTrianglesImpl () | |
| void | write (mc_rtc::MessagePackBuilder &builder) |
Public Member Functions inherited from mc_rtc::gui::Element | |
| const std::string & | name () const |
| int | id () const |
| void | id (int idIn) |
| void | write (mc_rtc::MessagePackBuilder &) |
| bool | handleRequest (const mc_rtc::Configuration &) |
| Element () | |
Static Public Member Functions | |
| static constexpr size_t | write_size () |
Static Public Member Functions inherited from mc_rtc::gui::Element | |
| static constexpr size_t | write_size () |
Static Public Attributes | |
| static constexpr auto | type = Elements::PolyhedronVerticesTriangles |
Protected Attributes | |
| PolyhedronConfig | config_ |
| GetVerticesT | get_vertices_fn_ |
| GetTrianglesT | get_triangles_fn_ |
Protected Attributes inherited from mc_rtc::gui::Element | |
| std::string | name_ |
| int | id_ |
Additional Inherited Members | |
Protected Member Functions inherited from mc_rtc::gui::Element | |
| Element (const std::string &name) | |
Polyhedron should display a polyhedron
| GetVerticesT | Should return a list of vertices as an std::vector<Eigen::Vector3d> |
| GetTrianglesT | Should return a list of triangle as std::vector<std::array<size_t, 3>> |
|
inline |
|
inline |
Invalid element
|
inline |
|
inlinestaticconstexpr |
|
protected |
|
protected |
|
protected |
|
staticconstexpr |