A class that represents a two dimensional K-d Tree (2-d Tree). More...
#include "../../geometry/Envelope.h"
#include "Node.h"
#include <cmath>
#include <limits>
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
class | te::sam::kdtree::AdaptativeIndex< KdTreeNode > |
A class that represents a two dimensional K-d Tree (2-d Tree) that store data-elements into the leafs. More... | |
class | te::sam::kdtree::Index< KdTreeNode > |
A class that represents a two dimensional K-d Tree (2-d Tree). More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::sam |
This is the namespace for the TerraLib Spatial Access Methods module. | |
namespace | te::sam::kdtree |
This is the namespace for the K-d Tree Spatial Access Method. | |
Functions | |
template<typename T > | |
bool | te::sam::kdtree::Intersects (const T &data, const te::gm::Envelope &e) |
A class that represents a two dimensional K-d Tree (2-d Tree).
Definition in file Index.h.