Branch.h File Reference

A struct that represents a node-branch in an R-tree. More...

Go to the source code of this file.

Classes

struct  te::sam::rtree::Branch< NODE, DATATYPE >
 It represents a node-branch of a Rtree. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::sam
 This is the namespace for the TerraLib Spatial Access Methods module.
 
 te::sam::rtree
 This is the namespace for the R-tree Spatial Access Method.
 

Detailed Description

A struct that represents a node-branch in an R-tree.

Auxiliary structure when searching for a split partition.

Definition in file Branch.h.