Bridges-C++
3.4.5-dev1-6-g935685a
Bridges(C++ API)
|
Go to the source code of this file.
Classes | |
class | bridges::datastructure::KdTreeElement< K, E > |
This class can be used to create K-d Tree elements, derived from BSTElement. K-D trees can be thought of as the spatial equivalent binary search trees and operate on multiple dimensions (2D and 3D are most common). These trees serve as a representation of the underlying geometrically defined spaces. Specialized versions of these trees include quadtrees and octrees, which subdivide into equal sized quadrants octants at each level, respectively. More... | |
Namespaces | |
bridges | |
Support for drawing Bar charts. | |
bridges::datastructure | |