rtree.h File Reference

CPP API: rtree.h File Reference
rtree.h File Reference
#include "memilio/geography/distance.h"
#include "memilio/utils/back_inserter_second_element.h"
#include <boost/geometry/geometries/multi_polygon.hpp>
#include <boost/geometry/geometry.hpp>
#include <boost/geometry/index/rtree.hpp>
#include <boost/geometry/strategies/cartesian/buffer_side_straight.hpp>
#include <boost/geometry/strategies/geographic/buffer_point_circle.hpp>
#include <cmath>
#include <iterator>
#include <type_traits>
#include <vector>
Include dependency graph for rtree.h:

Go to the source code of this file.

Classes

class  mio::geo::RTree
 R-tree for spatial queries of geographical locations on the sphere. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::geo
 

Variables

template<class Location >
concept mio::geo::IsSphericalLocation
 Concept for spherical location types. More...