![]() |
TerraLib 4.1
|
This file contains an implementation of rtree data structures in main memory for two dimensions. More...
Go to the source code of this file.
Classes | |
| class | TeSAM::TeRTreeNode< DATATYPE, MAXNODES, MINNODES > |
| Class that represents a node of a TeRTree. More... | |
| struct | TeSAM::TeRTreeNode< DATATYPE, MAXNODES, MINNODES >::TeRTreeBranch |
| Struct that represents a node-branch of a TeRTree. More... | |
| class | TeSAM::TeRTree< DATATYPE, MAXNODES, MINNODES > |
| A class that represents a two dimensional R-Tree. More... | |
| struct | TeSAM::TeRTree< DATATYPE, MAXNODES, MINNODES >::TePartitionVars |
| Structure of auxiliary variables for finding a split partition. More... | |
Namespaces | |
| namespace | TeSAM |
This namespace contain the definitions of various Spatial Data Structures, like K-d-Tree and R-Tree, ONLY FOR INTERNAL USE (must NOT be used by anyone). | |
This file contains an implementation of rtree data structures in main memory for two dimensions.