libspatialindex API Reference  (git-trunk)
RTree.cc File Reference
#include <cstring>
#include <cmath>
#include <limits>
#include <spatialindex/SpatialIndex.h>
#include <spatialindex/capi/IdVisitor.h>
#include "Node.h"
#include "Leaf.h"
#include "Index.h"
#include "BulkLoader.h"
#include "RTree.h"
Include dependency graph for RTree.cc:

Go to the source code of this file.

Functions

template<class T , class S , class C >
S & Container (std::priority_queue< T, S, C > &q)
 

Function Documentation

◆ Container()

template<class T , class S , class C >
S& Container ( std::priority_queue< T, S, C > &  q)

Definition at line 566 of file RTree.cc.

Referenced by SpatialIndex::RTree::RTree::nearestNeighborQuery().

Here is the caller graph for this function: