#include <tile.h>
Definition at line 50 of file tile.h.
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::UnloadImage |
( |
| ) |
|
void multires_image::Tile::UnloadTexture |
( |
| ) |
|
tf::Point multires_image::Tile::m_bottom_left |
|
private |
tf::Point multires_image::Tile::m_bottom_right |
|
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_transformed_bottom_left |
|
private |
tf::Point multires_image::Tile::m_transformed_bottom_right |
|
private |
tf::Point multires_image::Tile::m_transformed_top_left |
|
private |
tf::Point multires_image::Tile::m_transformed_top_right |
|
private |
The documentation for this class was generated from the following files: