#include <grtrackmap.h>
|
| void | drawTrackNormal (int x, int y) |
| |
| void | drawTrackPanning (int Winx, int Winy, int Winw, int Winh, tCarElt *currentCar, tSituation *situation) |
| |
| void | drawTrackPanningAligned (int Winx, int Winy, int Winw, int Winh, tCarElt *currentCar, tSituation *s) |
| |
| void | drawCar (tCarElt *currentCar, GLfloat *color, int x, int y) |
| |
| void | drawCars (tCarElt *currentCar, tSituation *s, int x, int y) |
| |
| void | initColors () |
| |
| void | checkAndSetMinimum (float ¤tmin, float &value) |
| |
| void | checkAndSetMaximum (float ¤tmax, float &value) |
| |
Definition at line 60 of file grtrackmap.h.
◆ cGrTrackMap()
| cGrTrackMap::cGrTrackMap |
( |
| ) |
|
◆ ~cGrTrackMap()
| cGrTrackMap::~cGrTrackMap |
( |
| ) |
|
◆ checkAndSetMaximum()
| void cGrTrackMap::checkAndSetMaximum |
( |
float & |
currentmax, |
|
|
float & |
value |
|
) |
| |
|
inlineprivate |
◆ checkAndSetMinimum()
| void cGrTrackMap::checkAndSetMinimum |
( |
float & |
currentmin, |
|
|
float & |
value |
|
) |
| |
|
inlineprivate |
◆ display()
| void cGrTrackMap::display |
( |
tCarElt * |
currentCar, |
|
|
tSituation * |
situation, |
|
|
int |
Winx, |
|
|
int |
Winy, |
|
|
int |
Winw, |
|
|
int |
Winh |
|
) |
| |
◆ drawCar()
| void cGrTrackMap::drawCar |
( |
tCarElt * |
currentCar, |
|
|
GLfloat * |
color, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
private |
◆ drawCars()
◆ drawTrackNormal()
| void cGrTrackMap::drawTrackNormal |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
private |
◆ drawTrackPanning()
| void cGrTrackMap::drawTrackPanning |
( |
int |
Winx, |
|
|
int |
Winy, |
|
|
int |
Winw, |
|
|
int |
Winh, |
|
|
tCarElt * |
currentCar, |
|
|
tSituation * |
situation |
|
) |
| |
|
private |
◆ drawTrackPanningAligned()
| void cGrTrackMap::drawTrackPanningAligned |
( |
int |
Winx, |
|
|
int |
Winy, |
|
|
int |
Winw, |
|
|
int |
Winh, |
|
|
tCarElt * |
currentCar, |
|
|
tSituation * |
s |
|
) |
| |
|
private |
◆ getDefaultViewMode()
| int cGrTrackMap::getDefaultViewMode |
( |
| ) |
|
◆ getViewMode()
| int cGrTrackMap::getViewMode |
( |
| ) |
|
◆ initColors()
| void cGrTrackMap::initColors |
( |
| ) |
|
|
private |
◆ selectTrackMap()
| void cGrTrackMap::selectTrackMap |
( |
| ) |
|
◆ setViewMode()
| void cGrTrackMap::setViewMode |
( |
int |
vm | ) |
|
◆ aheadCarColor
| GLfloat cGrTrackMap::aheadCarColor |
|
staticprivate |
◆ behindCarColor
| GLfloat cGrTrackMap::behindCarColor |
|
staticprivate |
◆ cardot
| GLuint cGrTrackMap::cardot |
|
staticprivate |
◆ currentCarColor
| GLfloat cGrTrackMap::currentCarColor |
|
staticprivate |
◆ isinitalized
| bool cGrTrackMap::isinitalized = false |
|
staticprivate |
◆ map_size
| int cGrTrackMap::map_size |
|
staticprivate |
◆ map_x
◆ map_y
◆ mapTexture
| GLuint cGrTrackMap::mapTexture |
|
staticprivate |
◆ MAXLINEWIDTH
| const float cGrTrackMap::MAXLINEWIDTH = 20.0 |
|
staticprivate |
◆ MINLINEWIDTH
| const float cGrTrackMap::MINLINEWIDTH = 5.0 |
|
staticprivate |
◆ ratio
◆ RESOLUTION
| const float cGrTrackMap::RESOLUTION = 5.0 |
|
staticprivate |
◆ track_height
| float cGrTrackMap::track_height |
|
staticprivate |
◆ track_max_x
| float cGrTrackMap::track_max_x |
|
staticprivate |
◆ track_max_y
| float cGrTrackMap::track_max_y |
|
staticprivate |
◆ track_min_x
| float cGrTrackMap::track_min_x |
|
staticprivate |
◆ track_min_y
| float cGrTrackMap::track_min_y |
|
staticprivate |
◆ track_width
| float cGrTrackMap::track_width |
|
staticprivate |
◆ track_x_ratio
| float cGrTrackMap::track_x_ratio |
|
staticprivate |
◆ track_y_ratio
| float cGrTrackMap::track_y_ratio |
|
staticprivate |
◆ viewmode
| int cGrTrackMap::viewmode |
|
private |
The documentation for this class was generated from the following files: