#include <LinesTables2005.h>
Inheritance diagram for LinesTables2005::ObservationTable< xSize, ySize, cellSize, pointRes >:


Public Member Functions | |
| void | create (const Field &field, LinesPercept::LineType type) |
| Vector2< double > | getClosestPoint (const Pose2D &v) const |
| void | draw (double r) |
| void | write (Out &stream) const |
| The function writes the contents of an object to a stream. | |
| void | read (In &stream) |
| The function reads the contents of an object from a stream. | |
Private Attributes | |
| char | point [4][ySize][xSize][2] |
| bool | pointIsValid [4][ySize][xSize] |
Definition at line 47 of file LinesTables2005.h.
|
||||||||||||||||
|
Definition at line 67 of file LinesTables2005.cpp. References LinesPercept::field, Field::getClosestPoint(), pi_2, point, LinesTables2005::ObservationTable< xSize, ySize, cellSize, pointRes >::pointIsValid, sgn, Vector2< V >::x, and Vector2< V >::y. |
Here is the call graph for this function:

|
||||||||||
|
Definition at line 57 of file LinesTables2005.h. References ASSERT, pi2, point, LinesTables2005::ObservationTable< xSize, ySize, cellSize, pointRes >::pointIsValid, Pose2D::rotation, Pose2D::translation, Vector2< double >::x, and Vector2< double >::y. |
|
||||||||||
|
Definition at line 73 of file LinesTables2005.h. References ASSERT, NDECLARE_DEBUGDRAWING, NLINE, pi2, point, LinesTables2005::ObservationTable< xSize, ySize, cellSize, pointRes >::pointIsValid, Pose2D::translation, Vector2< V >::x, Vector2< double >::x, and Vector2< double >::y. |
|
||||||||||
|
The function writes the contents of an object to a stream.
Implements LinesTables2005::ObservationTableBase. Definition at line 107 of file LinesTables2005.h. References point, LinesTables2005::ObservationTable< xSize, ySize, cellSize, pointRes >::pointIsValid, and Out::write(). |
Here is the call graph for this function:

|
||||||||||
|
The function reads the contents of an object from a stream.
Implements LinesTables2005::ObservationTableBase. Definition at line 113 of file LinesTables2005.h. References point, LinesTables2005::ObservationTable< xSize, ySize, cellSize, pointRes >::pointIsValid, and In::read(). |
Here is the call graph for this function:

|
|||||
|
Definition at line 50 of file LinesTables2005.h. |
|
|||||
1.3.6