|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <complexplayground.h>
Public Member Functions | |
| PolyLine () | |
| int | parse (std::list< char * > lines) |
| try to parses a PolyLine at the start of the list of lines and returns the consumed lines 1: no success; >=2 success More... | |
| void | print () |
Public Attributes | |
| int | object_code |
| int | sub_type |
| int | line_style |
| int | thickness |
| int | depth |
| std::list< Pos > | points |
|
inline |
| int parse | ( | std::list< char * > | lines | ) |
try to parses a PolyLine at the start of the list of lines and returns the consumed lines 1: no success; >=2 success
| void print | ( | ) |
| int depth |
| int line_style |
| int object_code |
| std::list<Pos> points |
| int sub_type |
| int thickness |