Index.h File Reference

A class that represents a two dimensional K-d Tree (2-d Tree). More...

#include "../../geometry/Envelope.h"
#include "../../geometry/Utils.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

 te
 URI C++ Library.
 
 te::sam
 This is the namespace for the TerraLib Spatial Access Methods module.
 
 te::sam::kdtree
 This is the namespace for the K-d Tree Spatial Access Method.
 

Detailed Description

A class that represents a two dimensional K-d Tree (2-d Tree).

Definition in file Index.h.