#include <LinesPercept.h>
Inheritance diagram for LinesPercept::LinePoints:


Public Member Functions | |
| void | serialize (In *in, Out *out) |
Public Attributes | |
| LinePoint | pointsOnField [LinesPercept::maxNumberOfPoints] |
| The points on lines. | |
| LinePoint | pointsInImage [LinesPercept::maxNumberOfPoints] |
| The points on lines. | |
| int | numberOfPoints |
|
||||||||||||
|
Implements Streamable. Definition at line 78 of file LinesPercept.h. References pointsInImage, pointsOnField, STREAM_DYN_ARRAY, STREAM_REGISTER_BEGIN, and STREAM_REGISTER_FINISH. |
|
|
The points on lines.
Definition at line 74 of file LinesPercept.h. Referenced by LinesPercept::add(), and serialize(). |
|
|
The points on lines.
Definition at line 75 of file LinesPercept.h. Referenced by LinesPercept::add(), and serialize(). |
|
|
Definition at line 76 of file LinesPercept.h. Referenced by LinesPercept::add(), and LinesPercept::reset(). |
1.3.6