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


Public Member Functions | |
| void | create (const Field &field, LinesPercept::LineType type) |
| Vector2< double > | getClosestPoint (const Vector2< double > &v) const |
| void | draw () |
| 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 [ySize][xSize][2] |
Definition at line 41 of file LinesTables2004.h.
|
||||||||||||||||
|
Definition at line 47 of file LinesTables2004.h. |
|
||||||||||
|
Definition at line 61 of file LinesTables2004.h. |
|
|||||||||
|
Definition at line 71 of file LinesTables2004.h. |
|
||||||||||
|
The function writes the contents of an object to a stream.
Implements ObservationTableBase. Definition at line 98 of file LinesTables2004.h. |
|
||||||||||
|
The function reads the contents of an object from a stream.
Implements ObservationTableBase. Definition at line 103 of file LinesTables2004.h. |
|
|||||
|
Definition at line 44 of file LinesTables2004.h. |
1.3.6