Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PolyLine Class Reference

#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< Pospoints
 

Constructor & Destructor Documentation

PolyLine ( )
inline

Member Function Documentation

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 ( )

Member Data Documentation

int depth
int line_style
int object_code
std::list<Pos> points
int sub_type
int thickness

The documentation for this class was generated from the following files: