![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <AAS_local.h>
Public Member Functions | |
| idRoutingCache (int size) | |
| ~idRoutingCache (void) | |
| int | Size (void) const |
Private Attributes | |
| int | type |
| int | size |
| int | cluster |
| int | areaNum |
| int | travelFlags |
| idRoutingCache * | next |
| idRoutingCache * | prev |
| idRoutingCache * | time_next |
| idRoutingCache * | time_prev |
| unsigned short | startTravelTime |
| unsigned char * | reachabilities |
| unsigned short * | travelTimes |
Friends | |
| class | idAASLocal |
Definition at line 36 of file AAS_local.h.
| idRoutingCache::idRoutingCache | ( | int | size | ) |
Definition at line 47 of file AAS_routing.cpp.
| idRoutingCache::~idRoutingCache | ( | void | ) |
Definition at line 67 of file AAS_routing.cpp.
Definition at line 77 of file AAS_routing.cpp.
|
friend |
Definition at line 37 of file AAS_local.h.
|
private |
Definition at line 49 of file AAS_local.h.
|
private |
Definition at line 48 of file AAS_local.h.
|
private |
Definition at line 51 of file AAS_local.h.
|
private |
Definition at line 52 of file AAS_local.h.
|
private |
Definition at line 56 of file AAS_local.h.
|
private |
Definition at line 47 of file AAS_local.h.
|
private |
Definition at line 55 of file AAS_local.h.
|
private |
Definition at line 53 of file AAS_local.h.
|
private |
Definition at line 54 of file AAS_local.h.
|
private |
Definition at line 50 of file AAS_local.h.
|
private |
Definition at line 57 of file AAS_local.h.
|
private |
Definition at line 46 of file AAS_local.h.
1.8.6.