torc::architecture::TileInfo Class Reference
Encapsulation of a tile within a device tile map.
More...
#include <TileInfo.hpp>
List of all members.
Detailed Description
Encapsulation of a tile within a device tile map.
Definition at line 30 of file TileInfo.hpp.
Member Typedef Documentation
Constructor & Destructor Documentation
torc::architecture::TileInfo::TileInfo |
( |
const TileInfo & |
|
) |
[inline, protected] |
Disabled copy constructor.
Definition at line 68 of file TileInfo.hpp.
torc::architecture::TileInfo::TileInfo |
( |
void |
|
) |
[inline] |
torc::architecture::TileInfo::~TileInfo |
( |
void |
|
) |
[inline] |
Member Function Documentation
void torc::architecture::TileInfo::set |
( |
const TileTypeIndex & |
inTypeIndex, |
|
|
const TileRow & |
inRow, |
|
|
const TileCol & |
inCol, |
|
|
const char * |
inName | |
|
) |
| | [inline, protected] |
Protected initializer intended for use by the Tiles class.
- Parameters:
-
| inTypeIndex | The tile type index. |
| inRow | The tile row. |
| inCol | The tile column. |
| inName | The tile name. |
Definition at line 55 of file TileInfo.hpp.
const TileTypeIndex& torc::architecture::TileInfo::getTypeIndex |
( |
void |
|
) |
const [inline] |
Returns the tile type index for this tile.
Definition at line 80 of file TileInfo.hpp.
const TileRow& torc::architecture::TileInfo::getRow |
( |
void |
|
) |
const [inline] |
Returns the row for this tile.
Definition at line 82 of file TileInfo.hpp.
const TileCol& torc::architecture::TileInfo::getCol |
( |
void |
|
) |
const [inline] |
Returns the column for this tile.
Definition at line 84 of file TileInfo.hpp.
const char* torc::architecture::TileInfo::getName |
( |
void |
|
) |
const [inline] |
Returns the name for this tile.
Definition at line 86 of file TileInfo.hpp.
Friends And Related Function Documentation
friend class Tiles [friend] |
The Tiles class has access to our protected members.
Definition at line 33 of file TileInfo.hpp.
Member Data Documentation
The tile type index for this tile.
Definition at line 42 of file TileInfo.hpp.
The documentation for this class was generated from the following file: