HOG2
|
#include <Map.h>
Public Member Functions | |
Tile () | |
Construct a tile with no split. More... | |
Public Attributes | |
halfTile | tile1 |
halfTile | tile2 |
tSplit | split |
Tile::Tile | ( | ) |
tSplit Tile::split |
Definition at line 117 of file Map.h.
Referenced by Map::DrawTile(), GetMapGraph(), Map::GetSplit(), and Map::SetSplit().
halfTile Tile::tile1 |
Definition at line 116 of file Map.h.
Referenced by GraphSearchConstants::AddEdges(), AddMapEdges(), GraphSearchConstants::AddNodesToGraph(), Map::DrawTile(), Map::GetCornerHeight(), Map::GetHeight(), GetMapGraph(), Map::GetNodeNum(), Map::GetTerrainType(), Map::loadOctile(), Map::loadOctileCorner(), Map::loadRaw(), Map::paintRoomInside(), Map::Scale(), Map::SetCornerHeight(), Map::SetHeight(), Map::SetNodeNum(), Map::SetTerrainType(), and Map::tryLoadRollingStone().
halfTile Tile::tile2 |
Definition at line 116 of file Map.h.
Referenced by GraphSearchConstants::AddEdges(), AddMapEdges(), GraphSearchConstants::AddNodesToGraph(), Map::DrawTile(), Map::GetCornerHeight(), Map::GetHeight(), GetMapGraph(), Map::GetNodeNum(), Map::GetOpenGLCoord(), Map::GetTerrainType(), Map::loadOctile(), Map::loadOctileCorner(), Map::loadRaw(), Map::Scale(), Map::SetCornerHeight(), Map::SetHeight(), Map::SetNodeNum(), Map::SetTerrainType(), and Map::tryLoadRollingStone().