
Public Member Functions | |
| GeometryBuilder (ModelGraph &g) | |
| void | build () |
| GeometryBuilder & | withBody (const std::string &n) |
| GeometryBuilder & | withColor (const Eigen::Vector4d &c) |
| GeometryBuilder & | withGeom (const GeomVariant &g) |
| GeometryBuilder & | withGeomType (const GeomType type) |
| GeometryBuilder & | withName (const std::string &n) |
| GeometryBuilder & | withPlacement (const SE3 &p) |
| GeometryBuilder & | withScale (const Eigen::Vector3d &s) |
Public Attributes | |
| ModelGraph & | g |
| Geometry | geometry |
| std::string | name_body |
Definition at line 331 of file model-graph.hpp.
| inline |
Definition at line 338 of file model-graph.hpp.
| inline |
Definition at line 385 of file model-graph.hpp.
| inline |
Definition at line 349 of file model-graph.hpp.
| inline |
Definition at line 367 of file model-graph.hpp.
| inline |
Definition at line 379 of file model-graph.hpp.
| inline |
Definition at line 373 of file model-graph.hpp.
| inline |
Definition at line 343 of file model-graph.hpp.
| inline |
Definition at line 355 of file model-graph.hpp.
| inline |
Definition at line 361 of file model-graph.hpp.
| ModelGraph& g |
Definition at line 336 of file model-graph.hpp.
| Geometry geometry |
Definition at line 333 of file model-graph.hpp.
| std::string name_body |
Definition at line 334 of file model-graph.hpp.