![]() |
Mapper
0.9.0
API documentation
|
#include "boolean_tool.h"
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <memory>
#include <stdexcept>
#include <type_traits>
#include <QtGlobal>
#include <QDebug>
#include <QScopedPointer>
#include "core/map.h"
#include "core/map_coord.h"
#include "core/map_part.h"
#include "core/path_coord.h"
#include "core/virtual_path.h"
#include "core/objects/object.h"
#include "core/symbols/symbol.h"
#include "undo/object_undo.h"
#include "undo/undo.h"
#include "util/backports.h"
#include "util/util.h"
Namespaces | |
ClipperLib | |
OpenOrienteering | |
Functions | |
uint | ClipperLib::qHash (const IntPoint &point, uint seed) |
Implements qHash for ClipperLib::IntPoint. More... | |
bool | OpenOrienteering::operator== (const MapCoord &lhs, const ClipperLib::IntPoint &rhs) |
Compares a MapCoord and ClipperLib::IntPoint. More... | |
bool | OpenOrienteering::operator== (const ClipperLib::IntPoint &lhs, const MapCoord &rhs) |
Compares a MapCoord and ClipperLib::IntPoint. More... | |