marble
#include <GeoDataImagePyramid.h>

Public Types | |
| enum | GridOrigin { LowerLeft, UpperLeft } | 
Additional Inherited Members | |
  Protected Member Functions inherited from Marble::GeoDataObject | |
| virtual bool | equals (const GeoDataObject &other) const | 
Detailed Description
Definition at line 22 of file GeoDataImagePyramid.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| LowerLeft | |
| UpperLeft | |
Definition at line 38 of file GeoDataImagePyramid.h.
Constructor & Destructor Documentation
| Marble::GeoDataImagePyramid::GeoDataImagePyramid | ( | ) | 
Definition at line 38 of file GeoDataImagePyramid.cpp.
| Marble::GeoDataImagePyramid::GeoDataImagePyramid | ( | const GeoDataImagePyramid & | other | ) | 
Definition at line 43 of file GeoDataImagePyramid.cpp.
| Marble::GeoDataImagePyramid::~GeoDataImagePyramid | ( | ) | 
Definition at line 70 of file GeoDataImagePyramid.cpp.
Member Function Documentation
| GeoDataImagePyramid::GridOrigin Marble::GeoDataImagePyramid::gridOrigin | ( | ) | const | 
Definition at line 110 of file GeoDataImagePyramid.cpp.
| int Marble::GeoDataImagePyramid::maxHeight | ( | ) | const | 
Definition at line 100 of file GeoDataImagePyramid.cpp.
| int Marble::GeoDataImagePyramid::maxWidth | ( | ) | const | 
Definition at line 90 of file GeoDataImagePyramid.cpp.
      
  | 
  virtual | 
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 75 of file GeoDataImagePyramid.cpp.
| bool Marble::GeoDataImagePyramid::operator!= | ( | const GeoDataImagePyramid & | other | ) | 
Definition at line 65 of file GeoDataImagePyramid.cpp.
| GeoDataImagePyramid & Marble::GeoDataImagePyramid::operator= | ( | const GeoDataImagePyramid & | other | ) | 
Definition at line 49 of file GeoDataImagePyramid.cpp.
| bool Marble::GeoDataImagePyramid::operator== | ( | const GeoDataImagePyramid & | other | ) | 
Definition at line 56 of file GeoDataImagePyramid.cpp.
| void Marble::GeoDataImagePyramid::setGridOrigin | ( | const GridOrigin & | gridOrigin | ) | 
Definition at line 115 of file GeoDataImagePyramid.cpp.
| void Marble::GeoDataImagePyramid::setMaxHeight | ( | const int & | maxHeight | ) | 
Definition at line 105 of file GeoDataImagePyramid.cpp.
| void Marble::GeoDataImagePyramid::setMaxWidth | ( | const int & | maxWidth | ) | 
Definition at line 95 of file GeoDataImagePyramid.cpp.
| void Marble::GeoDataImagePyramid::setTileSize | ( | const int & | tileSize | ) | 
Definition at line 85 of file GeoDataImagePyramid.cpp.
| int Marble::GeoDataImagePyramid::tileSize | ( | ) | const | 
Definition at line 80 of file GeoDataImagePyramid.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from