#include <sstream>
#include <iostream>
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
Go to the source code of this file.
Classes | |
struct | POINT |
struct | THREAT_STRUCT |
Functions | |
void | BuildSearchMap () |
void | Clean () |
void | ConnectionSearch () |
void | FieldBuilding () |
int | GetRoad (POINT **Road) |
bool | InitData () |
void | InitTerrain () |
bool | InitThreat () |
void | RoadSearch () |
bool | Search () |
Variables | |
int | g_Ex |
int | g_Ey |
int | g_FlyingHeight |
int | g_MapHeight |
int | g_MapWidth |
int ** | g_SearchMap |
int | g_Sx |
int | g_Sy |
short * | g_Terrain |
THREAT_STRUCT | g_Threats [100] |
int | g_ThreatsCount |
void BuildSearchMap | ( | ) |
Definition at line 152 of file hopfield_algo.cpp.
void Clean | ( | ) |
Definition at line 321 of file hopfield_algo.cpp.
void ConnectionSearch | ( | ) |
Definition at line 199 of file hopfield_algo.cpp.
void FieldBuilding | ( | ) |
Definition at line 233 of file hopfield_algo.cpp.
Definition at line 377 of file hopfield_algo.cpp.
bool InitData | ( | ) |
Definition at line 345 of file hopfield_algo.cpp.
void InitTerrain | ( | ) |
Definition at line 131 of file hopfield_algo.cpp.
bool InitThreat | ( | ) |
Definition at line 98 of file hopfield_algo.cpp.
void RoadSearch | ( | ) |
Definition at line 277 of file hopfield_algo.cpp.
bool Search | ( | ) |
Definition at line 367 of file hopfield_algo.cpp.
int g_Ex |
Definition at line 79 of file hopfield_algo.cpp.
int g_Ey |
Definition at line 80 of file hopfield_algo.cpp.
int g_FlyingHeight |
Definition at line 69 of file hopfield_algo.cpp.
int g_MapHeight |
Definition at line 67 of file hopfield_algo.cpp.
int g_MapWidth |
Definition at line 66 of file hopfield_algo.cpp.
int** g_SearchMap |
Definition at line 72 of file hopfield_algo.cpp.
int g_Sx |
Definition at line 77 of file hopfield_algo.cpp.
int g_Sy |
Definition at line 78 of file hopfield_algo.cpp.
short* g_Terrain |
Definition at line 71 of file hopfield_algo.cpp.
THREAT_STRUCT g_Threats[100] |
Definition at line 74 of file hopfield_algo.cpp.
int g_ThreatsCount |
Definition at line 75 of file hopfield_algo.cpp.