SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
TilePyramidLayer::TileDraw Struct Reference

A resolved per-tile draw: paint src (a sub-rect of img, in image pixels with row 0 = the tile extent's yMax edge) into the tile's destination footprint. exact is false when the image is a coarser-tile stand-in. More...

#include <tilepyramidlayer.h>

Collaboration diagram for TilePyramidLayer::TileDraw:

Public Attributes

QImage img
 
QRectF src
 
bool exact = false
 

Detailed Description

A resolved per-tile draw: paint src (a sub-rect of img, in image pixels with row 0 = the tile extent's yMax edge) into the tile's destination footprint. exact is false when the image is a coarser-tile stand-in.

Member Data Documentation

◆ exact

bool TilePyramidLayer::TileDraw::exact = false

◆ img

QImage TilePyramidLayer::TileDraw::img

◆ src

QRectF TilePyramidLayer::TileDraw::src

The documentation for this struct was generated from the following file: