#include <Terrain.h>
Public Member Functions | |
| CWaterMaskDatabase (void) | |
| ~CWaterMaskDatabase (void) | |
| void | AddGlobeTile (int x, int z) |
| void | DeleteGlobeTile (int x, int z) |
| CGtpTile * | FindDetailTile (int dx, int dz) |
| CMaskImage * | GetWaterMask (int dx, int dz, ETileDetail detail) |
| void | Print (FILE *f) |
Protected Member Functions | |
| int | FindGlobeTile (int x, int z) |
Protected Attributes | |
| ulList | gtlist |
Definition at line 488 of file Terrain.h.
|
|
Definition at line 769 of file Terrain.cpp. |
|
|
Definition at line 774 of file Terrain.cpp. |
|
||||||||||||
|
Definition at line 779 of file Terrain.cpp. References data, globals, gtlist, LittleEndian(), SGlobals::logWarning, CGtpTile::nPolygons, SGtpPolygon::nPolyVerts, CGtpFile::nTiles, CGtpTile::nVertices, SGtpHeader::offset, pclose(), SGlobals::pfs, CGtpTile::plist, popen(), pread(), SGtpPolygon::pvlist, PODFILE::size, CGtpFile::tile, CGtpTile::vlist, CLogFile::Write(), SGtpVertex::x, CGtpTile::x, SGtpHeader::x, CGtpFile::x, SGtpVertex::z, CGtpTile::z, SGtpHeader::z, and CGtpFile::z. |
|
||||||||||||
|
Definition at line 882 of file Terrain.cpp. References FindGlobeTile(), and gtlist. |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 866 of file Terrain.cpp. References gtlist, CGtpFile::x, and CGtpFile::z. Referenced by DeleteGlobeTile(), and GetWaterMask(). |
|
||||||||||||||||
|
Definition at line 945 of file Terrain.cpp. References data, FindGlobeTile(), gtfo, gtlist, CGtpFile::nTiles, CGtpFile::tile, TILE_DETAIL_HIGH, TILE_DETAIL_LOW, TILE_DETAIL_MEDIUM, CGtpTile::x, and CGtpTile::z. |
|
|
Definition at line 1004 of file Terrain.cpp. References gtlist, and CGtpFile::Print(). |
|
|
Definition at line 506 of file Terrain.h. Referenced by AddGlobeTile(), DeleteGlobeTile(), FindGlobeTile(), GetWaterMask(), and Print(). |
|
|
Documentation generated by
|