Definition at line 349 of file local_retriever.h.
Public Member Functions | |
CIntersectionMarker (float position, uint16 ochain, uint16 edge, bool in) | |
CIntersectionMarker () | |
bool | operator< (const CIntersectionMarker &comp) const |
Data Fields | |
uint16 | Edge |
bool | In |
uint16 | OChain |
float | Position |
|
Definition at line 356 of file local_retriever.h.
00356 {} |
|
Definition at line 357 of file local_retriever.h. References In, in, OChain, and uint16.
|
|
Definition at line 359 of file local_retriever.h. References Position.
00359 { return Position < comp.Position; } |
|
Definition at line 353 of file local_retriever.h. |
|
Definition at line 354 of file local_retriever.h. Referenced by CIntersectionMarker(). |
|
Definition at line 352 of file local_retriever.h. Referenced by CIntersectionMarker(). |
|
Definition at line 351 of file local_retriever.h. Referenced by operator<(). |