#include <LinesTables2004.h>
Inheritance diagram for LinesTables2004:


Public Types | |
| typedef ObservationTable< 320, 240, 25, 25 > | ObsTable |
| typedef TemplateTable< 65000, 25 > | TempTable |
Public Member Functions | |
| LinesTables2004 () | |
| Constructor. | |
| ~LinesTables2004 () | |
| Destructor. | |
Static Public Attributes | |
| Field | field |
| The field. | |
| ObsTable * | observationTable = 0 |
| The table maps points to closest edges. | |
| TempTable * | templateTable = 0 |
| The table contains candidate poses for certain distance measurements. | |
| int | refCount = 0 |
| A reference counter that ensures that the tables are only (de)allocated once. | |
Definition at line 288 of file LinesTables2004.h.
|
|
Definition at line 293 of file LinesTables2004.h. Referenced by LinesTables2004(), and LinesTables2005::LinesTables2005(). |
|
|
Definition at line 294 of file LinesTables2004.h. Referenced by LinesTables2004(), and LinesTables2005::LinesTables2005(). |
|
|
Constructor.
Definition at line 25 of file LinesTables2004.cpp. References TemplateTable< TEMPLATES_MAX, POINT_RES >::create(), ObservationTable< xSize, ySize, cellSize, pointRes >::create(), InFile::exists(), field, LinesPercept::field, fileName, idText, observationTable, ObsTable, OUTPUT, refCount, templateTable, and TempTable. |
Here is the call graph for this function:

|
|
Destructor.
Definition at line 64 of file LinesTables2004.cpp. References observationTable, refCount, and templateTable. |
|
|
The field.
Definition at line 13 of file LinesTables2004.cpp. Referenced by LinesTables2004(). |
|
|
The table maps points to closest edges.
Definition at line 14 of file LinesTables2004.cpp. Referenced by LinesTables2004(), and ~LinesTables2004(). |
|
|
The table contains candidate poses for certain distance measurements.
Definition at line 15 of file LinesTables2004.cpp. Referenced by LinesTables2004(), and ~LinesTables2004(). |
|
|
A reference counter that ensures that the tables are only (de)allocated once.
Definition at line 16 of file LinesTables2004.cpp. Referenced by LinesTables2004(), and ~LinesTables2004(). |
1.3.6