#include "Tools/FieldDimensions.h"
#include "Platform/SystemCall.h"
#include "Tools/Streams/InOut.h"
Include dependency graph for VAPoints.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | Maximum |
| Represents a maximum in the grid. More... | |
| class | VAPoint |
| Represents a point on the field. More... | |
| class | VAPoints |
| Represents a set of points on the field. More... | |
Functions | |
| In & | operator>> (In &stream, VAPoints &VAPoints) |
| Streaming operator that reads a set of VAPoints from a stream. | |
| Out & | operator<< (Out &stream, const VAPoints &VAPoints) |
| Streaming operator that writes a set of VAPoints to a stream. | |
Definition in file VAPoints.h.
|
||||||||||||
|
Streaming operator that reads a set of VAPoints from a stream.
Definition at line 363 of file VAPoints.cpp. References VAPoints::numberOfVAPoints, VAPoints::points, and In::read(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a set of VAPoints to a stream.
Definition at line 370 of file VAPoints.cpp. References VAPoints::numberOfVAPoints, VAPoints::points, and Out::write(). |
Here is the call graph for this function:

1.3.6