#include <LandmarkState.h>
Collaboration diagram for LandmarkState:
Public Types | |
enum | type { Beacon, Goal, Line, Edge } |
Public Member Functions | |
LandmarkState () | |
LandmarkState (Vector3< double > pposition, int bbeaconColor, double wweight) | |
Public Attributes | |
Vector3< double > | position |
int | beaconColor |
bool | visible |
long | timeWhenLastSeen |
double | typeWeight |
Definition at line 18 of file LandmarkState.h.
|
Definition at line 28 of file LandmarkState.h. |
|
Definition at line 42 of file LandmarkState.h. |
|
Definition at line 14 of file LandmarkState.cpp. References beaconColor, and typeWeight. |
|
Definition at line 24 of file LandmarkState.h. |
|
Definition at line 34 of file LandmarkState.h. Referenced by LandmarkState(), and LandmarksState::setLandmarkVisibleByBeaconType(). |
|
Definition at line 37 of file LandmarkState.h. Referenced by LandmarksState::reset(), LandmarksState::seenAnyBeacon(), LandmarksState::seenAnyFlag(), LandmarksState::setLandmarkVisibleByBeaconType(), and LandmarksState::update(). |
|
Definition at line 38 of file LandmarkState.h. Referenced by LandmarksState::lastSeenBeaconIndex(), LandmarksState::reset(), LandmarksState::setLandmarkVisibleByBeaconType(), and LandmarksState::timeOfLastSeenBeacon(). |
|
Definition at line 39 of file LandmarkState.h. Referenced by LandmarkState(). |