|
Walls And Holes
1
|
#include <m2mtilemesher.h>
Public Member Functions | |
| TileNeighborhoodInfo (const TileMap *tileMap, QPoint centerTilePos) | |
| const Tile * | operator() (int x, int y) const |
| const Tile * | operator() (QPoint pt) const |
| const Tile * | centerTile () const |
| QSharedPointer< AbstractTileMesher > | makeMesher () const |
| M2M::TileNeighborhoodInfo::TileNeighborhoodInfo | ( | const TileMap * | tileMap, |
| QPoint | centerTilePos | ||
| ) |
| const Tile * M2M::TileNeighborhoodInfo::centerTile | ( | ) | const |

| QSharedPointer< M2M::AbstractTileMesher > M2M::TileNeighborhoodInfo::makeMesher | ( | ) | const |

| const Tile * M2M::TileNeighborhoodInfo::operator() | ( | int | x, |
| int | y | ||
| ) | const |
| const Tile * M2M::TileNeighborhoodInfo::operator() | ( | QPoint | pt | ) | const |