QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCTileSet Struct Reference

#include <QGCTileSet.h>

Public Member Functions

QGCTileSetoperator+= (const QGCTileSet &other)
 
void clear ()
 

Public Attributes

int tileX0 = 0
 
int tileX1 = 0
 
int tileY0 = 0
 
int tileY1 = 0
 
quint64 tileCount = 0
 
quint64 tileSize = 0
 

Detailed Description

Definition at line 6 of file QGCTileSet.h.

Member Function Documentation

◆ clear()

void QGCTileSet::clear ( )
inline

Definition at line 15 of file QGCTileSet.h.

References tileCount, tileSize, tileX0, tileX1, tileY0, and tileY1.

◆ operator+=()

QGCTileSet & QGCTileSet::operator+= ( const QGCTileSet other)
inline

Definition at line 8 of file QGCTileSet.h.

References tileCount, and tileSize.

Member Data Documentation

◆ tileCount

quint64 QGCTileSet::tileCount = 0

◆ tileSize

quint64 QGCTileSet::tileSize = 0

◆ tileX0

◆ tileX1

◆ tileY0

◆ tileY1


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