Collaboration diagram for SlamSelfLocator::Cell:

Public Member Functions | |
| Cell () | |
| Constructor. | |
Public Attributes | |
| int | count |
| The number of samples in this cube. | |
| SlamSelfLocatorSample * | first |
| The first sample in this cube. | |
Definition at line 148 of file SlamSelfLocator.h.
|
|
Constructor. preinititalize first with 0 to enshure correct end of queue detection Definition at line 158 of file SlamSelfLocator.h. |
|
|
The number of samples in this cube.
Definition at line 151 of file SlamSelfLocator.h. Referenced by SlamSelfLocator::calcPose(). |
|
|
The first sample in this cube.
Definition at line 152 of file SlamSelfLocator.h. Referenced by SlamSelfLocator::calcPose(). |
1.3.6