#include <tile_set_layer.h>
|
int | ColumnCount () |
|
Tile * | GetTile (int column, int row) |
|
void | GetTileIndex (const tf::Point &position, int &row, int &column) const |
|
void | GetTileIndex (double x, double y, int &row, int &column) const |
|
void | GetTileRange (const tf::Point &top_left, const tf::Point &bottom_right, int &startRow, int &startColumn, int &endRow, int &endColumn) const |
|
bool | Load () |
|
bool | Load (const std::string extension) |
|
int | RowCount () |
|
| TileSetLayer (const swri_transform_util::GeoReference &geo, const std::string &path, int tileSize, int layer) |
|
| ~TileSetLayer (void) |
|
Definition at line 45 of file tile_set_layer.h.
◆ TileSetLayer()
◆ ~TileSetLayer()
multires_image::TileSetLayer::~TileSetLayer |
( |
void |
| ) |
|
◆ ColumnCount()
int multires_image::TileSetLayer::ColumnCount |
( |
| ) |
|
|
inline |
◆ GetTile()
Tile* multires_image::TileSetLayer::GetTile |
( |
int |
column, |
|
|
int |
row |
|
) |
| |
|
inline |
◆ GetTileIndex() [1/2]
void multires_image::TileSetLayer::GetTileIndex |
( |
const tf::Point & |
position, |
|
|
int & |
row, |
|
|
int & |
column |
|
) |
| const |
◆ GetTileIndex() [2/2]
void multires_image::TileSetLayer::GetTileIndex |
( |
double |
x, |
|
|
double |
y, |
|
|
int & |
row, |
|
|
int & |
column |
|
) |
| const |
◆ GetTileRange()
void multires_image::TileSetLayer::GetTileRange |
( |
const tf::Point & |
top_left, |
|
|
const tf::Point & |
bottom_right, |
|
|
int & |
startRow, |
|
|
int & |
startColumn, |
|
|
int & |
endRow, |
|
|
int & |
endColumn |
|
) |
| const |
◆ Load() [1/2]
bool multires_image::TileSetLayer::Load |
( |
| ) |
|
◆ Load() [2/2]
bool multires_image::TileSetLayer::Load |
( |
const std::string |
extension | ) |
|
◆ RowCount()
int multires_image::TileSetLayer::RowCount |
( |
| ) |
|
|
inline |
◆ m_columns
int multires_image::TileSetLayer::m_columns |
|
private |
◆ m_expectTiles
bool multires_image::TileSetLayer::m_expectTiles |
|
private |
◆ m_geo
◆ m_layer
const int multires_image::TileSetLayer::m_layer |
|
private |
◆ m_path
const std::string multires_image::TileSetLayer::m_path |
|
private |
◆ m_rows
int multires_image::TileSetLayer::m_rows |
|
private |
◆ m_scale
const double multires_image::TileSetLayer::m_scale |
|
private |
◆ m_tiles
std::vector<std::vector<Tile*> > multires_image::TileSetLayer::m_tiles |
|
private |
◆ m_tileSize
const int multires_image::TileSetLayer::m_tileSize |
|
private |
The documentation for this class was generated from the following files: