#include <LinesTables2004.h>
Inheritance diagram for LinesTables2004:
Public Member Functions | |
LinesTables2004 () | |
Constructor. | |
~LinesTables2004 () | |
Destructor. | |
Static Protected Attributes | |
Field | field |
The field. | |
ObservationTable< 280, 200, 25 > * | observationTable = 0 |
The table maps points to closest edges. | |
TemplateTable< 50000 > * | 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 286 of file LinesTables2004.h.
|
Constructor.
Definition at line 20 of file LinesTables2004.cpp. References TemplateTable< 50000 >::create(), ObservationTable< 280, 200, 25 >::create(), InFile::exists(), field, LinesPercept::field, idText, observationTable, OUTPUT, refCount, and templateTable. |
Here is the call graph for this function:
|
Destructor.
Definition at line 59 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(). |