#include "Tools/Debugging/DebugDrawings.h"
#include "Tools/Streams/InOut.h"
#include "Tools/Field.h"
#include "Platform/GTAssert.h"
Include dependency graph for LinesTables2004.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ObservationTableBase |
The class is a helper to support streaming of template class ObservationTable. More... | |
class | ObservationTable |
The class realizes a table of closest distances to lines of a certain type. More... | |
class | TemplateTableBase |
The class is a helper to support streaming of template class TemplateTable. More... | |
class | TemplateTable |
The class realizes a table of template poses. More... | |
class | TemplateTable::Temp |
The class is required for sorting the template table by the distances to lines. More... | |
class | LinesTables2004 |
The class implements a lines-based Monte Carlo self-localization. More... | |
Functions | |
Out & | operator<< (Out &stream, const ObservationTableBase &table) |
In & | operator>> (In &stream, ObservationTableBase &table) |
Out & | operator<< (Out &stream, const TemplateTableBase &table) |
The operator writes the template table into a stream. | |
In & | operator>> (In &stream, TemplateTableBase &table) |
The operator reads the template table from a stream. |
Definition in file LinesTables2004.h.
|
Definition at line 109 of file LinesTables2004.h. References ObservationTableBase::write(). |
Here is the call graph for this function:
|
Definition at line 115 of file LinesTables2004.h. References ObservationTableBase::read(). |
Here is the call graph for this function:
|
The operator writes the template table into a stream.
Definition at line 147 of file LinesTables2004.h. References TemplateTableBase::write(). |
Here is the call graph for this function:
|
The operator reads the template table from a stream.
Definition at line 159 of file LinesTables2004.h. References TemplateTableBase::read(). |
Here is the call graph for this function: