Bridges-C++  3.4.4
Bridges(C++ API)
Classes | Namespaces
KdTreeElement.h File Reference
#include <sstream>
#include "BSTElement.h"
#include <JSONutil.h>

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
 these methods convert byte arrays in to base64 codes and are used in BRIDGES to represent the color arrays as strings. The code is adapted from external sources detailed below.
 
 bridges::datastructure