marble
tools/mapreproject/main.cpp File Reference
#include "BilinearInterpolation.h"
#include "NasaWorldWindToOpenStreetMapConverter.h"
#include "NearestNeighborInterpolation.h"
#include "OsmTileClusterRenderer.h"
#include "ReadOnlyMapDefinition.h"
#include "Thread.h"
#include "mapreproject.h"
#include <QCoreApplication>
#include <QDebug>
#include <QDir>
#include <QPair>
#include <QThread>
#include <QVector>
#include <getopt.h>
#include <cstdlib>
#include <iostream>
#include <string>
#include <vector>
Include dependency graph for tools/mapreproject/main.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
ReadOnlyMapDefinition | parseInput (char *subopts) |
int | parseInt (char const *const value) |
EInterpolationMethod | parseInterpolationMethod (char const *const value) |
QString | parseString (char const *const value) |
MapSourceType | parseType (char const *const value) |
void | printUsage () |
Function Documentation
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 165 of file tools/mapreproject/main.cpp.
ReadOnlyMapDefinition parseInput | ( | char * | subopts | ) |
Definition at line 100 of file tools/mapreproject/main.cpp.
int parseInt | ( | char const *const | value | ) |
Definition at line 70 of file tools/mapreproject/main.cpp.
EInterpolationMethod parseInterpolationMethod | ( | char const *const | value | ) |
Definition at line 82 of file tools/mapreproject/main.cpp.
QString parseString | ( | char const *const | value | ) |
Definition at line 61 of file tools/mapreproject/main.cpp.
MapSourceType parseType | ( | char const *const | value | ) |
Definition at line 47 of file tools/mapreproject/main.cpp.
void printUsage | ( | ) |
Definition at line 29 of file tools/mapreproject/main.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.