#include <tile.h>
Public Member Functions | |
| int | Column () const |
| void | Draw () |
| bool | Exists () |
| bool | Failed () const |
| const QImage & | Image () const |
| int | Layer () const |
| bool | LoadImageToMemory (bool gl=true) |
| bool | LoadTexture () |
| int | MemorySize () const |
| int | Row () const |
| bool | TextureLoaded () const |
| Tile (const std::string &path, int column, int row, int level, const tf::Point &topLeft, const tf::Point &topRight, const tf::Point &bottomLeft, const tf::Point &bottomRight) | |
| int64_t | TileID () const |
| void | Transform (const swri_transform_util::Transform &transform) |
| void | UnloadImage () |
| void | UnloadTexture () |
| ~Tile (void) | |
Private Attributes | |
| tf::Point | m_bottom_left |
| tf::Point | m_bottom_right |
| const int | m_column |
| int | m_dimension |
| bool | m_failed |
| QImage | m_image |
| const int | m_level |
| int | m_memorySize |
| QMutex | m_mutex |
| const std::string | m_path |
| const int | m_row |
| int | m_textureId |
| bool | m_textureLoaded |
| int64_t | m_tileId |
| tf::Point | m_top_left |
| tf::Point | m_top_right |
| tf::Point | m_transformed_bottom_left |
| tf::Point | m_transformed_bottom_right |
| tf::Point | m_transformed_top_left |
| tf::Point | m_transformed_top_right |
| multires_image::Tile::Tile | ( | const std::string & | path, |
| int | column, | ||
| int | row, | ||
| int | level, | ||
| const tf::Point & | topLeft, | ||
| const tf::Point & | topRight, | ||
| const tf::Point & | bottomLeft, | ||
| const tf::Point & | bottomRight | ||
| ) |
| multires_image::Tile::~Tile | ( | void | ) |
| int multires_image::Tile::Column | ( | ) | const [inline] |
| void multires_image::Tile::Draw | ( | ) |
| bool multires_image::Tile::Exists | ( | ) |
| bool multires_image::Tile::Failed | ( | ) | const [inline] |
| const QImage& multires_image::Tile::Image | ( | ) | const [inline] |
| int multires_image::Tile::Layer | ( | ) | const [inline] |
| bool multires_image::Tile::LoadImageToMemory | ( | bool | gl = true | ) |
| bool multires_image::Tile::LoadTexture | ( | ) |
| int multires_image::Tile::MemorySize | ( | ) | const [inline] |
| int multires_image::Tile::Row | ( | ) | const [inline] |
| bool multires_image::Tile::TextureLoaded | ( | ) | const [inline] |
| int64_t multires_image::Tile::TileID | ( | ) | const [inline] |
| void multires_image::Tile::Transform | ( | const swri_transform_util::Transform & | transform | ) |
| void multires_image::Tile::UnloadImage | ( | ) |
| void multires_image::Tile::UnloadTexture | ( | ) |
tf::Point multires_image::Tile::m_bottom_left [private] |
const int multires_image::Tile::m_column [private] |
int multires_image::Tile::m_dimension [private] |
bool multires_image::Tile::m_failed [private] |
QImage multires_image::Tile::m_image [private] |
const int multires_image::Tile::m_level [private] |
int multires_image::Tile::m_memorySize [private] |
QMutex multires_image::Tile::m_mutex [private] |
const std::string multires_image::Tile::m_path [private] |
const int multires_image::Tile::m_row [private] |
int multires_image::Tile::m_textureId [private] |
bool multires_image::Tile::m_textureLoaded [private] |
int64_t multires_image::Tile::m_tileId [private] |
tf::Point multires_image::Tile::m_top_left [private] |
tf::Point multires_image::Tile::m_top_right [private] |